@metamask/transaction-controller 60.6.0 → 60.6.1

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 +9 -1
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [60.6.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/base-controller` from `^8.4.0` to `^8.4.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
15
+ - Bump `@metamask/controller-utils` from `^11.14.0` to `^11.14.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
16
+
10
17
  ## [60.6.0]
11
18
 
12
19
  ### Added
@@ -1843,7 +1850,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1843
1850
 
1844
1851
  All changes listed after this point were applied to this package following the monorepo conversion.
1845
1852
 
1846
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@60.6.0...HEAD
1853
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@60.6.1...HEAD
1854
+ [60.6.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@60.6.0...@metamask/transaction-controller@60.6.1
1847
1855
  [60.6.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@60.5.0...@metamask/transaction-controller@60.6.0
1848
1856
  [60.5.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@60.4.0...@metamask/transaction-controller@60.5.0
1849
1857
  [60.4.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@60.3.0...@metamask/transaction-controller@60.4.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/transaction-controller",
3
- "version": "60.6.0",
3
+ "version": "60.6.1",
4
4
  "description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -54,8 +54,8 @@
54
54
  "@ethersproject/contracts": "^5.7.0",
55
55
  "@ethersproject/providers": "^5.7.0",
56
56
  "@ethersproject/wallet": "^5.7.0",
57
- "@metamask/base-controller": "^8.4.0",
58
- "@metamask/controller-utils": "^11.14.0",
57
+ "@metamask/base-controller": "^8.4.1",
58
+ "@metamask/controller-utils": "^11.14.1",
59
59
  "@metamask/eth-query": "^4.0.0",
60
60
  "@metamask/metamask-eth-abis": "^3.1.1",
61
61
  "@metamask/nonce-tracker": "^6.0.0",
@@ -70,15 +70,15 @@
70
70
  },
71
71
  "devDependencies": {
72
72
  "@babel/runtime": "^7.23.9",
73
- "@metamask/accounts-controller": "^33.1.0",
74
- "@metamask/approval-controller": "^7.1.3",
73
+ "@metamask/accounts-controller": "^33.1.1",
74
+ "@metamask/approval-controller": "^7.2.0",
75
75
  "@metamask/auto-changelog": "^3.4.4",
76
76
  "@metamask/eth-block-tracker": "^12.0.1",
77
- "@metamask/eth-json-rpc-provider": "^5.0.0",
77
+ "@metamask/eth-json-rpc-provider": "^5.0.1",
78
78
  "@metamask/ethjs-provider-http": "^0.3.0",
79
- "@metamask/gas-fee-controller": "^24.0.0",
80
- "@metamask/network-controller": "^24.2.0",
81
- "@metamask/remote-feature-flag-controller": "^1.7.0",
79
+ "@metamask/gas-fee-controller": "^24.1.0",
80
+ "@metamask/network-controller": "^24.2.1",
81
+ "@metamask/remote-feature-flag-controller": "^1.8.0",
82
82
  "@types/bn.js": "^5.1.5",
83
83
  "@types/jest": "^27.4.1",
84
84
  "@types/node": "^16.18.54",