Skip to content

Commit 17ede10

Browse files
Update Release 488.0.0
1 parent 0483c3a commit 17ede10

File tree

32 files changed

+25
-149
lines changed

32 files changed

+25
-149
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": "487.0.0",
3+
"version": "488.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

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
### Changed
1511

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

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+
## [73.0.2]
11+
1012
### Uncategorized
1113

1214
- Revert "Release 488.0.0 (#6249)" ([#6249](https://github.com/MetaMask/core/pull/6249))
@@ -1815,7 +1817,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18151817
18161818
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
18171819
1818-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@73.0.1...HEAD
1820+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@73.0.2...HEAD
1821+
[73.0.2]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@73.0.1...@metamask/assets-controllers@73.0.2
18191822
[73.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@73.0.0...@metamask/assets-controllers@73.0.1
18201823
[73.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@72.0.0...@metamask/assets-controllers@73.0.0
18211824
[72.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@71.0.0...@metamask/assets-controllers@72.0.0

packages/assets-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/assets-controllers",
3-
"version": "73.0.1",
3+
"version": "73.0.2",
44
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
55
"keywords": [
66
"MetaMask",

packages/base-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-
- chore: Rename `BaseControllerV2` module to `BaseController` ([#6128](https://github.com/MetaMask/core/pull/6128))
13-
1410
### Added
1511

1612
- Add `registerMethodActionHandlers` method to `Messenger`, and `RestrictedMessenger` for simplified bulk action handler registration ([#5927](https://github.com/MetaMask/core/pull/5927))

packages/bridge-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- Revert "Release 488.0.0 (#6249)" ([#6249](https://github.com/MetaMask/core/pull/6249))
13-
- Release 488.0.0 ([#6249](https://github.com/MetaMask/core/pull/6249))
14-
- Release/485.0.0 ([#6237](https://github.com/MetaMask/core/pull/6237))
15-
- Release/484.0.0 ([#6230](https://github.com/MetaMask/core/pull/6230))
16-
1710
## [37.1.0]
1811

1912
### Added

packages/bridge-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"devDependencies": {
6868
"@metamask/accounts-controller": "^32.0.1",
69-
"@metamask/assets-controllers": "^73.0.1",
69+
"@metamask/assets-controllers": "^73.0.2",
7070
"@metamask/auto-changelog": "^3.4.4",
7171
"@metamask/eth-json-rpc-provider": "^4.1.8",
7272
"@metamask/network-controller": "^24.0.1",

packages/bridge-status-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/485.0.0 ([#6237](https://github.com/MetaMask/core/pull/6237))
13-
- Release/483.0.0 ([#6224](https://github.com/MetaMask/core/pull/6224))
14-
- Release/479.0.0 ([#6194](https://github.com/MetaMask/core/pull/6194))
15-
1610
### Fixed
1711

1812
- Make sure to pass the `requireApproval` for ERC20 approvals ([#6204](https://github.com/MetaMask/core/pull/6204))

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/composable-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-
- chore: Rename `BaseControllerV2` module to `BaseController` ([#6128](https://github.com/MetaMask/core/pull/6128))
13-
1410
### Changed
1511

1612
- Bump `@metamask/base-controller` from ^8.0.0 to ^8.0.1 ([#5722](https://github.com/MetaMask/core/pull/5722))

0 commit comments

Comments
 (0)