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 21.0.0. See the CHANGELOGs for more details.
- Loading branch information
Showing
15 changed files
with
81 additions
and
15 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,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [14.0.0] | ||
|
||
### Added | ||
|
||
- Add `listAccountAssets` keyring method ([#148](https://github.com/MetaMask/accounts/pull/148)) | ||
|
||
### Changed | ||
|
||
- **BREAKING:** Make `CaipAssetType` type more restritive ([#150](https://github.com/MetaMask/accounts/pull/150)) | ||
- It used to be a `string` but it has been restricted with a template literal type that matches CAIP-19 asset type. | ||
|
||
## [13.0.0] | ||
|
||
### Added | ||
|
@@ -466,7 +477,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap. | ||
- Helper functions to create keyring handler in the snap. | ||
|
||
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected] | ||
[14.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[13.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[12.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[11.1.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,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [2.0.1] | ||
|
||
### Changed | ||
|
||
- Bump `@metamask/keyring-api` from `^13.0.0` to `^14.0.0` ([#155](https://github.com/MetaMask/accounts/pull/155)) | ||
|
||
## [2.0.0] | ||
|
||
### Changed | ||
|
@@ -29,7 +35,8 @@ 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.1]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@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,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [3.0.0] | ||
|
||
### Added | ||
|
||
- Add `listAccountAssets` keyring method ([#148](https://github.com/MetaMask/accounts/pull/148)) | ||
- This is inherited from the `KeyringClient` changes. | ||
|
||
### Changed | ||
|
||
- **BREAKING:** Bump `@metamask/keyring-api` from `^13.0.0` to `^14.0.0` ([#155](https://github.com/MetaMask/accounts/pull/155)) | ||
- The `CaipAssetType` is now more restrictive which affects the existing `getAccountBalances` method. | ||
|
||
## [2.0.0] | ||
|
||
### Changed | ||
|
@@ -33,7 +45,8 @@ 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] | ||
[3.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@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,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [8.1.1] | ||
|
||
### Changed | ||
|
||
- Bump `@metamask/keyring-api` from `^13.0.0` to `^14.0.0` ([#155](https://github.com/MetaMask/accounts/pull/155)) | ||
|
||
## [8.1.0] | ||
|
||
### Added | ||
|
@@ -410,7 +416,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.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[8.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@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] | ||
|
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] | ||
|
||
## [3.0.0] | ||
|
||
### Added | ||
|
||
- Add `listAccountAssets` keyring method ([#148](https://github.com/MetaMask/accounts/pull/148)) | ||
|
||
### Changed | ||
|
||
- **BREAKING:** Bump `@metamask/keyring-api` from `^13.0.0` to `^14.0.0` ([#155](https://github.com/MetaMask/accounts/pull/155)) | ||
- The `CaipAssetType` is now more restrictive which affects the existing `getAccountBalances` method. | ||
|
||
## [2.0.0] | ||
|
||
### Changed | ||
|
@@ -29,7 +40,8 @@ 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] | ||
[3.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@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,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [2.1.0] | ||
|
||
### Added | ||
|
||
- Add support of `listAccountAssets` keyring method ([#148](https://github.com/MetaMask/accounts/pull/148)) | ||
|
||
## [2.0.0] | ||
|
||
### Changed | ||
|
@@ -29,7 +35,8 @@ 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.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@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,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [1.2.0] | ||
|
||
### Changed | ||
|
||
- Add generic type in `definePattern` ([#150](https://github.com/MetaMask/accounts/pull/150)) | ||
- It allows to use template literal type that matches the pattern. | ||
|
||
## [1.1.0] | ||
|
||
### Added | ||
|
@@ -25,6 +32,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] | ||
[1.2.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