Skip to content

Commit

Permalink
chore: release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony committed Sep 26, 2021
1 parent 853fe07 commit ccdd4c2
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.7.0",
"version": "0.8.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.7.0",
"version": "0.8.0",
"description": "Collection of essential Svelte Utilities",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"./*": "./*"
},
"dependencies": {
"@svelte-use/shared": "0.7.0",
"@svelte-use/store": "0.7.0"
"@svelte-use/shared": "0.8.0",
"@svelte-use/store": "0.8.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.7.0",
"version": "0.8.0",
"description": "",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,6 +29,6 @@
"./*": "./*"
},
"dependencies": {
"@svelte-use/store": "0.7.0"
"@svelte-use/store": "0.8.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.7.0",
"version": "0.8.0",
"description": "Enhancement for svelte/store",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,6 +29,6 @@
"./*": "./*"
},
"dependencies": {
"@svelte-use/shared": "0.7.0"
"@svelte-use/shared": "0.8.0"
}
}

0 comments on commit ccdd4c2

Please sign in to comment.