Skip to content

Commit 09f3fd5

Browse files
authored
Release/611.0.0 (#6810)
## Explanation Patch release of _all_ packages with unreleased changes. This was done primarily to simplify future releases. The interactive release UI should show a vastly reduced list next time, at least until unreleased changes start to accumulate again. ## References ## Checklist - [x] I've updated the test suite for new or updated code as appropriate - [x] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [x] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs), highlighting breaking changes as necessary - [x] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
1 parent 903c1a1 commit 09f3fd5

File tree

38 files changed

+136
-83
lines changed

38 files changed

+136
-83
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": "610.0.0",
3+
"version": "611.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+
## [1.4.1]
11+
1012
### Changed
1113

1214
- Bump `@metamask/base-controller` from `^8.4.0` to `^8.4.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
@@ -351,7 +353,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
351353
- Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
352354
- Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
353355

354-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
356+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
357+
[1.4.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
355358
[1.4.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
356359
[1.3.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
357360
[1.2.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/account-tree-controller/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/account-tree-controller",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Controller to group account together based on some pre-defined rules",
55
"keywords": [
66
"MetaMask",
@@ -61,8 +61,8 @@
6161
"@metamask/auto-changelog": "^3.4.4",
6262
"@metamask/keyring-api": "^21.0.0",
6363
"@metamask/keyring-controller": "^23.1.1",
64-
"@metamask/multichain-account-service": "^1.6.0",
65-
"@metamask/profile-sync-controller": "^25.1.0",
64+
"@metamask/multichain-account-service": "^1.6.1",
65+
"@metamask/profile-sync-controller": "^25.1.1",
6666
"@metamask/providers": "^22.1.0",
6767
"@metamask/snaps-controllers": "^14.0.1",
6868
"@types/jest": "^27.4.1",

packages/assets-controllers/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+
## [79.0.1]
11+
1012
### Changed
1113

1214
- Bump `@metamask/base-controller` from `^8.4.0` to `^8.4.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
@@ -2085,7 +2087,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20852087
20862088
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
20872089
2088-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
2090+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
2091+
[79.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
20892092
[79.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
20902093
[78.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
20912094
[78.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/assets-controllers/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/assets-controllers",
3-
"version": "79.0.0",
3+
"version": "79.0.1",
44
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
55
"keywords": [
66
"MetaMask",
@@ -80,22 +80,22 @@
8080
"devDependencies": {
8181
"@babel/runtime": "^7.23.9",
8282
"@metamask/account-api": "^0.12.0",
83-
"@metamask/account-tree-controller": "^1.4.0",
83+
"@metamask/account-tree-controller": "^1.4.1",
8484
"@metamask/accounts-controller": "^33.1.1",
8585
"@metamask/approval-controller": "^7.2.0",
8686
"@metamask/auto-changelog": "^3.4.4",
8787
"@metamask/ethjs-provider-http": "^0.3.0",
8888
"@metamask/keyring-controller": "^23.1.1",
8989
"@metamask/keyring-internal-api": "^9.0.0",
9090
"@metamask/keyring-snap-client": "^8.0.0",
91-
"@metamask/multichain-account-service": "^1.6.0",
91+
"@metamask/multichain-account-service": "^1.6.1",
9292
"@metamask/network-controller": "^24.2.1",
9393
"@metamask/permission-controller": "^11.1.0",
9494
"@metamask/phishing-controller": "^14.1.1",
95-
"@metamask/preferences-controller": "^20.0.1",
95+
"@metamask/preferences-controller": "^20.0.2",
9696
"@metamask/providers": "^22.1.0",
9797
"@metamask/snaps-controllers": "^14.0.1",
98-
"@metamask/transaction-controller": "^60.6.0",
98+
"@metamask/transaction-controller": "^60.6.1",
9999
"@types/jest": "^27.4.1",
100100
"@types/lodash": "^4.14.191",
101101
"@types/node": "^16.18.54",

packages/bridge-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+
## [49.0.1]
11+
1012
### Changed
1113

1214
- Bump `@metamask/base-controller` from `^8.4.0` to `^8.4.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
@@ -688,7 +690,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
688690

689691
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
690692

691-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
693+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
694+
[49.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
692695
[49.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
693696
[48.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
694697
[47.2.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/bridge-controller/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/bridge-controller",
3-
"version": "49.0.0",
3+
"version": "49.0.1",
44
"description": "Manages bridge-related quote fetching functionality for MetaMask",
55
"keywords": [
66
"MetaMask",
@@ -66,14 +66,14 @@
6666
},
6767
"devDependencies": {
6868
"@metamask/accounts-controller": "^33.1.1",
69-
"@metamask/assets-controllers": "^79.0.0",
69+
"@metamask/assets-controllers": "^79.0.1",
7070
"@metamask/auto-changelog": "^3.4.4",
7171
"@metamask/eth-json-rpc-provider": "^5.0.1",
7272
"@metamask/network-controller": "^24.2.1",
7373
"@metamask/remote-feature-flag-controller": "^1.8.0",
7474
"@metamask/snaps-controllers": "^14.0.1",
7575
"@metamask/superstruct": "^3.1.0",
76-
"@metamask/transaction-controller": "^60.6.0",
76+
"@metamask/transaction-controller": "^60.6.1",
7777
"@types/jest": "^27.4.1",
7878
"deepmerge": "^4.2.2",
7979
"jest": "^27.5.1",

packages/bridge-status-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+
## [49.0.1]
11+
1012
### Changed
1113

1214
- Bump `@metamask/base-controller` from `^8.4.0` to `^8.4.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
@@ -646,7 +648,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
646648

647649
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
648650

649-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
651+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
652+
[49.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
650653
[49.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
651654
[48.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
652655
[47.2.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/bridge-status-controller/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/bridge-status-controller",
3-
"version": "49.0.0",
3+
"version": "49.0.1",
44
"description": "Manages bridge-related status fetching functionality for MetaMask",
55
"keywords": [
66
"MetaMask",
@@ -58,11 +58,11 @@
5858
"devDependencies": {
5959
"@metamask/accounts-controller": "^33.1.1",
6060
"@metamask/auto-changelog": "^3.4.4",
61-
"@metamask/bridge-controller": "^49.0.0",
61+
"@metamask/bridge-controller": "^49.0.1",
6262
"@metamask/gas-fee-controller": "^24.1.0",
6363
"@metamask/network-controller": "^24.2.1",
6464
"@metamask/snaps-controllers": "^14.0.1",
65-
"@metamask/transaction-controller": "^60.6.0",
65+
"@metamask/transaction-controller": "^60.6.1",
6666
"@types/jest": "^27.4.1",
6767
"deepmerge": "^4.2.2",
6868
"jest": "^27.5.1",

packages/core-backend/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.0.1]
11+
1012
### Changed
1113

1214
- Bump `@metamask/base-controller` from `^8.4.0` to `^8.4.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
1315
- Bump `@metamask/controller-utils` from `^11.14.0` to `^11.14.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
16+
- Bump `@metamask/profile-sync-controller` from `^25.1.0` to `^25.1.1` ([#6810](https://github.com/MetaMask/core/pull/6810))
1417

1518
## [1.0.0]
1619

@@ -30,5 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3033
- **Type definitions** - Comprehensive TypeScript types for transactions, balances, WebSocket messages, and service configurations
3134
- **Logging infrastructure** - Structured logging with module-specific loggers for debugging and monitoring
3235

33-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
36+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
37+
[1.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
3438
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/[email protected]

0 commit comments

Comments
 (0)