@metamask-previews/user-operation-controller 41.2.4-preview-8beb00079 → 41.2.5-preview-8633f7f2a

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 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -7,12 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [41.2.5]
11
+
10
12
  ### Changed
11
13
 
12
14
  - Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([#9074](https://github.com/MetaMask/core/pull/9074))
13
- - Bump `@metamask/controller-utils` from `^12.1.1` to `^12.2.0` ([#9083](https://github.com/MetaMask/core/pull/9083))
14
- - Bump `@metamask/transaction-controller` from `^67.0.0` to `^68.1.0` ([#9066](https://github.com/MetaMask/core/pull/9066), [#9089](https://github.com/MetaMask/core/pull/9089), [#9177](https://github.com/MetaMask/core/pull/9177), [#9203](https://github.com/MetaMask/core/pull/9203))
15
+ - Bump `@metamask/controller-utils` from `^12.1.1` to `^12.3.0` ([#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218))
16
+ - Bump `@metamask/transaction-controller` from `^67.0.0` to `^68.1.1` ([#9066](https://github.com/MetaMask/core/pull/9066), [#9089](https://github.com/MetaMask/core/pull/9089), [#9177](https://github.com/MetaMask/core/pull/9177), [#9203](https://github.com/MetaMask/core/pull/9203), [#9218](https://github.com/MetaMask/core/pull/9218))
15
17
  - Bump `@metamask/keyring-controller` from `^27.0.0` to `^27.1.0` ([#9129](https://github.com/MetaMask/core/pull/9129))
18
+ - Bump `@metamask/gas-fee-controller` from `^26.2.2` to `^26.2.3` ([#9218](https://github.com/MetaMask/core/pull/9218))
19
+ - Bump `@metamask/network-controller` from `^32.0.0` to `^33.0.0` ([#9218](https://github.com/MetaMask/core/pull/9218))
20
+ - Bump `@metamask/polling-controller` from `^16.0.6` to `^16.0.7` ([#9218](https://github.com/MetaMask/core/pull/9218))
16
21
 
17
22
  ## [41.2.4]
18
23
 
@@ -621,7 +626,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
621
626
 
622
627
  - Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749))
623
628
 
624
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.4...HEAD
629
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.5...HEAD
630
+ [41.2.5]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.4...@metamask/user-operation-controller@41.2.5
625
631
  [41.2.4]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.3...@metamask/user-operation-controller@41.2.4
626
632
  [41.2.3]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.2...@metamask/user-operation-controller@41.2.3
627
633
  [41.2.2]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.1...@metamask/user-operation-controller@41.2.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/user-operation-controller",
3
- "version": "41.2.4-preview-8beb00079",
3
+ "version": "41.2.5-preview-8633f7f2a",
4
4
  "description": "Creates user operations and manages their life cycle",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -56,16 +56,16 @@
56
56
  "dependencies": {
57
57
  "@metamask/approval-controller": "^9.0.2",
58
58
  "@metamask/base-controller": "^9.1.0",
59
- "@metamask/controller-utils": "^12.2.0",
59
+ "@metamask/controller-utils": "^12.3.0",
60
60
  "@metamask/eth-query": "^4.0.0",
61
- "@metamask/gas-fee-controller": "^26.2.2",
61
+ "@metamask/gas-fee-controller": "^26.2.3",
62
62
  "@metamask/keyring-controller": "^27.1.0",
63
63
  "@metamask/messenger": "^1.2.0",
64
- "@metamask/network-controller": "^32.0.0",
65
- "@metamask/polling-controller": "^16.0.6",
64
+ "@metamask/network-controller": "^33.0.0",
65
+ "@metamask/polling-controller": "^16.0.7",
66
66
  "@metamask/rpc-errors": "^7.0.2",
67
67
  "@metamask/superstruct": "^3.1.0",
68
- "@metamask/transaction-controller": "^68.1.0",
68
+ "@metamask/transaction-controller": "^68.1.1",
69
69
  "@metamask/utils": "^11.11.0",
70
70
  "bn.js": "^5.2.1",
71
71
  "immer": "^9.0.6",