From 3bfe869258d4b88097256602d01ed53214c4680a Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 24 May 2024 23:43:32 +0000 Subject: [PATCH 1/2] 9.0.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 465dbc72..852ff720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.0.0] +### Uncategorized +- deps: @metamask/gas-fee-controller@^3.0.0->^12.0.0 ([#219](https://github.com/MetaMask/swaps-controller/pull/219)) + ## [8.1.0] ### Added - Add `fetchSwapsFeatureFlags` to fetch global and chain feature flags at once ([#229](https://github.com/MetaMask/swaps-controller/pull/229)) @@ -142,7 +146,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use standalone gas API endpoint ([#70](https://github.com/MetaMask/swaps-controller/pull/70)) - Bump @metamask/controllers from 14.1.0 to 14.2.0 ([#69](https://github.com/MetaMask/swaps-controller/pull/69)) -[Unreleased]: https://github.com/MetaMask/swaps-controller/compare/v8.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/swaps-controller/compare/v9.0.0...HEAD +[9.0.0]: https://github.com/MetaMask/swaps-controller/compare/v8.1.0...v9.0.0 [8.1.0]: https://github.com/MetaMask/swaps-controller/compare/v8.0.0...v8.1.0 [8.0.0]: https://github.com/MetaMask/swaps-controller/compare/v7.0.1...v8.0.0 [7.0.1]: https://github.com/MetaMask/swaps-controller/compare/v7.0.0...v7.0.1 diff --git a/package.json b/package.json index 0bbbe5b3..ea648449 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/swaps-controller", - "version": "8.1.0", + "version": "9.0.0", "description": "MetaMask Swaps controller module", "publishConfig": { "registry": "https://registry.npmjs.org/", From eb385baf5a74addcef22c770b5c53100bc6c27cd Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Thu, 9 May 2024 08:17:03 +0000 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 852ff720..479e74a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [9.0.0] -### Uncategorized -- deps: @metamask/gas-fee-controller@^3.0.0->^12.0.0 ([#219](https://github.com/MetaMask/swaps-controller/pull/219)) +### Changed +- **BREAKING**: peerDependency `@metamask/composable-controller` requires upgrade from v1 to v4 ([#219](https://github.com/MetaMask/swaps-controller/pull/219)) +- **BREAKING**: Update `@metamask/gas-fee-controller` from v3 to v12 ([#219](https://github.com/MetaMask/swaps-controller/pull/219)) +- Update `@metamask/base-controller` from v1 to v4 ([#219](https://github.com/MetaMask/swaps-controller/pull/219)) + +### Fixed +- Remove dependency on deprecated `web3-provider-engine` ([#219](https://github.com/MetaMask/swaps-controller/pull/219)) +- Upgrade legacy `eth-sig-util` to `@metamask/eth-sig-util` ([#219](https://github.com/MetaMask/swaps-controller/pull/219)) +- Replace legacy `ethjs` with `@metamask/ethjs` ([#219](https://github.com/MetaMask/swaps-controller/pull/219)) +- Replace legacy `ethjs-query` with `@metamask/ethjs-query` ([#219](https://github.com/MetaMask/swaps-controller/pull/219)) ## [8.1.0] ### Added @@ -25,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Replace `@metamask/ethjs-query` with `@metamask/eth-query` ([#191](https://github.com/MetaMask/swaps-controller/pull/191)) - Move dependencies from/to devDependencies ([#215](https://github.com/MetaMask/swaps-controller/pull/215)) ([#217](https://github.com/MetaMask/swaps-controller/pull/217)) - Fix web3 import ([#212](https://github.com/MetaMask/swaps-controller/pull/212)) -- Exclude tests from `dist` and change target on `tsconfig.json` ([#212](https://github.com/MetaMask/swaps-controller/pull/212)) +- Exclude tests from `dist` and change target on `tsconfig.json` ([#212](https://github.com/MetaMask/swaps-controller/pull/212)) ### Removed - Remove dependency `ethereumjs-util` ([#192](https://github.com/MetaMask/swaps-controller/pull/192))