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"
}
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
Expand Up @@ -2,6 +2,14 @@

## [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))
* 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
8 changes: 8 additions & 0 deletions packages/invoke/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [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))
* 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.0",
"version": "2.0.2",
"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
Expand Up @@ -2,6 +2,14 @@

## [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))
* 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.0",
"version": "5.0.2",
"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
Expand Up @@ -2,6 +2,21 @@

## [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))
* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca))


### Dependencies

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

## [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
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.0",
"version": "6.0.2",
"description": "Plugola event management",
"type": "module",
"exports": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@johngw/async": "^5.0.1",
"@johngw/async-iterator": "^4.0.1",
"@plugola/invoke": "^2.0.0",
"@plugola/invoke": "^2.0.2",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.8.1"
}
Expand Down
15 changes: 15 additions & 0 deletions packages/plugin-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## [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))
* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca))


### Dependencies

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

## [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
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.0",
"version": "8.0.2",
"description": "Plugin system",
"type": "module",
"exports": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@johngw/async": "^5.0.1",
"@plugola/graph": "^3.0.0",
"@plugola/graph": "^3.0.2",
"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
Expand Up @@ -2,6 +2,14 @@

## [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))
* 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.0",
"version": "3.0.2",
"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
Expand Up @@ -2,6 +2,25 @@

## [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))
* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca))


### Dependencies

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

## [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
Loading