Skip to content

Commit

Permalink
Revert "release: 18.0.0 (#135)" (#136)
Browse files Browse the repository at this point in the history
This reverts commit 680cc4b.

- - -

This release could not get through because I forgot to update the
[top-level package.json
version](https://github.com/MetaMask/accounts/blob/680cc4b148118e061a00199386308f1dd526e6a4/package.json#L3).
  • Loading branch information
ccharly authored Jan 13, 2025
1 parent 680cc4b commit 68b2095
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 64 deletions.
11 changes: 1 addition & 10 deletions packages/keyring-internal-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ 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 @@ -29,7 +21,6 @@ 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]
[2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/accounts/compare/@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": "2.0.0",
"version": "1.1.0",
"description": "MetaMask Keyring Internal API",
"keywords": [
"metamask",
Expand Down
14 changes: 1 addition & 13 deletions packages/keyring-internal-snap-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@ 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 @@ -33,7 +22,6 @@ 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]
[2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/accounts/compare/@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": "2.0.0",
"version": "1.1.0",
"description": "MetaMask Keyring Snap internal clients",
"keywords": [
"metamask",
Expand Down
17 changes: 1 addition & 16 deletions packages/keyring-snap-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,6 @@ 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 @@ -403,8 +389,7 @@ 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]
[8.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/accounts/compare/@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": "8.0.0",
"version": "7.1.0",
"description": "Snaps keyring bridge.",
"repository": {
"type": "git",
Expand Down
11 changes: 1 addition & 10 deletions packages/keyring-snap-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ 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 @@ -29,7 +21,6 @@ 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]
[2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/accounts/compare/@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": "2.0.0",
"version": "1.1.0",
"description": "MetaMask Keyring Snap clients",
"keywords": [
"metamask",
Expand Down
11 changes: 1 addition & 10 deletions packages/keyring-snap-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ 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 @@ -29,7 +21,6 @@ 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]
[2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/accounts/compare/@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": "2.0.0",
"version": "1.1.0",
"description": "MetaMask Keyring Snap SDK",
"keywords": [
"metamask",
Expand Down

0 comments on commit 68b2095

Please sign in to comment.