Skip to content

Commit 5412e21

Browse files
committed
Update Release 564.0.0
1 parent aea56f7 commit 5412e21

File tree

41 files changed

+37
-202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+37
-202
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "563.0.0",
3+
"version": "564.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/account-tree-controller/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.17.0]
11+
1012
### Changed
1113

1214
- Single group sync events will not get enqueued anymore if a full sync is in progress ([#6651](https://github.com/MetaMask/core/pull/6651))
@@ -261,7 +263,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
261263
- Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
262264
- Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
263265

264-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@0.16.1...HEAD
266+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@0.17.0...HEAD
267+
[0.17.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@0.16.1...@metamask/account-tree-controller@0.17.0
265268
[0.16.1]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@0.16.0...@metamask/account-tree-controller@0.16.1
266269
[0.16.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@0.15.1...@metamask/account-tree-controller@0.16.0
267270
[0.15.1]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@0.15.0...@metamask/account-tree-controller@0.15.1

packages/account-tree-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/account-tree-controller",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"description": "Controller to group account together based on some pre-defined rules",
55
"keywords": [
66
"MetaMask",
@@ -61,7 +61,7 @@
6161
"@metamask/auto-changelog": "^3.4.4",
6262
"@metamask/keyring-api": "^21.0.0",
6363
"@metamask/keyring-controller": "^23.1.0",
64-
"@metamask/multichain-account-service": "^0.9.0",
64+
"@metamask/multichain-account-service": "^0.10.0",
6565
"@metamask/profile-sync-controller": "^25.0.0",
6666
"@metamask/providers": "^22.1.0",
6767
"@metamask/snaps-controllers": "^14.0.1",

packages/accounts-controller/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- Release/556.0.0 ([#6629](https://github.com/MetaMask/core/pull/6629))
13-
- Release/554.0.0 ([#6620](https://github.com/MetaMask/core/pull/6620))
14-
- Release/549.0.0 ([#6590](https://github.com/MetaMask/core/pull/6590))
15-
1610
### Changed
1711

1812
- Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588))

packages/approval-controller/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- feat: add `signEip7702Authorization` to `KeyringController` ([#5301](https://github.com/MetaMask/core/pull/5301))
13-
1410
### Added
1511

1612
- Add two new controller state metadata properties: `includeInStateLogs` and `usedInUi` ([#6473](https://github.com/MetaMask/core/pull/6473))

packages/assets-controllers/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- Release/562.0.0 ([#6644](https://github.com/MetaMask/core/pull/6644))
13-
- Release 561.0.0 ([#6641](https://github.com/MetaMask/core/pull/6641))
14-
- Release/560.0.0 ([#6639](https://github.com/MetaMask/core/pull/6639))
15-
1610
## [75.2.0]
1711

1812
### Added

packages/assets-controllers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@
8080
"devDependencies": {
8181
"@babel/runtime": "^7.23.9",
8282
"@metamask/account-api": "^0.12.0",
83-
"@metamask/account-tree-controller": "^0.16.1",
83+
"@metamask/account-tree-controller": "^0.17.0",
8484
"@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.1.0",
8989
"@metamask/keyring-internal-api": "^9.0.0",
9090
"@metamask/keyring-snap-client": "^8.0.0",
91-
"@metamask/multichain-account-service": "^0.9.0",
91+
"@metamask/multichain-account-service": "^0.10.0",
9292
"@metamask/network-controller": "^24.1.0",
9393
"@metamask/permission-controller": "^11.0.6",
9494
"@metamask/phishing-controller": "^13.1.0",

packages/build-utils/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- feat: add `signEip7702Authorization` to `KeyringController` ([#5301](https://github.com/MetaMask/core/pull/5301))
13-
1410
### Changed
1511

1612
- Bump `@metamask/utils` from `^11.2.0` to `^11.4.2` ([#6054](https://github.com/MetaMask/core/pull/6054))

packages/chain-agnostic-permission/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- chore: bump multichain accounts deps ([#6560](https://github.com/MetaMask/core/pull/6560))
13-
1410
### Changed
1511

1612
- Bump `@metamask/controller-utils` from `^11.12.0` to `^11.14.0` ([#6620](https://github.com/MetaMask/core/pull/6620), [#6629](https://github.com/MetaMask/core/pull/6629))

packages/composable-controller/CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- chore: Inline `isBaseController` in `ComposableController` ([#6342](https://github.com/MetaMask/core/pull/6342))
13-
- chore: Rename `BaseControllerV2` module to `BaseController` ([#6128](https://github.com/MetaMask/core/pull/6128))
14-
1510
### Added
1611

1712
- Add two new controller state metadata properties: `includeInStateLogs` and `usedInUi` ([#6525](https://github.com/MetaMask/core/pull/6525))

0 commit comments

Comments
 (0)