Skip to content

Commit

Permalink
v2.4.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Nov 18, 2022
1 parent fead81f commit 754717f
Show file tree
Hide file tree
Showing 31 changed files with 191 additions and 65 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.6](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.5...v2.4.0-beta.6) (2022-11-18)


### Bug Fixes

* **core:** fixed typing for extension options ([ef05d38](https://github.com/andrewcourtice/harlem/commit/ef05d38b45e954519b56c2e65bb0c246d29297dc))





# [2.4.0-beta.5](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.4...v2.4.0-beta.5) (2022-11-17)


Expand Down
11 changes: 11 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.6](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.5...v2.4.0-beta.6) (2022-11-18)


### Bug Fixes

* **core:** fixed typing for extension options ([ef05d38](https://github.com/andrewcourtice/harlem/commit/ef05d38b45e954519b56c2e65bb0c246d29297dc))





# [2.4.0-beta.5](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.4...v2.4.0-beta.5) (2022-11-17)


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.5",
"version": "2.4.0-beta.6",
"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 @@ -39,7 +39,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@harlem/utilities": "^2.4.0-beta.5"
"@harlem/utilities": "^2.4.0-beta.6"
},
"peerDependencies": {
"vue": "^3.2.0"
Expand Down
8 changes: 8 additions & 0 deletions extensions/action/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.6](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.5...v2.4.0-beta.6) (2022-11-18)

**Note:** Version bump only for package @harlem/extension-action





# [2.4.0-beta.5](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.4...v2.4.0-beta.5) (2022-11-17)

**Note:** Version bump only for package @harlem/extension-action
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.5",
"version": "2.4.0-beta.6",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official action extension for Harlem",
Expand Down Expand Up @@ -41,15 +41,15 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@harlem/task": "^2.4.0-beta.5",
"@harlem/utilities": "^2.4.0-beta.5"
"@harlem/task": "^2.4.0-beta.6",
"@harlem/utilities": "^2.4.0-beta.6"
},
"peerDependencies": {
"@harlem/core": "^2.4.0-beta.1",
"vue": "^3.2.0"
},
"devDependencies": {
"@harlem/core": "^2.4.0-beta.5",
"@harlem/core": "^2.4.0-beta.6",
"@harlem/testing": "^2.4.0-beta.1",
"vue": "^3.2.45"
}
Expand Down
8 changes: 8 additions & 0 deletions extensions/compose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.6](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.5...v2.4.0-beta.6) (2022-11-18)

**Note:** Version bump only for package @harlem/extension-compose





# [2.4.0-beta.5](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.4...v2.4.0-beta.5) (2022-11-17)

**Note:** Version bump only for package @harlem/extension-compose
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.5",
"version": "2.4.0-beta.6",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official compose extension for Harlem",
Expand Down Expand Up @@ -41,14 +41,14 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@harlem/utilities": "^2.4.0-beta.5"
"@harlem/utilities": "^2.4.0-beta.6"
},
"peerDependencies": {
"@harlem/core": "^2.4.0-beta.1",
"vue": "^3.2.0"
},
"devDependencies": {
"@harlem/core": "^2.4.0-beta.5",
"@harlem/core": "^2.4.0-beta.6",
"vue": "^3.2.45"
}
}
8 changes: 8 additions & 0 deletions extensions/history/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.6](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.5...v2.4.0-beta.6) (2022-11-18)

**Note:** Version bump only for package @harlem/extension-history





# [2.4.0-beta.5](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.4...v2.4.0-beta.5) (2022-11-17)

**Note:** Version bump only for package @harlem/extension-history
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.5",
"version": "2.4.0-beta.6",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official history extension for Harlem",
Expand Down Expand Up @@ -41,14 +41,14 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@harlem/extension-trace": "^2.4.0-beta.5",
"@harlem/utilities": "^2.4.0-beta.5"
"@harlem/extension-trace": "^2.4.0-beta.6",
"@harlem/utilities": "^2.4.0-beta.6"
},
"peerDependencies": {
"@harlem/core": "^2.4.0-beta.1"
},
"devDependencies": {
"@harlem/core": "^2.4.0-beta.5",
"@harlem/core": "^2.4.0-beta.6",
"@harlem/testing": "^2.4.0-beta.1"
}
}
8 changes: 8 additions & 0 deletions extensions/lazy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.6](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.5...v2.4.0-beta.6) (2022-11-18)

**Note:** Version bump only for package @harlem/extension-lazy





# [2.4.0-beta.5](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.4...v2.4.0-beta.5) (2022-11-17)

