@metamask/smart-transactions-controller 10.1.4 → 10.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [10.1.6]
10
+ ### Changed
11
+ - Update @metamask/transaction-controller from 29.1.0 to 32.0.0 ([#348](https://github.com/MetaMask/smart-transactions-controller/pull/348))
12
+
13
+ ## [10.1.5]
14
+ ### Changed
15
+ - Update @metamask/polling-controller from 6.0.2 to 8.0.0 ([#352](https://github.com/MetaMask/smart-transactions-controller/pull/352))
16
+
9
17
  ## [10.1.4]
10
18
  ### Changed
11
19
  - Update @metamask/network-controller from 18.1.1 to 19.0.0 ([#349](https://github.com/MetaMask/smart-transactions-controller/pull/349))
@@ -301,7 +309,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
301
309
  - Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
302
310
  - Initial commit
303
311
 
304
- [Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.4...HEAD
312
+ [Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.6...HEAD
313
+ [10.1.6]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.5...v10.1.6
314
+ [10.1.5]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.4...v10.1.5
305
315
  [10.1.4]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.3...v10.1.4
306
316
  [10.1.3]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.2...v10.1.3
307
317
  [10.1.2]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.1...v10.1.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/smart-transactions-controller",
3
- "version": "10.1.4",
3
+ "version": "10.1.6",
4
4
  "description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,8 +33,8 @@
33
33
  "@metamask/controller-utils": "^11.0.0",
34
34
  "@metamask/eth-query": "^4.0.0",
35
35
  "@metamask/network-controller": "^19.0.0",
36
- "@metamask/polling-controller": "^6.0.1",
37
- "@metamask/transaction-controller": "^30.0.0",
36
+ "@metamask/polling-controller": "^8.0.0",
37
+ "@metamask/transaction-controller": "^32.0.0",
38
38
  "bignumber.js": "^9.0.1",
39
39
  "events": "^3.3.0",
40
40
  "fast-json-patch": "^3.1.0",