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 6094b61 commit 98afbd0Copy full SHA for 98afbd0
packages/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-zero-ui",
3
- "version": "1.0.7",
+ "version": "1.0.8",
4
"type": "module",
5
"main": "./bin.js",
6
"bin": {
@@ -16,9 +16,9 @@
16
"LICENSE"
17
],
18
"dependencies": {
19
- "@react-zero-ui/core": "^0.1.0",
+ "@react-zero-ui/core": "^0.2.0",
20
"postcss": "^8.4.27",
21
"tailwindcss": "^4.0.0",
22
"@tailwindcss/postcss": "^4.1.8"
23
}
24
-}
+}
packages/core/package.json
"name": "@react-zero-ui/core",
- "version": "0.1.0",
+ "version": "0.2.0",
"description": "Zero re-render, global UI state management for React",
"private": false,
0 commit comments