**Note:** Version bump only for package @harlem/extension-lazy
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.5",
"version": "2.4.0-beta.6",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official lazy extension for Harlem",
Expand Down Expand Up @@ -45,7 +45,7 @@
"vue": "^3.2.0"
},
"devDependencies": {
"@harlem/core": "^2.4.0-beta.5",
"@harlem/core": "^2.4.0-beta.6",
"@harlem/testing": "^2.4.0-beta.1",
"vue": "^3.2.45"
}
Expand Down
8 changes: 8 additions & 0 deletions extensions/reset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.6](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.5...v2.4.0-beta.6) (2022-11-18)

**Note:** Version bump only for package @harlem/extension-reset





# [2.4.0-beta.5](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.4...v2.4.0-beta.5) (2022-11-17)

**Note:** Version bump only for package @harlem/extension-reset
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.5",
"version": "2.4.0-beta.6",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official reset extension for Harlem",
Expand Down Expand Up @@ -44,10 +44,10 @@
"@harlem/core": "^2.4.0-beta.1"
},
"dependencies": {
"@harlem/utilities": "^2.4.0-beta.5"
"@harlem/utilities": "^2.4.0-beta.6"
},
"devDependencies": {
"@harlem/core": "^2.4.0-beta.5",
"@harlem/core": "^2.4.0-beta.6",
"@harlem/testing": "^2.4.0-beta.1"
}
}
8 changes: 8 additions & 0 deletions extensions/snapshot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.6](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.5...v2.4.0-beta.6) (2022-11-18)

**Note:** Version bump only for package @harlem/extension-snapshot





# [2.4.0-beta.5](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.4...v2.4.0-beta.5) (2022-11-17)

**Note:** Version bump only for package @harlem/extension-snapshot
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.5",
"version": "2.4.0-beta.6",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official snapshot extension for Harlem",
Expand Down Expand Up @@ -44,10 +44,10 @@
"@harlem/core": "^2.4.0-beta.1"
},
"dependencies": {
"@harlem/utilities": "^2.4.0-beta.5"
"@harlem/utilities": "^2.4.0-beta.6"
},
"devDependencies": {
"@harlem/core": "^2.4.0-beta.5",
"@harlem/core": "^2.4.0-beta.6",
"@harlem/testing": "^2.4.0-beta.1"
}
}
8 changes: 8 additions & 0 deletions extensions/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.6](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.5...v2.4.0-beta.6) (2022-11-18)

**Note:** Version bump only for package @harlem/extension-storage





# [2.4.0-beta.5](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.4...v2.4.0-beta.5) (2022-11-17)


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.5",
"version": "2.4.0-beta.6",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official storage extension for Harlem",
Expand Down Expand Up @@ -41,12 +41,12 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@harlem/utilities": "^2.4.0-beta.5"
"@harlem/utilities": "^2.4.0-beta.6"
},
"peerDependencies": {
"@harlem/core": "^2.4.0-beta.1"
},
"devDependencies": {
"@harlem/core": "^2.4.0-beta.5"
"@harlem/core": "^2.4.0-beta.6"
}
}
8 changes: 8 additions & 0 deletions extensions/trace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.6](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.5...v2.4.0-beta.6) (2022-11-18)

**Note:** Version bump only for package @harlem/extension-trace





# [2.4.0-beta.5](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.4...v2.4.0-beta.5) (2022-11-17)

**Note:** Version bump only for package @harlem/extension-trace
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.5",
"version": "2.4.0-beta.6",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official trace extension for Harlem",
Expand Down Expand Up @@ -44,10 +44,10 @@
"@harlem/core": "^2.4.0-beta.1"
},
"dependencies": {
"@harlem/utilities": "^2.4.0-beta.5"
"@harlem/utilities": "^2.4.0-beta.6"
},
"devDependencies": {
"@harlem/core": "^2.4.0-beta.5",
"@harlem/core": "^2.4.0-beta.6",
"@harlem/testing": "^2.4.0-beta.1"
}
}
8 changes: 8 additions & 0 deletions extensions/transaction/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.6](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.5...v2.4.0-beta.6) (2022-11-18)

**Note:** Version bump only for package @harlem/extension-transaction





# [2.4.0-beta.5](https://github.com/andrewcourtice/harlem/compare/v2.4.0-beta.4...v2.4.0-beta.5) (2022-11-17)

**Note:** Version bump only for package @harlem/extension-transaction
Expand Down
4 changes: 2 additions & 2 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.4.0-beta.5",
"version": "2.4.0-beta.6",
"license": "MIT",
"author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",
"description": "The official transaction extension for Harlem",
Expand Down Expand Up @@ -44,6 +44,6 @@
"@harlem/core": "^2.4.0-beta.1"
},
"devDependencies": {
"@harlem/core": "^2.4.0-beta.5"
"@harlem/core": "^2.4.0-beta.6"
}
}
Loading

0 comments on commit 754717f

Please sign in to comment.