@metamask-previews/bridge-controller 70.0.1-preview-2deb59b44 → 70.1.0-preview-548bdd1d9

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 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [70.1.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add action types for all public `BridgeController` methods ([#8367](https://github.com/MetaMask/core/pull/8367))
@@ -21,11 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
23
 
22
24
  ### Changed
23
25
 
24
- - Bump `@metamask/assets-controller` from `^4.0.0` to `^5.0.0` ([#8406](https://github.com/MetaMask/core/pull/8406))
26
+ - Bump `@metamask/assets-controller` from `^4.0.0` to `^5.0.1` ([#8406](https://github.com/MetaMask/core/pull/8406), [#8466](https://github.com/MetaMask/core/pull/8466))
25
27
  - Bump `@metamask/accounts-controller` from `^37.1.1` to `^37.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
26
28
  - Bump `@metamask/messenger` from `^1.0.0` to `^1.1.1` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373))
27
29
  - Bump `@metamask/transaction-controller` from `^64.0.0` to `^64.2.0` ([#8432](https://github.com/MetaMask/core/pull/8432), [#8447](https://github.com/MetaMask/core/pull/8447))
28
- - Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8451](https://github.com/MetaMask/core/pull/8451))
30
+ - Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
31
+ - Bump `@metamask/keyring-api` from `^21.6.0` to `^23.0.0` ([#8464](https://github.com/MetaMask/core/pull/8464))
32
+ - Bump `@metamask/assets-controllers` from `^103.1.1` to `^104.0.0` ([#8466](https://github.com/MetaMask/core/pull/8466))
29
33
 
30
34
  ### Deprecated
31
35
 
@@ -1346,7 +1350,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1346
1350
 
1347
1351
  - Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
1348
1352
 
1349
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@70.0.1...HEAD
1353
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@70.1.0...HEAD
1354
+ [70.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@70.0.1...@metamask/bridge-controller@70.1.0
1350
1355
  [70.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@70.0.0...@metamask/bridge-controller@70.0.1
1351
1356
  [70.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.2.3...@metamask/bridge-controller@70.0.0
1352
1357
  [69.2.3]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.2.2...@metamask/bridge-controller@69.2.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/bridge-controller",
3
- "version": "70.0.1-preview-2deb59b44",
3
+ "version": "70.1.0-preview-548bdd1d9",
4
4
  "description": "Manages bridge-related quote fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -58,12 +58,12 @@
58
58
  "@ethersproject/contracts": "^5.7.0",
59
59
  "@ethersproject/providers": "^5.7.0",
60
60
  "@metamask/accounts-controller": "^37.2.0",
61
- "@metamask/assets-controller": "^5.0.0",
62
- "@metamask/assets-controllers": "^103.1.1",
61
+ "@metamask/assets-controller": "^5.0.1",
62
+ "@metamask/assets-controllers": "^104.0.0",
63
63
  "@metamask/base-controller": "^9.1.0",
64
64
  "@metamask/controller-utils": "^11.20.0",
65
65
  "@metamask/gas-fee-controller": "^26.1.1",
66
- "@metamask/keyring-api": "^21.6.0",
66
+ "@metamask/keyring-api": "^23.0.0",
67
67
  "@metamask/messenger": "^1.1.1",
68
68
  "@metamask/metamask-eth-abis": "^3.1.1",
69
69
  "@metamask/multichain-network-controller": "^3.0.6",