-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
13 changed files
with
48 additions
and
13 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 |
---|---|---|
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [0.12.3] | ||
### Uncategorized | ||
- feat: add the option to add dapp icon in base64 format ([#521](https://github.com/MetaMask/metamask-sdk/pull/521)) | ||
|
||
## [0.12.2] | ||
### Uncategorized | ||
- chore: trigger release ([#524](https://github.com/MetaMask/metamask-sdk/pull/524)) | ||
|
@@ -122,7 +126,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
### Added | ||
- [FEAT] improve logging + update examples ([#99](https://github.com/MetaMask/metamask-sdk/pull/99)) | ||
|
||
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected] | ||
[0.12.3]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.12.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.12.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.12.0]: https://github.com/MetaMask/metamask-sdk/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 |
---|---|---|
|
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [0.1.2] | ||
### Uncategorized | ||
- feat: sdk config context as part of sdk-react ([#529](https://github.com/MetaMask/metamask-sdk/pull/529)) | ||
- feat: design system part3 ([#527](https://github.com/MetaMask/metamask-sdk/pull/527)) | ||
- feat: add the option to add dapp icon in base64 format ([#521](https://github.com/MetaMask/metamask-sdk/pull/521)) | ||
- feat: update examples 0.12.2 ([#526](https://github.com/MetaMask/metamask-sdk/pull/526)) | ||
|
||
## [0.1.1] | ||
### Uncategorized | ||
- chore: trigger release ([#524](https://github.com/MetaMask/metamask-sdk/pull/524)) | ||
|
@@ -19,5 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- fix: linting changelog issue after updating scripts ([#509](https://github.com/MetaMask/metamask-sdk/pull/509)) | ||
- fix: invalid changelog linter script ([#506](https://github.com/MetaMask/metamask-sdk/pull/506)) | ||
|
||
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected] | ||
[0.1.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.1.1]: https://github.com/MetaMask/metamask-sdk/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 |
---|---|---|
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [0.12.3] | ||
### Uncategorized | ||
- feat: sdk config context as part of sdk-react ([#529](https://github.com/MetaMask/metamask-sdk/pull/529)) | ||
|
||
## [0.12.2] | ||
### Uncategorized | ||
- chore: trigger release ([#524](https://github.com/MetaMask/metamask-sdk/pull/524)) | ||
|
@@ -73,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
### Added | ||
- [feat] initial beta released | ||
|
||
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected] | ||
[0.12.3]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.12.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.12.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.12.0]: https://github.com/MetaMask/metamask-sdk/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 |
---|---|---|
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [0.12.3] | ||
### Uncategorized | ||
- feat: sdk config context as part of sdk-react ([#529](https://github.com/MetaMask/metamask-sdk/pull/529)) | ||
|
||
## [0.12.2] | ||
### Uncategorized | ||
- chore: trigger release ([#524](https://github.com/MetaMask/metamask-sdk/pull/524)) | ||
|
@@ -103,7 +107,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- [fix] publishing config ([#135](https://github.com/MetaMask/metamask-sdk/pull/135)) | ||
- [feat] initial beta released | ||
|
||
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected] | ||
[0.12.3]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.12.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.12.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.12.0]: https://github.com/MetaMask/metamask-sdk/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 |
---|---|---|
|
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [0.1.2] | ||
### Uncategorized | ||
- feat: design system part3 ([#527](https://github.com/MetaMask/metamask-sdk/pull/527)) | ||
- feat: update examples 0.12.2 ([#526](https://github.com/MetaMask/metamask-sdk/pull/526)) | ||
|
||
## [0.1.1] | ||
### Uncategorized | ||
- chore: trigger release ([#524](https://github.com/MetaMask/metamask-sdk/pull/524)) | ||
|
@@ -22,5 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- feat: optimize rollup builds ([#496](https://github.com/MetaMask/metamask-sdk/pull/496)) | ||
- fix: linting changelog issue after updating scripts ([#509](https://github.com/MetaMask/metamask-sdk/pull/509)) | ||
|
||
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected] | ||
[0.1.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.1.1]: https://github.com/MetaMask/metamask-sdk/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 |
---|---|---|
|
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [0.12.3] | ||
### Uncategorized | ||
- fix: regex in setupDappMetadata function ([#528](https://github.com/MetaMask/metamask-sdk/pull/528)) | ||
- feat: add the option to add dapp icon in base64 format ([#521](https://github.com/MetaMask/metamask-sdk/pull/521)) | ||
|
||
## [0.12.2] | ||
### Uncategorized | ||
- chore: trigger release ([#524](https://github.com/MetaMask/metamask-sdk/pull/524)) | ||
|
@@ -199,7 +204,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
### Added | ||
- [FEAT] improve logging + update examples ([#99](https://github.com/MetaMask/metamask-sdk/pull/99)) | ||
|
||
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected] | ||
[0.12.3]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.12.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.12.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.12.0]: https://github.com/MetaMask/metamask-sdk/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