@metamask-previews/user-operation-controller 33.0.0-preview-fa22a478 → 34.0.0-preview-64413dce

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 +5 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [34.0.0]
11
+
10
12
  ### Changed
11
13
 
14
+ - **BREAKING:** Bump `@metamask/transaction-controller` peer dependency to `^55.0.0` ([#5763](https://github.com/MetaMask/core/pull/5763))
12
15
  - Bump `@metamask/base-controller` from ^8.0.0 to ^8.0.1 ([#5722](https://github.com/MetaMask/core/pull/5722))
13
16
 
14
17
  ## [33.0.0]
@@ -400,7 +403,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
400
403
 
401
404
  - Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749))
402
405
 
403
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@33.0.0...HEAD
406
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@34.0.0...HEAD
407
+ [34.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@33.0.0...@metamask/user-operation-controller@34.0.0
404
408
  [33.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@32.0.0...@metamask/user-operation-controller@33.0.0
405
409
  [32.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@31.0.0...@metamask/user-operation-controller@32.0.0
406
410
  [31.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@30.0.0...@metamask/user-operation-controller@31.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/user-operation-controller",
3
- "version": "33.0.0-preview-fa22a478",
3
+ "version": "34.0.0-preview-64413dce",
4
4
  "description": "Creates user operations and manages their life cycle",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -65,9 +65,9 @@
65
65
  "@metamask/auto-changelog": "^3.4.4",
66
66
  "@metamask/eth-block-tracker": "^11.0.3",
67
67
  "@metamask/gas-fee-controller": "^23.0.0",
68
- "@metamask/keyring-controller": "^21.0.5",
68
+ "@metamask/keyring-controller": "^21.0.6",
69
69
  "@metamask/network-controller": "^23.3.0",
70
- "@metamask/transaction-controller": "^54.4.0",
70
+ "@metamask/transaction-controller": "^55.0.0",
71
71
  "@types/jest": "^27.4.1",
72
72
  "deepmerge": "^4.2.2",
73
73
  "jest": "^27.5.1",
@@ -82,7 +82,7 @@
82
82
  "@metamask/gas-fee-controller": "^23.0.0",
83
83
  "@metamask/keyring-controller": "^21.0.0",
84
84
  "@metamask/network-controller": "^23.0.0",
85
- "@metamask/transaction-controller": "^54.0.0"
85
+ "@metamask/transaction-controller": "^55.0.0"
86
86
  },
87
87
  "engines": {
88
88
  "node": "^18.18 || >=20"