Skip to content

Commit

Permalink
migrate to @release-it-plugins/lerna-changelog (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan authored Oct 17, 2023
1 parent 8c33efb commit 96893b2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
},
"npm": {
"publish": false
},
"plugins": {
"@release-it-plugins/lerna-changelog": {}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@ember/test-helpers": "^3.2.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@release-it-plugins/lerna-changelog": "^6.0.0",
"bootstrap": "^4.3.1",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.2.1",
Expand Down Expand Up @@ -93,7 +94,6 @@
"qunit": "^2.19.4",
"qunit-dom": "^3.0.0",
"release-it": "^16.0.0",
"release-it-lerna-changelog": "^5.0.0",
"sass": "^1.19.0",
"sjcl": "^1.0.8",
"stylelint": "^15.10.3",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1872,6 +1872,19 @@
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f"
integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==

"@release-it-plugins/lerna-changelog@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@release-it-plugins/lerna-changelog/-/lerna-changelog-6.0.0.tgz#f6c163a2b929c67c6878ae5a034dab08e23c17d9"
integrity sha512-/1xNLriHKKTdM+/LSQIng5V25gipw0brAXtWVQcOBR63NmW/Ftnd2IJpnM5WzFkOCcL9hoqc8rcIMMv1EOcaIg==
dependencies:
execa "^5.1.1"
lerna-changelog "^2.2.0"
lodash.template "^4.5.0"
mdast-util-from-markdown "^1.2.0"
tmp "^0.2.1"
validate-peer-dependencies "^2.0.0"
which "^2.0.2"

"@ro0gr/ceibo@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@ro0gr/ceibo/-/ceibo-2.2.0.tgz#01c4f3c8e6bfab98136d5863f55ac24e64c74539"
Expand Down Expand Up @@ -12378,19 +12391,6 @@ regjsparser@^0.9.1:
dependencies:
jsesc "~0.5.0"

release-it-lerna-changelog@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/release-it-lerna-changelog/-/release-it-lerna-changelog-5.0.0.tgz#2df62efc4c7435959201e7d4b50e72db4c111d0e"
integrity sha512-s/rHzwAwp878bivWKsJKNya9SRVKYZjgpyyGzg5ddBKZY5u5lhTWhxHtld7mHTRg4azIN7YypPH3rGaOfVmNVw==
dependencies:
execa "^5.1.1"
lerna-changelog "^2.2.0"
lodash.template "^4.5.0"
mdast-util-from-markdown "^1.2.0"
tmp "^0.2.1"
validate-peer-dependencies "^2.0.0"
which "^2.0.2"

release-it@^16.0.0:
version "16.2.1"
resolved "https://registry.yarnpkg.com/release-it/-/release-it-16.2.1.tgz#1dc9f5e327f903933777a6851e139179c115d67a"
Expand Down

0 comments on commit 96893b2

Please sign in to comment.