Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed May 15, 2023
1 parent 7adfa3f commit 063a450
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions examples/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"eslint-config-lxsmnsyc": "^0.6.3",
"typescript": "^4.9.5",
"vite": "^4.3.1",
"vite-plugin-forgetti": "0.4.7"
"vite-plugin-forgetti": "0.5.0"
},
"dependencies": {
"forgetti": "0.4.7",
"forgetti": "0.5.0",
"preact": "^10.13.0"
},
"version": "0.4.7"
"version": "0.5.0"
}
6 changes: 3 additions & 3 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"eslint-config-lxsmnsyc": "^0.6.3",
"typescript": "^4.9.5",
"vite": "^4.3.1",
"vite-plugin-forgetti": "0.4.7"
"vite-plugin-forgetti": "0.5.0"
},
"dependencies": {
"forgetti": "0.4.7",
"forgetti": "0.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"version": "0.4.7"
"version": "0.5.0"
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "0.4.7"
"version": "0.5.0"
}
2 changes: 1 addition & 1 deletion packages/forgetti/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "forgetti",
"type": "module",
"version": "0.4.7",
"version": "0.5.0",
"files": [
"dist",
"src"
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.7",
"version": "0.5.0",
"type": "module",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/production/index.cjs",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@types/node": "^18.13.0",
"eslint": "^8.38.0",
"eslint-config-lxsmnsyc": "^0.6.3",
"forgetti": "0.4.7",
"forgetti": "0.5.0",
"pridepack": "2.4.1",
"rollup": "^3.15.0",
"tslib": "^2.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.7",
"version": "0.5.0",
"type": "module",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/production/index.cjs",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@types/node": "^18.15.3",
"eslint": "^8.38.0",
"eslint-config-lxsmnsyc": "^0.6.3",
"forgetti": "0.4.7",
"forgetti": "0.5.0",
"pridepack": "2.4.1",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
Expand Down

0 comments on commit 063a450

Please sign in to comment.