@metamask/bridge-controller 70.0.0 → 70.0.1

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 +11 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [70.0.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8359](https://github.com/MetaMask/core/pull/8359))
15
+ - Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
16
+ - Bump `@metamask/assets-controller` from `^3.2.1` to `^4.0.0` ([#8355](https://github.com/MetaMask/core/pull/8355), [#8359](https://github.com/MetaMask/core/pull/8359))
17
+ - Bump `@metamask/assets-controllers` from `^103.0.0` to `^103.1.1` ([#8355](https://github.com/MetaMask/core/pull/8355), [#8359](https://github.com/MetaMask/core/pull/8359))
18
+
10
19
  ## [70.0.0]
11
20
 
12
21
  ### Added
@@ -1313,7 +1322,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1322
 
1314
1323
  - Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
1315
1324
 
1316
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@70.0.0...HEAD
1325
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@70.0.1...HEAD
1326
+ [70.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@70.0.0...@metamask/bridge-controller@70.0.1
1317
1327
  [70.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.2.3...@metamask/bridge-controller@70.0.0
1318
1328
  [69.2.3]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.2.2...@metamask/bridge-controller@69.2.3
1319
1329
  [69.2.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.2.1...@metamask/bridge-controller@69.2.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/bridge-controller",
3
- "version": "70.0.0",
3
+ "version": "70.0.1",
4
4
  "description": "Manages bridge-related quote fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -53,10 +53,10 @@
53
53
  "@ethersproject/contracts": "^5.7.0",
54
54
  "@ethersproject/providers": "^5.7.0",
55
55
  "@metamask/accounts-controller": "^37.1.1",
56
- "@metamask/assets-controller": "^3.2.1",
57
- "@metamask/assets-controllers": "^103.0.0",
56
+ "@metamask/assets-controller": "^4.0.0",
57
+ "@metamask/assets-controllers": "^103.1.1",
58
58
  "@metamask/base-controller": "^9.0.1",
59
- "@metamask/controller-utils": "^11.19.0",
59
+ "@metamask/controller-utils": "^11.20.0",
60
60
  "@metamask/gas-fee-controller": "^26.1.1",
61
61
  "@metamask/keyring-api": "^21.6.0",
62
62
  "@metamask/messenger": "^1.0.0",
@@ -67,7 +67,7 @@
67
67
  "@metamask/profile-sync-controller": "^28.0.2",
68
68
  "@metamask/remote-feature-flag-controller": "^4.2.0",
69
69
  "@metamask/snaps-controllers": "^19.0.0",
70
- "@metamask/transaction-controller": "^63.3.1",
70
+ "@metamask/transaction-controller": "^64.0.0",
71
71
  "@metamask/utils": "^11.9.0",
72
72
  "bignumber.js": "^9.1.2",
73
73
  "reselect": "^5.1.1",