-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6f0c86
commit d685230
Showing
54 changed files
with
306 additions
and
965 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "root", | ||
"version": "33.0.0", | ||
"version": "34.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,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [4.0.0] | ||
|
||
### Uncategorized | ||
|
||
- BREAKING: Use `tsup` and refactor exports ([#2210](https://github.com/MetaMask/snaps-skunkworks.git/pull/2210)) | ||
|
@@ -81,7 +83,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-skunkworks.git/compare/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected] | ||
[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[3.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[3.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/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 |
---|---|---|
@@ -1,76 +1,53 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### Uncategorized | ||
|
||
- Bump `@metamask/rpc-errors` to `^6.2.1` ([#2209](https://github.com/MetaMask/snaps-skunkworks.git/pull/2209)) | ||
- BREAKING: Use `tsup` and refactor exports ([#2210](https://github.com/MetaMask/snaps-skunkworks.git/pull/2210)) | ||
- BREAKING: Change CLI config to use Webpack by default ([#2214](https://github.com/MetaMask/snaps-skunkworks.git/pull/2214)) | ||
- Update example configurations ([#2193](https://github.com/MetaMask/snaps-skunkworks.git/pull/2193)) | ||
|
||
## [2.1.1] | ||
|
||
### Changed | ||
|
||
- Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) | ||
|
||
## [2.1.0] | ||
|
||
### Changed | ||
|
||
- Use `@metamask/snaps-sdk` package ([#1930](https://github.com/MetaMask/snaps/pull/1930), | ||
[#1946](https://github.com/MetaMask/snaps/pull/1946), [#1950](https://github.com/MetaMask/snaps/pull/1950), | ||
[#1949](https://github.com/MetaMask/snaps/pull/1949), [#1954](https://github.com/MetaMask/snaps/pull/1954)) | ||
- This package replaces the `@metamask/snaps-types` and | ||
- `@metamask/snaps-ui` packages, and is much more lightweight. | ||
|
||
## [2.0.1] | ||
|
||
### Changed | ||
|
||
- Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) | ||
|
||
## [2.0.0] | ||
|
||
### Changed | ||
|
||
- **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) | ||
|
||
## [1.0.0] | ||
|
||
### Changed | ||
|
||
- Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) | ||
|
||
## [0.37.3-flask.1] | ||
|
||
### Changed | ||
|
||
- Use `polyfills` option for specifying Node.js polyfills ([#1650](https://github.com/MetaMask/snaps/pull/1650)) | ||
|
||
### Fixed | ||
|
||
- Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) | ||
|
||
## [0.37.2-flask.1] | ||
|
||
### Changed | ||
|
||
- Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) | ||
- The version of the package no longer needs to match the version of all other | ||
MetaMask Snaps packages. | ||
|
||
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected] | ||
[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected] | ||
[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.37.2-flask.1]: https://github.com/MetaMask/snaps/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,84 +1,59 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### Uncategorized | ||
|
||
- Bump `@metamask/rpc-errors` to `^6.2.1` ([#2209](https://github.com/MetaMask/snaps-skunkworks.git/pull/2209)) | ||
- BREAKING: Use `tsup` and refactor exports ([#2210](https://github.com/MetaMask/snaps-skunkworks.git/pull/2210)) | ||
- BREAKING: Change CLI config to use Webpack by default ([#2214](https://github.com/MetaMask/snaps-skunkworks.git/pull/2214)) | ||
- Update example configurations ([#2193](https://github.com/MetaMask/snaps-skunkworks.git/pull/2193)) | ||
|
||
## [2.1.1] | ||
|
||
### Changed | ||
|
||
- Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) | ||
|
||
## [2.1.0] | ||
|
||
### Changed | ||
|
||
- Use `@metamask/snaps-sdk` package ([#1930](https://github.com/MetaMask/snaps/pull/1930), | ||
[#1946](https://github.com/MetaMask/snaps/pull/1946), [#1950](https://github.com/MetaMask/snaps/pull/1950), | ||
[#1949](https://github.com/MetaMask/snaps/pull/1949), [#1954](https://github.com/MetaMask/snaps/pull/1954)) | ||
- This package replaces the `@metamask/snaps-types` and | ||
- `@metamask/snaps-ui` packages, and is much more lightweight. | ||
|
||
## [2.0.1] | ||
|
||
### Changed | ||
|
||
- Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) | ||
|
||
## [2.0.0] | ||
|
||
### Changed | ||
|
||
- **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) | ||
|
||
## [1.0.0] | ||
|
||
### Changed | ||
|
||
- Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) | ||
|
||
## [0.38.1-flask.1] | ||
|
||
### Changed | ||
|
||
- Use `polyfills` option for specifying Node.js polyfills ([#1650](https://github.com/MetaMask/snaps/pull/1650)) | ||
|
||
### Fixed | ||
|
||
- Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) | ||
|
||
## [0.38.0-flask.1] | ||
|
||
### Changed | ||
|
||
- Update example to the new configuration format ([#1632](https://github.com/MetaMask/snaps/pull/1632)) | ||
- The example now uses Webpack instead of Browserify. | ||
|
||
## [0.37.2-flask.1] | ||
|
||
### Changed | ||
|
||
- Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) | ||
- The version of the package no longer needs to match the version of all other | ||
MetaMask Snaps packages. | ||
|
||
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected] | ||
[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected] | ||
[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.37.2-flask.1]: https://github.com/MetaMask/snaps/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,48 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### Uncategorized | ||
|
||
- Bump `@metamask/rpc-errors` to `^6.2.1` ([#2209](https://github.com/MetaMask/snaps-skunkworks.git/pull/2209)) | ||
- BREAKING: Use `tsup` and refactor exports ([#2210](https://github.com/MetaMask/snaps-skunkworks.git/pull/2210)) | ||
|
||
## [2.1.1] | ||
|
||
### Changed | ||
|
||
- Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) | ||
|
||
## [2.1.0] | ||
|
||
### Changed | ||
|
||
- Use `@metamask/snaps-sdk` package ([#1946](https://github.com/MetaMask/snaps/pull/1946)) | ||
- This package replaces the `@metamask/snaps-types` and | ||
- `@metamask/snaps-ui` packages, and is much more lightweight. | ||
|
||
## [2.0.1] | ||
|
||
### Changed | ||
|
||
- Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) | ||
|
||
## [2.0.0] | ||
|
||
### Changed | ||
|
||
- **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) | ||
|
||
## [1.0.0] | ||
|
||
### Changed | ||
|
||
- Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) | ||
|
||
## [0.37.3-flask.1] | ||
|
||
### Fixed | ||
|
||
- Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) | ||
|
||
## [0.37.2-flask.1] | ||
|
||
### Changed | ||
|
||
- Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) | ||
- The version of the package no longer needs to match the version of all other | ||
MetaMask Snaps packages. | ||
|
||
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected] | ||
[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected] | ||
[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.37.2-flask.1]: https://github.com/MetaMask/snaps/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,47 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### Uncategorized | ||
|
||
- Bump `@metamask/rpc-errors` to `^6.2.1` ([#2209](https://github.com/MetaMask/snaps-skunkworks.git/pull/2209)) | ||
- BREAKING: Use `tsup` and refactor exports ([#2210](https://github.com/MetaMask/snaps-skunkworks.git/pull/2210)) | ||
- BREAKING: Change CLI config to use Webpack by default ([#2214](https://github.com/MetaMask/snaps-skunkworks.git/pull/2214)) | ||
|
||
## [2.1.1] | ||
|
||
### Changed | ||
|
||
- Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) | ||
|
||
## [2.1.0] | ||
|
||
### Changed | ||
|
||
- Use `@metamask/snaps-sdk` package ([#1946](https://github.com/MetaMask/snaps/pull/1946)) | ||
- This package replaces the `@metamask/snaps-types` and | ||
- `@metamask/snaps-ui` packages, and is much more lightweight. | ||
|
||
## [2.0.1] | ||
|
||
### Changed | ||
|
||
- Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) | ||
|
||
## [2.0.0] | ||
|
||
### Changed | ||
|
||
- **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) | ||
|
||
## [1.0.0] | ||
|
||
### Changed | ||
|
||
- Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) | ||
|
||
## [0.38.1-flask.1] | ||
|
||
### Fixed | ||
|
||
- Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) | ||
|
||
## [0.38.0-flask.1] | ||
|
||
### Added | ||
|
||
- Add Browserify example snap ([#1632](https://github.com/MetaMask/snaps/pull/1632)) | ||
- This snap demonstrates how to use the deprecated Browserify configuration format. | ||
|
||
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected] | ||
[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/[email protected] | ||
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected] | ||
[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected] | ||
[0.38.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/[email protected] |
Oops, something went wrong.