File tree Expand file tree Collapse file tree 13 files changed +58
-13
lines changed
keyring-internal-snap-client Expand file tree Collapse file tree 13 files changed +58
-13
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/accounts-monorepo" ,
3- "version" : " 78 .0.0" ,
3+ "version" : " 79 .0.0" ,
44 "private" : true ,
55 "description" : " Monorepo for MetaMask accounts related packages" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 21.2.0]
11+
12+ ### Added
13+
14+ - Add ` stake:{deposit,withdraw} ` transaction types ([ #394 ] ( https://github.com/MetaMask/accounts/pull/394 ) )
15+
1016## [ 21.1.0]
1117
1218### Added
@@ -637,7 +643,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
637643- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
638644- Helper functions to create keyring handler in the snap.
639645
640- [ Unreleased ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@21.1.0...HEAD
646+ [ Unreleased ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@21.2.0...HEAD
647+ [ 21.2.0 ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@21.1.0...@metamask/keyring-api@21.2.0
641648[ 21.1.0 ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@21.0.0...@metamask/keyring-api@21.1.0
642649[ 21.0.0 ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@20.1.1...@metamask/keyring-api@21.0.0
643650[ 20.1.1 ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@20.1.0...@metamask/keyring-api@20.1.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/keyring-api" ,
3- "version" : " 21.1 .0" ,
3+ "version" : " 21.2 .0" ,
44 "description" : " MetaMask Keyring API" ,
55 "keywords" : [
66 " metamask" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 9.1.1]
11+
12+ ### Changed
13+
14+ - Bump ` @metamask/keyring-api ` from ` ^21.1.0 ` to ` ^21.2.0 ` ([ #395 ] ( https://github.com/MetaMask/accounts/pull/395 ) )
15+
1016## [ 9.1.0]
1117
1218### Changed
@@ -151,7 +157,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
151157 - This new version fixes a bug with CJS re-exports.
152158- Initial release ([ #24 ] ( https://github.com/MetaMask/accounts/pull/24 ) )
153159
154- [ Unreleased ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@9.1.0...HEAD
160+ [ Unreleased ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@9.1.1...HEAD
161+ [ 9.1.1 ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@9.1.0...@metamask/keyring-internal-api@9.1.1
155162[ 9.1.0 ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@9.0.0...@metamask/keyring-internal-api@9.1.0
156163[ 9.0.0 ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@8.1.0...@metamask/keyring-internal-api@9.0.0
157164[ 8.1.0 ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@8.0.0...@metamask/keyring-internal-api@8.1.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/keyring-internal-api" ,
3- "version" : " 9.1.0 " ,
3+ "version" : " 9.1.1 " ,
44 "description" : " MetaMask Keyring Internal API" ,
55 "keywords" : [
66 " metamask" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 8.0.1]
11+
12+ ### Changed
13+
14+ - Bump ` @metamask/keyring-api ` from ` ^21.1.0 ` to ` ^21.2.0 ` ([ #395 ] ( https://github.com/MetaMask/accounts/pull/395 ) )
15+ - Bump ` @metamask/keyring-snap-client ` from ` ^8.1.0 ` to ` ^8.2.0 ` ([ #395 ] ( https://github.com/MetaMask/accounts/pull/395 ) )
16+ - Bump ` @metamask/keyring-internal-api ` from ` ^9.1.0 ` to ` ^9.2.0 ` ([ #395 ] ( https://github.com/MetaMask/accounts/pull/395 ) )
17+
1018## [ 8.0.0]
1119
1220### Changed
@@ -153,7 +161,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
153161 - This new version fixes a bug with CJS re-exports.
154162- Initial release ([ #24 ] ( https://github.com/MetaMask/accounts/pull/24 ) )
155163
156- [ Unreleased ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@8.0.0...HEAD
164+ [ Unreleased ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@8.0.1...HEAD
165+ [ 8.0.1 ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@8.0.0...@metamask/keyring-internal-snap-client@8.0.1
157166[ 8.0.0 ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@7.2.0...@metamask/keyring-internal-snap-client@8.0.0
158167[ 7.2.0 ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@7.1.0...@metamask/keyring-internal-snap-client@7.2.0
159168[ 7.1.0 ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@7.0.0...@metamask/keyring-internal-snap-client@7.1.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/keyring-internal-snap-client" ,
3- "version" : " 8.0.0 " ,
3+ "version" : " 8.0.1 " ,
44 "description" : " MetaMask Keyring Snap internal clients" ,
55 "keywords" : [
66 " metamask" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 18.0.1]
11+
12+ ### Changed
13+
14+ - Bump ` @metamask/keyring-api ` from ` ^21.1.0 ` to ` ^21.2.0 ` ([ #395 ] ( https://github.com/MetaMask/accounts/pull/395 ) )
15+ - Bump ` @metamask/keyring-snap-sdk ` from ` ^7.1.0 ` to ` ^7.2.0 ` ([ #395 ] ( https://github.com/MetaMask/accounts/pull/395 ) )
16+
1017## [ 18.0.0]
1118
1219### Changed
@@ -596,7 +603,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
596603
597604- Initial release.
598605
599- [ Unreleased ] : https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@18.0.0...HEAD
606+ [ Unreleased ] : https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@18.0.1...HEAD
607+ [ 18.0.1 ] : https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@18.0.0...@metamask/eth-snap-keyring@18.0.1
600608[ 18.0.0 ] : https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@17.3.0...@metamask/eth-snap-keyring@18.0.0
601609[ 17.3.0 ] : https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@17.2.0...@metamask/eth-snap-keyring@17.3.0
602610[ 17.2.0 ] : https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@17.1.0...@metamask/eth-snap-keyring@17.2.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/eth-snap-keyring" ,
3- "version" : " 18.0.0 " ,
3+ "version" : " 18.0.1 " ,
44 "description" : " Snaps keyring bridge." ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 8.1.1]
11+
12+ ### Changed
13+
14+ - Bump ` @metamask/keyring-api ` from ` ^21.1.0 ` to ` ^21.2.0 ` ([ #395 ] ( https://github.com/MetaMask/accounts/pull/395 ) )
15+
1016## [ 8.1.0]
1117
1218### Added
@@ -131,7 +137,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
131137 - This new version fixes a bug with CJS re-exports.
132138- Initial release ([ #24 ] ( https://github.com/MetaMask/accounts/pull/24 ) )
133139
134- [ Unreleased ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-client@8.1.0...HEAD
140+ [ Unreleased ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-client@8.1.1...HEAD
141+ [ 8.1.1 ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-client@8.1.0...@metamask/keyring-snap-client@8.1.1
135142[ 8.1.0 ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-client@8.0.0...@metamask/keyring-snap-client@8.1.0
136143[ 8.0.0 ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-client@7.0.0...@metamask/keyring-snap-client@8.0.0
137144[ 7.0.0 ] : https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-client@6.0.0...@metamask/keyring-snap-client@7.0.0
You can’t perform that action at this time.
0 commit comments