diff --git a/app/package.json b/app/package.json index 16c14ae5..e310cd40 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@harlem/app", - "version": "1.1.2", + "version": "1.1.3", "description": "Simple, unopinionated, lightweight and extensible state management for Vue 3", "repository": "https://github.com/andrewcourtice/harlem.git", "author": "Andrew Courtice ", @@ -12,11 +12,11 @@ "build": "vuepress build src" }, "dependencies": { - "@harlem/core": "^1.1.2", - "@harlem/plugin-devtools": "^1.1.2", - "@harlem/plugin-reset": "^1.1.2", - "@harlem/plugin-storage": "^1.1.2", - "@harlem/plugin-transaction": "^1.1.2", + "@harlem/core": "^1.1.3", + "@harlem/plugin-devtools": "^1.1.3", + "@harlem/plugin-reset": "^1.1.3", + "@harlem/plugin-storage": "^1.1.3", + "@harlem/plugin-transaction": "^1.1.3", "vuepress": "^2.0.0-alpha.26" }, "devDependencies": { diff --git a/core/package.json b/core/package.json index f22cffe2..ad28077b 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@harlem/core", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "author": "Andrew Courtice ", "description": "Simple, unopinionated, lightweight and extensible state management for Vue 3", diff --git a/lerna.json b/lerna.json index 94736e6a..4bf51e43 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.1.2", + "version": "1.1.3", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/testing/package.json b/packages/testing/package.json index d87fe91e..3ba17947 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,15 +1,15 @@ { "name": "@harlem/testing", "private": true, - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "author": "Andrew Courtice ", "description": "Harlem testing package", "main": "src/index.ts", "dependencies": { - "@harlem/core": "^1.1.2" + "@harlem/core": "^1.1.3" }, "devDependencies": { - "@harlem/core": "^1.0.17" + "@harlem/core": "^1.1.2" } } diff --git a/packages/utilities/package.json b/packages/utilities/package.json index e7e21a9f..2e94094e 100644 --- a/packages/utilities/package.json +++ b/packages/utilities/package.json @@ -1,6 +1,6 @@ { "name": "@harlem/utilities", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "author": "Andrew Courtice ", "description": "Harlem utilities package", diff --git a/plugins/devtools/package.json b/plugins/devtools/package.json index 226767b7..7bbbce3f 100644 --- a/plugins/devtools/package.json +++ b/plugins/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@harlem/plugin-devtools", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "author": "Andrew Courtice ", "description": "The official Vue devtools plugin for Harlem", @@ -37,12 +37,12 @@ "prepublish": "yarn build" }, "peerDependencies": { - "@harlem/core": "^1.0.17" + "@harlem/core": "^1.1.2" }, "dependencies": { "@vue/devtools-api": "^6.0.0-beta.7" }, "devDependencies": { - "@harlem/core": "^1.1.2" + "@harlem/core": "^1.1.3" } } diff --git a/plugins/reset/package.json b/plugins/reset/package.json index a359897d..1718d4dd 100644 --- a/plugins/reset/package.json +++ b/plugins/reset/package.json @@ -1,6 +1,6 @@ { "name": "@harlem/plugin-reset", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "author": "Andrew Courtice ", "description": "The official reset plugin for Harlem", @@ -37,13 +37,13 @@ "prepublish": "yarn build" }, "peerDependencies": { - "@harlem/core": "^1.0.17" + "@harlem/core": "^1.1.2" }, "dependencies": { - "@harlem/utilities": "^1.1.2" + "@harlem/utilities": "^1.1.3" }, "devDependencies": { - "@harlem/core": "^1.1.2", - "@harlem/testing": "^1.1.2" + "@harlem/core": "^1.1.3", + "@harlem/testing": "^1.1.3" } } diff --git a/plugins/snapshot/package.json b/plugins/snapshot/package.json index 8d230cae..ad2695ca 100644 --- a/plugins/snapshot/package.json +++ b/plugins/snapshot/package.json @@ -1,6 +1,6 @@ { "name": "@harlem/plugin-snapshot", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "author": "Andrew Courtice ", "description": "The official snapshot plugin for Harlem", @@ -37,13 +37,13 @@ "prepublish": "yarn build" }, "peerDependencies": { - "@harlem/core": "^1.0.17" + "@harlem/core": "^1.1.2" }, "dependencies": { - "@harlem/utilities": "^1.1.2" + "@harlem/utilities": "^1.1.3" }, "devDependencies": { - "@harlem/core": "^1.1.2", - "@harlem/testing": "^1.1.2" + "@harlem/core": "^1.1.3", + "@harlem/testing": "^1.1.3" } } diff --git a/plugins/ssr/package.json b/plugins/ssr/package.json index 10fe9d73..d1c565bf 100644 --- a/plugins/ssr/package.json +++ b/plugins/ssr/package.json @@ -1,6 +1,6 @@ { "name": "@harlem/plugin-ssr", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "author": "Andrew Courtice ", "description": "The official server-side rendering plugin for Harlem", @@ -37,12 +37,12 @@ "prepublish": "yarn build" }, "peerDependencies": { - "@harlem/core": "^1.0.17" + "@harlem/core": "^1.1.2" }, "dependencies": { - "@harlem/utilities": "^1.1.2" + "@harlem/utilities": "^1.1.3" }, "devDependencies": { - "@harlem/core": "^1.1.2" + "@harlem/core": "^1.1.3" } } diff --git a/plugins/storage/package.json b/plugins/storage/package.json index dc444fdc..67c70842 100644 --- a/plugins/storage/package.json +++ b/plugins/storage/package.json @@ -1,6 +1,6 @@ { "name": "@harlem/plugin-storage", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "author": "Andrew Courtice ", "description": "The official storage plugin for Harlem", @@ -37,9 +37,9 @@ "prepublish": "yarn build" }, "peerDependencies": { - "@harlem/core": "^1.0.17" + "@harlem/core": "^1.1.2" }, "devDependencies": { - "@harlem/core": "^1.1.2" + "@harlem/core": "^1.1.3" } } diff --git a/plugins/transaction/package.json b/plugins/transaction/package.json index a415cc26..711248cd 100644 --- a/plugins/transaction/package.json +++ b/plugins/transaction/package.json @@ -1,6 +1,6 @@ { "name": "@harlem/plugin-transaction", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "author": "Andrew Courtice ", "description": "The official transaction plugin for Harlem", @@ -37,12 +37,12 @@ "prepublish": "yarn build" }, "peerDependencies": { - "@harlem/core": "^1.0.17" + "@harlem/core": "^1.1.2" }, "dependencies": { - "@harlem/utilities": "^1.1.2" + "@harlem/utilities": "^1.1.3" }, "devDependencies": { - "@harlem/core": "^1.1.2" + "@harlem/core": "^1.1.3" } }