Skip to content

Commit b4f1d74

Browse files
committed
changelogs
1 parent 9ef54a6 commit b4f1d74

File tree

6 files changed

+28
-22
lines changed

6 files changed

+28
-22
lines changed

packages/assets-controllers/CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [43.0.0]
1111

12-
### Uncategorized
12+
### Added
13+
14+
- `AccountTrackerController` now tracks balances of staked ETH for each account, under the state property `stakedBalance`. ([#4879](https://github.com/MetaMask/core/pull/4879))
15+
16+
### Changed
1317

14-
- feat: multi-chain-token-detection ([#4894](https://github.com/MetaMask/core/pull/4894))
15-
- Release/244.0.0 ([#4909](https://github.com/MetaMask/core/pull/4909))
16-
- feat: Integrate new `TokenListController` polling pattern [Core] ([#4878](https://github.com/MetaMask/core/pull/4878))
17-
- feat: Show Staked ETH position in mobile homepage along with other tokens ([#4879](https://github.com/MetaMask/core/pull/4879))
18+
- Bump `@metamask/preferences-controller` from `^13.2.0` to `^13.3.0` ([#4909](https://github.com/MetaMask/core/pull/4909))
19+
- **BREAKING**: The polling input for`TokenListController` is now `{chainId: Hex}` instead of `{networkClientId: NetworkClientId}`. ([#4878](https://github.com/MetaMask/core/pull/4878))
20+
- **BREAKING**: The polling input for`TokenDetectionController` is now `{ chainIds: Hex[]; address: string; }` instead of `{ networkClientId: NetworkClientId; address: string; }`. ([#4894](https://github.com/MetaMask/core/pull/4894))
1821

1922
## [42.0.0]
2023

packages/controller-utils/CHANGELOG.md

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

1010
## [11.5.0]
1111

12-
### Uncategorized
12+
### Changed
1313

14-
- fix: adjust network names ([#4865](https://github.com/MetaMask/core/pull/4865))
14+
- The `NetworkNickname` for mainnet is now `Ethereum Mainnet` instead of `Mainnet`. And the display name for Linea is now `Linea` instead of `Linea Mainnet`. ([#4865](https://github.com/MetaMask/core/pull/4865))
1515

1616
## [11.4.2]
1717

packages/gas-fee-controller/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [22.0.1]
1111

12-
### Uncategorized
12+
### Changed
1313

14-
- Release 236.0.0 ([#4870](https://github.com/MetaMask/core/pull/4870))
15-
- Release 233.0.0 ([#4862](https://github.com/MetaMask/core/pull/4862))
14+
- Bump `@metamask/polling-controller` from `^12.0.0` to `^12.0.1` ([#4870](https://github.com/MetaMask/core/pull/4870))
15+
- Bump `@metamask/network-controller` from `^22.0.0` to `^22.0.1` ([#4870](https://github.com/MetaMask/core/pull/4870))
16+
- Bump `@metamask/base-controller` from `^7.0.1` to `^7.0.2` ([#4862](https://github.com/MetaMask/core/pull/4862))
17+
- Bump `@metamask/controller-utils` from `^11.4.0` to `^11.4.2` ([#4862](https://github.com/MetaMask/core/pull/4862), [#4870](https://github.com/MetaMask/core/pull/4870))
1618

1719
## [22.0.0]
1820

packages/network-controller/CHANGELOG.md

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

1010
## [22.1.0]
1111

12-
### Uncategorized
12+
### Changed
1313

14-
- fix: adjust network names ([#4865](https://github.com/MetaMask/core/pull/4865))
14+
- `getDefaultNetworkConfigurationsByChainId` returns the updated display names for mainnet and linea. `Ethereum Mainnet` instead of `Mainnet`, and `Linea` instead of `Linea Mainnet`. ([#4865](https://github.com/MetaMask/core/pull/4865))
1515

1616
## [22.0.1]
1717

packages/notification-services-controller/CHANGELOG.md

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

1010
## [0.12.2]
1111

12-
### Uncategorized
12+
### Changed
1313

14-
- Release 242.0.0 ([#4902](https://github.com/MetaMask/core/pull/4902))
14+
- Bump `@metamask/profile-sync-controller` from `^0.9.7` to `^0.9.8` ([#4902](https://github.com/MetaMask/core/pull/4902))
1515

1616
## [0.12.1]
1717

packages/user-operation-controller/CHANGELOG.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [17.0.1]
1111

12-
### Uncategorized
13-
14-
- Release 241.0.0 ([#4900](https://github.com/MetaMask/core/pull/4900))
15-
- Release 237.0.0 ([#4882](https://github.com/MetaMask/core/pull/4882))
16-
- feat: add staking transaction types ([#4874](https://github.com/MetaMask/core/pull/4874))
17-
- Release 236.0.0 ([#4870](https://github.com/MetaMask/core/pull/4870))
18-
- Release 234.0.0 ([#4864](https://github.com/MetaMask/core/pull/4864))
19-
- Release 233.0.0 ([#4862](https://github.com/MetaMask/core/pull/4862))
12+
### Changed
13+
14+
- Bump `@metamask/polling-controller` from `^12.0.0` to `^12.0.1` ([#4870](https://github.com/MetaMask/core/pull/4870))
15+
- Bump `@metamask/keyring-controller` from `^17.3.0` to `^17.3.1` ([#4870](https://github.com/MetaMask/core/pull/4870))
16+
- Bump `@metamask/network-controller` from `^22.0.0` to `^22.0.1` ([#4870](https://github.com/MetaMask/core/pull/4870))
17+
- Bump `@metamask/transaction-controller` from `^38.0.0` to `^38.3.0` ([#4864](https://github.com/MetaMask/core/pull/4864), [#4882](https://github.com/MetaMask/core/pull/4882), [#4900](https://github.com/MetaMask/core/pull/4900))
18+
- Bump `@metamask/base-controller` from `^7.0.1` to `^7.0.2` ([#4862](https://github.com/MetaMask/core/pull/4862))
19+
- Bump `@metamask/controller-utils` from `^11.4.0` to `^11.4.2` ([#4862](https://github.com/MetaMask/core/pull/4862), [#4870](https://github.com/MetaMask/core/pull/4870))
20+
- Bump `@metamask/approval-controller` from `^7.1.0` to `^7.1.1` ([#4862](https://github.com/MetaMask/core/pull/4862))
2021

2122
## [17.0.0]
2223

0 commit comments

Comments
 (0)