Skip to content

Commit cbecbab

Browse files
committed
Update Release 728.0.0
1 parent c7eb5c6 commit cbecbab

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "727.0.0",
3+
"version": "728.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/ramps-controller/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.1]
11+
12+
### Uncategorized
13+
14+
- feat(ramps): rename onRamp* controller & service to ramps* ([#7502](https://github.com/MetaMask/core/pull/7502))
15+
1016
### Added
1117

1218
- Add `dev-watch.js` and `link-ramp-controller.js` scripts to auto-build and copy `dist/` into `metamask-mobile/node_modules/@metamask/ramps-controller`
@@ -31,5 +37,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3137
- Add `OnRampService` for interacting with the OnRamp API
3238
- Add geolocation detection via IP address lookup
3339

34-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@1.0.0...HEAD
40+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@1.0.1...HEAD
41+
[1.0.1]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@1.0.0...@metamask/ramps-controller@1.0.1
3542
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/ramps-controller@1.0.0

packages/ramps-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/ramps-controller",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A controller for managing cryptocurrency on/off ramps functionality",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)