Skip to content

Commit ad65ed8

Browse files
Release 465.0.0 (#6114)
1 parent d3e096e commit ad65ed8

File tree

8 files changed

+19
-8
lines changed

8 files changed

+19
-8
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": "464.0.0",
3+
"version": "465.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/bridge-controller/CHANGELOG.md

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

1010
### Changed
1111

12+
- Bump `@metamask/multichain-network-controller` from `^0.9.0` to `^0.10.0` ([#6114](https://github.com/MetaMask/core/pull/6114))
1213
- **BREAKING** Require `destWalletAddress` in `isValidQuoteRequest` if bridging to or from Solana ([#6091](https://github.com/MetaMask/core/pull/6091))
1314

1415
## [35.0.0]

packages/bridge-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@metamask/gas-fee-controller": "^24.0.0",
5858
"@metamask/keyring-api": "^18.0.0",
5959
"@metamask/metamask-eth-abis": "^3.1.1",
60-
"@metamask/multichain-network-controller": "^0.9.0",
60+
"@metamask/multichain-network-controller": "^0.10.0",
6161
"@metamask/polling-controller": "^14.0.0",
6262
"@metamask/utils": "^11.4.2",
6363
"bignumber.js": "^9.1.2",

packages/multichain-network-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+
## [0.10.0]
11+
1012
### Changed
1113

1214
- Bump `@metamask/controller-utils` from `^11.10.0` to `^11.11.0` ([#6069](https://github.com/MetaMask/core/pull/6069))
1315
- Bump `@metamask/utils` from `^11.2.0` to `^11.4.2` ([#6054](https://github.com/MetaMask/core/pull/6054))
1416

17+
### Fixed
18+
19+
- Use `scopes` instead of `address` to retrieve the network of an account. ([#6072](https://github.com/MetaMask/core/pull/6072))
20+
1521
## [0.9.0]
1622

1723
### Changed
@@ -114,7 +120,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
114120
- Handle both EVM and non-EVM network and account switching for the associated network.
115121
- Act as a proxy for the `NetworkController` (for EVM network changes).
116122

117-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
123+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
124+
[0.10.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
118125
[0.9.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
119126
[0.8.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
120127
[0.7.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/multichain-network-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/multichain-network-controller",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Multichain network controller",
55
"keywords": [
66
"MetaMask",

packages/seedless-onboarding-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+
## [2.1.0]
11+
1012
### Added
1113

1214
- Added `access_token` and `metadata_access_token` in seedless controller state. ([#6060](https://github.com/MetaMask/core/pull/6060))
@@ -84,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8486
- `checkIsPasswordOutdated`: Check if the password is current device is outdated, i.e. user changed password in another device.
8587
- `clearState`: Reset the state of the controller to the defaults.
8688

87-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
89+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
90+
[2.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
8891
[2.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
8992
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
9093
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/[email protected]

packages/seedless-onboarding-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/seedless-onboarding-controller",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Backup and rehydrate SRP(s) using social login and password",
55
"keywords": [
66
"MetaMask",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2773,7 +2773,7 @@ __metadata:
27732773
"@metamask/gas-fee-controller": "npm:^24.0.0"
27742774
"@metamask/keyring-api": "npm:^18.0.0"
27752775
"@metamask/metamask-eth-abis": "npm:^3.1.1"
2776-
"@metamask/multichain-network-controller": "npm:^0.9.0"
2776+
"@metamask/multichain-network-controller": "npm:^0.10.0"
27772777
"@metamask/network-controller": "npm:^24.0.0"
27782778
"@metamask/polling-controller": "npm:^14.0.0"
27792779
"@metamask/remote-feature-flag-controller": "npm:^1.6.0"
@@ -3807,7 +3807,7 @@ __metadata:
38073807
languageName: unknown
38083808
linkType: soft
38093809

3810-
"@metamask/multichain-network-controller@npm:^0.9.0, @metamask/multichain-network-controller@workspace:packages/multichain-network-controller":
3810+
"@metamask/multichain-network-controller@npm:^0.10.0, @metamask/multichain-network-controller@workspace:packages/multichain-network-controller":
38113811
version: 0.0.0-use.local
38123812
resolution: "@metamask/multichain-network-controller@workspace:packages/multichain-network-controller"
38133813
dependencies:

0 commit comments

Comments
 (0)