File tree Expand file tree Collapse file tree 15 files changed +37
-31
lines changed
multichain-account-service
multichain-network-controller
multichain-transactions-controller Expand file tree Collapse file tree 15 files changed +37
-31
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/core-monorepo" ,
3- "version" : " 545 .0.0" ,
3+ "version" : " 546 .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 5757 },
5858 "devDependencies" : {
5959 "@metamask/account-api" : " ^0.12.0" ,
60- "@metamask/accounts-controller" : " ^33.0 .0" ,
60+ "@metamask/accounts-controller" : " ^33.1 .0" ,
6161 "@metamask/auto-changelog" : " ^3.4.4" ,
6262 "@metamask/keyring-api" : " ^21.0.0" ,
6363 "@metamask/keyring-controller" : " ^23.0.0" ,
64- "@metamask/multichain-account-service" : " ^0.7 .0" ,
64+ "@metamask/multichain-account-service" : " ^0.8 .0" ,
6565 "@metamask/profile-sync-controller" : " ^25.0.0" ,
6666 "@metamask/providers" : " ^22.1.0" ,
6767 "@metamask/snaps-controllers" : " ^14.0.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
77
88## [ Unreleased]
99
10+ ## [ 33.1.0]
11+
1012### Added
1113
1214- Add two new controller state metadata properties: ` includeInStateLogs ` and ` usedInUi ` ([ #6470 ] ( https://github.com/MetaMask/core/pull/6470 ) )
@@ -617,7 +619,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
617619
618620- Initial release ([ #1637 ] ( https://github.com/MetaMask/core/pull/1637 ) )
619621
620- [ Unreleased ] : https://github.com/MetaMask/core/compare/@metamask/accounts-controller@33.0.0...HEAD
622+ [ Unreleased ] : https://github.com/MetaMask/core/compare/@metamask/accounts-controller@33.1.0...HEAD
623+ [ 33.1.0 ] : https://github.com/MetaMask/core/compare/@metamask/accounts-controller@33.0.0...@metamask/accounts-controller@33.1.0
621624[ 33.0.0 ] : https://github.com/MetaMask/core/compare/@metamask/accounts-controller@32.0.2...@metamask/accounts-controller@33.0.0
622625[ 32.0.2 ] : https://github.com/MetaMask/core/compare/@metamask/accounts-controller@32.0.1...@metamask/accounts-controller@32.0.2
623626[ 32.0.1 ] : https://github.com/MetaMask/core/compare/@metamask/accounts-controller@32.0.0...@metamask/accounts-controller@32.0.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/accounts-controller" ,
3- "version" : " 33.0 .0" ,
3+ "version" : " 33.1 .0" ,
44 "description" : " Manages internal accounts" ,
55 "keywords" : [
66 " MetaMask" ,
Original file line number Diff line number Diff line change 8181 "@babel/runtime" : " ^7.23.9" ,
8282 "@metamask/account-api" : " ^0.12.0" ,
8383 "@metamask/account-tree-controller" : " ^0.14.0" ,
84- "@metamask/accounts-controller" : " ^33.0 .0" ,
84+ "@metamask/accounts-controller" : " ^33.1 .0" ,
8585 "@metamask/approval-controller" : " ^7.1.3" ,
8686 "@metamask/auto-changelog" : " ^3.4.4" ,
8787 "@metamask/ethjs-provider-http" : " ^0.3.0" ,
8888 "@metamask/keyring-controller" : " ^23.0.0" ,
8989 "@metamask/keyring-internal-api" : " ^9.0.0" ,
9090 "@metamask/keyring-snap-client" : " ^8.0.0" ,
91- "@metamask/multichain-account-service" : " ^0.7 .0" ,
91+ "@metamask/multichain-account-service" : " ^0.8 .0" ,
9292 "@metamask/network-controller" : " ^24.1.0" ,
9393 "@metamask/permission-controller" : " ^11.0.6" ,
9494 "@metamask/phishing-controller" : " ^13.1.0" ,
Original file line number Diff line number Diff line change 6565 "uuid" : " ^8.3.2"
6666 },
6767 "devDependencies" : {
68- "@metamask/accounts-controller" : " ^33.0 .0" ,
68+ "@metamask/accounts-controller" : " ^33.1 .0" ,
6969 "@metamask/assets-controllers" : " ^75.0.0" ,
7070 "@metamask/auto-changelog" : " ^3.4.4" ,
7171 "@metamask/eth-json-rpc-provider" : " ^4.1.8" ,
Original file line number Diff line number Diff line change 5757 "uuid" : " ^8.3.2"
5858 },
5959 "devDependencies" : {
60- "@metamask/accounts-controller" : " ^33.0 .0" ,
60+ "@metamask/accounts-controller" : " ^33.1 .0" ,
6161 "@metamask/auto-changelog" : " ^3.4.4" ,
6262 "@metamask/bridge-controller" : " ^42.0.0" ,
6363 "@metamask/gas-fee-controller" : " ^24.0.0" ,
Original file line number Diff line number Diff line change 5151 "@metamask/utils" : " ^11.4.2"
5252 },
5353 "devDependencies" : {
54- "@metamask/accounts-controller" : " ^33.0 .0" ,
54+ "@metamask/accounts-controller" : " ^33.1 .0" ,
5555 "@metamask/auto-changelog" : " ^3.4.4" ,
5656 "@metamask/keyring-controller" : " ^23.0.0" ,
5757 "@ts-bridge/cli" : " ^0.6.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
77
88## [ Unreleased]
99
10+ ## [ 0.8.0]
11+
1012### Added
1113
1214- Add mutable operation lock (per wallets) ([ #6527 ] ( https://github.com/MetaMask/core/pull/6527 ) )
@@ -130,7 +132,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
130132- Add ` MultichainAccountService ` ([ #6141 ] ( https://github.com/MetaMask/core/pull/6141 ) ), ([ #6165 ] ( https://github.com/MetaMask/core/pull/6165 ) )
131133 - This service manages multichain accounts/wallets.
132134
133- [ Unreleased ] : https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.7.0...HEAD
135+ [ Unreleased ] : https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.8.0...HEAD
136+ [ 0.8.0 ] : https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.7.0...@metamask/multichain-account-service@0.8.0
134137[ 0.7.0 ] : https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.6.0...@metamask/multichain-account-service@0.7.0
135138[ 0.6.0 ] : https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.5.0...@metamask/multichain-account-service@0.6.0
136139[ 0.5.0 ] : https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.4.0...@metamask/multichain-account-service@0.5.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/multichain-account-service" ,
3- "version" : " 0.7 .0" ,
3+ "version" : " 0.8 .0" ,
44 "description" : " Service to manage multichain accounts" ,
55 "keywords" : [
66 " MetaMask" ,
6161 },
6262 "devDependencies" : {
6363 "@metamask/account-api" : " ^0.12.0" ,
64- "@metamask/accounts-controller" : " ^33.0 .0" ,
64+ "@metamask/accounts-controller" : " ^33.1 .0" ,
6565 "@metamask/auto-changelog" : " ^3.4.4" ,
6666 "@metamask/keyring-controller" : " ^23.0.0" ,
6767 "@metamask/providers" : " ^22.1.0" ,
You can’t perform that action at this time.
0 commit comments