Skip to content

Commit bcae3ea

Browse files
authored
Release/898.0.0 (#8368)
Initial release of the new `money-account-controller`. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk: this PR only updates package/changelog metadata for a release and does not change runtime code paths. > > **Overview** > Bumps the monorepo version to `898.0.0`. > > Publishes the initial `@metamask/money-account-controller` release by setting its version to `0.1.0` and updating its `CHANGELOG.md` with a `0.1.0` entry and release/compare links. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit c866360. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 2932f9b commit bcae3ea

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

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": "897.0.0",
3+
"version": "898.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/money-account-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.0]
11+
1012
### Added
1113

1214
- Add `MoneyAccountController` ([#8361](https://github.com/MetaMask/core/pull/8361))
1315

14-
[Unreleased]: https://github.com/MetaMask/core/
16+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-controller@0.1.0...HEAD
17+
[0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/money-account-controller@0.1.0

packages/money-account-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/money-account-controller",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "MetaMask Money account controller",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)