Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Jul 23, 2023
1 parent 9fc667c commit 57f8892
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/base/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "examples",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"packageManager": "[email protected]",
"scripts": {
"dev": "vite",
Expand All @@ -27,5 +27,5 @@
"vite": "^4.3.9"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected].4"
"_id": "[email protected].5"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactive",
"version": "0.0.5",
"version": "0.0.6",
"author": {
"name": "ityuany"
},
Expand All @@ -27,5 +27,5 @@
"write-pkg": "^6.0.0"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected].4"
"_id": "[email protected].5"
}
4 changes: 2 additions & 2 deletions packages/reactive/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -63,5 +63,5 @@
"react": "^16.9.0 || ^17.0.0 || ^18.0.0"
},
"readme": "ERROR: No README data found!",
"_id": "@shined/[email protected].4"
"_id": "@shined/[email protected].5"
}

0 comments on commit 57f8892

Please sign in to comment.