From 9993055b690ff599de26d3aaed03f049aa6a148b Mon Sep 17 00:00:00 2001 From: "jg-wright[bot]" <278933176+jg-wright[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 22:10:14 +0000 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 22 +++++------ package-lock.json | 44 ++++++++++----------- packages/graph/CHANGELOG.md | 8 ++++ packages/graph/package.json | 2 +- packages/invoke/CHANGELOG.md | 8 ++++ packages/invoke/package.json | 2 +- packages/logger/CHANGELOG.md | 8 ++++ packages/logger/package.json | 2 +- packages/message-bus/CHANGELOG.md | 15 +++++++ packages/message-bus/package.json | 4 +- packages/plugin-manager/CHANGELOG.md | 36 +++++++++++++++++ packages/plugin-manager/package.json | 4 +- packages/query-params/CHANGELOG.md | 8 ++++ packages/query-params/package.json | 2 +- packages/store-logger/CHANGELOG.md | 19 +++++++++ packages/store-logger/package.json | 10 ++--- packages/store/CHANGELOG.md | 8 ++++ packages/store/package.json | 2 +- packages/streams/CHANGELOG.md | 8 ++++ packages/streams/package.json | 2 +- packages/test/CHANGELOG.md | 18 +++++++++ packages/test/package.json | 8 ++-- packages/vendor-plugin-manager/CHANGELOG.md | 17 ++++++++ packages/vendor-plugin-manager/package.json | 6 +-- 24 files changed, 208 insertions(+), 55 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 487a469a8..2a7d8e791 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" } diff --git a/package-lock.json b/package-lock.json index f212e4c4a..a1b6eb081 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2290,7 +2290,7 @@ }, "packages/graph": { "name": "@plugola/graph", - "version": "3.0.2", + "version": "3.0.3", "license": "MIT", "dependencies": { "tslib": "^2.8.1" @@ -2305,7 +2305,7 @@ }, "packages/invoke": { "name": "@plugola/invoke", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "dependencies": { "ts-toolbelt": "^9.6.0", @@ -2322,7 +2322,7 @@ }, "packages/logger": { "name": "@plugola/logger", - "version": "5.0.2", + "version": "5.0.3", "license": "MIT", "dependencies": { "tslib": "^2.8.1" @@ -2337,12 +2337,12 @@ }, "packages/message-bus": { "name": "@plugola/message-bus", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "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" }, @@ -2357,11 +2357,11 @@ }, "packages/plugin-manager": { "name": "@plugola/plugin-manager", - "version": "8.0.4", + "version": "9.0.0", "license": "MIT", "dependencies": { "@johngw/async": "^5.0.1", - "@plugola/graph": "^3.0.2", + "@plugola/graph": "^3.0.3", "tslib": "^2.8.1" }, "devDependencies": { @@ -2375,7 +2375,7 @@ }, "packages/query-params": { "name": "@plugola/query-params", - "version": "3.0.2", + "version": "3.0.3", "license": "MIT", "dependencies": { "tslib": "^2.8.1" @@ -2392,7 +2392,7 @@ }, "packages/store": { "name": "@plugola/store", - "version": "8.0.2", + "version": "8.0.3", "license": "MIT", "dependencies": { "tslib": "^2.8.1" @@ -2407,14 +2407,14 @@ }, "packages/store-logger": { "name": "@plugola/store-logger", - "version": "3.0.2", + "version": "3.0.3", "license": "MIT", "dependencies": { "tslib": "^2.8.1" }, "devDependencies": { - "@plugola/logger": "5.0.2", - "@plugola/store": "8.0.2", + "@plugola/logger": "5.0.3", + "@plugola/store": "8.0.3", "@types/node": "25.9.2", "@vitest/runner": "4.1.8", "rimraf": "6.1.3", @@ -2422,13 +2422,13 @@ "vitest": "4.1.8" }, "peerDependencies": { - "@plugola/logger": "^5.0.2", - "@plugola/store": "^8.0.2" + "@plugola/logger": "^5.0.3", + "@plugola/store": "^8.0.3" } }, "packages/streams": { "name": "@plugola/streams", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "dependencies": { "@johngw/async": "^5.0.1", @@ -2447,14 +2447,14 @@ }, "packages/test": { "name": "@plugola/test", - "version": "2.0.3", + "version": "2.0.4", "license": "MIT", "dependencies": { "tslib": "^2.8.1" }, "devDependencies": { - "@plugola/invoke": "^2.0.2", - "@plugola/plugin-manager": "^8.0.2", + "@plugola/invoke": "^2.0.3", + "@plugola/plugin-manager": "^9.0.0", "@types/node": "25.9.2", "@vitest/runner": "4.1.8", "rimraf": "6.1.3", @@ -2462,27 +2462,27 @@ "vitest": "4.1.8" }, "peerDependencies": { - "@plugola/plugin-manager": "^8.0.2", + "@plugola/plugin-manager": "^9.0.0", "vitest": "^3.2.4" } }, "packages/vendor-plugin-manager": { "name": "@plugola/vendor-plugin-manager", - "version": "4.0.3", + "version": "4.0.4", "license": "MIT", "dependencies": { "@johngw/map": "^1.3.2", "tslib": "^2.8.1" }, "devDependencies": { - "@plugola/plugin-manager": "8.0.4", + "@plugola/plugin-manager": "9.0.0", "@types/node": "25.9.2", "@vitest/runner": "4.1.8", "rimraf": "6.1.3", "typescript": "6.0.3" }, "peerDependencies": { - "@plugola/plugin-manager": "^8.0.4" + "@plugola/plugin-manager": "^9.0.0" } } } diff --git a/packages/graph/CHANGELOG.md b/packages/graph/CHANGELOG.md index 274802205..353f764d4 100644 --- a/packages/graph/CHANGELOG.md +++ b/packages/graph/CHANGELOG.md @@ -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) diff --git a/packages/graph/package.json b/packages/graph/package.json index 7fdd39321..17b8f9f3d 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/graph", - "version": "3.0.2", + "version": "3.0.3", "description": "Graph style data", "type": "module", "exports": { diff --git a/packages/invoke/CHANGELOG.md b/packages/invoke/CHANGELOG.md index f29a8ab87..267e78276 100644 --- a/packages/invoke/CHANGELOG.md +++ b/packages/invoke/CHANGELOG.md @@ -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) diff --git a/packages/invoke/package.json b/packages/invoke/package.json index 8f505f375..93b0049e5 100644 --- a/packages/invoke/package.json +++ b/packages/invoke/package.json @@ -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": { diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 6d8aa35db..372c5ed60 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -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) diff --git a/packages/logger/package.json b/packages/logger/package.json index 596e45b8e..26729c1a6 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/logger", - "version": "5.0.2", + "version": "5.0.3", "description": "Logging mechanism", "type": "module", "exports": { diff --git a/packages/message-bus/CHANGELOG.md b/packages/message-bus/CHANGELOG.md index 387384701..286d66e34 100644 --- a/packages/message-bus/CHANGELOG.md +++ b/packages/message-bus/CHANGELOG.md @@ -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) diff --git a/packages/message-bus/package.json b/packages/message-bus/package.json index 64286bdea..13cb26baa 100644 --- a/packages/message-bus/package.json +++ b/packages/message-bus/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/message-bus", - "version": "6.0.2", + "version": "6.0.3", "description": "Plugola event management", "type": "module", "exports": { @@ -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" } diff --git a/packages/plugin-manager/CHANGELOG.md b/packages/plugin-manager/CHANGELOG.md index 386f2ad28..7cb6e976e 100644 --- a/packages/plugin-manager/CHANGELOG.md +++ b/packages/plugin-manager/CHANGELOG.md @@ -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) diff --git a/packages/plugin-manager/package.json b/packages/plugin-manager/package.json index dd223d025..1d22d24c0 100644 --- a/packages/plugin-manager/package.json +++ b/packages/plugin-manager/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/plugin-manager", - "version": "8.0.4", + "version": "9.0.0", "description": "Plugin system", "type": "module", "exports": { @@ -32,7 +32,7 @@ }, "dependencies": { "@johngw/async": "^5.0.1", - "@plugola/graph": "^3.0.2", + "@plugola/graph": "^3.0.3", "tslib": "^2.8.1" } } diff --git a/packages/query-params/CHANGELOG.md b/packages/query-params/CHANGELOG.md index 172d0cb68..fb755a054 100644 --- a/packages/query-params/CHANGELOG.md +++ b/packages/query-params/CHANGELOG.md @@ -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) diff --git a/packages/query-params/package.json b/packages/query-params/package.json index 9be49e867..26ca639f4 100644 --- a/packages/query-params/package.json +++ b/packages/query-params/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/query-params", - "version": "3.0.2", + "version": "3.0.3", "description": "Parses location query parameters", "type": "module", "exports": { diff --git a/packages/store-logger/CHANGELOG.md b/packages/store-logger/CHANGELOG.md index b90bf6d15..4e0ccad22 100644 --- a/packages/store-logger/CHANGELOG.md +++ b/packages/store-logger/CHANGELOG.md @@ -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) diff --git a/packages/store-logger/package.json b/packages/store-logger/package.json index d65004dad..38f0e6662 100644 --- a/packages/store-logger/package.json +++ b/packages/store-logger/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/store-logger", - "version": "3.0.2", + "version": "3.0.3", "description": "Logger/debugger for the store", "type": "module", "exports": { @@ -21,8 +21,8 @@ }, "homepage": "https://github.com/jg-wright/plugola#readme", "devDependencies": { - "@plugola/logger": "5.0.2", - "@plugola/store": "8.0.2", + "@plugola/logger": "5.0.3", + "@plugola/store": "8.0.3", "@types/node": "25.9.2", "@vitest/runner": "4.1.8", "rimraf": "6.1.3", @@ -33,7 +33,7 @@ "tslib": "^2.8.1" }, "peerDependencies": { - "@plugola/logger": "^5.0.2", - "@plugola/store": "^8.0.2" + "@plugola/logger": "^5.0.3", + "@plugola/store": "^8.0.3" } } diff --git a/packages/store/CHANGELOG.md b/packages/store/CHANGELOG.md index 4eafab8bc..bd7d47341 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [8.0.3](https://github.com/jg-wright/plugola/compare/store-v8.0.2...store-v8.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)) + ## [8.0.2](https://github.com/jg-wright/plugola/compare/store-v8.0.1...store-v8.0.2) (2026-06-08) diff --git a/packages/store/package.json b/packages/store/package.json index 0d653650a..15acab304 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/store", - "version": "8.0.2", + "version": "8.0.3", "description": "State managemenet", "type": "module", "exports": { diff --git a/packages/streams/CHANGELOG.md b/packages/streams/CHANGELOG.md index 208e44772..c5018181c 100644 --- a/packages/streams/CHANGELOG.md +++ b/packages/streams/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.3](https://github.com/jg-wright/plugola/compare/streams-v2.0.2...streams-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/streams-v2.0.1...streams-v2.0.2) (2026-06-08) diff --git a/packages/streams/package.json b/packages/streams/package.json index 0d5bcb407..c9a2688e3 100644 --- a/packages/streams/package.json +++ b/packages/streams/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/streams", - "version": "2.0.2", + "version": "2.0.3", "description": "A dictionary of streams used in plugola plugins", "type": "module", "exports": { diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index e8b647b94..fc5f54b7a 100644 --- a/packages/test/CHANGELOG.md +++ b/packages/test/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.0.4](https://github.com/jg-wright/plugola/compare/test-v2.0.3...test-v2.0.4) (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/invoke bumped from ^2.0.2 to ^2.0.3 + * @plugola/plugin-manager bumped from ^8.0.2 to ^9.0.0 + * peerDependencies + * @plugola/plugin-manager bumped from ^8.0.2 to ^9.0.0 + ## [2.0.3](https://github.com/jg-wright/plugola/compare/test-v2.0.2...test-v2.0.3) (2026-06-08) diff --git a/packages/test/package.json b/packages/test/package.json index 9cf010463..ced4dcdb3 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/test", - "version": "2.0.3", + "version": "2.0.4", "description": "Test plugola plugins", "type": "module", "exports": { @@ -21,8 +21,8 @@ }, "homepage": "https://github.com/jg-wright/plugola#readme", "devDependencies": { - "@plugola/invoke": "^2.0.2", - "@plugola/plugin-manager": "^8.0.2", + "@plugola/invoke": "^2.0.3", + "@plugola/plugin-manager": "^9.0.0", "@types/node": "25.9.2", "@vitest/runner": "4.1.8", "rimraf": "6.1.3", @@ -33,7 +33,7 @@ "tslib": "^2.8.1" }, "peerDependencies": { - "@plugola/plugin-manager": "^8.0.2", + "@plugola/plugin-manager": "^9.0.0", "vitest": "^3.2.4" } } diff --git a/packages/vendor-plugin-manager/CHANGELOG.md b/packages/vendor-plugin-manager/CHANGELOG.md index baed0cd8d..75830e8bc 100644 --- a/packages/vendor-plugin-manager/CHANGELOG.md +++ b/packages/vendor-plugin-manager/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [4.0.4](https://github.com/jg-wright/plugola/compare/vendor-plugin-manager-v4.0.3...vendor-plugin-manager-v4.0.4) (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/plugin-manager bumped from 8.0.4 to 9.0.0 + * peerDependencies + * @plugola/plugin-manager bumped from ^8.0.4 to ^9.0.0 + ## [4.0.3](https://github.com/jg-wright/plugola/compare/vendor-plugin-manager-v4.0.2...vendor-plugin-manager-v4.0.3) (2026-06-08) diff --git a/packages/vendor-plugin-manager/package.json b/packages/vendor-plugin-manager/package.json index 17913ba6b..b1e9f6f5e 100644 --- a/packages/vendor-plugin-manager/package.json +++ b/packages/vendor-plugin-manager/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/vendor-plugin-manager", - "version": "4.0.3", + "version": "4.0.4", "description": "A drop-in replacement for the plugin manager that handles CMP vendors", "type": "module", "exports": { @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/jg-wright/plugola#readme", "devDependencies": { - "@plugola/plugin-manager": "8.0.4", + "@plugola/plugin-manager": "9.0.0", "@types/node": "25.9.2", "@vitest/runner": "4.1.8", "rimraf": "6.1.3", @@ -32,6 +32,6 @@ "tslib": "^2.8.1" }, "peerDependencies": { - "@plugola/plugin-manager": "^8.0.4" + "@plugola/plugin-manager": "^9.0.0" } }