@metamask-previews/user-operation-controller 41.2.8-preview-4165cebcf → 41.2.9-preview-264a60683

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 +7 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [41.2.9]
11
+
10
12
  ### Changed
11
13
 
12
- - Bump `@metamask/transaction-controller` from `^69.4.0` to `^69.6.0` ([#9780](https://github.com/MetaMask/core/pull/9780), [#9798](https://github.com/MetaMask/core/pull/9798), [#9823](https://github.com/MetaMask/core/pull/9823), [#9960](https://github.com/MetaMask/core/pull/9960))
13
- - Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))
14
+ - Bump `@metamask/transaction-controller` from `^69.4.0` to `^69.6.1` ([#9780](https://github.com/MetaMask/core/pull/9780), [#9798](https://github.com/MetaMask/core/pull/9798), [#9823](https://github.com/MetaMask/core/pull/9823), [#9960](https://github.com/MetaMask/core/pull/9960), [#9969](https://github.com/MetaMask/core/pull/9969))
15
+ - Bump `@metamask/network-controller` from `^35.0.0` to `^36.0.0` ([#9758](https://github.com/MetaMask/core/pull/9758), [#9969](https://github.com/MetaMask/core/pull/9969))
14
16
  - Bump `@metamask/superstruct` from `^3.1.0` to `^3.4.1` ([#9754](https://github.com/MetaMask/core/pull/9754))
15
17
  - Bump `@metamask/keyring-controller` from `^27.1.0` to `^27.1.1` ([#9791](https://github.com/MetaMask/core/pull/9791))
18
+ - Bump `@metamask/gas-fee-controller` from `^26.3.1` to `^26.3.2` ([#9969](https://github.com/MetaMask/core/pull/9969))
16
19
 
17
20
  ## [41.2.8]
18
21
 
@@ -658,7 +661,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
658
661
 
659
662
  - Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749))
660
663
 
661
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.8...HEAD
664
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.9...HEAD
665
+ [41.2.9]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.8...@metamask/user-operation-controller@41.2.9
662
666
  [41.2.8]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.7...@metamask/user-operation-controller@41.2.8
663
667
  [41.2.7]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.6...@metamask/user-operation-controller@41.2.7
664
668
  [41.2.6]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.5...@metamask/user-operation-controller@41.2.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/user-operation-controller",
3
- "version": "41.2.8-preview-4165cebcf",
3
+ "version": "41.2.9-preview-264a60683",
4
4
  "description": "Creates user operations and manages their life cycle",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -60,14 +60,14 @@
60
60
  "@metamask/base-controller": "^9.1.0",
61
61
  "@metamask/controller-utils": "^12.3.0",
62
62
  "@metamask/eth-query": "^4.0.0",
63
- "@metamask/gas-fee-controller": "^26.3.1",
63
+ "@metamask/gas-fee-controller": "^26.3.2",
64
64
  "@metamask/keyring-controller": "^27.1.1",
65
65
  "@metamask/messenger": "^2.0.0",
66
- "@metamask/network-controller": "^35.0.1",
66
+ "@metamask/network-controller": "^36.0.0",
67
67
  "@metamask/polling-controller": "^16.0.9",
68
68
  "@metamask/rpc-errors": "^7.0.2",
69
69
  "@metamask/superstruct": "^3.4.1",
70
- "@metamask/transaction-controller": "^69.6.0",
70
+ "@metamask/transaction-controller": "^69.6.1",
71
71
  "@metamask/utils": "^11.11.0",
72
72
  "bn.js": "^5.2.1",
73
73
  "immer": "^9.0.6",