Skip to content

Commit

Permalink
v1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Dec 30, 2020
1 parent a98c855 commit e9fb5b6
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.0.17",
"version": "1.0.18",
"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 @@ -14,11 +14,11 @@
"insights": "webpack --env=insights"
},
"dependencies": {
"@harlem/core": "^1.0.17",
"@harlem/plugin-devtools": "^1.0.17",
"@harlem/plugin-reset": "^1.0.17",
"@harlem/plugin-storage": "^1.0.17",
"@harlem/plugin-transaction": "^1.0.17",
"@harlem/core": "^1.0.18",
"@harlem/plugin-devtools": "^1.0.18",
"@harlem/plugin-reset": "^1.0.18",
"@harlem/plugin-storage": "^1.0.18",
"@harlem/plugin-transaction": "^1.0.18",
"core-js": "3.6.5",
"flex-layout-attribute": "^1.0.3",
"highlight.js": "^10.2.1",
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.0.17",
"version": "1.0.18",
"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.0.17",
"version": "1.0.18",
"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.0.17",
"version": "1.0.18",
"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.0.17",
"version": "1.0.18",
"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.3"
},
"devDependencies": {
"@harlem/core": "^1.0.17"
"@harlem/core": "^1.0.18"
}
}
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.0.17",
"version": "1.0.18",
"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.0.17"
"@harlem/utilities": "^1.0.18"
},
"devDependencies": {
"@harlem/core": "^1.0.17"
"@harlem/core": "^1.0.18"
}
}
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.0.17",
"version": "1.0.18",
"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.0.17"
"@harlem/utilities": "^1.0.18"
},
"devDependencies": {
"@harlem/core": "^1.0.17"
"@harlem/core": "^1.0.18"
}
}
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.0.17",
"version": "1.0.18",
"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.0.17"
"@harlem/utilities": "^1.0.18"
},
"devDependencies": {
"@harlem/core": "^1.0.17"
"@harlem/core": "^1.0.18"
}
}
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.0.17",
"version": "1.0.18",
"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.0.17"
"@harlem/core": "^1.0.18"
}
}
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.0.17",
"version": "1.0.18",
"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.0.17"
"@harlem/utilities": "^1.0.18"
},
"devDependencies": {
"@harlem/core": "^1.0.17"
"@harlem/core": "^1.0.18"
}
}

1 comment on commit e9fb5b6

@vercel
Copy link

@vercel vercel bot commented on e9fb5b6 Dec 30, 2020

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.