From bbef43d0f7dd459e465e5dfc6c54cc6ac83e0ee3 Mon Sep 17 00:00:00 2001 From: "jg-wright[bot]" <278933176+jg-wright[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 20:45:57 +0000 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 22 ++++++++++----------- packages/graph/CHANGELOG.md | 9 +++++++++ packages/graph/package.json | 2 +- packages/invoke/CHANGELOG.md | 9 +++++++++ packages/invoke/package.json | 2 +- packages/logger/CHANGELOG.md | 9 +++++++++ packages/logger/package.json | 2 +- packages/message-bus/CHANGELOG.md | 9 +++++++++ packages/message-bus/package.json | 2 +- packages/plugin-manager/CHANGELOG.md | 9 +++++++++ packages/plugin-manager/package.json | 2 +- packages/query-params/CHANGELOG.md | 9 +++++++++ packages/query-params/package.json | 2 +- packages/store-logger/CHANGELOG.md | 9 +++++++++ packages/store-logger/package.json | 2 +- packages/store/CHANGELOG.md | 9 +++++++++ packages/store/package.json | 2 +- packages/streams/CHANGELOG.md | 9 +++++++++ packages/streams/package.json | 2 +- packages/test/CHANGELOG.md | 9 +++++++++ packages/test/package.json | 2 +- packages/vendor-plugin-manager/CHANGELOG.md | 9 +++++++++ packages/vendor-plugin-manager/package.json | 2 +- 23 files changed, 121 insertions(+), 22 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8fd0c5c14..af8a4c15c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,13 +1,13 @@ { - "packages/graph": "3.0.1", - "packages/invoke": "2.0.1", - "packages/logger": "5.0.1", - "packages/message-bus": "6.0.1", - "packages/plugin-manager": "8.0.1", - "packages/query-params": "3.0.1", - "packages/store": "8.0.1", - "packages/store-logger": "3.0.1", - "packages/streams": "2.0.1", - "packages/test": "2.0.2", - "packages/vendor-plugin-manager": "4.0.2" + "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.2", + "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" } diff --git a/packages/graph/CHANGELOG.md b/packages/graph/CHANGELOG.md index 500ea0301..274802205 100644 --- a/packages/graph/CHANGELOG.md +++ b/packages/graph/CHANGELOG.md @@ -3,6 +3,15 @@ ## [3.0.2](https://github.com/jg-wright/plugola/compare/graph-v3.0.1...graph-v3.0.2) (2026-06-08) +### Bug Fixes + +* add repository url ([b8d5db6](https://github.com/jg-wright/plugola/commit/b8d5db672f7cf3613ca351169ad95bf1233109e1)) +* correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) +* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca)) + +## [3.0.2](https://github.com/jg-wright/plugola/compare/graph-v3.0.1...graph-v3.0.2) (2026-06-08) + + ### Bug Fixes * correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) diff --git a/packages/graph/package.json b/packages/graph/package.json index 1227cef01..31fe606f6 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/graph", - "version": "3.0.0", + "version": "3.0.2", "description": "Graph style data", "type": "module", "exports": { diff --git a/packages/invoke/CHANGELOG.md b/packages/invoke/CHANGELOG.md index 0f9f5ca50..f29a8ab87 100644 --- a/packages/invoke/CHANGELOG.md +++ b/packages/invoke/CHANGELOG.md @@ -3,6 +3,15 @@ ## [2.0.2](https://github.com/jg-wright/plugola/compare/invoke-v2.0.1...invoke-v2.0.2) (2026-06-08) +### Bug Fixes + +* add repository url ([b8d5db6](https://github.com/jg-wright/plugola/commit/b8d5db672f7cf3613ca351169ad95bf1233109e1)) +* correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) +* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca)) + +## [2.0.2](https://github.com/jg-wright/plugola/compare/invoke-v2.0.1...invoke-v2.0.2) (2026-06-08) + + ### Bug Fixes * correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) diff --git a/packages/invoke/package.json b/packages/invoke/package.json index e40a8342f..959a0b815 100644 --- a/packages/invoke/package.json +++ b/packages/invoke/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/invoke", - "version": "2.0.1", + "version": "2.0.2", "description": "Add ability to invoke functions across plugins", "type": "module", "exports": { diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 23741c310..6d8aa35db 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -3,6 +3,15 @@ ## [5.0.2](https://github.com/jg-wright/plugola/compare/logger-v5.0.1...logger-v5.0.2) (2026-06-08) +### Bug Fixes + +* add repository url ([b8d5db6](https://github.com/jg-wright/plugola/commit/b8d5db672f7cf3613ca351169ad95bf1233109e1)) +* correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) +* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca)) + +## [5.0.2](https://github.com/jg-wright/plugola/compare/logger-v5.0.1...logger-v5.0.2) (2026-06-08) + + ### Bug Fixes * correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) diff --git a/packages/logger/package.json b/packages/logger/package.json index e3b476c8d..da696b162 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/logger", - "version": "5.0.1", + "version": "5.0.2", "description": "Logging mechanism", "type": "module", "exports": { diff --git a/packages/message-bus/CHANGELOG.md b/packages/message-bus/CHANGELOG.md index 01baf73e2..387384701 100644 --- a/packages/message-bus/CHANGELOG.md +++ b/packages/message-bus/CHANGELOG.md @@ -3,6 +3,15 @@ ## [6.0.2](https://github.com/jg-wright/plugola/compare/message-bus-v6.0.1...message-bus-v6.0.2) (2026-06-08) +### Bug Fixes + +* add repository url ([b8d5db6](https://github.com/jg-wright/plugola/commit/b8d5db672f7cf3613ca351169ad95bf1233109e1)) +* correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) +* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca)) + +## [6.0.2](https://github.com/jg-wright/plugola/compare/message-bus-v6.0.1...message-bus-v6.0.2) (2026-06-08) + + ### Bug Fixes * correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) diff --git a/packages/message-bus/package.json b/packages/message-bus/package.json index 355d320eb..35cd1f283 100644 --- a/packages/message-bus/package.json +++ b/packages/message-bus/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/message-bus", - "version": "6.0.1", + "version": "6.0.2", "description": "Plugola event management", "type": "module", "exports": { diff --git a/packages/plugin-manager/CHANGELOG.md b/packages/plugin-manager/CHANGELOG.md index d11d50578..386f2ad28 100644 --- a/packages/plugin-manager/CHANGELOG.md +++ b/packages/plugin-manager/CHANGELOG.md @@ -3,6 +3,15 @@ ## [8.0.2](https://github.com/jg-wright/plugola/compare/plugin-manager-v8.0.1...plugin-manager-v8.0.2) (2026-06-08) +### Bug Fixes + +* add repository url ([b8d5db6](https://github.com/jg-wright/plugola/commit/b8d5db672f7cf3613ca351169ad95bf1233109e1)) +* correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) +* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca)) + +## [8.0.2](https://github.com/jg-wright/plugola/compare/plugin-manager-v8.0.1...plugin-manager-v8.0.2) (2026-06-08) + + ### Bug Fixes * correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) diff --git a/packages/plugin-manager/package.json b/packages/plugin-manager/package.json index 531ed5c26..c8549eccc 100644 --- a/packages/plugin-manager/package.json +++ b/packages/plugin-manager/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/plugin-manager", - "version": "8.0.1", + "version": "8.0.2", "description": "Plugin system", "type": "module", "exports": { diff --git a/packages/query-params/CHANGELOG.md b/packages/query-params/CHANGELOG.md index 82926d44b..172d0cb68 100644 --- a/packages/query-params/CHANGELOG.md +++ b/packages/query-params/CHANGELOG.md @@ -3,6 +3,15 @@ ## [3.0.2](https://github.com/jg-wright/plugola/compare/query-params-v3.0.1...query-params-v3.0.2) (2026-06-08) +### Bug Fixes + +* add repository url ([b8d5db6](https://github.com/jg-wright/plugola/commit/b8d5db672f7cf3613ca351169ad95bf1233109e1)) +* correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) +* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca)) + +## [3.0.2](https://github.com/jg-wright/plugola/compare/query-params-v3.0.1...query-params-v3.0.2) (2026-06-08) + + ### Bug Fixes * correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) diff --git a/packages/query-params/package.json b/packages/query-params/package.json index a08432faa..00a23e589 100644 --- a/packages/query-params/package.json +++ b/packages/query-params/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/query-params", - "version": "3.0.1", + "version": "3.0.2", "description": "Parses location query parameters", "type": "module", "exports": { diff --git a/packages/store-logger/CHANGELOG.md b/packages/store-logger/CHANGELOG.md index 441cfed58..b90bf6d15 100644 --- a/packages/store-logger/CHANGELOG.md +++ b/packages/store-logger/CHANGELOG.md @@ -3,6 +3,15 @@ ## [3.0.2](https://github.com/jg-wright/plugola/compare/store-logger-v3.0.1...store-logger-v3.0.2) (2026-06-08) +### Bug Fixes + +* add repository url ([b8d5db6](https://github.com/jg-wright/plugola/commit/b8d5db672f7cf3613ca351169ad95bf1233109e1)) +* correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) +* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca)) + +## [3.0.2](https://github.com/jg-wright/plugola/compare/store-logger-v3.0.1...store-logger-v3.0.2) (2026-06-08) + + ### Bug Fixes * correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) diff --git a/packages/store-logger/package.json b/packages/store-logger/package.json index 8d6459ff1..cdbfcf6d2 100644 --- a/packages/store-logger/package.json +++ b/packages/store-logger/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/store-logger", - "version": "3.0.1", + "version": "3.0.2", "description": "Logger/debugger for the store", "type": "module", "exports": { diff --git a/packages/store/CHANGELOG.md b/packages/store/CHANGELOG.md index b2c764d9a..4eafab8bc 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -3,6 +3,15 @@ ## [8.0.2](https://github.com/jg-wright/plugola/compare/store-v8.0.1...store-v8.0.2) (2026-06-08) +### Bug Fixes + +* add repository url ([b8d5db6](https://github.com/jg-wright/plugola/commit/b8d5db672f7cf3613ca351169ad95bf1233109e1)) +* correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) +* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca)) + +## [8.0.2](https://github.com/jg-wright/plugola/compare/store-v8.0.1...store-v8.0.2) (2026-06-08) + + ### Bug Fixes * correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) diff --git a/packages/store/package.json b/packages/store/package.json index c7cec8eb8..dce87875f 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/store", - "version": "8.0.1", + "version": "8.0.2", "description": "State managemenet", "type": "module", "exports": { diff --git a/packages/streams/CHANGELOG.md b/packages/streams/CHANGELOG.md index 9c11afb4d..208e44772 100644 --- a/packages/streams/CHANGELOG.md +++ b/packages/streams/CHANGELOG.md @@ -3,6 +3,15 @@ ## [2.0.2](https://github.com/jg-wright/plugola/compare/streams-v2.0.1...streams-v2.0.2) (2026-06-08) +### Bug Fixes + +* add repository url ([b8d5db6](https://github.com/jg-wright/plugola/commit/b8d5db672f7cf3613ca351169ad95bf1233109e1)) +* correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) +* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca)) + +## [2.0.2](https://github.com/jg-wright/plugola/compare/streams-v2.0.1...streams-v2.0.2) (2026-06-08) + + ### Bug Fixes * correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) diff --git a/packages/streams/package.json b/packages/streams/package.json index 9b3702bb6..eefe7e7f2 100644 --- a/packages/streams/package.json +++ b/packages/streams/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/streams", - "version": "2.0.1", + "version": "2.0.2", "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 8cb47abe7..e8b647b94 100644 --- a/packages/test/CHANGELOG.md +++ b/packages/test/CHANGELOG.md @@ -3,6 +3,15 @@ ## [2.0.3](https://github.com/jg-wright/plugola/compare/test-v2.0.2...test-v2.0.3) (2026-06-08) +### Bug Fixes + +* add repository url ([b8d5db6](https://github.com/jg-wright/plugola/commit/b8d5db672f7cf3613ca351169ad95bf1233109e1)) +* correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) +* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca)) + +## [2.0.3](https://github.com/jg-wright/plugola/compare/test-v2.0.2...test-v2.0.3) (2026-06-08) + + ### Bug Fixes * correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) diff --git a/packages/test/package.json b/packages/test/package.json index 355843818..740b22253 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/test", - "version": "2.0.2", + "version": "2.0.3", "description": "Test plugola plugins", "type": "module", "exports": { diff --git a/packages/vendor-plugin-manager/CHANGELOG.md b/packages/vendor-plugin-manager/CHANGELOG.md index 0bbc612e7..baed0cd8d 100644 --- a/packages/vendor-plugin-manager/CHANGELOG.md +++ b/packages/vendor-plugin-manager/CHANGELOG.md @@ -3,6 +3,15 @@ ## [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) +### Bug Fixes + +* add repository url ([b8d5db6](https://github.com/jg-wright/plugola/commit/b8d5db672f7cf3613ca351169ad95bf1233109e1)) +* correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) +* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca)) + +## [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) + + ### Bug Fixes * correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c)) diff --git a/packages/vendor-plugin-manager/package.json b/packages/vendor-plugin-manager/package.json index 3ae17ffcf..0eeca60b3 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.2", + "version": "4.0.3", "description": "A drop-in replacement for the plugin manager that handles CMP vendors", "type": "module", "exports": {