Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages/graph": "3.0.2",
"packages/invoke": "2.0.2",
"packages/logger": "5.0.2",
"packages/message-bus": "6.0.2",
"packages/plugin-manager": "8.0.3",
"packages/query-params": "3.0.2",
"packages/store": "8.0.2",
"packages/store-logger": "3.0.2",
"packages/streams": "2.0.2",
"packages/test": "2.0.3",
"packages/vendor-plugin-manager": "4.0.3"
"packages/graph": "3.0.3",
"packages/invoke": "2.0.3",
"packages/logger": "5.0.3",
"packages/message-bus": "6.0.3",
"packages/plugin-manager": "9.0.0",
"packages/query-params": "3.0.3",
"packages/store": "8.0.3",
"packages/store-logger": "3.0.3",
"packages/streams": "2.0.3",
"packages/test": "2.0.4",
"packages/vendor-plugin-manager": "4.0.4"
}
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.0.3](https://github.com/jg-wright/plugola/compare/graph-v3.0.2...graph-v3.0.3) (2026-06-08)


### Bug Fixes

* add dist to package ([64710ee](https://github.com/jg-wright/plugola/commit/64710ee56ed534118ab71d51b1b276fbe85b9d52))
* update build and clean scripts across multiple packages ([e29e435](https://github.com/jg-wright/plugola/commit/e29e435c6dec7d31c33f7e454ceb9b38bf0ccd06))

## [3.0.2](https://github.com/jg-wright/plugola/compare/graph-v3.0.1...graph-v3.0.2) (2026-06-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plugola/graph",
"version": "3.0.2",
"version": "3.0.3",
"description": "Graph style data",
"type": "module",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/invoke/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.0.3](https://github.com/jg-wright/plugola/compare/invoke-v2.0.2...invoke-v2.0.3) (2026-06-08)


### Bug Fixes

* add dist to package ([64710ee](https://github.com/jg-wright/plugola/commit/64710ee56ed534118ab71d51b1b276fbe85b9d52))
* update build and clean scripts across multiple packages ([e29e435](https://github.com/jg-wright/plugola/commit/e29e435c6dec7d31c33f7e454ceb9b38bf0ccd06))

## [2.0.2](https://github.com/jg-wright/plugola/compare/invoke-v2.0.1...invoke-v2.0.2) (2026-06-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/invoke/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plugola/invoke",
"version": "2.0.2",
"version": "2.0.3",
"description": "Add ability to invoke functions across plugins",
"type": "module",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [5.0.3](https://github.com/jg-wright/plugola/compare/logger-v5.0.2...logger-v5.0.3) (2026-06-08)


### Bug Fixes

* add dist to package ([64710ee](https://github.com/jg-wright/plugola/commit/64710ee56ed534118ab71d51b1b276fbe85b9d52))
* update build and clean scripts across multiple packages ([e29e435](https://github.com/jg-wright/plugola/commit/e29e435c6dec7d31c33f7e454ceb9b38bf0ccd06))

## [5.0.2](https://github.com/jg-wright/plugola/compare/logger-v5.0.1...logger-v5.0.2) (2026-06-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plugola/logger",
"version": "5.0.2",
"version": "5.0.3",
"description": "Logging mechanism",
"type": "module",
"exports": {
Expand Down
15 changes: 15 additions & 0 deletions packages/message-bus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [6.0.3](https://github.com/jg-wright/plugola/compare/message-bus-v6.0.2...message-bus-v6.0.3) (2026-06-08)


### Bug Fixes

* add dist to package ([64710ee](https://github.com/jg-wright/plugola/commit/64710ee56ed534118ab71d51b1b276fbe85b9d52))
* update build and clean scripts across multiple packages ([e29e435](https://github.com/jg-wright/plugola/commit/e29e435c6dec7d31c33f7e454ceb9b38bf0ccd06))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @plugola/invoke bumped from ^2.0.2 to ^2.0.3

## [6.0.2](https://github.com/jg-wright/plugola/compare/message-bus-v6.0.1...message-bus-v6.0.2) (2026-06-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/message-bus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plugola/message-bus",
"version": "6.0.2",
"version": "6.0.3",
"description": "Plugola event management",
"type": "module",
"exports": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@johngw/async": "^5.0.1",
"@johngw/async-iterator": "^4.0.1",
"@plugola/invoke": "^2.0.2",
"@plugola/invoke": "^2.0.3",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.8.1"
}
Expand Down
36 changes: 36 additions & 0 deletions packages/plugin-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## [9.0.0](https://github.com/jg-wright/plugola/compare/plugin-manager-v8.0.3...plugin-manager-v9.0.0) (2026-06-08)


### ⚠ BREAKING CHANGES

* The `init` phase has been renamed to `enable`.

### Features

* introduce optional dependencies ([1e04612](https://github.com/jg-wright/plugola/commit/1e046125b87524981cf94d9bc6b586bf16f63d93))
* only enable one level of dependencies at once ([e9e5f99](https://github.com/jg-wright/plugola/commit/e9e5f997b4ca7037d43c59c277735e0f2abe3a61))


### Bug Fixes

* add dist to package ([64710ee](https://github.com/jg-wright/plugola/commit/64710ee56ed534118ab71d51b1b276fbe85b9d52))
* add repository url ([b8d5db6](https://github.com/jg-wright/plugola/commit/b8d5db672f7cf3613ca351169ad95bf1233109e1))
* correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c))
* **deps:** update dependency rimraf to v6.1.0 ([#763](https://github.com/jg-wright/plugola/issues/763)) ([b3a3c57](https://github.com/jg-wright/plugola/commit/b3a3c57ad0a0addbbe9e86a6eadb3433fd81dfa7))
* **deps:** update dependency rimraf to v6.1.2 ([#773](https://github.com/jg-wright/plugola/issues/773)) ([7db735a](https://github.com/jg-wright/plugola/commit/7db735a43aefcbaf33adbd2e714a367d3ee802d9))
* **deps:** update dependency rimraf to v6.1.3 ([#806](https://github.com/jg-wright/plugola/issues/806)) ([8fe27c4](https://github.com/jg-wright/plugola/commit/8fe27c432d88fadf3d0a5bad5dd0e67b83cd582d))
* update build and clean scripts across multiple packages ([e29e435](https://github.com/jg-wright/plugola/commit/e29e435c6dec7d31c33f7e454ceb9b38bf0ccd06))
* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca))


### Code Refactoring

* init phase to enable phase ([1e04612](https://github.com/jg-wright/plugola/commit/1e046125b87524981cf94d9bc6b586bf16f63d93))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @plugola/graph bumped from ^3.0.2 to ^3.0.3

## [8.0.2](https://github.com/jg-wright/plugola/compare/plugin-manager-v8.0.1...plugin-manager-v8.0.2) (2026-06-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plugola/plugin-manager",
"version": "8.0.4",
"version": "9.0.0",
"description": "Plugin system",
"type": "module",
"exports": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@johngw/async": "^5.0.1",
"@plugola/graph": "^3.0.2",
"@plugola/graph": "^3.0.3",
"tslib": "^2.8.1"
}
}
8 changes: 8 additions & 0 deletions packages/query-params/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.0.3](https://github.com/jg-wright/plugola/compare/query-params-v3.0.2...query-params-v3.0.3) (2026-06-08)


### Bug Fixes

* add dist to package ([64710ee](https://github.com/jg-wright/plugola/commit/64710ee56ed534118ab71d51b1b276fbe85b9d52))
* update build and clean scripts across multiple packages ([e29e435](https://github.com/jg-wright/plugola/commit/e29e435c6dec7d31c33f7e454ceb9b38bf0ccd06))

## [3.0.2](https://github.com/jg-wright/plugola/compare/query-params-v3.0.1...query-params-v3.0.2) (2026-06-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/query-params/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plugola/query-params",
"version": "3.0.2",
"version": "3.0.3",
"description": "Parses location query parameters",
"type": "module",
"exports": {
Expand Down
19 changes: 19 additions & 0 deletions packages/store-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [3.0.3](https://github.com/jg-wright/plugola/compare/store-logger-v3.0.2...store-logger-v3.0.3) (2026-06-08)


### Bug Fixes

* add dist to package ([64710ee](https://github.com/jg-wright/plugola/commit/64710ee56ed534118ab71d51b1b276fbe85b9d52))
* update build and clean scripts across multiple packages ([e29e435](https://github.com/jg-wright/plugola/commit/e29e435c6dec7d31c33f7e454ceb9b38bf0ccd06))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @plugola/logger bumped from 5.0.2 to 5.0.3
* @plugola/store bumped from 8.0.2 to 8.0.3
* peerDependencies
* @plugola/logger bumped from ^5.0.2 to ^5.0.3
* @plugola/store bumped from ^8.0.2 to ^8.0.3

## [3.0.2](https://github.com/jg-wright/plugola/compare/store-logger-v3.0.1...store-logger-v3.0.2) (2026-06-08)


Expand Down
Loading