Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Sep 17, 2021
1 parent 0e6f728 commit 31b8ba6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions examples/vite-example/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
{
"name": "vite-example",
"version": "0.2.1",
"version": "0.3.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"babel-plugin-solid-labels": "0.3.0",
"babel-preset-solid": "^1.1.1",
"babel-plugin-solid-labels": "0.2.1",
"eslint": "^7.32.0",
"eslint-config-lxsmnsyc": "^0.2.3",
"typescript": "^4.3.2",
"vite": "^2.4.4",
"vite-plugin-solid": "^2.0.1"
},
"dependencies": {
},
"private": true,
"publishConfig": {
"access": "restricted"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "0.2.1"
"version": "0.3.0"
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-solid-reactivity/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.1",
"version": "0.3.0",
"types": "dist/types/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 31b8ba6

Please sign in to comment.