Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Feb 27, 2021
1 parent 94a9555 commit 9d86a91
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
12 changes: 6 additions & 6 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harlem/app",
"version": "1.1.0",
"version": "1.1.1",
"description": "Simple, unopinionated, lightweight and extensible state management for Vue 3",
"repository": "https://github.com/andrewcourtice/harlem.git",
"author": "Andrew Courtice <[email protected]>",
Expand All @@ -12,11 +12,11 @@
"build": "vuepress build src"
},
"dependencies": {
"@harlem/core": "^1.1.0",
"@harlem/plugin-devtools": "^1.1.0",
"@harlem/plugin-reset": "^1.1.0",
"@harlem/plugin-storage": "^1.1.0",
"@harlem/plugin-transaction": "^1.1.0",
"@harlem/core": "^1.1.1",
"@harlem/plugin-devtools": "^1.1.1",
"@harlem/plugin-reset": "^1.1.1",
"@harlem/plugin-storage": "^1.1.1",
"@harlem/plugin-transaction": "^1.1.1",
"vuepress": "^2.0.0-alpha.26"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harlem/core",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "Simple, unopinionated, lightweight and extensible state management for Vue 3",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.1.1",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harlem/utilities",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "Harlem utilities package",
Expand Down
4 changes: 2 additions & 2 deletions plugins/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harlem/plugin-devtools",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "The official Vue devtools plugin for Harlem",
Expand Down Expand Up @@ -43,6 +43,6 @@
"@vue/devtools-api": "^6.0.0-beta.7"
},
"devDependencies": {
"@harlem/core": "^1.1.0"
"@harlem/core": "^1.1.1"
}
}
6 changes: 3 additions & 3 deletions plugins/reset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harlem/plugin-reset",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "The official reset plugin for Harlem",
Expand Down Expand Up @@ -40,9 +40,9 @@
"@harlem/core": "^1.0.17"
},
"dependencies": {
"@harlem/utilities": "^1.1.0"
"@harlem/utilities": "^1.1.1"
},
"devDependencies": {
"@harlem/core": "^1.1.0"
"@harlem/core": "^1.1.1"
}
}
6 changes: 3 additions & 3 deletions plugins/snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harlem/plugin-snapshot",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "The official snapshot plugin for Harlem",
Expand Down Expand Up @@ -40,9 +40,9 @@
"@harlem/core": "^1.0.17"
},
"dependencies": {
"@harlem/utilities": "^1.1.0"
"@harlem/utilities": "^1.1.1"
},
"devDependencies": {
"@harlem/core": "^1.1.0"
"@harlem/core": "^1.1.1"
}
}
6 changes: 3 additions & 3 deletions plugins/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harlem/plugin-ssr",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "The official server-side rendering plugin for Harlem",
Expand Down Expand Up @@ -40,9 +40,9 @@
"@harlem/core": "^1.0.17"
},
"dependencies": {
"@harlem/utilities": "^1.1.0"
"@harlem/utilities": "^1.1.1"
},
"devDependencies": {
"@harlem/core": "^1.1.0"
"@harlem/core": "^1.1.1"
}
}
4 changes: 2 additions & 2 deletions plugins/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harlem/plugin-storage",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "The official storage plugin for Harlem",
Expand Down Expand Up @@ -40,6 +40,6 @@
"@harlem/core": "^1.0.17"
},
"devDependencies": {
"@harlem/core": "^1.1.0"
"@harlem/core": "^1.1.1"
}
}
6 changes: 3 additions & 3 deletions plugins/transaction/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harlem/plugin-transaction",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "The official transaction plugin for Harlem",
Expand Down Expand Up @@ -40,9 +40,9 @@
"@harlem/core": "^1.0.17"
},
"dependencies": {
"@harlem/utilities": "^1.1.0"
"@harlem/utilities": "^1.1.1"
},
"devDependencies": {
"@harlem/core": "^1.1.0"
"@harlem/core": "^1.1.1"
}
}

1 comment on commit 9d86a91

@vercel
Copy link

@vercel vercel bot commented on 9d86a91 Feb 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.