Skip to content

Commit fb19332

Browse files
authored
Release 306.0.0 (#5373)
Just aligning all accounts-related dependencies. We mainly want to align the new `eth-snap-keyring` version that will be used for the new Snap account creation async flow.
1 parent 412b507 commit fb19332

File tree

22 files changed

+83
-50
lines changed

22 files changed

+83
-50
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": "305.0.0",
3+
"version": "306.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/accounts-controller/CHANGELOG.md

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

88
## [Unreleased]
99

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

14+
- Bump `@metamask/keyring-controller"` from `^19.1.0` to `^19.2.0` ([#5357](https://github.com/MetaMask/core/pull/5357))
1215
- Bump `@metamask/keyring-api"` from `^17.0.0` to `^17.2.0` ([#5366](https://github.com/MetaMask/core/pull/5366))
1316
- Bump `@metamask/keyring-internal-api` from `^4.0.1` to `^4.0.3` ([#5356](https://github.com/MetaMask/core/pull/5356)), ([#5366](https://github.com/MetaMask/core/pull/5366))
1417
- Bump `@metamask/eth-snap-keyring` from `^10.0.0` to `^11.1.0` ([#5366](https://github.com/MetaMask/core/pull/5366))
18+
- Bump `@metamask/utils` from `^11.1.0` to `^11.2.0` ([#5301](https://github.com/MetaMask/core/pull/5301))
1519

1620
## [24.0.0]
1721

@@ -461,7 +465,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
461465

462466
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
463467

464-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@24.0.0...HEAD
468+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@24.0.1...HEAD
469+
[24.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@24.0.0...@metamask/accounts-controller@24.0.1
465470
[24.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@23.1.0...@metamask/accounts-controller@24.0.0
466471
[23.1.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@23.0.1...@metamask/accounts-controller@23.1.0
467472
[23.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@23.0.0...@metamask/accounts-controller@23.0.1

packages/accounts-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/accounts-controller",
3-
"version": "24.0.0",
3+
"version": "24.0.1",
44
"description": "Manages internal accounts",
55
"keywords": [
66
"MetaMask",
@@ -63,7 +63,7 @@
6363
},
6464
"devDependencies": {
6565
"@metamask/auto-changelog": "^3.4.4",
66-
"@metamask/keyring-controller": "^19.2.0",
66+
"@metamask/keyring-controller": "^19.2.1",
6767
"@metamask/providers": "^18.1.1",
6868
"@metamask/snaps-controllers": "^9.19.0",
6969
"@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+
## [51.0.1]
11+
1012
### Changed
1113

1214
- Bump `@metamask/keyring-api"` from `^17.0.0` to `^17.2.0` ([#5366](https://github.com/MetaMask/core/pull/5366))
@@ -1420,7 +1422,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14201422
14211423
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
14221424
1423-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@51.0.0...HEAD
1425+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@51.0.1...HEAD
1426+
[51.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@51.0.0...@metamask/assets-controllers@51.0.1
14241427
[51.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@50.0.0...@metamask/assets-controllers@51.0.0
14251428
[50.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@49.0.0...@metamask/assets-controllers@50.0.0
14261429
[49.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@48.0.0...@metamask/assets-controllers@49.0.0

packages/assets-controllers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/assets-controllers",
3-
"version": "51.0.0",
3+
"version": "51.0.1",
44
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
55
"keywords": [
66
"MetaMask",
@@ -77,11 +77,11 @@
7777
},
7878
"devDependencies": {
7979
"@babel/runtime": "^7.23.9",
80-
"@metamask/accounts-controller": "^24.0.0",
80+
"@metamask/accounts-controller": "^24.0.1",
8181
"@metamask/approval-controller": "^7.1.3",
8282
"@metamask/auto-changelog": "^3.4.4",
8383
"@metamask/ethjs-provider-http": "^0.3.0",
84-
"@metamask/keyring-controller": "^19.2.0",
84+
"@metamask/keyring-controller": "^19.2.1",
8585
"@metamask/keyring-internal-api": "^4.0.3",
8686
"@metamask/keyring-snap-client": "^4.0.1",
8787
"@metamask/network-controller": "^22.2.1",

packages/bridge-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ethers": "^6.12.0"
5656
},
5757
"devDependencies": {
58-
"@metamask/accounts-controller": "^24.0.0",
58+
"@metamask/accounts-controller": "^24.0.1",
5959
"@metamask/auto-changelog": "^3.4.4",
6060
"@metamask/eth-json-rpc-provider": "^4.1.8",
6161
"@metamask/network-controller": "^22.2.1",

packages/bridge-status-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@metamask/utils": "^11.2.0"
5555
},
5656
"devDependencies": {
57-
"@metamask/accounts-controller": "^24.0.0",
57+
"@metamask/accounts-controller": "^24.0.1",
5858
"@metamask/auto-changelog": "^3.4.4",
5959
"@metamask/network-controller": "^22.2.1",
6060
"@metamask/transaction-controller": "^46.0.0",

packages/earn-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@metamask/stake-sdk": "^1.0.0"
5454
},
5555
"devDependencies": {
56-
"@metamask/accounts-controller": "^24.0.0",
56+
"@metamask/accounts-controller": "^24.0.1",
5757
"@metamask/auto-changelog": "^3.4.4",
5858
"@metamask/network-controller": "^22.2.1",
5959
"@types/jest": "^27.4.1",

packages/keyring-controller/CHANGELOG.md

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

88
## [Unreleased]
99

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

1214
- Bump `@metamask/keyring-api"` from `^17.0.0` to `^17.2.0` ([#5366](https://github.com/MetaMask/core/pull/5366))
1315
- Bump `@metamask/keyring-internal-api` from `^4.0.1` to `^4.0.3` ([#5356](https://github.com/MetaMask/core/pull/5356)), ([#5366](https://github.com/MetaMask/core/pull/5366))
1416

17+
### Fixed
18+
19+
- Ensure authorization contract address is provided ([#5353](https://github.com/MetaMask/core/pull/5353))
20+
1521
## [19.2.0]
1622

1723
### Added
@@ -684,7 +690,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
684690

685691
All changes listed after this point were applied to this package following the monorepo conversion.
686692

687-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.2.0...HEAD
693+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.2.1...HEAD
694+
[19.2.1]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.2.0...@metamask/keyring-controller@19.2.1
688695
[19.2.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.1.0...@metamask/keyring-controller@19.2.0
689696
[19.1.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.0.7...@metamask/keyring-controller@19.1.0
690697
[19.0.7]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.0.6...@metamask/keyring-controller@19.0.7

packages/keyring-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/keyring-controller",
3-
"version": "19.2.0",
3+
"version": "19.2.1",
44
"description": "Stores identities seen in the wallet and manages interactions such as signing",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)