diff --git a/examples/base/package.json b/examples/base/package.json index ce5a85f..0458c15 100644 --- a/examples/base/package.json +++ b/examples/base/package.json @@ -1,7 +1,7 @@ { "name": "examples", "private": true, - "version": "0.0.11", + "version": "0.0.12", "packageManager": "pnpm@8.6.7", "scripts": { "dev": "vite", @@ -27,5 +27,5 @@ "vite": "^4.3.9" }, "readme": "ERROR: No README data found!", - "_id": "examples@0.0.10" + "_id": "examples@0.0.11" } diff --git a/package.json b/package.json index 7c6c8d7..bbe4b2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactive", - "version": "0.0.11", + "version": "0.0.12", "author": { "name": "ityuany" }, @@ -33,7 +33,7 @@ "url": "git+https://github.com/sheinsight/reactive.git" }, "readme": "ERROR: No README data found!", - "_id": "reactive@0.0.10", + "_id": "reactive@0.0.11", "bugs": { "url": "https://github.com/sheinsight/reactive/issues" }, diff --git a/packages/reactive/package.json b/packages/reactive/package.json index ee60bb9..10a976a 100644 --- a/packages/reactive/package.json +++ b/packages/reactive/package.json @@ -1,6 +1,6 @@ { "name": "@shined/reactive", - "version": "0.0.11", + "version": "0.0.12", "description": "A reactive react state management library based on Proxy", "main": "dist/index.js", "module": "dist/index.js", @@ -68,5 +68,5 @@ "react": "^16.9.0 || ^17.0.0 || ^18.0.0" }, "readme": "ERROR: No README data found!", - "_id": "@shined/reactive@0.0.10" + "_id": "@shined/reactive@0.0.11" }