Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Jun 23, 2022
1 parent 9f9302e commit 87ae59b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.4.3",
"version": "0.5.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"solid-js": "^1.4.2",
"solid-use": "0.4.3"
"solid-use": "0.5.0"
},
"private": true
}
4 changes: 2 additions & 2 deletions examples/fetch-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetch-example",
"version": "0.4.3",
"version": "0.5.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"solid-js": "^1.4.2",
"solid-use": "0.4.3"
"solid-use": "0.5.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.4.3",
"version": "0.5.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"solid-js": "^1.4.2",
"solid-use": "0.4.3"
"solid-use": "0.5.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.4.3",
"version": "0.5.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"solid-js": "^1.4.2",
"solid-use": "0.4.3"
"solid-use": "0.5.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.4.3"
"version": "0.5.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.4.3",
"version": "0.5.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 87ae59b

Please sign in to comment.