Skip to content

Commit

Permalink
v1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Nov 3, 2020
1 parent 592a116 commit 8095db2
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 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.14",
"version": "1.0.15",
"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.14",
"@harlem/plugin-devtools": "^1.0.14",
"@harlem/plugin-reset": "^1.0.14",
"@harlem/plugin-storage": "^1.0.14",
"@harlem/plugin-transaction": "^1.0.14",
"@harlem/core": "^1.0.15",
"@harlem/plugin-devtools": "^1.0.15",
"@harlem/plugin-reset": "^1.0.15",
"@harlem/plugin-storage": "^1.0.15",
"@harlem/plugin-transaction": "^1.0.15",
"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.14",
"version": "1.0.15",
"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.14",
"version": "1.0.15",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
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.14",
"version": "1.0.15",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "The official Vue devtools plugin for Harlem",
Expand Down Expand Up @@ -38,6 +38,6 @@
"@vue/devtools-api": "^6.0.0-beta.2"
},
"devDependencies": {
"@harlem/core": "^1.0.14"
"@harlem/core": "^1.0.15"
}
}
4 changes: 2 additions & 2 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.14",
"version": "1.0.15",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "The official reset plugin for Harlem",
Expand Down Expand Up @@ -38,6 +38,6 @@
"@harlem/utilities": "^1.0.14"
},
"devDependencies": {
"@harlem/core": "^1.0.14"
"@harlem/core": "^1.0.15"
}
}
4 changes: 2 additions & 2 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.14",
"version": "1.0.15",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "The official snapshot plugin for Harlem",
Expand Down Expand Up @@ -38,6 +38,6 @@
"@harlem/utilities": "^1.0.14"
},
"devDependencies": {
"@harlem/core": "^1.0.14"
"@harlem/core": "^1.0.15"
}
}
4 changes: 2 additions & 2 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.14",
"version": "1.0.15",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "The official server-side rendering plugin for Harlem",
Expand Down Expand Up @@ -38,6 +38,6 @@
"@harlem/utilities": "^1.0.14"
},
"devDependencies": {
"@harlem/core": "^1.0.14"
"@harlem/core": "^1.0.15"
}
}
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.14",
"version": "1.0.15",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "The official storage plugin for Harlem",
Expand Down Expand Up @@ -35,6 +35,6 @@
"@harlem/core": "^1.0.10"
},
"devDependencies": {
"@harlem/core": "^1.0.14"
"@harlem/core": "^1.0.15"
}
}
4 changes: 2 additions & 2 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.14",
"version": "1.0.15",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "The official transaction plugin for Harlem",
Expand Down Expand Up @@ -38,6 +38,6 @@
"@harlem/utilities": "^1.0.14"
},
"devDependencies": {
"@harlem/core": "^1.0.14"
"@harlem/core": "^1.0.15"
}
}

0 comments on commit 8095db2

Please sign in to comment.