generated from MetaMask/metamask-module-template
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 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
Showing
11 changed files
with
65 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters