Skip to content

Commit e95e670

Browse files
authored
Release 50.0.0 (#2453)
This is the release candidate for version 50.0.0.
1 parent fa67665 commit e95e670

File tree

11 files changed

+36
-11
lines changed

11 files changed

+36
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "49.0.0",
3+
"version": "50.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/snaps-controllers/CHANGELOG.md

+6-1
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+
## [8.3.1]
10+
### Fixed
11+
- Fix `react-native` export for tools that don't support `package.json` exports ([#2451](https://github.com/MetaMask/snaps/pull/2451))
12+
913
## [8.3.0]
1014
### Added
1115
- Add origin to lifecycle hooks ([#2441](https://github.com/MetaMask/snaps/pull/2441))
@@ -277,7 +281,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
277281
- The version of the package no longer needs to match the version of all other
278282
MetaMask Snaps packages.
279283

280-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
284+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
285+
[8.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
281286
[8.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
282287
[8.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
283288
[8.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-controllers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-controllers",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"description": "Controllers for MetaMask Snaps.",
55
"repository": {
66
"type": "git",

packages/snaps-jest/CHANGELOG.md

+6-1
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+
## [8.1.2]
10+
### Fixed
11+
- Fix invalid `@metamask/snaps-sdk` imports ([#2452](https://github.com/MetaMask/snaps/pull/2452))
12+
913
## [8.1.1]
1014
### Changed
1115
- Bump `@metamask/key-tree` from `9.1.0` to `9.1.1` ([#2431](https://github.com/MetaMask/snaps/pull/2431))
@@ -157,7 +161,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
157161
- The version of the package no longer needs to match the version of all other
158162
MetaMask Snaps packages.
159163

160-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
164+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
165+
[8.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
161166
[8.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
162167
[8.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
163168
[8.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-jest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-jest",
3-
"version": "8.1.1",
3+
"version": "8.1.2",
44
"description": "A Jest preset for end-to-end testing MetaMask Snaps, including a Jest environment, and a set of Jest matchers.",
55
"sideEffects": false,
66
"exports": {

packages/snaps-rpc-methods/CHANGELOG.md

+6-1
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+
## [9.1.2]
10+
### Fixed
11+
- Fix invalid `@metamask/snaps-sdk` imports ([#2452](https://github.com/MetaMask/snaps/pull/2452))
12+
913
## [9.1.1]
1014
### Changed
1115
- Bump `@metamask/key-tree` from `9.1.0` to `9.1.1` ([#2431](https://github.com/MetaMask/snaps/pull/2431))
@@ -150,7 +154,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
150154
- The version of the package no longer needs to match the version of all other
151155
MetaMask Snaps packages.
152156

153-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
157+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
158+
[9.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
154159
[9.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
155160
[9.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
156161
[9.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-rpc-methods/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-rpc-methods",
3-
"version": "9.1.1",
3+
"version": "9.1.2",
44
"description": "MetaMask Snaps JSON-RPC method implementations.",
55
"repository": {
66
"type": "git",

packages/snaps-sdk/CHANGELOG.md

+6-1
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+
## [4.4.1]
10+
### Fixed
11+
- Fix invalid `@metamask/snaps-sdk` imports ([#2452](https://github.com/MetaMask/snaps/pull/2452))
12+
913
## [4.4.0]
1014
### Added
1115
- Add origin to lifecycle hooks ([#2441](https://github.com/MetaMask/snaps/pull/2441))
@@ -146,7 +150,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
146150
### Added
147151
- Initial release of this package.
148152

149-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
153+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
154+
[4.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
150155
[4.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
151156
[4.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
152157
[4.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-sdk",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/MetaMask/snaps.git"

packages/snaps-utils/CHANGELOG.md

+6-1
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+
## [7.4.1]
10+
### Fixed
11+
- Fix invalid `@metamask/snaps-sdk` imports ([#2452](https://github.com/MetaMask/snaps/pull/2452))
12+
913
## [7.4.0]
1014
### Added
1115
- Add support for BIP-32-Ed25519 / CIP-3 key derivation ([#2408](https://github.com/MetaMask/snaps/pull/2408))
@@ -232,7 +236,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
232236
- The version of the package no longer needs to match the version of all other
233237
MetaMask Snaps packages.
234238

235-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
239+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
240+
[7.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
236241
[7.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
237242
[7.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
238243
[7.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-utils",
3-
"version": "7.4.0",
3+
"version": "7.4.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/MetaMask/snaps.git"

0 commit comments

Comments
 (0)