File tree Expand file tree Collapse file tree 13 files changed +25
-22
lines changed
multichain-network-controller
multichain-transactions-controller
notification-services-controller
user-operation-controller Expand file tree Collapse file tree 13 files changed +25
-22
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/core-monorepo" ,
3
- "version" : " 306.0.0 " ,
3
+ "version" : " 306.0.1 " ,
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 63
63
},
64
64
"devDependencies" : {
65
65
"@metamask/auto-changelog" : " ^3.4.4" ,
66
- "@metamask/keyring-controller" : " ^19.2.1 " ,
66
+ "@metamask/keyring-controller" : " ^19.2.2 " ,
67
67
"@metamask/providers" : " ^18.1.1" ,
68
68
"@metamask/snaps-controllers" : " ^9.19.0" ,
69
69
"@types/jest" : " ^27.4.1" ,
Original file line number Diff line number Diff line change 81
81
"@metamask/approval-controller" : " ^7.1.3" ,
82
82
"@metamask/auto-changelog" : " ^3.4.4" ,
83
83
"@metamask/ethjs-provider-http" : " ^0.3.0" ,
84
- "@metamask/keyring-controller" : " ^19.2.1 " ,
84
+ "@metamask/keyring-controller" : " ^19.2.2 " ,
85
85
"@metamask/keyring-internal-api" : " ^4.0.3" ,
86
86
"@metamask/keyring-snap-client" : " ^4.0.1" ,
87
87
"@metamask/network-controller" : " ^22.2.1" ,
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
+ ## [ 19.2.2]
11
+
10
12
### Fixed
11
13
12
14
- Fixed duplication of unsupported keyrings ([ #5535 ] ( https://github.com/MetaMask/core/pull/5535 ) )
@@ -696,7 +698,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
696
698
697
699
All changes listed after this point were applied to this package following the monorepo conversion.
698
700
699
- [ Unreleased ] : https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.2.1...HEAD
701
+ [ Unreleased ] : https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.2.2...HEAD
702
+ [ 19.2.2 ] : https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.2.1...@metamask/keyring-controller@19.2.2
700
703
[ 19.2.1 ] : https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.2.0...@metamask/keyring-controller@19.2.1
701
704
[ 19.2.0 ] : https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.1.0...@metamask/keyring-controller@19.2.0
702
705
[ 19.1.0 ] : https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.0.7...@metamask/keyring-controller@19.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/keyring-controller" ,
3
- "version" : " 19.2.1 " ,
3
+ "version" : " 19.2.2 " ,
4
4
"description" : " Stores identities seen in the wallet and manages interactions such as signing" ,
5
5
"keywords" : [
6
6
" MetaMask" ,
Original file line number Diff line number Diff line change 54
54
},
55
55
"devDependencies" : {
56
56
"@metamask/auto-changelog" : " ^3.4.4" ,
57
- "@metamask/keyring-controller" : " ^19.2.1 " ,
57
+ "@metamask/keyring-controller" : " ^19.2.2 " ,
58
58
"@metamask/network-controller" : " ^22.2.1" ,
59
59
"@types/jest" : " ^27.4.1" ,
60
60
"@types/uuid" : " ^8.3.0" ,
Original file line number Diff line number Diff line change 63
63
"devDependencies" : {
64
64
"@metamask/accounts-controller" : " ^24.0.1" ,
65
65
"@metamask/auto-changelog" : " ^3.4.4" ,
66
- "@metamask/keyring-controller" : " ^19.2.1 " ,
66
+ "@metamask/keyring-controller" : " ^19.2.2 " ,
67
67
"@types/jest" : " ^27.4.1" ,
68
68
"deepmerge" : " ^4.2.2" ,
69
69
"jest" : " ^27.5.1" ,
Original file line number Diff line number Diff line change 112
112
"@lavamoat/allow-scripts" : " ^3.0.4" ,
113
113
"@lavamoat/preinstall-always-fail" : " ^2.1.0" ,
114
114
"@metamask/auto-changelog" : " ^3.4.4" ,
115
- "@metamask/keyring-controller" : " ^19.2.1 " ,
115
+ "@metamask/keyring-controller" : " ^19.2.2 " ,
116
116
"@metamask/profile-sync-controller" : " ^8.1.1" ,
117
117
"@types/jest" : " ^27.4.1" ,
118
118
"@types/readable-stream" : " ^2.3.0" ,
Original file line number Diff line number Diff line change 52
52
},
53
53
"devDependencies" : {
54
54
"@metamask/auto-changelog" : " ^3.4.4" ,
55
- "@metamask/keyring-controller" : " ^19.2.1 " ,
55
+ "@metamask/keyring-controller" : " ^19.2.2 " ,
56
56
"@types/jest" : " ^27.4.1" ,
57
57
"deepmerge" : " ^4.2.2" ,
58
58
"jest" : " ^27.5.1" ,
Original file line number Diff line number Diff line change 102
102
"dependencies" : {
103
103
"@metamask/base-controller" : " ^8.0.0" ,
104
104
"@metamask/keyring-api" : " ^17.2.0" ,
105
- "@metamask/keyring-controller" : " ^19.2.1 " ,
105
+ "@metamask/keyring-controller" : " ^19.2.2 " ,
106
106
"@metamask/network-controller" : " ^22.2.1" ,
107
107
"@metamask/snaps-sdk" : " ^6.17.1" ,
108
108
"@metamask/snaps-utils" : " ^8.10.0" ,
You can’t perform that action at this time.
0 commit comments