Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Mar 23, 2021
1 parent bb5e16d commit 4345a65
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 36 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.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 <[email protected]>",
Expand All @@ -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": {
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.2",
"version": "1.1.3",
"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.2",
"version": "1.1.3",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
6 changes: 3 additions & 3 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@harlem/testing",
"private": true,
"version": "1.1.2",
"version": "1.1.3",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"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"
}
}
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.2",
"version": "1.1.3",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "Harlem utilities package",
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "1.1.3",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "The official Vue devtools plugin for Harlem",
Expand Down Expand Up @@ -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"
}
}
10 changes: 5 additions & 5 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.2",
"version": "1.1.3",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "The official reset plugin for Harlem",
Expand Down Expand Up @@ -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"
}
}
10 changes: 5 additions & 5 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.2",
"version": "1.1.3",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "The official snapshot plugin for Harlem",
Expand Down Expand Up @@ -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"
}
}
8 changes: 4 additions & 4 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.2",
"version": "1.1.3",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "The official server-side rendering plugin for Harlem",
Expand Down Expand Up @@ -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"
}
}
6 changes: 3 additions & 3 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.2",
"version": "1.1.3",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "The official storage plugin for Harlem",
Expand Down Expand Up @@ -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"
}
}
8 changes: 4 additions & 4 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.2",
"version": "1.1.3",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "The official transaction plugin for Harlem",
Expand Down Expand Up @@ -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"
}
}

1 comment on commit 4345a65

@vercel
Copy link

@vercel vercel bot commented on 4345a65 Mar 23, 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.