Skip to content

Commit d2817a6

Browse files
authored
release: 79.0.0 (#395)
# Description This is the release candidate for version 79.0.0. See the CHANGELOGs for more details. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release 79.0.0: adds new stake deposit/withdraw transaction types in keyring-api and bumps dependent packages to align. > > - **Key changes**: > - `@metamask/keyring-api@21.2.0`: Added `stake:{deposit,withdraw}` transaction types. > - **Dependent package updates**: > - `@metamask/keyring-internal-api@9.1.1`: Bump dependency to `@metamask/keyring-api@^21.2.0`. > - `@metamask/keyring-internal-snap-client@8.0.1`: Bump dependencies (`@metamask/keyring-api`, `@metamask/keyring-snap-client`, `@metamask/keyring-internal-api`). > - `@metamask/eth-snap-keyring@18.0.1`: Bump dependencies (`@metamask/keyring-api`, `@metamask/keyring-snap-sdk`). > - `@metamask/keyring-snap-client@8.1.1`: Bump dependency to `@metamask/keyring-api@^21.2.0`. > - `@metamask/keyring-snap-sdk@7.1.1`: Bump dependency to `@metamask/keyring-api@^21.2.0`. > - **Repo**: > - Monorepo version set to `79.0.0`; CHANGELOG links updated across packages. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit c4efb2e. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 89ec333 commit d2817a6

File tree

13 files changed

+58
-13
lines changed

13 files changed

+58
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/accounts-monorepo",
3-
"version": "78.0.0",
3+
"version": "79.0.0",
44
"private": true,
55
"description": "Monorepo for MetaMask accounts related packages",
66
"repository": {

packages/keyring-api/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+
## [21.2.0]
11+
12+
### Added
13+
14+
- Add `stake:{deposit,withdraw}` transaction types ([#394](https://github.com/MetaMask/accounts/pull/394))
15+
1016
## [21.1.0]
1117

1218
### Added
@@ -637,7 +643,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
637643
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
638644
- Helper functions to create keyring handler in the snap.
639645

640-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@21.1.0...HEAD
646+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@21.2.0...HEAD
647+
[21.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@21.1.0...@metamask/keyring-api@21.2.0
641648
[21.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@21.0.0...@metamask/keyring-api@21.1.0
642649
[21.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@20.1.1...@metamask/keyring-api@21.0.0
643650
[20.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@20.1.0...@metamask/keyring-api@20.1.1

packages/keyring-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/keyring-api",
3-
"version": "21.1.0",
3+
"version": "21.2.0",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

packages/keyring-internal-api/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+
## [9.1.1]
11+
12+
### Changed
13+
14+
- Bump `@metamask/keyring-api` from `^21.1.0` to `^21.2.0` ([#395](https://github.com/MetaMask/accounts/pull/395))
15+
1016
## [9.1.0]
1117

1218
### Changed
@@ -151,7 +157,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
151157
- This new version fixes a bug with CJS re-exports.
152158
- Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
153159

154-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@9.1.0...HEAD
160+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@9.1.1...HEAD
161+
[9.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@9.1.0...@metamask/keyring-internal-api@9.1.1
155162
[9.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@9.0.0...@metamask/keyring-internal-api@9.1.0
156163
[9.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@8.1.0...@metamask/keyring-internal-api@9.0.0
157164
[8.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@8.0.0...@metamask/keyring-internal-api@8.1.0

packages/keyring-internal-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/keyring-internal-api",
3-
"version": "9.1.0",
3+
"version": "9.1.1",
44
"description": "MetaMask Keyring Internal API",
55
"keywords": [
66
"metamask",

packages/keyring-internal-snap-client/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.0.1]
11+
12+
### Changed
13+
14+
- Bump `@metamask/keyring-api` from `^21.1.0` to `^21.2.0` ([#395](https://github.com/MetaMask/accounts/pull/395))
15+
- Bump `@metamask/keyring-snap-client` from `^8.1.0` to `^8.2.0` ([#395](https://github.com/MetaMask/accounts/pull/395))
16+
- Bump `@metamask/keyring-internal-api` from `^9.1.0` to `^9.2.0` ([#395](https://github.com/MetaMask/accounts/pull/395))
17+
1018
## [8.0.0]
1119

1220
### Changed
@@ -153,7 +161,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
153161
- This new version fixes a bug with CJS re-exports.
154162
- Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
155163

156-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@8.0.0...HEAD
164+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@8.0.1...HEAD
165+
[8.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@8.0.0...@metamask/keyring-internal-snap-client@8.0.1
157166
[8.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@7.2.0...@metamask/keyring-internal-snap-client@8.0.0
158167
[7.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@7.1.0...@metamask/keyring-internal-snap-client@7.2.0
159168
[7.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@7.0.0...@metamask/keyring-internal-snap-client@7.1.0

packages/keyring-internal-snap-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/keyring-internal-snap-client",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "MetaMask Keyring Snap internal clients",
55
"keywords": [
66
"metamask",

packages/keyring-snap-bridge/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [18.0.1]
11+
12+
### Changed
13+
14+
- Bump `@metamask/keyring-api` from `^21.1.0` to `^21.2.0` ([#395](https://github.com/MetaMask/accounts/pull/395))
15+
- Bump `@metamask/keyring-snap-sdk` from `^7.1.0` to `^7.2.0` ([#395](https://github.com/MetaMask/accounts/pull/395))
16+
1017
## [18.0.0]
1118

1219
### Changed
@@ -596,7 +603,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
596603

597604
- Initial release.
598605

599-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@18.0.0...HEAD
606+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@18.0.1...HEAD
607+
[18.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@18.0.0...@metamask/eth-snap-keyring@18.0.1
600608
[18.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@17.3.0...@metamask/eth-snap-keyring@18.0.0
601609
[17.3.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@17.2.0...@metamask/eth-snap-keyring@17.3.0
602610
[17.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@17.1.0...@metamask/eth-snap-keyring@17.2.0

packages/keyring-snap-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eth-snap-keyring",
3-
"version": "18.0.0",
3+
"version": "18.0.1",
44
"description": "Snaps keyring bridge.",
55
"repository": {
66
"type": "git",

packages/keyring-snap-client/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.1.1]
11+
12+
### Changed
13+
14+
- Bump `@metamask/keyring-api` from `^21.1.0` to `^21.2.0` ([#395](https://github.com/MetaMask/accounts/pull/395))
15+
1016
## [8.1.0]
1117

1218
### Added
@@ -131,7 +137,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
131137
- This new version fixes a bug with CJS re-exports.
132138
- Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
133139

134-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-client@8.1.0...HEAD
140+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-client@8.1.1...HEAD
141+
[8.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-client@8.1.0...@metamask/keyring-snap-client@8.1.1
135142
[8.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-client@8.0.0...@metamask/keyring-snap-client@8.1.0
136143
[8.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-client@7.0.0...@metamask/keyring-snap-client@8.0.0
137144
[7.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-client@6.0.0...@metamask/keyring-snap-client@7.0.0

0 commit comments

Comments
 (0)