@metamask-previews/ramps-controller 13.2.0-preview-bd0d4d2e9 → 13.3.0-preview-938a7fe
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.
- package/CHANGELOG.md +4 -1
- package/package.json +1 -1
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
|
+
## [13.3.0]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Bump `@metamask/messenger` from `^1.1.1` to `^1.2.0` ([#8632](https://github.com/MetaMask/core/pull/8632))
|
|
@@ -330,7 +332,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
330
332
|
- Add `OnRampService` for interacting with the OnRamp API
|
|
331
333
|
- Add geolocation detection via IP address lookup
|
|
332
334
|
|
|
333
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@13.
|
|
335
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@13.3.0...HEAD
|
|
336
|
+
[13.3.0]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@13.2.0...@metamask/ramps-controller@13.3.0
|
|
334
337
|
[13.2.0]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@13.1.0...@metamask/ramps-controller@13.2.0
|
|
335
338
|
[13.1.0]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@13.0.0...@metamask/ramps-controller@13.1.0
|
|
336
339
|
[13.0.0]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@12.1.0...@metamask/ramps-controller@13.0.0
|
package/package.json
CHANGED