@metamask/ramps-controller 18.0.0 → 18.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 +8 -1
  2. package/package.json +2 -2
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
+ ## [18.0.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/remote-feature-flag-controller` from `^4.2.2` to `^5.0.0` ([#9735](https://github.com/MetaMask/core/pull/9735))
15
+
10
16
  ## [18.0.0]
11
17
 
12
18
  ### Removed
@@ -474,7 +480,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
474
480
  - Add `OnRampService` for interacting with the OnRamp API
475
481
  - Add geolocation detection via IP address lookup
476
482
 
477
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@18.0.0...HEAD
483
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@18.0.1...HEAD
484
+ [18.0.1]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@18.0.0...@metamask/ramps-controller@18.0.1
478
485
  [18.0.0]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@17.2.0...@metamask/ramps-controller@18.0.0
479
486
  [17.2.0]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@17.1.0...@metamask/ramps-controller@17.2.0
480
487
  [17.1.0]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@17.0.0...@metamask/ramps-controller@17.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/ramps-controller",
3
- "version": "18.0.0",
3
+ "version": "18.0.1",
4
4
  "description": "A controller for managing cryptocurrency on/off ramps functionality",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -60,7 +60,7 @@
60
60
  "@metamask/controller-utils": "^12.3.0",
61
61
  "@metamask/messenger": "^2.0.0",
62
62
  "@metamask/profile-sync-controller": "^28.3.0",
63
- "@metamask/remote-feature-flag-controller": "^4.2.2"
63
+ "@metamask/remote-feature-flag-controller": "^5.0.0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@metamask/auto-changelog": "^6.1.0",