Skip to content

Commit 4df775d

Browse files
authored
Release 434.0.0 (#5959)
Small patch release for the `account-tree-controller`.
1 parent ae9100d commit 4df775d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-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": "433.0.0",
3+
"version": "434.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/account-tree-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.1]
11+
1012
### Fixed
1113

14+
- Fix `AccountWallet.metadata` type ([#5947](https://github.com/MetaMask/core/pull/5947))
15+
- Was using `AccountGroupMetadata` instead of `AccountWalletMetadata`.
1216
- Add `AccountTreeControllerStateChangeEvent` to `AccountTreeControllerEvents` ([#5958](https://github.com/MetaMask/core/pull/5958))
1317

1418
## [0.1.0]
@@ -18,5 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1822
- Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
1923
- Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
2024

21-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@0.1.0...HEAD
25+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@0.1.1...HEAD
26+
[0.1.1]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@0.1.0...@metamask/account-tree-controller@0.1.1
2227
[0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/account-tree-controller@0.1.0

packages/account-tree-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/account-tree-controller",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Controller to group account together based on some pre-defined rules",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)