@metamask-previews/transaction-controller 62.9.0-preview-e6f8648b → 62.9.1-preview-f075c1f

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 +10 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [62.9.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/network-controller` from `^27.2.0` to `^28.0.0` ([#7604](https://github.com/MetaMask/core/pull/7604))
15
+ - Bump `@metamask/accounts-controller` from `^35.0.0` to `^35.0.1` ([#7604](https://github.com/MetaMask/core/pull/7604))
16
+ - Bump `@metamask/gas-fee-controller` from `^26.0.0` to `^26.0.1` ([#7604](https://github.com/MetaMask/core/pull/7604))
17
+
10
18
  ## [62.9.0]
11
19
 
12
20
  ### Added
@@ -2065,7 +2073,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2065
2073
 
2066
2074
  All changes listed after this point were applied to this package following the monorepo conversion.
2067
2075
 
2068
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.9.0...HEAD
2076
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.9.1...HEAD
2077
+ [62.9.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.9.0...@metamask/transaction-controller@62.9.1
2069
2078
  [62.9.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.8.0...@metamask/transaction-controller@62.9.0
2070
2079
  [62.8.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.7.0...@metamask/transaction-controller@62.8.0
2071
2080
  [62.7.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.6.0...@metamask/transaction-controller@62.7.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-controller",
3
- "version": "62.9.0-preview-e6f8648b",
3
+ "version": "62.9.1-preview-f075c1f",
4
4
  "description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -55,15 +55,15 @@
55
55
  "@ethersproject/contracts": "^5.7.0",
56
56
  "@ethersproject/providers": "^5.7.0",
57
57
  "@ethersproject/wallet": "^5.7.0",
58
- "@metamask/accounts-controller": "^35.0.0",
58
+ "@metamask/accounts-controller": "^35.0.1",
59
59
  "@metamask/approval-controller": "^8.0.0",
60
60
  "@metamask/base-controller": "^9.0.0",
61
61
  "@metamask/controller-utils": "^11.18.0",
62
62
  "@metamask/eth-query": "^4.0.0",
63
- "@metamask/gas-fee-controller": "^26.0.0",
63
+ "@metamask/gas-fee-controller": "^26.0.1",
64
64
  "@metamask/messenger": "^0.3.0",
65
65
  "@metamask/metamask-eth-abis": "^3.1.1",
66
- "@metamask/network-controller": "^27.2.0",
66
+ "@metamask/network-controller": "^28.0.0",
67
67
  "@metamask/nonce-tracker": "^6.0.0",
68
68
  "@metamask/remote-feature-flag-controller": "^4.0.0",
69
69
  "@metamask/rpc-errors": "^7.0.2",