@metamask/bridge-controller 32.1.1 → 32.1.2

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 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [32.1.2]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/controller-utils` to `^11.10.0` ([#5935](https://github.com/MetaMask/core/pull/5935))
15
+ - Bump `@metamask/transaction-controller` to `^57.3.0` ([#5954](https://github.com/MetaMask/core/pull/5954))
16
+
10
17
  ## [32.1.1]
11
18
 
12
19
  ### Fixed
@@ -342,7 +349,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
342
349
 
343
350
  - Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
344
351
 
345
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@32.1.1...HEAD
352
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@32.1.2...HEAD
353
+ [32.1.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@32.1.1...@metamask/bridge-controller@32.1.2
346
354
  [32.1.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@32.1.0...@metamask/bridge-controller@32.1.1
347
355
  [32.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@32.0.1...@metamask/bridge-controller@32.1.0
348
356
  [32.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@32.0.0...@metamask/bridge-controller@32.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/bridge-controller",
3
- "version": "32.1.1",
3
+ "version": "32.1.2",
4
4
  "description": "Manages bridge-related quote fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -53,7 +53,7 @@
53
53
  "@ethersproject/contracts": "^5.7.0",
54
54
  "@ethersproject/providers": "^5.7.0",
55
55
  "@metamask/base-controller": "^8.0.1",
56
- "@metamask/controller-utils": "^11.9.0",
56
+ "@metamask/controller-utils": "^11.10.0",
57
57
  "@metamask/gas-fee-controller": "^23.0.0",
58
58
  "@metamask/keyring-api": "^18.0.0",
59
59
  "@metamask/metamask-eth-abis": "^3.1.1",
@@ -66,14 +66,14 @@
66
66
  },
67
67
  "devDependencies": {
68
68
  "@metamask/accounts-controller": "^30.0.0",
69
- "@metamask/assets-controllers": "^68.0.0",
69
+ "@metamask/assets-controllers": "^68.1.0",
70
70
  "@metamask/auto-changelog": "^3.4.4",
71
71
  "@metamask/eth-json-rpc-provider": "^4.1.8",
72
- "@metamask/network-controller": "^23.5.1",
72
+ "@metamask/network-controller": "^23.6.0",
73
73
  "@metamask/remote-feature-flag-controller": "^1.6.0",
74
74
  "@metamask/snaps-controllers": "^12.3.1",
75
75
  "@metamask/superstruct": "^3.1.0",
76
- "@metamask/transaction-controller": "^57.1.0",
76
+ "@metamask/transaction-controller": "^57.3.0",
77
77
  "@types/jest": "^27.4.1",
78
78
  "deepmerge": "^4.2.2",
79
79
  "jest": "^27.5.1",