Skip to content

Commit 88bef2d

Browse files
committed
Correct core to 0.4.0 and align CLI for 2.0.0
1 parent 1aedfc8 commit 88bef2d

File tree

4 files changed

+8
-354
lines changed

4 files changed

+8
-354
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ What actually happened.
3838

3939
- **OS:** [e.g. macOS 14.5]
4040
- **Browser / Runtime:** [e.g. Chrome 125, Node 18.18.2]
41-
- **Package Version:** [`@react-zero-ui/core@1.0.21`]
41+
- **Package Version:** [`@react-zero-ui/core@0.4.0`]
4242

4343
---
4444

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-zero-ui",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"description": "Zero-UI project scaffolder for React. Instantly sets up zero-runtime UI state, Tailwind variants, PostCSS, and SSR-safe config in Vite or Next.js apps.",
55
"keywords": [
66
"react",
@@ -43,7 +43,7 @@
4343
"test": "node --test ../core/__tests__/unit/cli.test.cjs"
4444
},
4545
"dependencies": {
46-
"@react-zero-ui/core": "^0.3.3"
46+
"@react-zero-ui/core": "workspace:^0.4.0"
4747
},
4848
"engines": {
4949
"node": ">=22"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-zero-ui/core",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"private": false,
55
"scripts": {
66
"build": "rm -rf dist && tsc -p tsconfig.build.json",

0 commit comments

Comments
 (0)