@metamask-previews/transaction-controller 68.2.0-preview-1bd5239bf → 68.2.2-preview-29a675b

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 +14 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [68.2.2]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/accounts-controller` from `^39.0.3` to `^39.0.4` ([#9349](https://github.com/MetaMask/core/pull/9349))
15
+ - Bump `@metamask/core-backend` from `^6.4.0` to `^6.5.0` ([#9349](https://github.com/MetaMask/core/pull/9349))
16
+ - Bump `@metamask/gas-fee-controller` from `^26.2.3` to `^26.2.4` ([#9349](https://github.com/MetaMask/core/pull/9349))
17
+ - Bump `@metamask/network-controller` from `^33.0.0` to `^34.0.0` ([#9349](https://github.com/MetaMask/core/pull/9349))
18
+
19
+ ## [68.2.1]
20
+
10
21
  ### Changed
11
22
 
12
23
  - Bump `@metamask/core-backend` from `^6.3.3` to `^6.4.0` ([#9312](https://github.com/MetaMask/core/pull/9312))
@@ -2543,7 +2554,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2543
2554
 
2544
2555
  All changes listed after this point were applied to this package following the monorepo conversion.
2545
2556
 
2546
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.2.0...HEAD
2557
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.2.2...HEAD
2558
+ [68.2.2]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.2.1...@metamask/transaction-controller@68.2.2
2559
+ [68.2.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.2.0...@metamask/transaction-controller@68.2.1
2547
2560
  [68.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.1.1...@metamask/transaction-controller@68.2.0
2548
2561
  [68.1.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.1.0...@metamask/transaction-controller@68.1.1
2549
2562
  [68.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.0.1...@metamask/transaction-controller@68.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-controller",
3
- "version": "68.2.0-preview-1bd5239bf",
3
+ "version": "68.2.2-preview-29a675b",
4
4
  "description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -60,15 +60,15 @@
60
60
  "@ethersproject/contracts": "^5.7.0",
61
61
  "@ethersproject/providers": "^5.7.0",
62
62
  "@ethersproject/wallet": "^5.7.0",
63
- "@metamask/accounts-controller": "^39.0.3",
63
+ "@metamask/accounts-controller": "^39.0.4",
64
64
  "@metamask/approval-controller": "^9.0.2",
65
65
  "@metamask/base-controller": "^9.1.0",
66
66
  "@metamask/controller-utils": "^12.3.0",
67
- "@metamask/core-backend": "^6.4.0",
68
- "@metamask/gas-fee-controller": "^26.2.3",
67
+ "@metamask/core-backend": "^6.5.0",
68
+ "@metamask/gas-fee-controller": "^26.2.4",
69
69
  "@metamask/messenger": "^1.2.0",
70
70
  "@metamask/metamask-eth-abis": "^3.1.1",
71
- "@metamask/network-controller": "^33.0.0",
71
+ "@metamask/network-controller": "^34.0.0",
72
72
  "@metamask/nonce-tracker": "^6.0.0",
73
73
  "@metamask/remote-feature-flag-controller": "^4.2.2",
74
74
  "@metamask/rpc-errors": "^7.0.2",