Skip to content

Commit 88c1d66

Browse files
committed
apply changelog updates from code review
1 parent cb00751 commit 88c1d66

File tree

7 files changed

+14
-38
lines changed

7 files changed

+14
-38
lines changed

packages/snaps-cli/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [6.8.0]
10+
## [7.0.0]
1111

1212
### Changed
1313

@@ -350,8 +350,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
350350
- The version of the package no longer needs to match the version of all other
351351
MetaMask Snaps packages.
352352

353-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.8.0...HEAD
354-
[6.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.7.0...@metamask/snaps-cli@6.8.0
353+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@7.0.0...HEAD
354+
[6.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.7.0...@metamask/snaps-cli@7.0.0
355355
[6.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.6.1...@metamask/snaps-cli@6.7.0
356356
[6.6.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.6.0...@metamask/snaps-cli@6.6.1
357357
[6.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.4...@metamask/snaps-cli@6.6.0

packages/snaps-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-cli",
3-
"version": "6.8.0",
3+
"version": "7.0.0",
44
"description": "A CLI for developing MetaMask Snaps",
55
"keywords": [
66
"MetaMask",

packages/snaps-controllers/CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14-
- Bump `vite` from `6.2.3` to `6.2.6` ([#3305](https://github.com/MetaMask/snaps/pull/3305)), ([#3321](https://github.com/MetaMask/snaps/pull/3321))
1514
- Make comparision case sensitive in MultichainRouter ([#3310](https://github.com/MetaMask/snaps/pull/3310))
1615

17-
### Removed
18-
19-
- Remove `@metamask/snaps-simulator` ([#3311](https://github.com/MetaMask/snaps/pull/3311))
20-
2116
## [11.2.0]
2217

2318
### Added

packages/snaps-execution-environments/CHANGELOG.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [7.3.0]
11-
12-
### Changed
13-
14-
- Bump `vite` from `6.2.3` to `6.2.6` ([#3305](https://github.com/MetaMask/snaps/pull/3305)), ([#3321](https://github.com/MetaMask/snaps/pull/3321))
15-
16-
### Removed
17-
18-
- Remove `@metamask/snaps-simulator` ([#3311](https://github.com/MetaMask/snaps/pull/3311))
10+
## [7.2.1]
1911

2012
### Fixed
2113

@@ -472,8 +464,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
472464
- The version of the package no longer needs to match the version of all other
473465
MetaMask Snaps packages.
474466

475-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@7.3.0...HEAD
476-
[7.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@7.2.0...@metamask/snaps-execution-environments@7.3.0
467+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@7.2.1...HEAD
468+
[7.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@7.2.0...@metamask/snaps-execution-environments@7.2.1
477469
[7.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@7.1.0...@metamask/snaps-execution-environments@7.2.0
478470
[7.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@7.0.0...@metamask/snaps-execution-environments@7.1.0
479471
[7.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.14.0...@metamask/snaps-execution-environments@7.0.0

packages/snaps-execution-environments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-execution-environments",
3-
"version": "7.3.0",
3+
"version": "7.2.1",
44
"description": "Snap sandbox environments for executing SES javascript",
55
"keywords": [
66
"MetaMask",

packages/snaps-utils/CHANGELOG.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [9.2.1]
11-
12-
### Changed
13-
14-
- Bump `vite` from `6.2.3` to `6.2.6` ([#3305](https://github.com/MetaMask/snaps/pull/3305)), ([#3321](https://github.com/MetaMask/snaps/pull/3321))
15-
16-
## Removed
17-
18-
- Remove `@metamask/snaps-simulator` ([#3311](https://github.com/MetaMask/snaps/pull/3311))
19-
2010
## [9.2.0]
2111

2212
### Added
@@ -600,8 +590,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
600590
- The version of the package no longer needs to match the version of all other
601591
MetaMask Snaps packages.
602592

603-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@9.2.1...HEAD
604-
[9.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@9.2.0...@metamask/snaps-utils@9.2.1
593+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@9.2.0...HEAD
605594
[9.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@9.1.0...@metamask/snaps-utils@9.2.0
606595
[9.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@9.0.1...@metamask/snaps-utils@9.1.0
607596
[9.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@9.0.0...@metamask/snaps-utils@9.0.1

packages/test-snaps/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [2.22.0]
10+
## [2.21.1]
1111

12-
### Removed
12+
### Changed
1313

14-
- Remove `@metamask/snaps-simulator` ([#3311](https://github.com/MetaMask/snaps/pull/3311))
14+
- Use latest versions of example Snaps ([#3325](https://github.com/MetaMask/snaps/pull/3325))
1515

1616
## [2.21.0]
1717

@@ -319,8 +319,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
319319

320320
- Fix NPM package name of the network access snap ([#1621](https://github.com/MetaMask/snaps/pull/1621))
321321

322-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.22.0...HEAD
323-
[2.22.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.21.0...@metamask/test-snaps@2.22.0
322+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.21.1...HEAD
323+
[2.21.1]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.21.0...@metamask/test-snaps@2.21.1
324324
[2.21.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.20.3...@metamask/test-snaps@2.21.0
325325
[2.20.3]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.20.2...@metamask/test-snaps@2.20.3
326326
[2.20.2]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.20.1...@metamask/test-snaps@2.20.2

0 commit comments

Comments
 (0)