Skip to content

Commit 4f182e9

Browse files
github-actions[bot]github-actionslegobeatnikoferro
authored
8.0.0 (#216)
* 8.0.0 * update changelog * Update CHANGELOG.md --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me> Co-authored-by: Nicolas Ferro <nicolaspatricioferro@gmail.com>
1 parent e7d650b commit 4f182e9

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/swaps-controller",
3-
"version": "7.0.1",
3+
"version": "8.0.0",
44
"description": "MetaMask Swaps controller module",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)