Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Mar 3, 2023
1 parent 1895a7a commit f976a16
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions examples/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"eslint-config-lxsmnsyc": "^0.4.8",
"typescript": "^4.9.5",
"vite": "^4.1.2",
"vite-plugin-forgetti": "0.1.1"
"vite-plugin-forgetti": "0.2.0"
},
"dependencies": {
"preact": "^10.13.0"
},
"version": "0.1.1"
"version": "0.2.0"
}
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"eslint-config-lxsmnsyc": "^0.4.8",
"typescript": "^4.9.5",
"vite": "^4.1.2",
"vite-plugin-forgetti": "0.1.1"
"vite-plugin-forgetti": "0.2.0"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"version": "0.1.1"
"version": "0.2.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.1.1"
"version": "0.2.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.1.1",
"version": "0.2.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.1.1",
"version": "0.2.0",
"type": "module",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/production/index.cjs",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@babel/core": "^7.20.12",
"@babel/preset-typescript": "^7.18.6",
"@rollup/pluginutils": "^5.0.2",
"forgetti": "0.1.1"
"forgetti": "0.2.0"
},
"peerDependencies": {
"rollup": "^3"
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.1.1",
"version": "0.2.0",
"type": "module",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/production/index.cjs",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@babel/core": "^7.20.12",
"@babel/preset-typescript": "^7.18.6",
"@rollup/pluginutils": "^5.0.2",
"forgetti": "0.1.1"
"forgetti": "0.2.0"
},
"peerDependencies": {
"vite": "^3 || ^4"
Expand Down

0 comments on commit f976a16

Please sign in to comment.