Skip to content

Commit

Permalink
v2.4.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Dec 1, 2022
1 parent f31d1bc commit bfa3764
Show file tree
Hide file tree
Showing 33 changed files with 263 additions and 71 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0-beta.10](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.9...v2.4.0-beta.10) (2022-12-01)


### Bug Fixes

* fixed build and publish configurations ([5eaaade](https://github.com/andrewcourtice/harlem/commit/5eaaade55be2658335ba6baa699a05ec41eb26d0))
* fixed conditional load for commonjs modules ([9465580](https://github.com/andrewcourtice/harlem/commit/946558024c971e49d07edccff3257fd4f8ff83e2))





# [2.4.0-beta.9](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.8...v2.4.0-beta.9) (2022-12-01)


Expand Down
12 changes: 12 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0-beta.10](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.9...v2.4.0-beta.10) (2022-12-01)


### Bug Fixes

* fixed build and publish configurations ([5eaaade](https://github.com/andrewcourtice/harlem/commit/5eaaade55be2658335ba6baa699a05ec41eb26d0))
* fixed conditional load for commonjs modules ([9465580](https://github.com/andrewcourtice/harlem/commit/946558024c971e49d07edccff3257fd4f8ff83e2))





# [2.4.0-beta.9](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.8...v2.4.0-beta.9) (2022-12-01)


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.4.0-beta.9",
"version": "2.4.0-beta.10",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "Powerfully simple global state management for Vue 3",
Expand Down Expand Up @@ -43,7 +43,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@harlem/utilities": "^2.4.0-beta.9"
"@harlem/utilities": "^2.4.0-beta.10"
},
"peerDependencies": {
"vue": "^3.2.0"
Expand Down
12 changes: 12 additions & 0 deletions extensions/action/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0-beta.10](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.9...v2.4.0-beta.10) (2022-12-01)


### Bug Fixes

* fixed build and publish configurations ([5eaaade](https://github.com/andrewcourtice/harlem/commit/5eaaade55be2658335ba6baa699a05ec41eb26d0))
* fixed conditional load for commonjs modules ([9465580](https://github.com/andrewcourtice/harlem/commit/946558024c971e49d07edccff3257fd4f8ff83e2))





# [2.4.0-beta.9](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.8...v2.4.0-beta.9) (2022-12-01)


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.4.0-beta.9",
"version": "2.4.0-beta.10",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official action extension for Harlem",
Expand Down Expand Up @@ -45,15 +45,15 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@harlem/task": "^2.4.0-beta.9",
"@harlem/utilities": "^2.4.0-beta.9"
"@harlem/task": "^2.4.0-beta.10",
"@harlem/utilities": "^2.4.0-beta.10"
},
"peerDependencies": {
"@harlem/core": "^2.4.0-beta.1",
"vue": "^3.2.0"
},
"devDependencies": {
"@harlem/core": "^2.4.0-beta.9",
"@harlem/core": "^2.4.0-beta.10",
"@harlem/testing": "^2.4.0-beta.1",
"vue": "^3.2.45"
}
Expand Down
12 changes: 12 additions & 0 deletions extensions/compose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0-beta.10](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.9...v2.4.0-beta.10) (2022-12-01)


### Bug Fixes

* fixed build and publish configurations ([5eaaade](https://github.com/andrewcourtice/harlem/commit/5eaaade55be2658335ba6baa699a05ec41eb26d0))
* fixed conditional load for commonjs modules ([9465580](https://github.com/andrewcourtice/harlem/commit/946558024c971e49d07edccff3257fd4f8ff83e2))





# [2.4.0-beta.9](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.8...v2.4.0-beta.9) (2022-12-01)


Expand Down
6 changes: 3 additions & 3 deletions extensions/compose/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@harlem/extension-compose",
"amdName": "harlemCompose",
"version": "2.4.0-beta.9",
"version": "2.4.0-beta.10",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official compose extension for Harlem",
Expand Down Expand Up @@ -45,14 +45,14 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@harlem/utilities": "^2.4.0-beta.9"
"@harlem/utilities": "^2.4.0-beta.10"
},
"peerDependencies": {
"@harlem/core": "^2.4.0-beta.1",
"vue": "^3.2.0"
},
"devDependencies": {
"@harlem/core": "^2.4.0-beta.9",
"@harlem/core": "^2.4.0-beta.10",
"vue": "^3.2.45"
}
}
12 changes: 12 additions & 0 deletions extensions/history/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0-beta.10](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.9...v2.4.0-beta.10) (2022-12-01)


### Bug Fixes

* fixed build and publish configurations ([5eaaade](https://github.com/andrewcourtice/harlem/commit/5eaaade55be2658335ba6baa699a05ec41eb26d0))
* fixed conditional load for commonjs modules ([9465580](https://github.com/andrewcourtice/harlem/commit/946558024c971e49d07edccff3257fd4f8ff83e2))





# [2.4.0-beta.9](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.8...v2.4.0-beta.9) (2022-12-01)


Expand Down
8 changes: 4 additions & 4 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.4.0-beta.9",
"version": "2.4.0-beta.10",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official history extension for Harlem",
Expand Down Expand Up @@ -45,14 +45,14 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@harlem/extension-trace": "^2.4.0-beta.9",
"@harlem/utilities": "^2.4.0-beta.9"
"@harlem/extension-trace": "^2.4.0-beta.10",
"@harlem/utilities": "^2.4.0-beta.10"
},
"peerDependencies": {
"@harlem/core": "^2.4.0-beta.1"
},
"devDependencies": {
"@harlem/core": "^2.4.0-beta.9",
"@harlem/core": "^2.4.0-beta.10",
"@harlem/testing": "^2.4.0-beta.1"
}
}
12 changes: 12 additions & 0 deletions extensions/lazy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0-beta.10](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.9...v2.4.0-beta.10) (2022-12-01)


### Bug Fixes

* fixed build and publish configurations ([5eaaade](https://github.com/andrewcourtice/harlem/commit/5eaaade55be2658335ba6baa699a05ec41eb26d0))
* fixed conditional load for commonjs modules ([9465580](https://github.com/andrewcourtice/harlem/commit/946558024c971e49d07edccff3257fd4f8ff83e2))





# [2.4.0-beta.9](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.8...v2.4.0-beta.9) (2022-12-01)


Expand Down
4 changes: 2 additions & 2 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.4.0-beta.9",
"version": "2.4.0-beta.10",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official lazy extension for Harlem",
Expand Down Expand Up @@ -49,7 +49,7 @@
"vue": "^3.2.0"
},
"devDependencies": {
"@harlem/core": "^2.4.0-beta.9",
"@harlem/core": "^2.4.0-beta.10",
"@harlem/testing": "^2.4.0-beta.1",
"vue": "^3.2.45"
}
Expand Down
12 changes: 12 additions & 0 deletions extensions/reset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0-beta.10](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.9...v2.4.0-beta.10) (2022-12-01)


### Bug Fixes

* fixed build and publish configurations ([5eaaade](https://github.com/andrewcourtice/harlem/commit/5eaaade55be2658335ba6baa699a05ec41eb26d0))
* fixed conditional load for commonjs modules ([9465580](https://github.com/andrewcourtice/harlem/commit/946558024c971e49d07edccff3257fd4f8ff83e2))





# [2.4.0-beta.9](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.8...v2.4.0-beta.9) (2022-12-01)


Expand Down
6 changes: 3 additions & 3 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.4.0-beta.9",
"version": "2.4.0-beta.10",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official reset extension for Harlem",
Expand Down Expand Up @@ -48,10 +48,10 @@
"@harlem/core": "^2.4.0-beta.1"
},
"dependencies": {
"@harlem/utilities": "^2.4.0-beta.9"
"@harlem/utilities": "^2.4.0-beta.10"
},
"devDependencies": {
"@harlem/core": "^2.4.0-beta.9",
"@harlem/core": "^2.4.0-beta.10",
"@harlem/testing": "^2.4.0-beta.1"
}
}
12 changes: 12 additions & 0 deletions extensions/snapshot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0-beta.10](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.9...v2.4.0-beta.10) (2022-12-01)


### Bug Fixes

* fixed build and publish configurations ([5eaaade](https://github.com/andrewcourtice/harlem/commit/5eaaade55be2658335ba6baa699a05ec41eb26d0))
* fixed conditional load for commonjs modules ([9465580](https://github.com/andrewcourtice/harlem/commit/946558024c971e49d07edccff3257fd4f8ff83e2))





# [2.4.0-beta.9](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.8...v2.4.0-beta.9) (2022-12-01)


Expand Down
6 changes: 3 additions & 3 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.4.0-beta.9",
"version": "2.4.0-beta.10",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official snapshot extension for Harlem",
Expand Down Expand Up @@ -48,10 +48,10 @@
"@harlem/core": "^2.4.0-beta.1"
},
"dependencies": {
"@harlem/utilities": "^2.4.0-beta.9"
"@harlem/utilities": "^2.4.0-beta.10"
},
"devDependencies": {
"@harlem/core": "^2.4.0-beta.9",
"@harlem/core": "^2.4.0-beta.10",
"@harlem/testing": "^2.4.0-beta.1"
}
}
12 changes: 12 additions & 0 deletions extensions/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0-beta.10](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.9...v2.4.0-beta.10) (2022-12-01)


### Bug Fixes

* fixed build and publish configurations ([5eaaade](https://github.com/andrewcourtice/harlem/commit/5eaaade55be2658335ba6baa699a05ec41eb26d0))
* fixed conditional load for commonjs modules ([9465580](https://github.com/andrewcourtice/harlem/commit/946558024c971e49d07edccff3257fd4f8ff83e2))





# [2.4.0-beta.9](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.8...v2.4.0-beta.9) (2022-12-01)


Expand Down
6 changes: 3 additions & 3 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.4.0-beta.9",
"version": "2.4.0-beta.10",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official storage extension for Harlem",
Expand Down Expand Up @@ -45,12 +45,12 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@harlem/utilities": "^2.4.0-beta.9"
"@harlem/utilities": "^2.4.0-beta.10"
},
"peerDependencies": {
"@harlem/core": "^2.4.0-beta.1"
},
"devDependencies": {
"@harlem/core": "^2.4.0-beta.9"
"@harlem/core": "^2.4.0-beta.10"
}
}
12 changes: 12 additions & 0 deletions extensions/trace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0-beta.10](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.9...v2.4.0-beta.10) (2022-12-01)


### Bug Fixes

* fixed build and publish configurations ([5eaaade](https://github.com/andrewcourtice/harlem/commit/5eaaade55be2658335ba6baa699a05ec41eb26d0))
* fixed conditional load for commonjs modules ([9465580](https://github.com/andrewcourtice/harlem/commit/946558024c971e49d07edccff3257fd4f8ff83e2))





# [2.4.0-beta.9](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.8...v2.4.0-beta.9) (2022-12-01)


Expand Down
6 changes: 3 additions & 3 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.4.0-beta.9",
"version": "2.4.0-beta.10",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official trace extension for Harlem",
Expand Down Expand Up @@ -48,10 +48,10 @@
"@harlem/core": "^2.4.0-beta.1"
},
"dependencies": {
"@harlem/utilities": "^2.4.0-beta.9"
"@harlem/utilities": "^2.4.0-beta.10"
},
"devDependencies": {
"@harlem/core": "^2.4.0-beta.9",
"@harlem/core": "^2.4.0-beta.10",
"@harlem/testing": "^2.4.0-beta.1"
}
}
Loading

0 comments on commit bfa3764

Please sign in to comment.