Skip to content

Commit 02c5a3e

Browse files
Update changelogs and package.json
1 parent 8f0947a commit 02c5a3e

File tree

7 files changed

+24
-27
lines changed

7 files changed

+24
-27
lines changed

packages/examples/packages/send-flow/CHANGELOG.md

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

1010
## [1.2.0]
1111

12-
### Uncategorized
13-
1412
### Changed
1513

1614
- Use the new `AccountSelector` and `AssetSelector` component ([#3462](https://github.com/MetaMask/snaps/pull/3462))

packages/snaps-cli/CHANGELOG.md

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

1010
## [8.1.0]
1111

12-
### Uncategorized
12+
### Added
1313

14-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
14+
- Support scheduling cronjobs with an ISO 8601 duration ([#3421](https://github.com/MetaMask/snaps/pull/3421))
1515

1616
## [8.0.0]
1717

packages/snaps-controllers/CHANGELOG.md

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

1010
## [14.0.1]
1111

12-
### Uncategorized
12+
### Fixed
1313

14-
- fix: Handle scheduled events close to current time gracefully ([#3510](https://github.com/MetaMask/snaps/pull/3510))
14+
- Handle scheduled events close to current time gracefully ([#3510](https://github.com/MetaMask/snaps/pull/3510))
1515

1616
## [14.0.0]
1717

packages/snaps-rollup-plugin/CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [4.3.0]
10+
## [5.0.0]
1111

12-
### Uncategorized
12+
### Changed
13+
14+
- **BREAKING:** Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447))
15+
16+
### Added
1317

14-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
15-
- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447))
16-
- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442))
17-
- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378))
18-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369))
19-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283))
20-
- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277))
21-
- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118))
18+
- Support scheduling cronjobs with an ISO 8601 duration ([#3421](https://github.com/MetaMask/snaps/pull/3421))
2219

2320
## [4.2.0]
2421

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

99-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@4.3.0...HEAD
100-
[4.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/snaps-rollup-plugin@4.3.0
96+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@5.0.0...HEAD
97+
[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/snaps-rollup-plugin@5.0.0
10198
[4.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
10299
[4.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
103100
[4.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-rollup-plugin/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-rollup-plugin",
3-
"version": "4.3.0",
3+
"version": "5.0.0",
44
"description": "A Rollup plugin to build MetaMask Snaps with Rollup",
55
"keywords": [
66
"MetaMask",

packages/snaps-webpack-plugin/CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [4.4.0]
10+
## [5.0.0]
1111

12-
### Uncategorized
12+
### Changed
13+
14+
- **BREAKING:** Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447))
15+
16+
### Added
1317

14-
- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501))
15-
- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447))
16-
- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442))
18+
- Support scheduling cronjobs with an ISO 8601 duration ([#3421](https://github.com/MetaMask/snaps/pull/3421))
1719

1820
## [4.3.0]
1921

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

139-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.4.0...HEAD
140-
[4.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/snaps-webpack-plugin@4.4.0
141+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@5.0.0...HEAD
142+
[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/snaps-webpack-plugin@5.0.0
141143
[4.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
142144
[4.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
143145
[4.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-webpack-plugin/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-webpack-plugin",
3-
"version": "4.4.0",
3+
"version": "5.0.0",
44
"description": "A Webpack plugin to build MetaMask Snaps with Webpack",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)