File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
packages/account-tree-controller Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/core-monorepo" ,
3
- "version" : " 470 .0.0" ,
3
+ "version" : " 471 .0.0" ,
4
4
"private" : true ,
5
5
"description" : " Monorepo for packages shared between MetaMask clients" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.5.0]
11
+
10
12
### Changed
11
13
12
14
- ** BREAKING:** Add ` @metamask/account-api ` peer dependency ([ #6115 ] ( https://github.com/MetaMask/core/pull/6115 ) ), ([ #6146 ] ( https://github.com/MetaMask/core/pull/6146 ) )
@@ -55,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
57
- Initial release ([ #5847 ] ( https://github.com/MetaMask/core/pull/5847 ) )
56
58
- Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
57
59
58
- [ Unreleased ] : https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@0.4.0...HEAD
60
+ [ Unreleased ] : https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@0.5.0...HEAD
61
+ [ 0.5.0 ] : https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@0.4.0...@metamask/account-tree-controller@0.5.0
59
62
[ 0.4.0 ] : https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@0.3.0...@metamask/account-tree-controller@0.4.0
60
63
[ 0.3.0 ] : https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@0.2.0...@metamask/account-tree-controller@0.3.0
61
64
[ 0.2.0 ] : https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@0.1.1...@metamask/account-tree-controller@0.2.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/account-tree-controller" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"description" : " Controller to group account together based on some pre-defined rules" ,
5
5
"keywords" : [
6
6
" MetaMask" ,
You can’t perform that action at this time.
0 commit comments