From 9c20b28b9e48388dc0e5979f8d2cfb3f647c79ae Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Mon, 7 Sep 2020 20:54:17 -0400 Subject: [PATCH] v0.0.7 --- lerna.json | 2 +- packages/core/package.json | 2 +- packages/query/package.json | 4 ++-- packages/router/package.json | 2 +- packages/testing/package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lerna.json b/lerna.json index d21059d..8e51062 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.0.6" + "version": "0.0.7" } diff --git a/packages/core/package.json b/packages/core/package.json index 0719761..2c6f397 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vuehooks/core", - "version": "0.0.6", + "version": "0.0.7", "description": "Collection of composition functions", "keywords": [ "vue", diff --git a/packages/query/package.json b/packages/query/package.json index a49688b..7b81432 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -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" @@ -30,7 +30,7 @@ "url": "https://github.com/jsbroks/vuehooks/issues" }, "dependencies": { - "@vuehooks/core": "^0.0.6" + "@vuehooks/core": "^0.0.7" }, "gitHead": "b2a58eed205fec2c1d594c4f837d0d3eb366819d" } diff --git a/packages/router/package.json b/packages/router/package.json index eaf8fda..36f612f 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@vuehooks/router", - "version": "0.0.6", + "version": "0.0.7", "description": "Useful composition functions for vue-router", "keywords": [ "vue", diff --git a/packages/testing/package.json b/packages/testing/package.json index 4b029e4..f309c67 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@vuehooks/testing", - "version": "0.0.6", + "version": "0.0.7", "description": "Simple Vue hook testing utilities", "keywords": [ "vue",