Skip to content

Commit 1691d07

Browse files
authored
Release/477.0.0 (#6174)
Patch release for the `MultichainAccountService` that was missing a `.name` class field.
1 parent 59cdaa9 commit 1691d07

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/core-monorepo",
3-
"version": "476.0.0",
3+
"version": "477.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/multichain-account-service/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+
## [0.2.1]
11+
1012
### Fixed
1113

1214
- Add missing `name` class field ([#6173](https://github.com/MetaMask/core/pull/6173))
@@ -24,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2426
- Add `MultichainAccountService` ([#6141](https://github.com/MetaMask/core/pull/6141))
2527
- This service manages multichain accounts/wallets.
2628

27-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.2.0...HEAD
29+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.2.1...HEAD
30+
[0.2.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.2.0...@metamask/multichain-account-service@0.2.1
2831
[0.2.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.1.0...@metamask/multichain-account-service@0.2.0
2932
[0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/multichain-account-service@0.1.0

packages/multichain-account-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/multichain-account-service",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Service to manage multichain accounts",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)