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.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"
}
9 changes: 9 additions & 0 deletions packages/graph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
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.0",
"version": "3.0.2",
"description": "Graph style data",
"type": "module",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/invoke/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
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.1",
"version": "2.0.2",
"description": "Add ability to invoke functions across plugins",
"type": "module",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
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.1",
"version": "5.0.2",
"description": "Logging mechanism",
"type": "module",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/message-bus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "6.0.2",
"description": "Plugola event management",
"type": "module",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "8.0.2",
"description": "Plugin system",
"type": "module",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/query-params/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
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.1",
"version": "3.0.2",
"description": "Parses location query parameters",
"type": "module",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/store-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion packages/store-logger/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
9 changes: 9 additions & 0 deletions packages/store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plugola/store",
"version": "8.0.1",
"version": "8.0.2",
"description": "State managemenet",
"type": "module",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/streams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion packages/streams/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
9 changes: 9 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plugola/test",
"version": "2.0.2",
"version": "2.0.3",
"description": "Test plugola plugins",
"type": "module",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/vendor-plugin-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion packages/vendor-plugin-manager/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down