Skip to content
Merged

9.0.0 #245

Show file tree
Hide file tree
Changes from all commits
Commits
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
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [9.0.0]
### 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))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there anything further around this change worth mentioning for users here?

- 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
- Add `fetchSwapsFeatureFlags` to fetch global and chain feature flags at once ([#229](https://github.com/MetaMask/swaps-controller/pull/229))
Expand All @@ -21,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))
Expand Down Expand Up @@ -142,7 +154,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
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/swaps-controller",
"version": "8.1.0",
"version": "9.0.0",
"description": "MetaMask Swaps controller module",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down