Skip to content

Commit 9993055

Browse files
chore: release master
1 parent e29e435 commit 9993055

24 files changed

Lines changed: 208 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.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.3",
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"
2+
"packages/graph": "3.0.3",
3+
"packages/invoke": "2.0.3",
4+
"packages/logger": "5.0.3",
5+
"packages/message-bus": "6.0.3",
6+
"packages/plugin-manager": "9.0.0",
7+
"packages/query-params": "3.0.3",
8+
"packages/store": "8.0.3",
9+
"packages/store-logger": "3.0.3",
10+
"packages/streams": "2.0.3",
11+
"packages/test": "2.0.4",
12+
"packages/vendor-plugin-manager": "4.0.4"
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.3](https://github.com/jg-wright/plugola/compare/graph-v3.0.2...graph-v3.0.3) (2026-06-08)
4+
5+
6+
### Bug Fixes
7+
8+
* add dist to package ([64710ee](https://github.com/jg-wright/plugola/commit/64710ee56ed534118ab71d51b1b276fbe85b9d52))
9+
* update build and clean scripts across multiple packages ([e29e435](https://github.com/jg-wright/plugola/commit/e29e435c6dec7d31c33f7e454ceb9b38bf0ccd06))
10+
311
## [3.0.2](https://github.com/jg-wright/plugola/compare/graph-v3.0.1...graph-v3.0.2) (2026-06-08)
412

513

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.2",
3+
"version": "3.0.3",
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.3](https://github.com/jg-wright/plugola/compare/invoke-v2.0.2...invoke-v2.0.3) (2026-06-08)
4+
5+
6+
### Bug Fixes
7+
8+
* add dist to package ([64710ee](https://github.com/jg-wright/plugola/commit/64710ee56ed534118ab71d51b1b276fbe85b9d52))
9+
* update build and clean scripts across multiple packages ([e29e435](https://github.com/jg-wright/plugola/commit/e29e435c6dec7d31c33f7e454ceb9b38bf0ccd06))
10+
311
## [2.0.2](https://github.com/jg-wright/plugola/compare/invoke-v2.0.1...invoke-v2.0.2) (2026-06-08)
412

513

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.2",
3+
"version": "2.0.3",
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.3](https://github.com/jg-wright/plugola/compare/logger-v5.0.2...logger-v5.0.3) (2026-06-08)
4+
5+
6+
### Bug Fixes
7+
8+
* add dist to package ([64710ee](https://github.com/jg-wright/plugola/commit/64710ee56ed534118ab71d51b1b276fbe85b9d52))
9+
* update build and clean scripts across multiple packages ([e29e435](https://github.com/jg-wright/plugola/commit/e29e435c6dec7d31c33f7e454ceb9b38bf0ccd06))
10+
311
## [5.0.2](https://github.com/jg-wright/plugola/compare/logger-v5.0.1...logger-v5.0.2) (2026-06-08)
412

513

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.2",
3+
"version": "5.0.3",
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.3](https://github.com/jg-wright/plugola/compare/message-bus-v6.0.2...message-bus-v6.0.3) (2026-06-08)
4+
5+
6+
### Bug Fixes
7+
8+
* add dist to package ([64710ee](https://github.com/jg-wright/plugola/commit/64710ee56ed534118ab71d51b1b276fbe85b9d52))
9+
* update build and clean scripts across multiple packages ([e29e435](https://github.com/jg-wright/plugola/commit/e29e435c6dec7d31c33f7e454ceb9b38bf0ccd06))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @plugola/invoke bumped from ^2.0.2 to ^2.0.3
17+
318
## [6.0.2](https://github.com/jg-wright/plugola/compare/message-bus-v6.0.1...message-bus-v6.0.2) (2026-06-08)
419

520

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.2",
3+
"version": "6.0.3",
44
"description": "Plugola event management",
55
"type": "module",
66
"exports": {
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@johngw/async": "^5.0.1",
3535
"@johngw/async-iterator": "^4.0.1",
36-
"@plugola/invoke": "^2.0.2",
36+
"@plugola/invoke": "^2.0.3",
3737
"ts-toolbelt": "^9.6.0",
3838
"tslib": "^2.8.1"
3939
}

0 commit comments

Comments
 (0)