diff --git a/examples/base/package.json b/examples/base/package.json index e5b1cb4..af26b61 100644 --- a/examples/base/package.json +++ b/examples/base/package.json @@ -1,7 +1,7 @@ { "name": "examples", "private": true, - "version": "0.0.5", + "version": "0.0.6", "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.4" + "_id": "examples@0.0.5" } diff --git a/package.json b/package.json index fd8122e..03536ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactive", - "version": "0.0.5", + "version": "0.0.6", "author": { "name": "ityuany" }, @@ -27,5 +27,5 @@ "write-pkg": "^6.0.0" }, "readme": "ERROR: No README data found!", - "_id": "reactive@0.0.4" + "_id": "reactive@0.0.5" } diff --git a/packages/reactive/package.json b/packages/reactive/package.json index 14a2bf8..4965292 100644 --- a/packages/reactive/package.json +++ b/packages/reactive/package.json @@ -1,6 +1,6 @@ { "name": "@shined/reactive", - "version": "0.0.5", + "version": "0.0.6", "description": "A reactive react state management library based on Proxy", "main": "dist/index.js", "module": "dist/index.js", @@ -63,5 +63,5 @@ "react": "^16.9.0 || ^17.0.0 || ^18.0.0" }, "readme": "ERROR: No README data found!", - "_id": "@shined/reactive@0.0.4" + "_id": "@shined/reactive@0.0.5" }