Skip to content

Commit 2709987

Browse files
chore: release master
1 parent 92e56af commit 2709987

8 files changed

Lines changed: 66 additions & 17 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"packages/invoke": "2.0.2",
44
"packages/logger": "5.0.2",
55
"packages/message-bus": "6.0.2",
6-
"packages/plugin-manager": "8.0.3",
6+
"packages/plugin-manager": "9.0.0",
77
"packages/query-params": "3.0.2",
88
"packages/store": "8.0.2",
99
"packages/store-logger": "3.0.2",
1010
"packages/streams": "2.0.2",
11-
"packages/test": "2.0.3",
12-
"packages/vendor-plugin-manager": "4.0.3"
11+
"packages/test": "2.0.4",
12+
"packages/vendor-plugin-manager": "4.0.4"
1313
}

package-lock.json

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

packages/plugin-manager/CHANGELOG.md

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

3+
## [9.0.0](https://github.com/jg-wright/plugola/compare/plugin-manager-v8.0.3...plugin-manager-v9.0.0) (2026-06-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* The `init` phase has been renamed to `enable`.
9+
10+
### Features
11+
12+
* introduce optional dependencies ([1e04612](https://github.com/jg-wright/plugola/commit/1e046125b87524981cf94d9bc6b586bf16f63d93))
13+
* only enable one level of dependencies at once ([e9e5f99](https://github.com/jg-wright/plugola/commit/e9e5f997b4ca7037d43c59c277735e0f2abe3a61))
14+
15+
16+
### Bug Fixes
17+
18+
* add repository url ([b8d5db6](https://github.com/jg-wright/plugola/commit/b8d5db672f7cf3613ca351169ad95bf1233109e1))
19+
* correct repo urls ([6b5345b](https://github.com/jg-wright/plugola/commit/6b5345b15e5dece5cdbc9e73730de443f535ac6c))
20+
* **deps:** update dependency rimraf to v6.1.0 ([#763](https://github.com/jg-wright/plugola/issues/763)) ([b3a3c57](https://github.com/jg-wright/plugola/commit/b3a3c57ad0a0addbbe9e86a6eadb3433fd81dfa7))
21+
* **deps:** update dependency rimraf to v6.1.2 ([#773](https://github.com/jg-wright/plugola/issues/773)) ([7db735a](https://github.com/jg-wright/plugola/commit/7db735a43aefcbaf33adbd2e714a367d3ee802d9))
22+
* **deps:** update dependency rimraf to v6.1.3 ([#806](https://github.com/jg-wright/plugola/issues/806)) ([8fe27c4](https://github.com/jg-wright/plugola/commit/8fe27c432d88fadf3d0a5bad5dd0e67b83cd582d))
23+
* upgrade all dependencies ([6e0d045](https://github.com/jg-wright/plugola/commit/6e0d0453251e8096e2dbc1bbafe9c4b16919a0ca))
24+
25+
26+
### Code Refactoring
27+
28+
* init phase to enable phase ([1e04612](https://github.com/jg-wright/plugola/commit/1e046125b87524981cf94d9bc6b586bf16f63d93))
29+
330
## [8.0.2](https://github.com/jg-wright/plugola/compare/plugin-manager-v8.0.1...plugin-manager-v8.0.2) (2026-06-08)
431

532

packages/plugin-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plugola/plugin-manager",
3-
"version": "8.0.3",
3+
"version": "9.0.0",
44
"description": "Plugin system",
55
"type": "module",
66
"exports": {

packages/test/CHANGELOG.md

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

3+
## [2.0.4](https://github.com/jg-wright/plugola/compare/test-v2.0.3...test-v2.0.4) (2026-06-08)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @plugola/plugin-manager bumped from 8.0.2 to 9.0.0
11+
* peerDependencies
12+
* @plugola/plugin-manager bumped from ^8.0.2 to ^9.0.0
13+
314
## [2.0.3](https://github.com/jg-wright/plugola/compare/test-v2.0.2...test-v2.0.3) (2026-06-08)
415

516

packages/test/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plugola/test",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Test plugola plugins",
55
"type": "module",
66
"exports": {
@@ -22,7 +22,7 @@
2222
"homepage": "https://github.com/jg-wright/ts-mono-repo#readme",
2323
"devDependencies": {
2424
"@plugola/invoke": "2.0.2",
25-
"@plugola/plugin-manager": "8.0.2",
25+
"@plugola/plugin-manager": "9.0.0",
2626
"@types/node": "25.9.2",
2727
"@vitest/runner": "4.1.8",
2828
"rimraf": "6.1.3",
@@ -33,7 +33,7 @@
3333
"tslib": "^2.8.1"
3434
},
3535
"peerDependencies": {
36-
"@plugola/plugin-manager": "^8.0.2",
36+
"@plugola/plugin-manager": "^9.0.0",
3737
"vitest": "^3.2.4"
3838
}
3939
}

packages/vendor-plugin-manager/CHANGELOG.md

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

3+
## [4.0.4](https://github.com/jg-wright/plugola/compare/vendor-plugin-manager-v4.0.3...vendor-plugin-manager-v4.0.4) (2026-06-08)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @plugola/plugin-manager bumped from 8.0.2 to 9.0.0
11+
* peerDependencies
12+
* @plugola/plugin-manager bumped from ^8.0.2 to ^9.0.0
13+
314
## [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)
415

516

packages/vendor-plugin-manager/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plugola/vendor-plugin-manager",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "A drop-in replacement for the plugin manager that handles CMP vendors",
55
"type": "module",
66
"exports": {
@@ -21,7 +21,7 @@
2121
},
2222
"homepage": "https://github.com/jg-wright/plugola#readme",
2323
"devDependencies": {
24-
"@plugola/plugin-manager": "8.0.2",
24+
"@plugola/plugin-manager": "9.0.0",
2525
"@types/node": "25.9.2",
2626
"@vitest/runner": "4.1.8",
2727
"rimraf": "6.1.3",
@@ -32,6 +32,6 @@
3232
"tslib": "^2.8.1"
3333
},
3434
"peerDependencies": {
35-
"@plugola/plugin-manager": "^8.0.2"
35+
"@plugola/plugin-manager": "^9.0.0"
3636
}
3737
}

0 commit comments

Comments
 (0)