Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Aug 28, 2020
1 parent 66ad6da commit b2a58ee
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.5"
"version": "0.0.6"
}
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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"description": "Hooks for fetching, caching and updating asynchronous data in Vue",
"keywords": [
"vue3"
Expand Down Expand Up @@ -30,6 +30,6 @@
"url": "https://github.com/jsbroks/vuehooks/issues"
},
"dependencies": {
"@vuehooks/core": "^0.0.5"
"@vuehooks/core": "^0.0.6"
}
}
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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"description": "Simple Vue hook testing utilities",
"keywords": [
"vue",
Expand Down

0 comments on commit b2a58ee

Please sign in to comment.