@metamask-previews/ramps-controller 7.1.0-preview-0bb0ab8a7 → 8.0.0-preview-8edbf7c9d

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 +4 -1
  2. package/package.json +2 -2
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
+ ## [8.0.0]
11
+
10
12
  ### Changed
11
13
 
12
14
  - **BREAKING:** Quote filter param renamed from `provider` to `providers` array in `getQuotes()` and `RampsService.getQuotes()` ([#7892](https://github.com/MetaMask/core/pull/7892))
@@ -139,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139
141
  - Add `OnRampService` for interacting with the OnRamp API
140
142
  - Add geolocation detection via IP address lookup
141
143
 
142
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@7.1.0...HEAD
144
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@8.0.0...HEAD
145
+ [8.0.0]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@7.1.0...@metamask/ramps-controller@8.0.0
143
146
  [7.1.0]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@7.0.0...@metamask/ramps-controller@7.1.0
144
147
  [7.0.0]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@6.0.0...@metamask/ramps-controller@7.0.0
145
148
  [6.0.0]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@5.1.0...@metamask/ramps-controller@6.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/ramps-controller",
3
- "version": "7.1.0-preview-0bb0ab8a7",
3
+ "version": "8.0.0-preview-8edbf7c9d",
4
4
  "description": "A controller for managing cryptocurrency on/off ramps functionality",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -63,7 +63,7 @@
63
63
  "nock": "^13.3.1",
64
64
  "sinon": "^9.2.4",
65
65
  "ts-jest": "^29.2.5",
66
- "typedoc": "^0.24.8",
66
+ "typedoc": "^0.25.13",
67
67
  "typedoc-plugin-missing-exports": "^2.0.0",
68
68
  "typescript": "~5.3.3"
69
69
  },