We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea69b6 commit c597434Copy full SHA for c597434
packages/list/CHANGELOG.md
@@ -1,11 +1,5 @@
1
# @solid-primitives/list
2
3
-## 0.1.2
4
-
5
-### Patch Changes
6
7
-- Fix signal reporting wrong value when used only after changes.
8
9
## 0.1.1
10
11
### Patch Changes
packages/list/package.json
@@ -1,6 +1,6 @@
{
"name": "@solid-primitives/list",
- "version": "0.1.2",
+ "version": "0.1.1",
"description": "A List component, an alternative to For and Index.",
"author": "Maciek50322 <34212298+maciek50322@users.noreply.github.com>",
"contributors": [],
@@ -54,4 +54,4 @@
54
"peerDependencies": {
55
"solid-js": "^1.6.12"
56
}
57
-}
+}
0 commit comments