Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed May 27, 2022
1 parent de721c5 commit 09b0a08
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/classic-suspense-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "classic-suspense-example",
"version": "0.3.4",
"version": "0.4.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"solid-js": "^1.4.2",
"solid-use": "0.3.4"
"solid-use": "0.4.0"
},
"private": true
}
4 changes: 2 additions & 2 deletions examples/provider-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "provider-example",
"version": "0.3.4",
"version": "0.4.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"solid-js": "^1.4.2",
"solid-use": "0.3.4"
"solid-use": "0.4.0"
},
"private": true
}
4 changes: 2 additions & 2 deletions examples/spread-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spread-example",
"version": "0.3.4",
"version": "0.4.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"solid-js": "^1.4.2",
"solid-use": "0.3.4"
"solid-use": "0.4.0"
},
"private": true
}
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.4"
"version": "0.4.0"
}
2 changes: 1 addition & 1 deletion packages/solid-use/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.4",
"version": "0.4.0",
"types": "dist/types/index.d.ts",
"main": "dist/cjs/production/index.js",
"module": "dist/esm/production/index.js",
Expand Down

0 comments on commit 09b0a08

Please sign in to comment.