Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
e7ede77
Initialize Release 180.0.0
MajorLift Jul 23, 2024
5359a60
Update Release 180.0.0
MajorLift Jul 23, 2024
a8c25d2
Update changelogs for release packages
MajorLift Jul 23, 2024
c35839c
Leave unreleased changelog entries for future release
MajorLift Jul 23, 2024
7325e9a
Add `@metamask/[email protected]` to release
MajorLift Jul 23, 2024
a28f7ea
Add unreleased changelog entries for version bumps performed in relea…
MajorLift Jul 23, 2024
9b88eec
Add unreleased changelog entries for future releases
MajorLift Jul 23, 2024
647fa4d
Linter fixes
MajorLift Jul 23, 2024
6c936cf
Merge branch 'main' into release/180.0.0
MajorLift Jul 25, 2024
83060c1
Add changelogs for commits merged from main
MajorLift Jul 25, 2024
41ba4e6
Reword typescript version upgrade entries
MajorLift Jul 25, 2024
13781b2
Retroactive update of `json-rpc-engine` changelog
MajorLift Jul 25, 2024
2e13b78
Upgrade `@metamask/accounts-controller` release to major version bump
MajorLift Jul 25, 2024
2670df1
Fix peerDep major upgrade to breaking change
MajorLift Jul 25, 2024
a41ab2a
Apply suggestions from code review
MajorLift Jul 25, 2024
7617a9c
Remove superfluous changelog entries for version bumps
MajorLift Jul 25, 2024
f842953
Upgrade `@metamask/{notification-services,profile-sync}-controller` r…
MajorLift Jul 25, 2024
d138870
Update lockfile
MajorLift Jul 25, 2024
a3308b8
Add patch release for `@metamask/ens-controller`
MajorLift Jul 25, 2024
ac917f0
Add patch release for `@metamask/gas-fee-controller`
MajorLift Jul 25, 2024
61670f3
Add major releases for `@metamask/{selected-network,queued-request}-c…
MajorLift Jul 25, 2024
773baa3
Add patch releases for `@metamask/{transaction,user-operation}-contro…
MajorLift Jul 25, 2024
9c6e404
Merge branch 'main' into release/180.0.0
MajorLift Jul 25, 2024
2d70e2a
changelog linter fix
MajorLift Jul 25, 2024
e05f50f
yarn constraints fixes
MajorLift Jul 25, 2024
225ed0f
Move messenger allowlist addition changelog entries to "Changed" heading
MajorLift Jul 25, 2024
d19d49b
Apply suggestions from code review
MajorLift Jul 26, 2024
dd39bee
Fix lockfile
MajorLift Jul 26, 2024
d7d7985
Move required function parameter addition breaking chnage to "Changed…
MajorLift Jul 26, 2024
96f428e
Merge branch 'main' into release/180.0.0
MajorLift Jul 26, 2024
4f6c79d
Add changelog entry for new main commit
MajorLift Jul 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Elliot Winkler <[email protected]>
  • Loading branch information
MajorLift and mcmire committed Jul 25, 2024
commit a41ab2a20fd3555afdf7cfb1f81ad28b3a4869d5
4 changes: 4 additions & 0 deletions packages/assets-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **BREAKING:** Remove constructor option callbacks `onPreferencesStateChange`, `onNetworkDidChange`, `getNetworkClientById`, and replace with corresponding messenger actions and events.
- **BREAKING:** Remove class fields: `name`, `config` (along with its properties `provider`, `ipfsGateway`, `chainId`).
- **BREAKING:** Remove methods: `getProvider`, `getChainId`.
- Use the getters `provider` and `chainId` instead.
- **BREAKING:** Remove the `provider` setter method.
- Use the `setProvider` method instead.
- **BREAKING:** Remove the `getERC20BalanceOf` constructor option callback from the `TokenBalancesControllerOptions` type and the `TokenBalancesController` constructor ([#4397](https://github.com/MetaMask/core/pull/4397))
- The messenger is expected to allow `AssetsContractController:getERC20BalanceOf` messenger action so that it can be used instead.
- **BREAKING:** Remove `NftController` constructor option callbacks: `getERC721AssetName`, `getERC721AssetSymbol`, `getERC721TokenURI`, `getERC721OwnerOf`, `getERC1155BalanceOf`, `getERC1155TokenURI` ([#4397](https://github.com/MetaMask/core/pull/4397))
- These are accessed through the messenger instead.
- **BREAKING:** Remove the `AssetsContractConfig` type ([#4397](https://github.com/MetaMask/core/pull/4397))
- **BREAKING:** Remove export for `MISSING_PROVIDER_ERROR` ([#4397](https://github.com/MetaMask/core/pull/4397))

Expand Down