Skip to content

Commit

Permalink
v2.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Aug 11, 2021
1 parent 5f5a29c commit fb160f3
Show file tree
Hide file tree
Showing 17 changed files with 53 additions and 53 deletions.
22 changes: 11 additions & 11 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harlem/app",
"version": "2.0.0-alpha.0",
"version": "2.0.0-beta.0",
"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,16 +13,16 @@
"build": "vite build"
},
"dependencies": {
"@harlem/core": "^2.0.0-alpha.0",
"@harlem/extension-action": "^2.0.0-alpha.0",
"@harlem/extension-history": "^2.0.0-alpha.0",
"@harlem/extension-lazy": "^2.0.0-alpha.0",
"@harlem/extension-reset": "^2.0.0-alpha.0",
"@harlem/extension-snapshot": "^2.0.0-alpha.0",
"@harlem/extension-storage": "^2.0.0-alpha.0",
"@harlem/extension-trace": "^2.0.0-alpha.0",
"@harlem/extension-transaction": "^2.0.0-alpha.0",
"@harlem/plugin-devtools": "^2.0.0-alpha.0",
"@harlem/core": "^2.0.0-beta.0",
"@harlem/extension-action": "^2.0.0-beta.0",
"@harlem/extension-history": "^2.0.0-beta.0",
"@harlem/extension-lazy": "^2.0.0-beta.0",
"@harlem/extension-reset": "^2.0.0-beta.0",
"@harlem/extension-snapshot": "^2.0.0-beta.0",
"@harlem/extension-storage": "^2.0.0-beta.0",
"@harlem/extension-trace": "^2.0.0-beta.0",
"@harlem/extension-transaction": "^2.0.0-beta.0",
"@harlem/plugin-devtools": "^2.0.0-beta.0",
"date-fns": "^2.23.0",
"date-fns-tz": "^1.1.6",
"flex-layout-attribute": "^1.0.3",
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": "2.0.0-alpha.0",
"version": "2.0.0-beta.0",
"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 @@ -32,7 +32,7 @@
"prepublish": "yarn build"
},
"dependencies": {
"@harlem/utilities": "^2.0.0-alpha.0"
"@harlem/utilities": "^2.0.0-beta.0"
},
"peerDependencies": {
"vue": "^3.2.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@harlem/docs",
"version": "2.0.0-alpha.0",
"version": "2.0.0-beta.0",
"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 Down
8 changes: 4 additions & 4 deletions extensions/action/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@harlem/extension-action",
"amdName": "harlemAction",
"version": "2.0.0-alpha.0",
"version": "2.0.0-beta.0",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official action extension for Harlem",
Expand Down Expand Up @@ -34,15 +34,15 @@
"prepublish": "yarn build"
},
"dependencies": {
"@harlem/task": "^2.0.0-alpha.0"
"@harlem/task": "^2.0.0-beta.0"
},
"peerDependencies": {
"@harlem/core": "^2.0.0-alpha.0",
"vue": "^3.2.0"
},
"devDependencies": {
"@harlem/core": "^2.0.0-alpha.0",
"@harlem/testing": "^2.0.0-alpha.0",
"@harlem/core": "^2.0.0-beta.0",
"@harlem/testing": "^2.0.0-beta.0",
"vue": "^3.2.0"
}
}
10 changes: 5 additions & 5 deletions extensions/history/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@harlem/extension-history",
"amdName": "harlemHistory",
"version": "2.0.0-alpha.0",
"version": "2.0.0-beta.0",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official history extension for Harlem",
Expand Down Expand Up @@ -34,14 +34,14 @@
"prepublish": "yarn build"
},
"dependencies": {
"@harlem/extension-trace": "^2.0.0-alpha.0",
"@harlem/utilities": "^2.0.0-alpha.0"
"@harlem/extension-trace": "^2.0.0-beta.0",
"@harlem/utilities": "^2.0.0-beta.0"
},
"peerDependencies": {
"@harlem/core": "^2.0.0-alpha.0"
},
"devDependencies": {
"@harlem/core": "^2.0.0-alpha.0",
"@harlem/testing": "^2.0.0-alpha.0"
"@harlem/core": "^2.0.0-beta.0",
"@harlem/testing": "^2.0.0-beta.0"
}
}
6 changes: 3 additions & 3 deletions extensions/lazy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@harlem/extension-lazy",
"amdName": "harlemLazy",
"version": "2.0.0-alpha.0",
"version": "2.0.0-beta.0",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official lazy extension for Harlem",
Expand Down Expand Up @@ -38,8 +38,8 @@
"vue": "^3.2.0"
},
"devDependencies": {
"@harlem/core": "^2.0.0-alpha.0",
"@harlem/testing": "^2.0.0-alpha.0",
"@harlem/core": "^2.0.0-beta.0",
"@harlem/testing": "^2.0.0-beta.0",
"vue": "^3.2.0"
}
}
8 changes: 4 additions & 4 deletions extensions/reset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@harlem/extension-reset",
"amdName": "harlemReset",
"version": "2.0.0-alpha.0",
"version": "2.0.0-beta.0",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official reset extension for Harlem",
Expand Down Expand Up @@ -37,10 +37,10 @@
"@harlem/core": "^2.0.0-alpha.0"
},
"dependencies": {
"@harlem/extension-snapshot": "^2.0.0-alpha.0"
"@harlem/extension-snapshot": "^2.0.0-beta.0"
},
"devDependencies": {
"@harlem/core": "^2.0.0-alpha.0",
"@harlem/testing": "^2.0.0-alpha.0"
"@harlem/core": "^2.0.0-beta.0",
"@harlem/testing": "^2.0.0-beta.0"
}
}
8 changes: 4 additions & 4 deletions extensions/snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@harlem/extension-snapshot",
"amdName": "harlemSnapshot",
"version": "2.0.0-alpha.0",
"version": "2.0.0-beta.0",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official snapshot extension for Harlem",
Expand Down Expand Up @@ -37,10 +37,10 @@
"@harlem/core": "^2.0.0-alpha.0"
},
"dependencies": {
"@harlem/utilities": "^2.0.0-alpha.0"
"@harlem/utilities": "^2.0.0-beta.0"
},
"devDependencies": {
"@harlem/core": "^2.0.0-alpha.0",
"@harlem/testing": "^2.0.0-alpha.0"
"@harlem/core": "^2.0.0-beta.0",
"@harlem/testing": "^2.0.0-beta.0"
}
}
4 changes: 2 additions & 2 deletions extensions/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@harlem/extension-storage",
"amdName": "harlemStorage",
"version": "2.0.0-alpha.0",
"version": "2.0.0-beta.0",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official storage extension for Harlem",
Expand Down Expand Up @@ -37,6 +37,6 @@
"@harlem/core": "^2.0.0-alpha.0"
},
"devDependencies": {
"@harlem/core": "^2.0.0-alpha.0"
"@harlem/core": "^2.0.0-beta.0"
}
}
8 changes: 4 additions & 4 deletions extensions/trace/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@harlem/extension-trace",
"amdName": "harlemTrace",
"version": "2.0.0-alpha.0",
"version": "2.0.0-beta.0",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official trace extension for Harlem",
Expand Down Expand Up @@ -37,10 +37,10 @@
"@harlem/core": "^2.0.0-alpha.0"
},
"dependencies": {
"@harlem/utilities": "^2.0.0-alpha.0"
"@harlem/utilities": "^2.0.0-beta.0"
},
"devDependencies": {
"@harlem/core": "^2.0.0-alpha.0",
"@harlem/testing": "^2.0.0-alpha.0"
"@harlem/core": "^2.0.0-beta.0",
"@harlem/testing": "^2.0.0-beta.0"
}
}
6 changes: 3 additions & 3 deletions extensions/transaction/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@harlem/extension-transaction",
"amdName": "harlemTransaction",
"version": "2.0.0-alpha.0",
"version": "2.0.0-beta.0",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official transaction extension for Harlem",
Expand Down Expand Up @@ -37,9 +37,9 @@
"@harlem/core": "^2.0.0-alpha.0"
},
"dependencies": {
"@harlem/utilities": "^2.0.0-alpha.0"
"@harlem/utilities": "^2.0.0-beta.0"
},
"devDependencies": {
"@harlem/core": "^2.0.0-alpha.0"
"@harlem/core": "^2.0.0-beta.0"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-alpha.0",
"version": "2.0.0-beta.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/task/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@harlem/task",
"amdName": "harlemTask",
"version": "2.0.0-alpha.0",
"version": "2.0.0-beta.0",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "Harlem task 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": "2.0.0-alpha.0",
"version": "2.0.0-beta.0",
"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": "^2.0.0-alpha.0"
"@harlem/core": "^2.0.0-beta.0"
},
"devDependencies": {
"@harlem/core": "^2.0.0-alpha.0"
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": "2.0.0-alpha.0",
"version": "2.0.0-beta.0",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"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,7 +1,7 @@
{
"name": "@harlem/plugin-devtools",
"amdName": "harlemDevtools",
"version": "2.0.0-alpha.0",
"version": "2.0.0-beta.0",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official Vue devtools plugin for Harlem",
Expand Down Expand Up @@ -40,6 +40,6 @@
"@vue/devtools-api": "^6.0.0-beta.15"
},
"devDependencies": {
"@harlem/core": "^2.0.0-alpha.0"
"@harlem/core": "^2.0.0-beta.0"
}
}
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": "2.0.0-alpha.0",
"version": "2.0.0-beta.0",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official server-side rendering plugin for Harlem",
Expand Down Expand Up @@ -37,9 +37,9 @@
"@harlem/core": "^2.0.0-alpha.0"
},
"dependencies": {
"@harlem/utilities": "^2.0.0-alpha.0"
"@harlem/utilities": "^2.0.0-beta.0"
},
"devDependencies": {
"@harlem/core": "^2.0.0-alpha.0"
"@harlem/core": "^2.0.0-beta.0"
}
}

0 comments on commit fb160f3

Please sign in to comment.