Skip to content

Commit 6d3c67d

Browse files
committed
Merge branch 'main' into execa-update
2 parents a433f55 + 858cb26 commit 6d3c67d

File tree

3 files changed

+23
-8
lines changed

3 files changed

+23
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.0.1]
10+
### Fixed
11+
- Move `@metamask/auto-changelog` from `devDependencies` to `dependencies` and pin to ~3.3.0 ([#122](https://github.com/MetaMask/create-release-branch/pull/122))
12+
913
## [2.0.0]
1014
### Changed
1115
- **BREAKING** Bump minimum Node version to 16 ([#114](https://github.com/MetaMask/create-release-branch/pull/114))
@@ -36,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3640
- In this first release, this tool only supports monorepos with an independent versioning scheme. We will add support for other kinds of projects in future releases.
3741
- You can learn more on how to use this tool by reading the [documentation](docs/).
3842

39-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v2.0.0...HEAD
43+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v2.0.1...HEAD
44+
[2.0.1]: https://github.com/MetaMask/create-release-branch/compare/v2.0.0...v2.0.1
4045
[2.0.0]: https://github.com/MetaMask/create-release-branch/compare/v1.1.0...v2.0.0
4146
[1.1.0]: https://github.com/MetaMask/create-release-branch/compare/v1.0.1...v1.1.0
4247
[1.0.1]: https://github.com/MetaMask/create-release-branch/compare/v1.0.0...v1.0.1

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/create-release-branch",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "An interactive command-line tool to prepare a release branch by automatically bumping versions and updating changelogs for desired packages. Works for both polyrepos and monorepos.",
55
"repository": {
66
"type": "git",
@@ -26,6 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@metamask/action-utils": "^1.0.0",
29+
"@metamask/auto-changelog": "~3.3.0",
2930
"@metamask/utils": "^8.2.1",
3031
"debug": "^4.3.4",
3132
"execa": "^8.0.1",
@@ -41,7 +42,6 @@
4142
"@babel/preset-env": "^7.23.5",
4243
"@babel/preset-typescript": "^7.23.3",
4344
"@lavamoat/allow-scripts": "^2.3.1",
44-
"@metamask/auto-changelog": "^3.0.0",
4545
"@metamask/eslint-config": "^10.0.0",
4646
"@metamask/eslint-config-jest": "^10.0.0",
4747
"@metamask/eslint-config-nodejs": "^10.0.0",

yarn.lock

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2281,17 +2281,18 @@ __metadata:
22812281
languageName: node
22822282
linkType: hard
22832283

2284-
"@metamask/auto-changelog@npm:^3.0.0":
2285-
version: 3.1.0
2286-
resolution: "@metamask/auto-changelog@npm:3.1.0"
2284+
"@metamask/auto-changelog@npm:~3.3.0":
2285+
version: 3.3.0
2286+
resolution: "@metamask/auto-changelog@npm:3.3.0"
22872287
dependencies:
22882288
diff: ^5.0.0
22892289
execa: ^5.1.1
2290+
prettier: ^2.8.8
22902291
semver: ^7.3.5
22912292
yargs: ^17.0.1
22922293
bin:
22932294
auto-changelog: dist/cli.js
2294-
checksum: cd3c833100c19a80e0b7ae8c174fbbe225700eef5fbabd9b0d6c4b439c8af839792111a17d9ddf2e1939839736413afd7402d2cc08ece373622b5a410da5e9fe
2295+
checksum: 1b308f0f6beafb479da19398bc51315888c8fa7e1688ee835a96d5e2ca8dccf2edac80ac835335122b2c3ff6c76f03d202a35316122bbfa7c071954d5227f732
22952296
languageName: node
22962297
linkType: hard
22972298

@@ -2305,7 +2306,7 @@ __metadata:
23052306
"@babel/preset-typescript": ^7.23.3
23062307
"@lavamoat/allow-scripts": ^2.3.1
23072308
"@metamask/action-utils": ^1.0.0
2308-
"@metamask/auto-changelog": ^3.0.0
2309+
"@metamask/auto-changelog": ~3.3.0
23092310
"@metamask/eslint-config": ^10.0.0
23102311
"@metamask/eslint-config-jest": ^10.0.0
23112312
"@metamask/eslint-config-nodejs": ^10.0.0
@@ -6762,6 +6763,15 @@ __metadata:
67626763
languageName: node
67636764
linkType: hard
67646765

6766+
"prettier@npm:^2.8.8":
6767+
version: 2.8.8
6768+
resolution: "prettier@npm:2.8.8"
6769+
bin:
6770+
prettier: bin-prettier.js
6771+
checksum: b49e409431bf129dd89238d64299ba80717b57ff5a6d1c1a8b1a28b590d998a34e083fa13573bc732bb8d2305becb4c9a4407f8486c81fa7d55100eb08263cf8
6772+
languageName: node
6773+
linkType: hard
6774+
67656775
"pretty-format@npm:^29.0.0, pretty-format@npm:^29.6.3":
67666776
version: 29.6.3
67676777
resolution: "pretty-format@npm:29.6.3"

0 commit comments

Comments
 (0)