Skip to content

Commit f02e92b

Browse files
committed
maint: Downgrade @release-it/conventional-changelog to < 9 again.
The resolutions are not passed to client packages, so we still end up installing conventtional-changelog-conventionalcommits 7 and 8, where we need only 8. Staying on @release-it/conventional-changelog version 8 until this is fixed upstream. See: release-it/conventional-changelog#110.
1 parent 05fa2ba commit f02e92b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@babel/preset-env": "^7.27.2",
1010
"@commitlint/cli": "^19.8.0",
1111
"@commitlint/config-conventional": "^19.8.0",
12-
"@release-it/conventional-changelog": "^10.0.1",
12+
"@release-it/conventional-changelog": "^8.0.2",
1313
"babel-loader": "^10.0.0",
1414
"css-loader": "^7.1.2",
1515
"eslint": "^9.26.0",
@@ -34,9 +34,6 @@
3434
"whybundled": "^2.0.0",
3535
"yarn": "^1.22.22"
3636
},
37-
"resolutions": {
38-
"conventional-changelog-conventionalcommits": "^8.0.0"
39-
},
4037
"engines": {
4138
"node": ">=18.18"
4239
},

0 commit comments

Comments
 (0)