@metamask-previews/bridge-controller 6.0.0-preview-2084c06c → 7.0.0-preview-3db01c5

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 +14 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [7.0.0]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/accounts-controller` dev dependency to `^26.1.0` ([#5481](https://github.com/MetaMask/core/pull/5481))
15
+ - **BREAKING:** Allow changing the Bridge API url through the `config` param in the constructor. Remove previous method of doing it through `process.env`. ([#5465](https://github.com/MetaMask/core/pull/5465))
16
+
17
+ ### Fixed
18
+
19
+ - Make `QuoteResponse.approval` optional to align with response from API ([#5475](https://github.com/MetaMask/core/pull/5475))
20
+ - Export enums properly rather than as types ([#5466](https://github.com/MetaMask/core/pull/5466))
21
+
10
22
  ## [6.0.0]
11
23
 
12
24
  ### Changed
@@ -51,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
51
63
 
52
64
  - Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
53
65
 
54
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@6.0.0...HEAD
66
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@7.0.0...HEAD
67
+ [7.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@6.0.0...@metamask/bridge-controller@7.0.0
55
68
  [6.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@5.0.0...@metamask/bridge-controller@6.0.0
56
69
  [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@4.0.0...@metamask/bridge-controller@5.0.0
57
70
  [4.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@3.0.0...@metamask/bridge-controller@4.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/bridge-controller",
3
- "version": "6.0.0-preview-2084c06c",
3
+ "version": "7.0.0-preview-3db01c5",
4
4
  "description": "Manages bridge-related quote fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -59,7 +59,7 @@
59
59
  "@metamask/utils": "^11.2.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@metamask/accounts-controller": "^26.0.0",
62
+ "@metamask/accounts-controller": "^26.1.0",
63
63
  "@metamask/auto-changelog": "^3.4.4",
64
64
  "@metamask/eth-json-rpc-provider": "^4.1.8",
65
65
  "@metamask/network-controller": "^22.2.1",