Skip to content

Commit 848d07d

Browse files
authored
release: 76.0.0 (#380)
This is the release candidate for version 76.0.0.
1 parent 2bd795b commit 848d07d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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": "75.0.0",
3+
"version": "76.0.0",
44
"private": true,
55
"description": "Monorepo for MetaMask accounts related packages",
66
"repository": {

packages/keyring-snap-bridge/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [17.2.0]
11+
1012
### Added
1113

1214
- Add `name` and `state` properties to `SnapKeyring` to allow modular initialisation in the clients ([#379](https://github.com/MetaMask/accounts/pull/379))
@@ -575,7 +577,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
575577

576578
- Initial release.
577579

578-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]
580+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]
581+
[17.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
579582
[17.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
580583
[17.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
581584
[16.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]

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": "17.1.0",
3+
"version": "17.2.0",
44
"description": "Snaps keyring bridge.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)