Skip to content

Commit 9bbf074

Browse files
Merge pull request #867 from jg-wright/release-please--branches--master
chore: release master
2 parents ed263b4 + 0dcafcc commit 9bbf074

24 files changed

Lines changed: 187 additions & 55 deletions

.release-please-manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"packages/graph": "3.0.1",
3-
"packages/invoke": "2.0.1",
4-
"packages/logger": "5.0.1",
5-
"packages/message-bus": "6.0.1",
6-
"packages/plugin-manager": "8.0.1",
7-
"packages/query-params": "3.0.1",
8-
"packages/store": "8.0.1",
9-
"packages/store-logger": "3.0.1",
10-
"packages/streams": "2.0.1",
11-
"packages/test": "2.0.2",
12-
"packages/vendor-plugin-manager": "4.0.2"
2+
"packages/graph": "3.0.2",
3+
"packages/invoke": "2.0.2",
4+
"packages/logger": "5.0.2",
5+
"packages/message-bus": "6.0.2",
6+
"packages/plugin-manager": "8.0.2",
7+
"packages/query-params": "3.0.2",
8+
"packages/store": "8.0.2",
9+
"packages/store-logger": "3.0.2",
10+
"packages/streams": "2.0.2",
11+
"packages/test": "2.0.3",
12+
"packages/vendor-plugin-manager": "4.0.3"
1313
}

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/graph/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.0.2](https://github.com/jg-wright/plugola/compare/graph-v3.0.1...graph-v3.0.2) (2026-06-08)
4+
5+
6+
### Bug Fixes
7+
8+
* correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c))
9+
* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca))
10+
311
## [3.0.1](https://github.com/jg-wright/plugola/compare/graph-v3.0.0...graph-v3.0.1) (2026-03-23)
412

513
### Bug Fixes

packages/graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plugola/graph",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Graph style data",
55
"type": "module",
66
"exports": {

packages/invoke/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.0.2](https://github.com/jg-wright/plugola/compare/invoke-v2.0.1...invoke-v2.0.2) (2026-06-08)
4+
5+
6+
### Bug Fixes
7+
8+
* correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c))
9+
* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca))
10+
311
## [2.0.1](https://github.com/jg-wright/plugola/compare/invoke-v2.0.0...invoke-v2.0.1) (2026-03-23)
412

513
### Bug Fixes

packages/invoke/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plugola/invoke",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Add ability to invoke functions across plugins",
55
"type": "module",
66
"exports": {

packages/logger/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [5.0.2](https://github.com/jg-wright/plugola/compare/logger-v5.0.1...logger-v5.0.2) (2026-06-08)
4+
5+
6+
### Bug Fixes
7+
8+
* correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c))
9+
* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca))
10+
311
## [5.0.1](https://github.com/jg-wright/plugola/compare/logger-v5.0.0...logger-v5.0.1) (2026-03-23)
412

513
### Bug Fixes

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plugola/logger",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Logging mechanism",
55
"type": "module",
66
"exports": {

packages/message-bus/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [6.0.2](https://github.com/jg-wright/plugola/compare/message-bus-v6.0.1...message-bus-v6.0.2) (2026-06-08)
4+
5+
6+
### Bug Fixes
7+
8+
* correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c))
9+
* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @plugola/invoke bumped from ^2.0.1 to ^2.0.2
17+
318
## [6.0.1](https://github.com/jg-wright/plugola/compare/message-bus-v6.0.0...message-bus-v6.0.1) (2026-03-23)
419

520
### Bug Fixes

packages/message-bus/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plugola/message-bus",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Plugola event management",
55
"type": "module",
66
"exports": {
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@johngw/async": "^5.0.1",
3232
"@johngw/async-iterator": "^4.0.1",
33-
"@plugola/invoke": "^2.0.1",
33+
"@plugola/invoke": "^2.0.2",
3434
"ts-toolbelt": "^9.6.0",
3535
"tslib": "^2.8.1"
3636
}

0 commit comments

Comments
 (0)