@metamask-previews/transaction-controller 66.0.0-preview-a302a81d3 → 66.0.1-preview-a65eb72

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 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [66.0.1]
11
+
10
12
  ### Changed
11
13
 
12
- - Bump `@metamask/accounts-controller` from `^38.1.1` to `^38.1.2` ([#8912](https://github.com/MetaMask/core/pull/8912))
13
- - Bump `@metamask/core-backend` from `^6.3.0` to `^6.3.1` ([#8912](https://github.com/MetaMask/core/pull/8912))
14
+ - Bump `@metamask/accounts-controller` from `^38.1.1` to `^39.0.0` ([#8912](https://github.com/MetaMask/core/pull/8912), [#8999](https://github.com/MetaMask/core/pull/8999))
15
+ - Bump `@metamask/core-backend` from `^6.3.0` to `^6.3.2` ([#8912](https://github.com/MetaMask/core/pull/8912), [#8999](https://github.com/MetaMask/core/pull/8999))
14
16
  - Bump `@metamask/remote-feature-flag-controller` from `^4.2.1` to `^4.2.2` ([#8986](https://github.com/MetaMask/core/pull/8986))
15
17
 
16
18
  ### Fixed
@@ -2456,7 +2458,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2456
2458
 
2457
2459
  All changes listed after this point were applied to this package following the monorepo conversion.
2458
2460
 
2459
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@66.0.0...HEAD
2461
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@66.0.1...HEAD
2462
+ [66.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@66.0.0...@metamask/transaction-controller@66.0.1
2460
2463
  [66.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@65.4.0...@metamask/transaction-controller@66.0.0
2461
2464
  [65.4.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@65.3.0...@metamask/transaction-controller@65.4.0
2462
2465
  [65.3.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@65.2.0...@metamask/transaction-controller@65.3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-controller",
3
- "version": "66.0.0-preview-a302a81d3",
3
+ "version": "66.0.1-preview-a65eb72",
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,11 +60,11 @@
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": "^38.1.2",
63
+ "@metamask/accounts-controller": "^39.0.0",
64
64
  "@metamask/approval-controller": "^9.0.1",
65
65
  "@metamask/base-controller": "^9.1.0",
66
66
  "@metamask/controller-utils": "^12.1.0",
67
- "@metamask/core-backend": "^6.3.1",
67
+ "@metamask/core-backend": "^6.3.2",
68
68
  "@metamask/gas-fee-controller": "^26.2.2",
69
69
  "@metamask/messenger": "^1.2.0",
70
70
  "@metamask/metamask-eth-abis": "^3.1.1",