File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
packages/account-tree-controller Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments