@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 8.0.0]
10+ ### Changed
11+ - ** 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 ) )
12+ - Bump ` async-mutex ` from ` ^0.3.1 ` to ` ^0.4.1 ` ([ #194 ] ( https://github.com/MetaMask/swaps-controller/pull/194 ) )
13+ - Bump ` @metamask/auto-changelog ` from ` ^2.5.0 ` to ` ^3.4.4 ` ([ #194 ] ( https://github.com/MetaMask/swaps-controller/pull/194 ) )
14+ - Replace ` @metamask/ethjs-query ` with ` @metamask/eth-query ` ([ #191 ] ( https://github.com/MetaMask/swaps-controller/pull/191 ) )
15+ - Move dependencies from/to devDependencies ([ #215 ] ( https://github.com/MetaMask/swaps-controller/pull/215 ) ) ([ #217 ] ( https://github.com/MetaMask/swaps-controller/pull/217 ) )
16+ - Fix web3 import ([ #212 ] ( https://github.com/MetaMask/swaps-controller/pull/212 ) )
17+ - Exclude tests from ` dist ` and change target on ` tsconfig.json ` ([ #212 ] ( https://github.com/MetaMask/swaps-controller/pull/212 ) )
18+
19+ ### Removed
20+ - Remove dependency ` ethereumjs-util ` ([ #192 ] ( https://github.com/MetaMask/swaps-controller/pull/192 ) )
21+
922## [ 7.0.1]
1023### Added
1124- Add Base constants ([ #206 ] ( https://github.com/MetaMask/swaps-controller/pull/206 ) )
@@ -122,7 +135,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
122135- Use standalone gas API endpoint ([ #70 ] ( https://github.com/MetaMask/swaps-controller/pull/70 ) )
123136- Bump @metamask/controllers from 14.1.0 to 14.2.0 ([ #69 ] ( https://github.com/MetaMask/swaps-controller/pull/69 ) )
124137
125- [ Unreleased ] : https://github.com/MetaMask/swaps-controller/compare/v7.0.1...HEAD
138+ [ Unreleased ] : https://github.com/MetaMask/swaps-controller/compare/v8.0.0...HEAD
139+ [ 8.0.0 ] : https://github.com/MetaMask/swaps-controller/compare/v7.0.1...v8.0.0
126140[ 7.0.1 ] : https://github.com/MetaMask/swaps-controller/compare/v7.0.0...v7.0.1
127141[ 7.0.0 ] : https://github.com/MetaMask/swaps-controller/compare/v6.9.3...v7.0.0
128142[ 6.9.3 ] : https://github.com/MetaMask/swaps-controller/compare/v6.9.2...v6.9.3
0 commit comments