Skip to content

Commit 3a39d36

Browse files
Update release-it
1 parent 4380da3 commit 3a39d36

File tree

3 files changed

+635
-1720
lines changed

3 files changed

+635
-1720
lines changed

.release-it.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
'after:bump': 'pnpm build'
66
},
77
plugins: {
8-
'release-it-lerna-changelog': {
8+
'@release-it-plugins/lerna-changelog': {
99
infile: 'CHANGELOG.md',
1010
launchEditor: true
1111
}
@@ -21,4 +21,4 @@ module.exports = {
2121
npm: {
2222
publish: true
2323
}
24-
};
24+
};

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"devDependencies": {
3838
"@babel/core": "^7.28.5",
3939
"@babel/preset-env": "^7.28.5",
40+
"@release-it-plugins/lerna-changelog": "^8.0.1",
4041
"@testing-library/jest-dom": "^5.17.0",
4142
"autoprefixer": "^10.4.22",
4243
"babel-jest": "^29.7.0",
@@ -54,8 +55,7 @@
5455
"jsdom": "^27.2.0",
5556
"mutationobserver-shim": "^0.3.7",
5657
"postcss": "^8.5.6",
57-
"release-it": "^15.11.0",
58-
"release-it-lerna-changelog": "^5.0.0",
58+
"release-it": "^17.0.0",
5959
"rimraf": "^6.1.2",
6060
"rollup": "^2.79.2",
6161
"rollup-plugin-babel": "^4.4.0",

0 commit comments

Comments
 (0)