Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Sep 17, 2021
1 parent 29a3f22 commit 6d16a0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/vite-example/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "vite-example",
"version": "0.3.0",
"version": "0.3.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"babel-plugin-solid-labels": "0.3.0",
"babel-plugin-solid-labels": "0.3.1",
"babel-preset-solid": "^1.1.1",
"eslint": "^7.32.0",
"eslint-config-lxsmnsyc": "^0.2.3",
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.3.0"
"version": "0.3.1"
}
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.3.0",
"version": "0.3.1",
"types": "dist/types/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 6d16a0b

Please sign in to comment.