Skip to content

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Apr 14, 2021
1 parent 780d338 commit 89433d0
Show file tree
Hide file tree
Showing 13 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.2.3",
"version": "1.2.4",
"description": "Simple, unopinionated, lightweight and extensible state management for Vue 3",
"repository": "https://github.com/andrewcourtice/harlem.git",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
Expand All @@ -13,11 +13,11 @@
"build": "vite build"
},
"dependencies": {
"@harlem/core": "^1.2.3",
"@harlem/plugin-devtools": "^1.2.3",
"@harlem/plugin-reset": "^1.2.3",
"@harlem/plugin-storage": "^1.2.3",
"@harlem/plugin-transaction": "^1.2.3",
"@harlem/core": "^1.2.4",
"@harlem/plugin-devtools": "^1.2.4",
"@harlem/plugin-reset": "^1.2.4",
"@harlem/plugin-storage": "^1.2.4",
"@harlem/plugin-transaction": "^1.2.4",
"flex-layout-attribute": "^1.0.3",
"vue": "^3.0.11"
},
Expand Down
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@harlem/core",
"amdName": "harlem",
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "Simple, unopinionated, lightweight and extensible state management for Vue 3",
Expand Down Expand Up @@ -33,7 +33,7 @@
"vue": "^3.0.0"
},
"devDependencies": {
"@harlem/build": "^1.2.3",
"@harlem/build": "^1.2.4",
"vue": "^3.0.0"
}
}
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harlem/docs",
"version": "1.1.3",
"version": "1.2.4",
"description": "Simple, unopinionated, lightweight and extensible state management for Vue 3",
"repository": "https://github.com/andrewcourtice/harlem.git",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
Expand All @@ -12,9 +12,9 @@
"build": "vuepress build src"
},
"dependencies": {
"@vuepress/plugin-docsearch": "^2.0.0-beta.8",
"vuepress": "^2.0.0-beta.8",
"vuepress-vite": "^2.0.0-beta.8",
"@vuepress/plugin-docsearch": "^2.0.0-beta.8"
"vuepress-vite": "^2.0.0-beta.8"
},
"devDependencies": {
"postcss": "^8.2.10",
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.2.3",
"version": "1.2.4",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@harlem/build",
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "Harlem utilities package",
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@harlem/testing",
"private": true,
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "Harlem testing package",
Expand All @@ -10,7 +10,7 @@
"build": "echo \"No Build Required\""
},
"dependencies": {
"@harlem/core": "^1.2.3"
"@harlem/core": "^1.2.4"
},
"devDependencies": {
"@harlem/core": "^1.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@harlem/utilities",
"amdName": "harlemUtilities",
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"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,7 +1,7 @@
{
"name": "@harlem/plugin-devtools",
"amdName": "harlemDevtools",
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official Vue devtools plugin for Harlem",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@vue/devtools-api": "^6.0.0-beta.7"
},
"devDependencies": {
"@harlem/build": "^1.2.3",
"@harlem/core": "^1.2.3"
"@harlem/build": "^1.2.4",
"@harlem/core": "^1.2.4"
}
}
10 changes: 5 additions & 5 deletions plugins/reset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@harlem/plugin-reset",
"amdName": "harlemReset",
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official reset plugin for Harlem",
Expand Down Expand Up @@ -35,11 +35,11 @@
"@harlem/core": "^1.1.2"
},
"dependencies": {
"@harlem/utilities": "^1.2.3"
"@harlem/utilities": "^1.2.4"
},
"devDependencies": {
"@harlem/build": "^1.2.3",
"@harlem/core": "^1.2.3",
"@harlem/testing": "^1.2.3"
"@harlem/build": "^1.2.4",
"@harlem/core": "^1.2.4",
"@harlem/testing": "^1.2.4"
}
}
8 changes: 4 additions & 4 deletions plugins/snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@harlem/plugin-snapshot",
"amdName": "harlemSnapshot",
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official snapshot plugin for Harlem",
Expand Down Expand Up @@ -35,10 +35,10 @@
"@harlem/core": "^1.1.2"
},
"dependencies": {
"@harlem/utilities": "^1.2.3"
"@harlem/utilities": "^1.2.4"
},
"devDependencies": {
"@harlem/core": "^1.2.3",
"@harlem/testing": "^1.2.3"
"@harlem/core": "^1.2.4",
"@harlem/testing": "^1.2.4"
}
}
6 changes: 3 additions & 3 deletions plugins/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@harlem/plugin-ssr",
"amdName": "harlemSSR",
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official server-side rendering plugin for Harlem",
Expand Down Expand Up @@ -35,9 +35,9 @@
"@harlem/core": "^1.1.2"
},
"dependencies": {
"@harlem/utilities": "^1.2.3"
"@harlem/utilities": "^1.2.4"
},
"devDependencies": {
"@harlem/core": "^1.2.3"
"@harlem/core": "^1.2.4"
}
}
4 changes: 2 additions & 2 deletions plugins/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@harlem/plugin-storage",
"amdName": "harlemStorage",
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official storage plugin for Harlem",
Expand Down Expand Up @@ -35,6 +35,6 @@
"@harlem/core": "^1.1.2"
},
"devDependencies": {
"@harlem/core": "^1.2.3"
"@harlem/core": "^1.2.4"
}
}
6 changes: 3 additions & 3 deletions plugins/transaction/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@harlem/plugin-transaction",
"amdName": "harlemTransaction",
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official transaction plugin for Harlem",
Expand Down Expand Up @@ -35,9 +35,9 @@
"@harlem/core": "^1.1.2"
},
"dependencies": {
"@harlem/utilities": "^1.2.3"
"@harlem/utilities": "^1.2.4"
},
"devDependencies": {
"@harlem/core": "^1.2.3"
"@harlem/core": "^1.2.4"
}
}

1 comment on commit 89433d0

@vercel
Copy link

@vercel vercel bot commented on 89433d0 Apr 14, 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.