From 4a4a7f1645ddec9f0662822a85b056e7fc02abe4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 18:58:04 -0330 Subject: [PATCH] 33.0.0 (#949) * 33.0.0 * Update changelog Co-authored-by: github-actions Co-authored-by: Mark Stacey --- CHANGELOG.md | 21 ++++++++++++++++++++- package.json | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c870d15b489..846212e3d22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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 diff --git a/package.json b/package.json index 18339819f17..48407c81526 100644 --- a/package.json +++ b/package.json @@ -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",