We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed263b4 + 0dcafcc commit 9bbf074Copy full SHA for 9bbf074
24 files changed
.release-please-manifest.json
@@ -1,13 +1,13 @@
1
{
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"
+ "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"
13
}
package-lock.json
packages/graph/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [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.1](https://github.com/jg-wright/plugola/compare/graph-v3.0.0...graph-v3.0.1) (2026-03-23)
### Bug Fixes
packages/graph/package.json
@@ -1,6 +1,6 @@
"name": "@plugola/graph",
- "version": "3.0.1",
+ "version": "3.0.2",
"description": "Graph style data",
"type": "module",
"exports": {
packages/invoke/CHANGELOG.md
+## [2.0.2](https://github.com/jg-wright/plugola/compare/invoke-v2.0.1...invoke-v2.0.2) (2026-06-08)
## [2.0.1](https://github.com/jg-wright/plugola/compare/invoke-v2.0.0...invoke-v2.0.1) (2026-03-23)
packages/invoke/package.json
"name": "@plugola/invoke",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "Add ability to invoke functions across plugins",
packages/logger/CHANGELOG.md
+## [5.0.2](https://github.com/jg-wright/plugola/compare/logger-v5.0.1...logger-v5.0.2) (2026-06-08)
## [5.0.1](https://github.com/jg-wright/plugola/compare/logger-v5.0.0...logger-v5.0.1) (2026-03-23)
packages/logger/package.json
"name": "@plugola/logger",
- "version": "5.0.1",
+ "version": "5.0.2",
"description": "Logging mechanism",
packages/message-bus/CHANGELOG.md
@@ -1,5 +1,20 @@
+## [6.0.2](https://github.com/jg-wright/plugola/compare/message-bus-v6.0.1...message-bus-v6.0.2) (2026-06-08)
+### Dependencies
14
+* The following workspace dependencies were updated
15
+ * dependencies
16
+ * @plugola/invoke bumped from ^2.0.1 to ^2.0.2
17
18
## [6.0.1](https://github.com/jg-wright/plugola/compare/message-bus-v6.0.0...message-bus-v6.0.1) (2026-03-23)
19
20
packages/message-bus/package.json
"name": "@plugola/message-bus",
- "version": "6.0.1",
+ "version": "6.0.2",
"description": "Plugola event management",
@@ -30,7 +30,7 @@
30
"dependencies": {
31
"@johngw/async": "^5.0.1",
32
"@johngw/async-iterator": "^4.0.1",
33
- "@plugola/invoke": "^2.0.1",
+ "@plugola/invoke": "^2.0.2",
34
"ts-toolbelt": "^9.6.0",
35
"tslib": "^2.8.1"
36
0 commit comments