Skip to content

Commit 103b1fd

Browse files
authored
release: 53.0.0 (#310)
# Description This is the release candidate for version 53.0.0. See the CHANGELOGs for more details.
1 parent 1d2256e commit 103b1fd

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/accounts-monorepo",
3-
"version": "52.0.0",
3+
"version": "53.0.0",
44
"private": true,
55
"description": "Monorepo for MetaMask accounts related packages",
66
"repository": {

packages/account-api/CHANGELOG.md

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

88
## [Unreleased]
99

10-
[Unreleased]: https://github.com/MetaMask/accounts/
10+
## [0.1.0]
11+
12+
### Added
13+
14+
- Add `AccountGroup` and `AccountWallet` ([#307](https://github.com/MetaMask/accounts/pull/307))
15+
16+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]
17+
[0.1.0]: https://github.com/MetaMask/accounts/releases/tag/@metamask/[email protected]

packages/account-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/account-api",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "MetaMask Account API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)