Skip to content

Commit

Permalink
release: 18.0.0 (#137)
Browse files Browse the repository at this point in the history
# Description

This is the release candidate for version 18.0.0. See the CHANGELOGs for
more details.

There was a previous attempt for this release that didn't get through
because of the top-level package bump that was missing, see:
- #136
- #135

> [!WARNING]
> The previous version
[17.0.0](https://github.com/MetaMask/accounts/releases/tag/v17.0.0) did
not report some breaking changes properly. This new version is just
meant to re-align the CHANGELOGs and to fix the versioning.
  • Loading branch information
ccharly authored Jan 13, 2025
1 parent 68b2095 commit 1af97f2
Show file tree
Hide file tree
Showing 11 changed files with 65 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/accounts-monorepo",
"version": "17.0.0",
"version": "18.0.0",
"private": true,
"description": "Monorepo for MetaMask accounts related packages",
"repository": {
Expand Down
11 changes: 10 additions & 1 deletion packages/keyring-internal-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0]

### Changed

- **BREAKING:** Bump `@metamask/keyring-api` from `^12.0.0` to `^13.0.0` ([#101](https://github.com/MetaMask/accounts/pull/101))
- This change was not properly reported as breaking on the `1.1.0`.
- `InternalAccount` extends `KeyringAccount` which has a new required field (`scopes`) and is part of the public API.

## [1.1.0]

### Changed
Expand All @@ -21,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- This new version fixes a bug with CJS re-exports.
- Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]
[2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
[1.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
[1.0.0]: https://github.com/MetaMask/accounts/releases/tag/@metamask/[email protected]
2 changes: 1 addition & 1 deletion packages/keyring-internal-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/keyring-internal-api",
"version": "1.1.0",
"version": "2.0.0",
"description": "MetaMask Keyring Internal API",
"keywords": [
"metamask",
Expand Down
14 changes: 13 additions & 1 deletion packages/keyring-internal-snap-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0]

### Changed

- **BREAKING:** Bump `@metamask/keyring-api` from `^12.0.0` to `^13.0.0` ([#101](https://github.com/MetaMask/accounts/pull/101))
- This change was not properly reported as breaking on the `1.1.0`.
- `KeyringAccount` has a new required field (`scopes`) and is part of the public API.
- **BREAKING:** Bump `@metamask/keyring-snap-client` from `^1.0.0` to `^2.0.0` ([#135](https://github.com/MetaMask/accounts/pull/135))
- This change was not properly reported as breaking on the `1.1.0`.
- `KeyringAccount` has a new required field (`scopes`) and is part of the public API.

## [1.1.0]

### Changed
Expand All @@ -22,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- This new version fixes a bug with CJS re-exports.
- Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]
[2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
[1.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
[1.0.0]: https://github.com/MetaMask/accounts/releases/tag/@metamask/[email protected]
2 changes: 1 addition & 1 deletion packages/keyring-internal-snap-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/keyring-internal-snap-client",
"version": "1.1.0",
"version": "2.0.0",
"description": "MetaMask Keyring Snap internal clients",
"keywords": [
"metamask",
Expand Down
17 changes: 16 additions & 1 deletion packages/keyring-snap-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.0.0]

### Changed

- **BREAKING:** Bump `@metamask/keyring-api` from `^12.0.0` to `^13.0.0` ([#101](https://github.com/MetaMask/accounts/pull/101))
- This change was not properly reported as breaking on the `7.1.0`.
- `KeyringAccount` and `InternalAccount` have a new required field (`scopes`) and are part of the public API.
- **BREAKING:** Bump `@metamask/keyring-internal-api` from `^1.0.0` to `^2.0.0` ([#135](https://github.com/MetaMask/accounts/pull/135))
- This change was not properly reported as breaking on the `7.1.0`.
- `InternalAccount` extends `KeyringAccount` which has a new required field (`scopes`) and is part of the public API.
- **BREAKING:** Bump `@metamask/keyring-snap-internal-client` from `^1.0.0` to `^2.0.0` ([#135](https://github.com/MetaMask/accounts/pull/135))
- This change was not properly reported as breaking on the `7.1.0`.
- `KeyringAccount` has a new required field (`scopes`) and is part of the public API.

## [7.1.0]

### Changed
Expand Down Expand Up @@ -389,7 +403,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]
[8.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
[7.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
[7.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
[6.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-snap-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-snap-keyring",
"version": "7.1.0",
"version": "8.0.0",
"description": "Snaps keyring bridge.",
"repository": {
"type": "git",
Expand Down
11 changes: 10 additions & 1 deletion packages/keyring-snap-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0]

### Changed

- **BREAKING:** Bump `@metamask/keyring-api` from `^12.0.0` to `^13.0.0` ([#101](https://github.com/MetaMask/accounts/pull/101))
- This change was not properly reported as breaking on the `1.1.0`.
- `KeyringAccount` has a new required field (`scopes`) and is part of the public API.

## [1.1.0]

### Changed
Expand All @@ -21,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- This new version fixes a bug with CJS re-exports.
- Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]
[2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
[1.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
[1.0.0]: https://github.com/MetaMask/accounts/releases/tag/@metamask/[email protected]
2 changes: 1 addition & 1 deletion packages/keyring-snap-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/keyring-snap-client",
"version": "1.1.0",
"version": "2.0.0",
"description": "MetaMask Keyring Snap clients",
"keywords": [
"metamask",
Expand Down
11 changes: 10 additions & 1 deletion packages/keyring-snap-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0]

### Changed

- **BREAKING:** Bump `@metamask/keyring-api` from `^12.0.0` to `^13.0.0` ([#101](https://github.com/MetaMask/accounts/pull/101))
- This change was not properly reported as breaking on the `1.1.0`.
- `KeyringAccount` has a new required field (`scopes`) and is part of the public API.

## [1.1.0]

### Changed
Expand All @@ -21,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- This new version fixes a bug with CJS re-exports.
- Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]
[2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
[1.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
[1.0.0]: https://github.com/MetaMask/accounts/releases/tag/@metamask/[email protected]
2 changes: 1 addition & 1 deletion packages/keyring-snap-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/keyring-snap-sdk",
"version": "1.1.0",
"version": "2.0.0",
"description": "MetaMask Keyring Snap SDK",
"keywords": [
"metamask",
Expand Down

0 comments on commit 1af97f2

Please sign in to comment.