Skip to content

Commit

Permalink
0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Nov 7, 2023
1 parent d7dcdea commit 9d498a8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.17",
"version": "0.0.18",
"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].16"
"_id": "[email protected].17"
}
4 changes: 2 additions & 2 deletions examples/performance/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "examples",
"private": true,
"version": "0.0.17",
"version": "0.0.18",
"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].16"
"_id": "[email protected].17"
}
4 changes: 2 additions & 2 deletions examples/use-effect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "examples",
"private": true,
"version": "0.0.17",
"version": "0.0.18",
"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].16"
"_id": "[email protected].17"
}
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.17",
"version": "0.0.18",
"private": true,
"type": "module",
"packageManager": "[email protected]",
Expand Down Expand Up @@ -39,5 +39,5 @@
"write-pkg": "^6.0.0"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected].16"
"_id": "[email protected].17"
}
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.17",
"version": "0.0.18",
"description": "A reactive react state management library based on Proxy",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -68,5 +68,5 @@
"react": "^16.9.0 || ^17.0.0 || ^18.0.0"
},
"readme": "ERROR: No README data found!",
"_id": "@shined/[email protected].16"
"_id": "@shined/[email protected].17"
}

0 comments on commit 9d498a8

Please sign in to comment.