@anolilab/multi-semantic-release 2.0.6 → 3.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/README.md +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## @anolilab/multi-semantic-release [3.0.0-alpha.1](https://github.com/anolilab/semantic-release/compare/@anolilab/multi-semantic-release@2.0.6...@anolilab/multi-semantic-release@3.0.0-alpha.1) (2025-10-14)
|
|
2
|
+
|
|
3
|
+
### ⚠ BREAKING CHANGES
|
|
4
|
+
|
|
5
|
+
* - node-versions: the minimum node version for the v24 range is now v24.10.0
|
|
6
|
+
- deps: a minimum of node v22.14 is now required
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* update dependencies and node version across multiple packages ([3cea078](https://github.com/anolilab/semantic-release/commit/3cea078f8aa27d0873e082bc54c4c5117e5105bf))
|
|
11
|
+
* update Node.js version and dependencies across workflows and lock files ([4871a7d](https://github.com/anolilab/semantic-release/commit/4871a7d7282d69e5612ab4d01ef9696dd94cab85))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Dependencies
|
|
15
|
+
|
|
16
|
+
* **@anolilab/semantic-release-clean-package-json:** upgraded to 4.0.0-alpha.1
|
|
17
|
+
* **@anolilab/semantic-release-pnpm:** upgraded to 3.0.0-alpha.1
|
|
18
|
+
|
|
1
19
|
## @anolilab/multi-semantic-release [2.0.6](https://github.com/anolilab/semantic-release/compare/@anolilab/multi-semantic-release@2.0.5...@anolilab/multi-semantic-release@2.0.6) (2025-10-07)
|
|
2
20
|
|
|
3
21
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -67,7 +67,7 @@ multi-semantic-release
|
|
|
67
67
|
|
|
68
68
|
## Requirements
|
|
69
69
|
|
|
70
|
-
- Node.js >=
|
|
70
|
+
- Node.js ^22.14.0 || >=24.10.0
|
|
71
71
|
- [git-notes enabled](https://github.com/semantic-release/semantic-release/blob/2e4b901c4f412980a425469fae49cfaef500d47a/docs/support/troubleshooting.md#release-not-found-release-branch-after-git-push---force)
|
|
72
72
|
|
|
73
73
|
### yarn / npm (v7+)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/multi-semantic-release",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-alpha.1",
|
|
4
4
|
"description": "A multi semantic release tool for a monorepo.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
"git-log-parser": "^1.2.1",
|
|
36
36
|
"lodash-es": "^4.17.21",
|
|
37
37
|
"resolve-from": "^5.0.0",
|
|
38
|
-
"semver": "^7.7.
|
|
38
|
+
"semver": "^7.7.3",
|
|
39
39
|
"signale": "^1.4.0",
|
|
40
40
|
"stream-buffers": "^3.0.3",
|
|
41
41
|
"yargs": "18.0.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"semantic-release": ">=
|
|
44
|
+
"semantic-release": ">=24"
|
|
45
45
|
},
|
|
46
46
|
"engines": {
|
|
47
|
-
"node": ">=
|
|
47
|
+
"node": "^22.14.0 || >=24.10.0"
|
|
48
48
|
},
|
|
49
49
|
"os": [
|
|
50
50
|
"darwin",
|