Skip to content

Commit 11d2ca4

Browse files
Revert "Release 488.0.0 (#6249)" (#6252)
This reverts commit 87ac153. ## Explanation <!-- Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes: * What is the current state of things and why does it need to change? * What is the solution your changes offer and how does it work? * Are there any changes whose purpose might not obvious to those unfamiliar with the domain? * If your primary goal was to update one package but you found you had to update another one along the way, why did you do so? * If you had to upgrade a dependency, why did you do so? --> ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? For example: * Fixes #12345 * Related to #67890 --> ## Changelog <!-- THIS SECTION IS NO LONGER NEEDED. The process for updating changelogs has changed. Please consult the "Updating changelogs" section of the Contributing doc for more. --> ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] 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 - [ ] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
1 parent 87ac153 commit 11d2ca4

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

packages/assets-controllers/CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [73.0.2]
11-
1210
### Fixed
1311

1412
- Use a narrow selector when listening to `CurrencyRateController:stateChange` ([#6217](https://github.com/MetaMask/core/pull/6217))
@@ -1811,8 +1809,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18111809
18121810
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
18131811
1814-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@73.0.2...HEAD
1815-
[73.0.2]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@73.0.1...@metamask/assets-controllers@73.0.2
1812+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@73.0.1...HEAD
18161813
[73.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@73.0.0...@metamask/assets-controllers@73.0.1
18171814
[73.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@72.0.0...@metamask/assets-controllers@73.0.0
18181815
[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.2",
3+
"version": "73.0.1",
44
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
55
"keywords": [
66
"MetaMask",

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.2",
69+
"@metamask/assets-controllers": "^73.0.1",
7070
"@metamask/auto-changelog": "^3.4.4",
7171
"@metamask/eth-json-rpc-provider": "^4.1.8",
7272
"@metamask/network-controller": "^24.0.1",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2617,7 +2617,7 @@ __metadata:
26172617
languageName: unknown
26182618
linkType: soft
26192619

2620-
"@metamask/assets-controllers@npm:^73.0.2, @metamask/assets-controllers@workspace:packages/assets-controllers":
2620+
"@metamask/assets-controllers@npm:^73.0.1, @metamask/assets-controllers@workspace:packages/assets-controllers":
26212621
version: 0.0.0-use.local
26222622
resolution: "@metamask/assets-controllers@workspace:packages/assets-controllers"
26232623
dependencies:
@@ -2780,7 +2780,7 @@ __metadata:
27802780
"@ethersproject/contracts": "npm:^5.7.0"
27812781
"@ethersproject/providers": "npm:^5.7.0"
27822782
"@metamask/accounts-controller": "npm:^32.0.1"
2783-
"@metamask/assets-controllers": "npm:^73.0.2"
2783+
"@metamask/assets-controllers": "npm:^73.0.1"
27842784
"@metamask/auto-changelog": "npm:^3.4.4"
27852785
"@metamask/base-controller": "npm:^8.0.1"
27862786
"@metamask/controller-utils": "npm:^11.11.0"

0 commit comments

Comments
 (0)