Skip to content

Commit b0f99c1

Browse files
authored
release: 145.0.0 (#3894)
This is the release candidate for version `145.0.0`. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk release bookkeeping: only version bumps and changelog updates, with no functional code changes in this diff. > > **Overview** > Bumps the monorepo version to `145.0.0` and publishes patch releases for `@metamask/snaps-cli` (`8.4.1`) and `@metamask/snaps-sandbox` (`1.0.1`). > > Updates package changelogs to include the new release entries and adjusts the `Unreleased` compare links accordingly. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 199bc8c. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 00451d0 commit b0f99c1

5 files changed

Lines changed: 19 additions & 5 deletions

File tree

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-monorepo",
3-
"version": "144.0.0",
3+
"version": "145.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/snaps-cli/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.4.1]
11+
12+
### Changed
13+
14+
- Bump `@metamask/snaps-sandbox` from `^1.0.0` to `^1.0.1` ([#3894](https://github.com/MetaMask/snaps/pull/3894))
15+
1016
## [8.4.0]
1117

1218
### Added
@@ -443,7 +449,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
443449
- The version of the package no longer needs to match the version of all other
444450
MetaMask Snaps packages.
445451

446-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@8.4.0...HEAD
452+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@8.4.1...HEAD
453+
[8.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@8.4.0...@metamask/snaps-cli@8.4.1
447454
[8.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@8.3.0...@metamask/snaps-cli@8.4.0
448455
[8.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@8.2.0...@metamask/snaps-cli@8.3.0
449456
[8.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@8.1.1...@metamask/snaps-cli@8.2.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": "8.4.0",
3+
"version": "8.4.1",
44
"description": "A CLI for developing MetaMask Snaps",
55
"keywords": [
66
"MetaMask",

packages/snaps-sandbox/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.0.1]
11+
12+
### Changed
13+
14+
- Use Geist font ([#3892](https://github.com/MetaMask/snaps/pull/3892))
15+
1016
## [1.0.0]
1117

1218
### Added
1319

1420
- Initial release of this package ([#3345](https://github.com/MetaMask/snaps/pull/3345))
1521

16-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sandbox@1.0.0...HEAD
22+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sandbox@1.0.1...HEAD
23+
[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sandbox@1.0.0...@metamask/snaps-sandbox@1.0.1
1724
[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-sandbox@1.0.0

packages/snaps-sandbox/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-sandbox",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A sandbox tool for interacting with MetaMask Snaps",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)