@metamask-previews/bridge-controller 32.1.0-preview-b33c0741 → 32.1.1-preview-ef0f18a

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 +8 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ### Changed
11
+
12
+ - Bump `@metamask/controller-utils` to `^11.10.0` ([#5935](https://github.com/MetaMask/core/pull/5935))
13
+
14
+ ## [32.1.1]
15
+
10
16
  ### Fixed
11
17
 
12
18
  - Fetch `minimumBalanceForRentExemptionInLamports` asynchronously to prevent blocking the getQuote network call ([#5921](https://github.com/MetaMask/core/pull/5921))
@@ -340,7 +346,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
340
346
 
341
347
  - Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
342
348
 
343
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@32.1.0...HEAD
349
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@32.1.1...HEAD
350
+ [32.1.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@32.1.0...@metamask/bridge-controller@32.1.1
344
351
  [32.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@32.0.1...@metamask/bridge-controller@32.1.0
345
352
  [32.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@32.0.0...@metamask/bridge-controller@32.0.1
346
353
  [32.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@31.0.0...@metamask/bridge-controller@32.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/bridge-controller",
3
- "version": "32.1.0-preview-b33c0741",
3
+ "version": "32.1.1-preview-ef0f18a",
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.2.0",
77
77
  "@types/jest": "^27.4.1",
78
78
  "deepmerge": "^4.2.2",
79
79
  "jest": "^27.5.1",