Skip to content

Commit 9c20b28

Browse files
committed
v0.0.7
1 parent a8eacdc commit 9c20b28

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.0.6"
5+
"version": "0.0.7"
66
}

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuehooks/core",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Collection of composition functions",
55
"keywords": [
66
"vue",

packages/query/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuehooks/query",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Hooks for fetching, caching and updating asynchronous data in Vue",
55
"keywords": [
66
"vue3"
@@ -30,7 +30,7 @@
3030
"url": "https://github.com/jsbroks/vuehooks/issues"
3131
},
3232
"dependencies": {
33-
"@vuehooks/core": "^0.0.6"
33+
"@vuehooks/core": "^0.0.7"
3434
},
3535
"gitHead": "b2a58eed205fec2c1d594c4f837d0d3eb366819d"
3636
}

packages/router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuehooks/router",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Useful composition functions for vue-router",
55
"keywords": [
66
"vue",

packages/testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuehooks/testing",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Simple Vue hook testing utilities",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)