Skip to content

Commit 8ad41fc

Browse files
authored
release: 80.0.0 (#400)
# Description This is the release candidate for version 80.0.0. See the CHANGELOGs for more details. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Publish monorepo v80.0.0 and bump @metamask/eth-snap-keyring to 18.0.2 with an idempotent notify:accountCreated fix. > > - **Versions**: > - Bump monorepo `package.json` to `80.0.0`. > - Bump `@metamask/eth-snap-keyring` to `18.0.2`. > - **Keyring Snap Bridge (`packages/keyring-snap-bridge`)**: > - Update `CHANGELOG.md`: mark `notify:accountCreated` as idempotent; refresh compare links. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 8222cef. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 0c1f4aa commit 8ad41fc

3 files changed

Lines changed: 10 additions & 3 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/accounts-monorepo",
3-
"version": "79.0.0",
3+
"version": "80.0.0",
44
"private": true,
55
"description": "Monorepo for MetaMask accounts related packages",
66
"repository": {

packages/keyring-snap-bridge/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+
## [18.0.2]
11+
12+
### Fixed
13+
14+
- Make `notify:accountCreated` event idempotent ([#399](https://github.com/MetaMask/accounts/pull/399))
15+
1016
## [18.0.1]
1117

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

604610
- Initial release.
605611

606-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@18.0.1...HEAD
612+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@18.0.2...HEAD
613+
[18.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@18.0.1...@metamask/eth-snap-keyring@18.0.2
607614
[18.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@18.0.0...@metamask/eth-snap-keyring@18.0.1
608615
[18.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@17.3.0...@metamask/eth-snap-keyring@18.0.0
609616
[17.3.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@17.2.0...@metamask/eth-snap-keyring@17.3.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.1",
3+
"version": "18.0.2",
44
"description": "Snaps keyring bridge.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)