@metamask/smart-transactions-controller 10.0.1 → 10.1.0

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 +6 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [10.1.0]
10
+ ### Changed
11
+ - Update `@metamask/transaction-controller` from `^28.1.0` to `^29.1.0` ([#339](https://github.com/MetaMask/smart-transactions-controller/pull/339))
12
+
9
13
  ## [10.0.1]
10
14
  ### Fixed
11
15
  - Emit an event with an updated Smart Transaction before confirmation ([#333](https://github.com/MetaMask/smart-transactions-controller/pull/333))
@@ -278,7 +282,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
278
282
  - Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
279
283
  - Initial commit
280
284
 
281
- [Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.0.1...HEAD
285
+ [Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.0...HEAD
286
+ [10.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.0.1...v10.1.0
282
287
  [10.0.1]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.0.0...v10.0.1
283
288
  [10.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v9.0.0...v10.0.0
284
289
  [9.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v8.1.0...v9.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/smart-transactions-controller",
3
- "version": "10.0.1",
3
+ "version": "10.1.0",
4
4
  "description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,7 +34,7 @@
34
34
  "@metamask/eth-query": "^4.0.0",
35
35
  "@metamask/network-controller": "^18.1.0",
36
36
  "@metamask/polling-controller": "^6.0.1",
37
- "@metamask/transaction-controller": "^28.1.0",
37
+ "@metamask/transaction-controller": "^29.1.0",
38
38
  "bignumber.js": "^9.0.1",
39
39
  "events": "^3.3.0",
40
40
  "fast-json-patch": "^3.1.0",