Skip to content

Commit

Permalink
chore: release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony committed Sep 16, 2021
1 parent fe863c6 commit 30e0c7d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-use/monorepo",
"version": "0.4.1",
"version": "0.5.0",
"private": true,
"description": "Collection of essential Svelte Utilities",
"workspaces": [
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-use/core",
"version": "0.4.1",
"version": "0.5.0",
"description": "Collection of essential Svelte Utilities",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"./*": "./*"
},
"dependencies": {
"@svelte-use/shared": "0.4.1",
"@svelte-use/store": "0.4.1"
"@svelte-use/shared": "0.5.0",
"@svelte-use/store": "0.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-use/shared",
"version": "0.4.1",
"version": "0.5.0",
"description": "",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,6 +29,6 @@
"./*": "./*"
},
"dependencies": {
"@svelte-use/store": "0.4.1"
"@svelte-use/store": "0.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-use/store",
"version": "0.4.1",
"version": "0.5.0",
"description": "Enhancement for svelte/store",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,6 +29,6 @@
"./*": "./*"
},
"dependencies": {
"@svelte-use/shared": "0.4.1"
"@svelte-use/shared": "0.5.0"
}
}

0 comments on commit 30e0c7d

Please sign in to comment.