From 97b68dc4aa9e572fb6fb0b33210183a6f32509d3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 16 Apr 2024 23:37:50 +0000 Subject: [PATCH 1/3] 8.0.0 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59bf8fa0..8539abe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.0.0] +### Uncategorized +- chore: bump auto-changelog ([#213](https://github.com/MetaMask/swaps-controller/pull/213)) +- deps: async-mutex@^0.3.1->^0.4.1 ([#194](https://github.com/MetaMask/swaps-controller/pull/194)) +- deps: replace @metamask/controllers with individual controller packages ([#193](https://github.com/MetaMask/swaps-controller/pull/193)) +- deps: remove ethereumjs-util ([#192](https://github.com/MetaMask/swaps-controller/pull/192)) +- deps: replace @metamask/ethjs-query usage with @metamask/eth-query ([#191](https://github.com/MetaMask/swaps-controller/pull/191)) +- Bump @metamask/utils from 8.3.0 to 8.4.0 ([#202](https://github.com/MetaMask/swaps-controller/pull/202)) +- Bump web3-utils from 4.1.1 to 4.2.1 ([#209](https://github.com/MetaMask/swaps-controller/pull/209)) + ## [7.0.1] ### Added - Add Base constants ([#206](https://github.com/MetaMask/swaps-controller/pull/206)) @@ -122,7 +132,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/v7.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/swaps-controller/compare/v8.0.0...HEAD +[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 [7.0.0]: https://github.com/MetaMask/swaps-controller/compare/v6.9.3...v7.0.0 [6.9.3]: https://github.com/MetaMask/swaps-controller/compare/v6.9.2...v6.9.3 diff --git a/package.json b/package.json index 1b8f25d7..8729c63c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/swaps-controller", - "version": "7.0.1", + "version": "8.0.0", "description": "MetaMask Swaps controller module", "publishConfig": { "registry": "https://registry.npmjs.org/", From 251b345ce82f98a0f75073f071b15d943008c34f Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Wed, 17 Apr 2024 09:13:10 +0000 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8539abe7..b35cbcd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [8.0.0] -### Uncategorized -- chore: bump auto-changelog ([#213](https://github.com/MetaMask/swaps-controller/pull/213)) -- deps: async-mutex@^0.3.1->^0.4.1 ([#194](https://github.com/MetaMask/swaps-controller/pull/194)) -- deps: replace @metamask/controllers with individual controller packages ([#193](https://github.com/MetaMask/swaps-controller/pull/193)) -- deps: remove ethereumjs-util ([#192](https://github.com/MetaMask/swaps-controller/pull/192)) -- deps: replace @metamask/ethjs-query usage with @metamask/eth-query ([#191](https://github.com/MetaMask/swaps-controller/pull/191)) -- Bump @metamask/utils from 8.3.0 to 8.4.0 ([#202](https://github.com/MetaMask/swaps-controller/pull/202)) -- Bump web3-utils from 4.1.1 to 4.2.1 ([#209](https://github.com/MetaMask/swaps-controller/pull/209)) +### Changed +- **BREAKING**: Replace `@metamask/controllers` with individual controller packages ([#193](https://github.com/MetaMask/swaps-controller/pull/193)) ([#214](https://github.com/MetaMask/swaps-controller/pull/214)) ([#215](https://github.com/MetaMask/swaps-controller/pull/215)) +- Bump `async-mutex` from `^0.3.1` to `^0.4.1` ([#194](https://github.com/MetaMask/swaps-controller/pull/194)) +- Replace `@metamask/ethjs-query` with `@metamask/eth-query` ([#191](https://github.com/MetaMask/swaps-controller/pull/191)) + +### Removed +- Remove dependency `ethereumjs-util` ([#192](https://github.com/MetaMask/swaps-controller/pull/192)) ## [7.0.1] ### Added From c3f77c190a9f84ed1098bf491b2a76a0d60c5f0c Mon Sep 17 00:00:00 2001 From: Nicolas Ferro Date: Wed, 17 Apr 2024 14:50:48 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b35cbcd7..97bb702e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - **BREAKING**: Replace `@metamask/controllers` with individual controller packages ([#193](https://github.com/MetaMask/swaps-controller/pull/193)) ([#214](https://github.com/MetaMask/swaps-controller/pull/214)) ([#215](https://github.com/MetaMask/swaps-controller/pull/215)) - Bump `async-mutex` from `^0.3.1` to `^0.4.1` ([#194](https://github.com/MetaMask/swaps-controller/pull/194)) +- Bump `@metamask/auto-changelog` from `^2.5.0` to `^3.4.4` ([#194](https://github.com/MetaMask/swaps-controller/pull/194)) - 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)) ### Removed - Remove dependency `ethereumjs-util` ([#192](https://github.com/MetaMask/swaps-controller/pull/192))