Skip to content

Commit

Permalink
33.0.0 (#949)
Browse files Browse the repository at this point in the history
* 33.0.0

* Update changelog

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Mark Stacey <[email protected]>
  • Loading branch information
3 people authored and MajorLift committed Oct 11, 2023
1 parent f650b80 commit 4a4a7f1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [33.0.0]
### Added
- Add clear function for NotificationController ([#943](https://github.com/MetaMask/controllers/pull/943))

### Changed
- **BREAKING:** Rename "Collectible" to "NFT" ([#934](https://github.com/MetaMask/controllers/pull/934))
- Rename `CollectiblesController` to `NftController`, and rename all methods, controller properties, types, constants, and state properties to use the term "NFT" instead of "collectible".
- Rename `CollectibleDetectionController` to `NftDetectionController`, and rename all methods, controller properties, types, constants, and state properties to use the term "NFT" instead of "collectible".
- Rename `AssetsContractController` method `getERC721CollectibleTokenId` to `getERC721NftTokenId`.
- Rename `assetsUtil` method `compareCollectiblesMetadata` to `compareNftMetadata`.
- Rename constant `ASSET_TYPES.COLLECTIBLE` to `ASSET_TYPES.NFT`
- Rename `PreferencesController` state property `useCollectibleDetection` to `useNftDetection`
- Rename `PreferenceController` method `setUseCollectibleDetection` to `setUseNftDetection`

### Fixed
- Fix NetworkController `lookupNetwork` deadlock ([#948](https://github.com/MetaMask/controllers/pull/948))
- Fix invalid `rpcTarget` and `nickname` network state after switching from custom network to Infura network using `setProviderType` ([#947](https://github.com/MetaMask/controllers/pull/947))

## [32.0.2]
### Fixed
- Fix issue introduced in v32.0.1 where EthQuery is not instantiated correctly on GasFeeController when constructed ([#936](https://github.com/MetaMask/controllers/pull/936))
Expand Down Expand Up @@ -706,7 +724,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Remove shapeshift controller (#209)

[Unreleased]: https://github.com/MetaMask/controllers/compare/v32.0.2...HEAD
[Unreleased]: https://github.com/MetaMask/controllers/compare/v33.0.0...HEAD
[33.0.0]: https://github.com/MetaMask/controllers/compare/v32.0.2...v33.0.0
[32.0.2]: https://github.com/MetaMask/controllers/compare/v32.0.1...v32.0.2
[32.0.1]: https://github.com/MetaMask/controllers/compare/v32.0.0...v32.0.1
[32.0.0]: https://github.com/MetaMask/controllers/compare/v31.2.0...v32.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/controllers",
"version": "32.0.2",
"version": "33.0.0",
"description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets",
"keywords": [
"MetaMask",
Expand Down

0 comments on commit 4a4a7f1

Please sign in to comment.