-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 78.0.0 #2896
Merged
Merged
Release 78.0.0 #2896
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "root", | ||
"version": "77.0.0", | ||
"version": "78.0.0", | ||
"private": true, | ||
"repository": { | ||
"type": "git", | ||
|
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] | ||
|
||
## [6.5.3] | ||
|
||
### Fixed | ||
|
||
- Ignore query strings when parsing URLs ([#2883](https://github.com/MetaMask/snaps/pull/2883)) | ||
|
||
## [6.5.2] | ||
|
||
### Changed | ||
|
@@ -282,7 +288,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- The version of the package no longer needs to match the version of all other | ||
MetaMask Snaps packages. | ||
|
||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected] | ||
[6.5.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[6.5.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[6.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[6.5.0]: https://github.com/MetaMask/snaps/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] | ||
|
||
## [9.13.0] | ||
|
||
### Added | ||
|
||
- Add interface persistence ([#2856](https://github.com/MetaMask/snaps/pull/2856)) | ||
|
||
### Changed | ||
|
||
- Use `arrayBuffer` for fetching local Snaps ([#2884](https://github.com/MetaMask/snaps/pull/2884)) | ||
- This fixes some incompatiblities with React Native. | ||
|
||
## [9.12.0] | ||
|
||
### Added | ||
|
@@ -556,7 +567,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- The version of the package no longer needs to match the version of all other | ||
MetaMask Snaps packages. | ||
|
||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected] | ||
[9.13.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[9.12.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[9.11.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[9.11.0]: https://github.com/MetaMask/snaps/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] | ||
|
||
## [6.10.0] | ||
|
||
### Added | ||
|
||
- Add `isSecureContext` global ([#2893](https://github.com/MetaMask/snaps/pull/2893)) | ||
|
||
### Fixed | ||
|
||
- Remove unnecessary proxy for provider globals ([#2850](https://github.com/MetaMask/snaps/pull/2850)) | ||
- Make fetch responses an instance of `Response` ([#2889](https://github.com/MetaMask/snaps/pull/2889)) | ||
|
||
## [6.9.2] | ||
|
||
### Changed | ||
|
@@ -386,7 +397,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- The version of the package no longer needs to match the version of all other | ||
MetaMask Snaps packages. | ||
|
||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected] | ||
[6.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[6.9.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[6.9.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[6.9.0]: https://github.com/MetaMask/snaps/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] | ||
|
||
## [8.7.1] | ||
|
||
### Added | ||
|
||
- Add interface persistence ([#2856](https://github.com/MetaMask/snaps/pull/2856)) | ||
|
||
## [8.7.0] | ||
|
||
### Added | ||
|
@@ -288,7 +294,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- The version of the package no longer needs to match the version of all other | ||
MetaMask Snaps packages. | ||
|
||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected] | ||
[8.7.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[8.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[8.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[8.5.0]: https://github.com/MetaMask/snaps/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] | ||
|
||
## [6.11.0] | ||
|
||
### Added | ||
|
||
- Add support for `Address` in `Card` title ([#2894](https://github.com/MetaMask/snaps/pull/2894)) | ||
|
||
## [6.10.0] | ||
|
||
### Added | ||
|
@@ -409,7 +415,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
- Initial release of this package. | ||
|
||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected] | ||
[6.11.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[6.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[6.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[6.8.0]: https://github.com/MetaMask/snaps/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] | ||
|
||
## [1.3.1] | ||
|
||
### Added | ||
|
||
- Add interface persistence ([#2856](https://github.com/MetaMask/snaps/pull/2856)) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Open for suggestions on how to convey this better, we just want to ship these changes so we avoid incompatibilities between latest versions of |
||
|
||
## [1.3.0] | ||
|
||
### Added | ||
|
@@ -56,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
- Initial release of `@metamask/snaps-simulation` package ([#2727](https://github.com/MetaMask/snaps/pull/2727)) | ||
|
||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected] | ||
[1.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[1.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[1.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[1.1.1]: https://github.com/MetaMask/snaps/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] | ||
|
||
## [8.6.0] | ||
|
||
### Added | ||
|
||
- Add `isSecureContext` global ([#2893](https://github.com/MetaMask/snaps/pull/2893)) | ||
|
||
## [8.5.2] | ||
|
||
### Fixed | ||
|
@@ -485,7 +491,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- The version of the package no longer needs to match the version of all other | ||
MetaMask Snaps packages. | ||
|
||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected] | ||
[8.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[8.5.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[8.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[8.5.0]: https://github.com/MetaMask/snaps/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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Open for suggestions on how to convey this better, we just want to ship these changes so we avoid incompatibilities between latest versions of
snaps-simulation
andsnaps-controllers