Skip to content

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Sep 8, 2020
1 parent a8eacdc commit 9c20b28
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.6"
"version": "0.0.7"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuehooks/core",
"version": "0.0.6",
"version": "0.0.7",
"description": "Collection of composition functions",
"keywords": [
"vue",
Expand Down
4 changes: 2 additions & 2 deletions packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuehooks/query",
"version": "0.0.6",
"version": "0.0.7",
"description": "Hooks for fetching, caching and updating asynchronous data in Vue",
"keywords": [
"vue3"
Expand Down Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/jsbroks/vuehooks/issues"
},
"dependencies": {
"@vuehooks/core": "^0.0.6"
"@vuehooks/core": "^0.0.7"
},
"gitHead": "b2a58eed205fec2c1d594c4f837d0d3eb366819d"
}
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuehooks/router",
"version": "0.0.6",
"version": "0.0.7",
"description": "Useful composition functions for vue-router",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuehooks/testing",
"version": "0.0.6",
"version": "0.0.7",
"description": "Simple Vue hook testing utilities",
"keywords": [
"vue",
Expand Down

0 comments on commit 9c20b28

Please sign in to comment.