From f0819710884b1895ebc66f489ccd195df75683c7 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 13 Mar 2025 11:26:36 +0100 Subject: [PATCH 1/4] Initialize Release 94.0.0 --- packages/create-snap/CHANGELOG.md | 44 +++--- packages/examples/packages/bip32/CHANGELOG.md | 29 ++-- packages/examples/packages/bip44/CHANGELOG.md | 29 ++-- .../packages/browserify-plugin/CHANGELOG.md | 88 ++++++++++-- .../examples/packages/browserify/CHANGELOG.md | 89 ++++++++++-- .../packages/client-status/CHANGELOG.md | 35 ++++- .../examples/packages/cronjobs/CHANGELOG.md | 37 +++-- .../examples/packages/dialogs/CHANGELOG.md | 49 +++++-- .../examples/packages/errors/CHANGELOG.md | 42 ++++-- .../packages/ethereum-provider/CHANGELOG.md | 37 +++-- .../examples/packages/ethers-js/CHANGELOG.md | 49 +++++-- .../packages/file-upload/CHANGELOG.md | 34 ++++- .../examples/packages/get-file/CHANGELOG.md | 40 +++++- .../examples/packages/home-page/CHANGELOG.md | 32 ++++- .../examples/packages/images/CHANGELOG.md | 34 ++++- .../packages/interactive-ui/CHANGELOG.md | 38 +++-- .../packages/consumer-signer/CHANGELOG.md | 51 +++++-- .../packages/core-signer/CHANGELOG.md | 53 +++++-- .../examples/packages/json-rpc/CHANGELOG.md | 45 ++++-- packages/examples/packages/jsx/CHANGELOG.md | 37 ++++- .../packages/lifecycle-hooks/CHANGELOG.md | 41 ++++-- .../packages/localization/CHANGELOG.md | 40 +++++- .../packages/manage-state/CHANGELOG.md | 37 +++-- .../packages/name-lookup/CHANGELOG.md | 42 ++++-- .../packages/network-access/CHANGELOG.md | 51 +++++-- .../packages/notifications/CHANGELOG.md | 38 +++-- .../packages/preinstalled/CHANGELOG.md | 22 ++- .../examples/packages/protocol/CHANGELOG.md | 9 +- .../packages/rollup-plugin/CHANGELOG.md | 44 ++++-- .../examples/packages/send-flow/CHANGELOG.md | 20 ++- .../packages/signature-insights/CHANGELOG.md | 31 ++++- .../transaction-insights/CHANGELOG.md | 50 +++++-- packages/examples/packages/wasm/CHANGELOG.md | 48 +++++-- packages/snaps-browserify-plugin/CHANGELOG.md | 32 +++-- packages/snaps-cli/CHANGELOG.md | 87 ++++++------ packages/snaps-controllers/CHANGELOG.md | 130 +++++++++--------- .../snaps-execution-environments/CHANGELOG.md | 105 +++++++------- packages/snaps-jest/CHANGELOG.md | 82 +++++------ packages/snaps-rollup-plugin/CHANGELOG.md | 30 ++-- packages/snaps-rpc-methods/CHANGELOG.md | 105 +++++++------- packages/snaps-sdk/CHANGELOG.md | 100 +++++++------- packages/snaps-simulation/CHANGELOG.md | 36 +++-- packages/snaps-simulator/CHANGELOG.md | 84 +++++++++-- packages/snaps-utils/CHANGELOG.md | 120 ++++++++-------- packages/snaps-webpack-plugin/CHANGELOG.md | 42 +++--- 45 files changed, 1589 insertions(+), 729 deletions(-) diff --git a/packages/create-snap/CHANGELOG.md b/packages/create-snap/CHANGELOG.md index 8af139473e..da98d21aeb 100644 --- a/packages/create-snap/CHANGELOG.md +++ b/packages/create-snap/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- chore: Bump ts-bridge ([#2917](https://github.com/MetaMask/snaps-skunkworks.git/pull/2917)) +- Bump `ts-bridge` to `0.6.0` ([#2882](https://github.com/MetaMask/snaps-skunkworks.git/pull/2882)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [4.0.4] ### Fixed @@ -105,19 +117,19 @@ 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/create-snap@4.0.4...HEAD -[4.0.4]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@4.0.3...@metamask/create-snap@4.0.4 -[4.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@4.0.2...@metamask/create-snap@4.0.3 -[4.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@4.0.1...@metamask/create-snap@4.0.2 -[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@4.0.0...@metamask/create-snap@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@3.1.1...@metamask/create-snap@4.0.0 -[3.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@3.1.0...@metamask/create-snap@3.1.1 -[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@3.0.1...@metamask/create-snap@3.1.0 -[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@3.0.0...@metamask/create-snap@3.0.1 -[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@2.0.0...@metamask/create-snap@3.0.0 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@1.0.1...@metamask/create-snap@2.0.0 -[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@1.0.0...@metamask/create-snap@1.0.1 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@0.37.4-flask.1...@metamask/create-snap@1.0.0 -[0.37.4-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@0.37.3-flask.1...@metamask/create-snap@0.37.4-flask.1 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@0.37.2-flask.1...@metamask/create-snap@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/create-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@4.0.4...HEAD +[4.0.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@4.0.3...@metamask/create-snap@4.0.4 +[4.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@4.0.2...@metamask/create-snap@4.0.3 +[4.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@4.0.1...@metamask/create-snap@4.0.2 +[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@4.0.0...@metamask/create-snap@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@3.1.1...@metamask/create-snap@4.0.0 +[3.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@3.1.0...@metamask/create-snap@3.1.1 +[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@3.0.1...@metamask/create-snap@3.1.0 +[3.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@3.0.0...@metamask/create-snap@3.0.1 +[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@2.0.0...@metamask/create-snap@3.0.0 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@1.0.1...@metamask/create-snap@2.0.0 +[1.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@1.0.0...@metamask/create-snap@1.0.1 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@0.37.4-flask.1...@metamask/create-snap@1.0.0 +[0.37.4-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@0.37.3-flask.1...@metamask/create-snap@0.37.4-flask.1 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@0.37.2-flask.1...@metamask/create-snap@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/create-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/bip32/CHANGELOG.md b/packages/examples/packages/bip32/CHANGELOG.md index dad0865139..b72f78683c 100644 --- a/packages/examples/packages/bip32/CHANGELOG.md +++ b/packages/examples/packages/bip32/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) +- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps-skunkworks.git/pull/3204)) + ## [2.3.0] ### Added @@ -87,15 +92,15 @@ 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/bip32-example-snap@2.3.0...HEAD -[2.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.2.1...@metamask/bip32-example-snap@2.3.0 -[2.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.2.0...@metamask/bip32-example-snap@2.2.1 -[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.1.2...@metamask/bip32-example-snap@2.2.0 -[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.1.1...@metamask/bip32-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.1.0...@metamask/bip32-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.0.1...@metamask/bip32-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.0.0...@metamask/bip32-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@1.0.0...@metamask/bip32-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@0.37.3-flask.1...@metamask/bip32-example-snap@1.0.0 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@0.37.2-flask.1...@metamask/bip32-example-snap@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/bip32-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@2.3.0...HEAD +[2.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@2.2.1...@metamask/bip32-example-snap@2.3.0 +[2.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@2.2.0...@metamask/bip32-example-snap@2.2.1 +[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@2.1.2...@metamask/bip32-example-snap@2.2.0 +[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@2.1.1...@metamask/bip32-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@2.1.0...@metamask/bip32-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@2.0.1...@metamask/bip32-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@2.0.0...@metamask/bip32-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@1.0.0...@metamask/bip32-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@0.37.3-flask.1...@metamask/bip32-example-snap@1.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@0.37.2-flask.1...@metamask/bip32-example-snap@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/bip32-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/bip44/CHANGELOG.md b/packages/examples/packages/bip44/CHANGELOG.md index 06a701cdac..b38e9de6cb 100644 --- a/packages/examples/packages/bip44/CHANGELOG.md +++ b/packages/examples/packages/bip44/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) +- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps-skunkworks.git/pull/3204)) + ## [2.2.0] ### Added @@ -88,15 +93,15 @@ 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/bip44-example-snap@2.2.0...HEAD -[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@2.1.3...@metamask/bip44-example-snap@2.2.0 -[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@2.1.2...@metamask/bip44-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@2.1.1...@metamask/bip44-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@2.1.0...@metamask/bip44-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@2.0.1...@metamask/bip44-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@2.0.0...@metamask/bip44-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@1.0.0...@metamask/bip44-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@0.38.1-flask.1...@metamask/bip44-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@0.38.0-flask.1...@metamask/bip44-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@0.37.2-flask.1...@metamask/bip44-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/bip44-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@2.2.0...HEAD +[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@2.1.3...@metamask/bip44-example-snap@2.2.0 +[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@2.1.2...@metamask/bip44-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@2.1.1...@metamask/bip44-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@2.1.0...@metamask/bip44-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@2.0.1...@metamask/bip44-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@2.0.0...@metamask/bip44-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@1.0.0...@metamask/bip44-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@0.38.1-flask.1...@metamask/bip44-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@0.38.0-flask.1...@metamask/bip44-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@0.37.2-flask.1...@metamask/bip44-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/bip44-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/browserify-plugin/CHANGELOG.md b/packages/examples/packages/browserify-plugin/CHANGELOG.md index 235a19453b..5f81f47657 100644 --- a/packages/examples/packages/browserify-plugin/CHANGELOG.md +++ b/packages/examples/packages/browserify-plugin/CHANGELOG.md @@ -7,6 +7,74 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) +- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps-skunkworks.git/pull/3204)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- feat: Add `crossAlignment` to `Box` ([#3115](https://github.com/MetaMask/snaps-skunkworks.git/pull/3115)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- fix: Allow `null` in the `endowment:assets` handlers return value ([#3056](https://github.com/MetaMask/snaps-skunkworks.git/pull/3056)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- feat: Implement `MultichainRouter` and `onProtocolRequest` (SIP-26) ([#2875](https://github.com/MetaMask/snaps-skunkworks.git/pull/2875)) +- Add disabled states to all input components ([#3030](https://github.com/MetaMask/snaps-skunkworks.git/pull/3030)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- feat: Implement SIP-29 permission and handlers ([#3028](https://github.com/MetaMask/snaps-skunkworks.git/pull/3028)) +- Add Skeleton component ([#3024](https://github.com/MetaMask/snaps-skunkworks.git/pull/3024)) +- feat: Add border radius to `Image` ([#3023](https://github.com/MetaMask/snaps-skunkworks.git/pull/3023)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- Add backgroundColor property to Container component ([#2950](https://github.com/MetaMask/snaps-skunkworks.git/pull/2950)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) +- feat: Allow usage of `Text` in `Value` props ([#2984](https://github.com/MetaMask/snaps-skunkworks.git/pull/2984)) +- Feat: Add background events ([#2941](https://github.com/MetaMask/snaps-skunkworks.git/pull/2941)) +- Add `snap_getState`, `snap_setState`, `snap_clearState` methods ([#2916](https://github.com/MetaMask/snaps-skunkworks.git/pull/2916)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- Add Banner UI component ([#2961](https://github.com/MetaMask/snaps-skunkworks.git/pull/2961)) +- feat: Support `fontWeight` prop on `Text` ([#2959](https://github.com/MetaMask/snaps-skunkworks.git/pull/2959)) +- Add `onSettingsPage` export ([#2911](https://github.com/MetaMask/snaps-skunkworks.git/pull/2911)) +- feat: Add `size` prop to Button ([#2953](https://github.com/MetaMask/snaps-skunkworks.git/pull/2953)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- fix: Improve field validation errors ([#2937](https://github.com/MetaMask/snaps-skunkworks.git/pull/2937)) +- Add loading variant for Snaps UI Button ([#2930](https://github.com/MetaMask/snaps-skunkworks.git/pull/2930)) +- Allow `Field` in `Box` ([#2926](https://github.com/MetaMask/snaps-skunkworks.git/pull/2926)) +- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps-skunkworks.git/pull/2909)) +- Add `size` prop to `Text` ([#2908](https://github.com/MetaMask/snaps-skunkworks.git/pull/2908)) +- feat: Add `snap_getInterfaceContext` ([#2902](https://github.com/MetaMask/snaps-skunkworks.git/pull/2902)) +- Add support for `Address` in `Card` title. ([#2894](https://github.com/MetaMask/snaps-skunkworks.git/pull/2894)) +- feat: Implement interface persistence ([#2856](https://github.com/MetaMask/snaps-skunkworks.git/pull/2856)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- Add updated props for address component ([#2833](https://github.com/MetaMask/snaps-skunkworks.git/pull/2833)) +- Revert `snap_notify` changes ([#2837](https://github.com/MetaMask/snaps-skunkworks.git/pull/2837)) +- Add `sm` size variant to `Heading` ([#2831](https://github.com/MetaMask/snaps-skunkworks.git/pull/2831)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Add `min`, `max` and `step` props to `Input` ([#2821](https://github.com/MetaMask/snaps-skunkworks.git/pull/2821)) +- feat: Add `Avatar` component ([#2820](https://github.com/MetaMask/snaps-skunkworks.git/pull/2820)) +- Revert `AccountSelector` ([#2794](https://github.com/MetaMask/snaps-skunkworks.git/pull/2794)) +- feat: Add experimental provider request RPC method ([#2773](https://github.com/MetaMask/snaps-skunkworks.git/pull/2773)) +- Add `AccountSelector` to `Box` and `Field` children ([#2774](https://github.com/MetaMask/snaps-skunkworks.git/pull/2774)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) +- Allow multiple chain ID in `AccountSelector` ([#2768](https://github.com/MetaMask/snaps-skunkworks.git/pull/2768)) +- Add new `snap_getCurrencyRate` RPC method ([#2763](https://github.com/MetaMask/snaps-skunkworks.git/pull/2763)) +- Add `AccountSelector` component ([#2764](https://github.com/MetaMask/snaps-skunkworks.git/pull/2764)) +- Allow `Link` in `Row` and `Address` in `Link` ([#2761](https://github.com/MetaMask/snaps-skunkworks.git/pull/2761)) +- feat: Add the `size` prop to `Heading` ([#2759](https://github.com/MetaMask/snaps-skunkworks.git/pull/2759)) +- Update `snap_notify` to allow JSX content ([#2706](https://github.com/MetaMask/snaps-skunkworks.git/pull/2706)) +- Allow for `metamask:` schemed URLs ([#2719](https://github.com/MetaMask/snaps-skunkworks.git/pull/2719)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) +- Add `center` prop to `Box` component ([#2716](https://github.com/MetaMask/snaps-skunkworks.git/pull/2716)) +- Fix type issue with `Field` children ([#2715](https://github.com/MetaMask/snaps-skunkworks.git/pull/2715)) +- Added form property to Button JSX component ([#2712](https://github.com/MetaMask/snaps-skunkworks.git/pull/2712)) + ## [2.1.3] ### Fixed @@ -65,13 +133,13 @@ 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/browserify-plugin-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@2.1.2...@metamask/browserify-plugin-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@2.1.1...@metamask/browserify-plugin-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@2.1.0...@metamask/browserify-plugin-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@2.0.1...@metamask/browserify-plugin-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@2.0.0...@metamask/browserify-plugin-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@1.0.0...@metamask/browserify-plugin-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@0.37.3-flask.1...@metamask/browserify-plugin-example-snap@1.0.0 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@0.37.2-flask.1...@metamask/browserify-plugin-example-snap@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/browserify-plugin-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-plugin-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-plugin-example-snap@2.1.2...@metamask/browserify-plugin-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-plugin-example-snap@2.1.1...@metamask/browserify-plugin-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-plugin-example-snap@2.1.0...@metamask/browserify-plugin-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-plugin-example-snap@2.0.1...@metamask/browserify-plugin-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-plugin-example-snap@2.0.0...@metamask/browserify-plugin-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-plugin-example-snap@1.0.0...@metamask/browserify-plugin-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-plugin-example-snap@0.37.3-flask.1...@metamask/browserify-plugin-example-snap@1.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-plugin-example-snap@0.37.2-flask.1...@metamask/browserify-plugin-example-snap@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/browserify-plugin-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/browserify/CHANGELOG.md b/packages/examples/packages/browserify/CHANGELOG.md index add2a8cbc1..a006ac8e8b 100644 --- a/packages/examples/packages/browserify/CHANGELOG.md +++ b/packages/examples/packages/browserify/CHANGELOG.md @@ -7,6 +7,75 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) +- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps-skunkworks.git/pull/3204)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- feat: Add `crossAlignment` to `Box` ([#3115](https://github.com/MetaMask/snaps-skunkworks.git/pull/3115)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- fix: Allow `null` in the `endowment:assets` handlers return value ([#3056](https://github.com/MetaMask/snaps-skunkworks.git/pull/3056)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- feat: Implement `MultichainRouter` and `onProtocolRequest` (SIP-26) ([#2875](https://github.com/MetaMask/snaps-skunkworks.git/pull/2875)) +- Add disabled states to all input components ([#3030](https://github.com/MetaMask/snaps-skunkworks.git/pull/3030)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- feat: Implement SIP-29 permission and handlers ([#3028](https://github.com/MetaMask/snaps-skunkworks.git/pull/3028)) +- Add Skeleton component ([#3024](https://github.com/MetaMask/snaps-skunkworks.git/pull/3024)) +- feat: Add border radius to `Image` ([#3023](https://github.com/MetaMask/snaps-skunkworks.git/pull/3023)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- Add backgroundColor property to Container component ([#2950](https://github.com/MetaMask/snaps-skunkworks.git/pull/2950)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) +- feat: Allow usage of `Text` in `Value` props ([#2984](https://github.com/MetaMask/snaps-skunkworks.git/pull/2984)) +- Feat: Add background events ([#2941](https://github.com/MetaMask/snaps-skunkworks.git/pull/2941)) +- Add `snap_getState`, `snap_setState`, `snap_clearState` methods ([#2916](https://github.com/MetaMask/snaps-skunkworks.git/pull/2916)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- Add Banner UI component ([#2961](https://github.com/MetaMask/snaps-skunkworks.git/pull/2961)) +- feat: Support `fontWeight` prop on `Text` ([#2959](https://github.com/MetaMask/snaps-skunkworks.git/pull/2959)) +- Add `onSettingsPage` export ([#2911](https://github.com/MetaMask/snaps-skunkworks.git/pull/2911)) +- feat: Add `size` prop to Button ([#2953](https://github.com/MetaMask/snaps-skunkworks.git/pull/2953)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- fix: Improve field validation errors ([#2937](https://github.com/MetaMask/snaps-skunkworks.git/pull/2937)) +- Add loading variant for Snaps UI Button ([#2930](https://github.com/MetaMask/snaps-skunkworks.git/pull/2930)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- Allow `Field` in `Box` ([#2926](https://github.com/MetaMask/snaps-skunkworks.git/pull/2926)) +- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps-skunkworks.git/pull/2909)) +- Add `size` prop to `Text` ([#2908](https://github.com/MetaMask/snaps-skunkworks.git/pull/2908)) +- feat: Add `snap_getInterfaceContext` ([#2902](https://github.com/MetaMask/snaps-skunkworks.git/pull/2902)) +- Add support for `Address` in `Card` title. ([#2894](https://github.com/MetaMask/snaps-skunkworks.git/pull/2894)) +- feat: Implement interface persistence ([#2856](https://github.com/MetaMask/snaps-skunkworks.git/pull/2856)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- Add updated props for address component ([#2833](https://github.com/MetaMask/snaps-skunkworks.git/pull/2833)) +- Revert `snap_notify` changes ([#2837](https://github.com/MetaMask/snaps-skunkworks.git/pull/2837)) +- Add `sm` size variant to `Heading` ([#2831](https://github.com/MetaMask/snaps-skunkworks.git/pull/2831)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Add `min`, `max` and `step` props to `Input` ([#2821](https://github.com/MetaMask/snaps-skunkworks.git/pull/2821)) +- feat: Add `Avatar` component ([#2820](https://github.com/MetaMask/snaps-skunkworks.git/pull/2820)) +- Revert `AccountSelector` ([#2794](https://github.com/MetaMask/snaps-skunkworks.git/pull/2794)) +- feat: Add experimental provider request RPC method ([#2773](https://github.com/MetaMask/snaps-skunkworks.git/pull/2773)) +- Add `AccountSelector` to `Box` and `Field` children ([#2774](https://github.com/MetaMask/snaps-skunkworks.git/pull/2774)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) +- Allow multiple chain ID in `AccountSelector` ([#2768](https://github.com/MetaMask/snaps-skunkworks.git/pull/2768)) +- Add new `snap_getCurrencyRate` RPC method ([#2763](https://github.com/MetaMask/snaps-skunkworks.git/pull/2763)) +- Add `AccountSelector` component ([#2764](https://github.com/MetaMask/snaps-skunkworks.git/pull/2764)) +- Allow `Link` in `Row` and `Address` in `Link` ([#2761](https://github.com/MetaMask/snaps-skunkworks.git/pull/2761)) +- feat: Add the `size` prop to `Heading` ([#2759](https://github.com/MetaMask/snaps-skunkworks.git/pull/2759)) +- Update `snap_notify` to allow JSX content ([#2706](https://github.com/MetaMask/snaps-skunkworks.git/pull/2706)) +- Allow for `metamask:` schemed URLs ([#2719](https://github.com/MetaMask/snaps-skunkworks.git/pull/2719)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) +- Add `center` prop to `Box` component ([#2716](https://github.com/MetaMask/snaps-skunkworks.git/pull/2716)) +- Fix type issue with `Field` children ([#2715](https://github.com/MetaMask/snaps-skunkworks.git/pull/2715)) +- Added form property to Button JSX component ([#2712](https://github.com/MetaMask/snaps-skunkworks.git/pull/2712)) + ## [2.1.3] ### Fixed @@ -64,13 +133,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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/compare/@metamask/browserify-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@2.1.2...@metamask/browserify-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@2.1.1...@metamask/browserify-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@2.1.0...@metamask/browserify-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@2.0.1...@metamask/browserify-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@2.0.0...@metamask/browserify-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@1.0.0...@metamask/browserify-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@0.38.1-flask.1...@metamask/browserify-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@0.38.0-flask.1...@metamask/browserify-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/browserify-example-snap@0.38.0-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-example-snap@2.1.2...@metamask/browserify-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-example-snap@2.1.1...@metamask/browserify-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-example-snap@2.1.0...@metamask/browserify-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-example-snap@2.0.1...@metamask/browserify-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-example-snap@2.0.0...@metamask/browserify-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-example-snap@1.0.0...@metamask/browserify-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-example-snap@0.38.1-flask.1...@metamask/browserify-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-example-snap@0.38.0-flask.1...@metamask/browserify-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/browserify-example-snap@0.38.0-flask.1 diff --git a/packages/examples/packages/client-status/CHANGELOG.md b/packages/examples/packages/client-status/CHANGELOG.md index b8667fca88..ea60d0260d 100644 --- a/packages/examples/packages/client-status/CHANGELOG.md +++ b/packages/examples/packages/client-status/CHANGELOG.md @@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [1.0.3] ### Fixed @@ -31,8 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `snap_getClientStatus` example snap ([#2159](https://github.com/MetaMask/snaps/pull/2159)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/client-status-example-snap@1.0.3...HEAD -[1.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/client-status-example-snap@1.0.2...@metamask/client-status-example-snap@1.0.3 -[1.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/client-status-example-snap@1.0.1...@metamask/client-status-example-snap@1.0.2 -[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/client-status-example-snap@1.0.0...@metamask/client-status-example-snap@1.0.1 -[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/client-status-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/client-status-example-snap@1.0.3...HEAD +[1.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/client-status-example-snap@1.0.2...@metamask/client-status-example-snap@1.0.3 +[1.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/client-status-example-snap@1.0.1...@metamask/client-status-example-snap@1.0.2 +[1.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/client-status-example-snap@1.0.0...@metamask/client-status-example-snap@1.0.1 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/client-status-example-snap@1.0.0 diff --git a/packages/examples/packages/cronjobs/CHANGELOG.md b/packages/examples/packages/cronjobs/CHANGELOG.md index 1348f28dec..360f121aa5 100644 --- a/packages/examples/packages/cronjobs/CHANGELOG.md +++ b/packages/examples/packages/cronjobs/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) + ## [3.0.0] ### Added @@ -95,17 +104,17 @@ 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/cronjob-example-snap@3.0.0...HEAD -[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.2.0...@metamask/cronjob-example-snap@3.0.0 -[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.1.4...@metamask/cronjob-example-snap@2.2.0 -[2.1.4]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.1.3...@metamask/cronjob-example-snap@2.1.4 -[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.1.2...@metamask/cronjob-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.1.1...@metamask/cronjob-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.1.0...@metamask/cronjob-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.0.1...@metamask/cronjob-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.0.0...@metamask/cronjob-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@1.0.0...@metamask/cronjob-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@0.38.1-flask.1...@metamask/cronjob-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@0.38.0-flask.1...@metamask/cronjob-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@0.37.2-flask.1...@metamask/cronjob-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/cronjob-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@3.0.0...HEAD +[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@2.2.0...@metamask/cronjob-example-snap@3.0.0 +[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@2.1.4...@metamask/cronjob-example-snap@2.2.0 +[2.1.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@2.1.3...@metamask/cronjob-example-snap@2.1.4 +[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@2.1.2...@metamask/cronjob-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@2.1.1...@metamask/cronjob-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@2.1.0...@metamask/cronjob-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@2.0.1...@metamask/cronjob-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@2.0.0...@metamask/cronjob-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@1.0.0...@metamask/cronjob-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@0.38.1-flask.1...@metamask/cronjob-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@0.38.0-flask.1...@metamask/cronjob-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@0.37.2-flask.1...@metamask/cronjob-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/cronjob-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/dialogs/CHANGELOG.md b/packages/examples/packages/dialogs/CHANGELOG.md index c3a0467810..a3a25ebfad 100644 --- a/packages/examples/packages/dialogs/CHANGELOG.md +++ b/packages/examples/packages/dialogs/CHANGELOG.md @@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [2.3.1] ### Fixed @@ -88,15 +113,15 @@ 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/dialog-example-snap@2.3.1...HEAD -[2.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@2.3.0...@metamask/dialog-example-snap@2.3.1 -[2.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@2.2.1...@metamask/dialog-example-snap@2.3.0 -[2.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@2.2.0...@metamask/dialog-example-snap@2.2.1 -[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@2.1.0...@metamask/dialog-example-snap@2.2.0 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@2.0.1...@metamask/dialog-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@2.0.0...@metamask/dialog-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@1.0.0...@metamask/dialog-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@0.38.1-flask.1...@metamask/dialog-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@0.38.0-flask.1...@metamask/dialog-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@0.37.2-flask.1...@metamask/dialog-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/dialog-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@2.3.1...HEAD +[2.3.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@2.3.0...@metamask/dialog-example-snap@2.3.1 +[2.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@2.2.1...@metamask/dialog-example-snap@2.3.0 +[2.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@2.2.0...@metamask/dialog-example-snap@2.2.1 +[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@2.1.0...@metamask/dialog-example-snap@2.2.0 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@2.0.1...@metamask/dialog-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@2.0.0...@metamask/dialog-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@1.0.0...@metamask/dialog-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@0.38.1-flask.1...@metamask/dialog-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@0.38.0-flask.1...@metamask/dialog-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@0.37.2-flask.1...@metamask/dialog-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/dialog-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/errors/CHANGELOG.md b/packages/examples/packages/errors/CHANGELOG.md index c8d01f72d8..0170a1d803 100644 --- a/packages/examples/packages/errors/CHANGELOG.md +++ b/packages/examples/packages/errors/CHANGELOG.md @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [2.1.3] ### Fixed @@ -76,14 +96,14 @@ 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/error-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@2.1.2...@metamask/error-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@2.1.1...@metamask/error-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@2.1.0...@metamask/error-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@2.0.1...@metamask/error-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@2.0.0...@metamask/error-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@1.0.0...@metamask/error-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@0.38.1-flask.1...@metamask/error-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@0.38.0-flask.1...@metamask/error-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@0.37.2-flask.1...@metamask/error-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/error-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/error-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/error-example-snap@2.1.2...@metamask/error-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/error-example-snap@2.1.1...@metamask/error-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/error-example-snap@2.1.0...@metamask/error-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/error-example-snap@2.0.1...@metamask/error-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/error-example-snap@2.0.0...@metamask/error-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/error-example-snap@1.0.0...@metamask/error-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/error-example-snap@0.38.1-flask.1...@metamask/error-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/error-example-snap@0.38.0-flask.1...@metamask/error-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/error-example-snap@0.37.2-flask.1...@metamask/error-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/error-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/ethereum-provider/CHANGELOG.md b/packages/examples/packages/ethereum-provider/CHANGELOG.md index 4f135eb9db..e9aaca819f 100644 --- a/packages/examples/packages/ethereum-provider/CHANGELOG.md +++ b/packages/examples/packages/ethereum-provider/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) + ## [2.2.1] ### Fixed @@ -92,16 +103,16 @@ 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/ethereum-provider-example-snap@2.2.1...HEAD -[2.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.2.0...@metamask/ethereum-provider-example-snap@2.2.1 -[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.1.3...@metamask/ethereum-provider-example-snap@2.2.0 -[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.1.2...@metamask/ethereum-provider-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.1.1...@metamask/ethereum-provider-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.1.0...@metamask/ethereum-provider-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.0.1...@metamask/ethereum-provider-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.0.0...@metamask/ethereum-provider-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@1.0.0...@metamask/ethereum-provider-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@0.38.1-flask.1...@metamask/ethereum-provider-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@0.38.0-flask.1...@metamask/ethereum-provider-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@0.37.2-flask.1...@metamask/ethereum-provider-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/ethereum-provider-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@2.2.1...HEAD +[2.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@2.2.0...@metamask/ethereum-provider-example-snap@2.2.1 +[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@2.1.3...@metamask/ethereum-provider-example-snap@2.2.0 +[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@2.1.2...@metamask/ethereum-provider-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@2.1.1...@metamask/ethereum-provider-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@2.1.0...@metamask/ethereum-provider-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@2.0.1...@metamask/ethereum-provider-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@2.0.0...@metamask/ethereum-provider-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@1.0.0...@metamask/ethereum-provider-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@0.38.1-flask.1...@metamask/ethereum-provider-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@0.38.0-flask.1...@metamask/ethereum-provider-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@0.37.2-flask.1...@metamask/ethereum-provider-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/ethereum-provider-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/ethers-js/CHANGELOG.md b/packages/examples/packages/ethers-js/CHANGELOG.md index d31b3a24e9..51926c6694 100644 --- a/packages/examples/packages/ethers-js/CHANGELOG.md +++ b/packages/examples/packages/ethers-js/CHANGELOG.md @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps-skunkworks.git/pull/3204)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- chore: Resolve Dependabot alerts ([#2855](https://github.com/MetaMask/snaps-skunkworks.git/pull/2855)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [2.1.3] ### Fixed @@ -76,14 +103,14 @@ 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/ethers-js-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@2.1.2...@metamask/ethers-js-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@2.1.1...@metamask/ethers-js-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@2.1.0...@metamask/ethers-js-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@2.0.1...@metamask/ethers-js-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@2.0.0...@metamask/ethers-js-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@1.0.0...@metamask/ethers-js-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@0.38.1-flask.1...@metamask/ethers-js-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@0.38.0-flask.1...@metamask/ethers-js-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@0.37.2-flask.1...@metamask/ethers-js-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/ethers-js-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethers-js-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethers-js-example-snap@2.1.2...@metamask/ethers-js-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethers-js-example-snap@2.1.1...@metamask/ethers-js-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethers-js-example-snap@2.1.0...@metamask/ethers-js-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethers-js-example-snap@2.0.1...@metamask/ethers-js-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethers-js-example-snap@2.0.0...@metamask/ethers-js-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethers-js-example-snap@1.0.0...@metamask/ethers-js-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethers-js-example-snap@0.38.1-flask.1...@metamask/ethers-js-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethers-js-example-snap@0.38.0-flask.1...@metamask/ethers-js-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethers-js-example-snap@0.37.2-flask.1...@metamask/ethers-js-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/ethers-js-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/file-upload/CHANGELOG.md b/packages/examples/packages/file-upload/CHANGELOG.md index 9f5ae2d0cb..398d90feca 100644 --- a/packages/examples/packages/file-upload/CHANGELOG.md +++ b/packages/examples/packages/file-upload/CHANGELOG.md @@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps-skunkworks.git/pull/3204)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [1.0.1] ### Fixed @@ -19,6 +47,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add file input example Snap ([#2469](https://github.com/MetaMask/snaps/pull/2469), [#2494](https://github.com/MetaMask/snaps/pull/2494), [#2504](https://github.com/MetaMask/snaps/pull/2504)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/file-upload-example-snap@1.0.1...HEAD -[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/file-upload-example-snap@1.0.0...@metamask/file-upload-example-snap@1.0.1 -[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/file-upload-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/file-upload-example-snap@1.0.1...HEAD +[1.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/file-upload-example-snap@1.0.0...@metamask/file-upload-example-snap@1.0.1 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/file-upload-example-snap@1.0.0 diff --git a/packages/examples/packages/get-file/CHANGELOG.md b/packages/examples/packages/get-file/CHANGELOG.md index 02c356df4a..8e0ace9842 100644 --- a/packages/examples/packages/get-file/CHANGELOG.md +++ b/packages/examples/packages/get-file/CHANGELOG.md @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Format Snap manifests with Prettier ([#2787](https://github.com/MetaMask/snaps-skunkworks.git/pull/2787)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [1.1.3] ### Fixed @@ -45,10 +71,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `snap_getFile` example Snap ([#1836](https://github.com/MetaMask/snaps/pull/1836), [#1858](https://github.com/MetaMask/snaps/pull/1858)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/get-file-example-snap@1.1.3...HEAD -[1.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/get-file-example-snap@1.1.2...@metamask/get-file-example-snap@1.1.3 -[1.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/get-file-example-snap@1.1.1...@metamask/get-file-example-snap@1.1.2 -[1.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/get-file-example-snap@1.1.0...@metamask/get-file-example-snap@1.1.1 -[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/get-file-example-snap@1.0.1...@metamask/get-file-example-snap@1.1.0 -[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/get-file-example-snap@1.0.0...@metamask/get-file-example-snap@1.0.1 -[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/get-file-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/get-file-example-snap@1.1.3...HEAD +[1.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/get-file-example-snap@1.1.2...@metamask/get-file-example-snap@1.1.3 +[1.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/get-file-example-snap@1.1.1...@metamask/get-file-example-snap@1.1.2 +[1.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/get-file-example-snap@1.1.0...@metamask/get-file-example-snap@1.1.1 +[1.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/get-file-example-snap@1.0.1...@metamask/get-file-example-snap@1.1.0 +[1.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/get-file-example-snap@1.0.0...@metamask/get-file-example-snap@1.0.1 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/get-file-example-snap@1.0.0 diff --git a/packages/examples/packages/home-page/CHANGELOG.md b/packages/examples/packages/home-page/CHANGELOG.md index 78434e6f40..d308a3ce5d 100644 --- a/packages/examples/packages/home-page/CHANGELOG.md +++ b/packages/examples/packages/home-page/CHANGELOG.md @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [1.1.3] ### Fixed @@ -39,9 +59,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#1918](https://github.com/MetaMask/snaps/pull/1918)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/home-page-example-snap@1.1.3...HEAD -[1.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/home-page-example-snap@1.1.2...@metamask/home-page-example-snap@1.1.3 -[1.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/home-page-example-snap@1.1.1...@metamask/home-page-example-snap@1.1.2 -[1.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/home-page-example-snap@1.1.0...@metamask/home-page-example-snap@1.1.1 -[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/home-page-example-snap@1.0.0...@metamask/home-page-example-snap@1.1.0 -[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/home-page-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/home-page-example-snap@1.1.3...HEAD +[1.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/home-page-example-snap@1.1.2...@metamask/home-page-example-snap@1.1.3 +[1.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/home-page-example-snap@1.1.1...@metamask/home-page-example-snap@1.1.2 +[1.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/home-page-example-snap@1.1.0...@metamask/home-page-example-snap@1.1.1 +[1.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/home-page-example-snap@1.0.0...@metamask/home-page-example-snap@1.1.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/home-page-example-snap@1.0.0 diff --git a/packages/examples/packages/images/CHANGELOG.md b/packages/examples/packages/images/CHANGELOG.md index 73a8bb6b6b..d8494ddc31 100644 --- a/packages/examples/packages/images/CHANGELOG.md +++ b/packages/examples/packages/images/CHANGELOG.md @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps-skunkworks.git/pull/3204)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [1.1.1] ### Fixed @@ -26,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add images example Snap ([#2002](https://github.com/MetaMask/snaps/pull/2002)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/images-example-snap@1.1.1...HEAD -[1.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/images-example-snap@1.1.0...@metamask/images-example-snap@1.1.1 -[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/images-example-snap@1.0.0...@metamask/images-example-snap@1.1.0 -[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/images-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/images-example-snap@1.1.1...HEAD +[1.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/images-example-snap@1.1.0...@metamask/images-example-snap@1.1.1 +[1.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/images-example-snap@1.0.0...@metamask/images-example-snap@1.1.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/images-example-snap@1.0.0 diff --git a/packages/examples/packages/interactive-ui/CHANGELOG.md b/packages/examples/packages/interactive-ui/CHANGELOG.md index 6005912cde..915388c57a 100644 --- a/packages/examples/packages/interactive-ui/CHANGELOG.md +++ b/packages/examples/packages/interactive-ui/CHANGELOG.md @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) + ## [2.3.0] ### Added @@ -60,12 +80,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add interactive UI example Snap ([#2171](https://github.com/MetaMask/snaps/pull/2171)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@2.3.0...HEAD -[2.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@2.2.1...@metamask/interactive-ui-example-snap@2.3.0 -[2.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@2.2.0...@metamask/interactive-ui-example-snap@2.2.1 -[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@2.1.0...@metamask/interactive-ui-example-snap@2.2.0 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@2.0.0...@metamask/interactive-ui-example-snap@2.1.0 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@1.0.2...@metamask/interactive-ui-example-snap@2.0.0 -[1.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@1.0.1...@metamask/interactive-ui-example-snap@1.0.2 -[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@1.0.0...@metamask/interactive-ui-example-snap@1.0.1 -[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/interactive-ui-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/interactive-ui-example-snap@2.3.0...HEAD +[2.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/interactive-ui-example-snap@2.2.1...@metamask/interactive-ui-example-snap@2.3.0 +[2.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/interactive-ui-example-snap@2.2.0...@metamask/interactive-ui-example-snap@2.2.1 +[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/interactive-ui-example-snap@2.1.0...@metamask/interactive-ui-example-snap@2.2.0 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/interactive-ui-example-snap@2.0.0...@metamask/interactive-ui-example-snap@2.1.0 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/interactive-ui-example-snap@1.0.2...@metamask/interactive-ui-example-snap@2.0.0 +[1.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/interactive-ui-example-snap@1.0.1...@metamask/interactive-ui-example-snap@1.0.2 +[1.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/interactive-ui-example-snap@1.0.0...@metamask/interactive-ui-example-snap@1.0.1 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/interactive-ui-example-snap@1.0.0 diff --git a/packages/examples/packages/invoke-snap/packages/consumer-signer/CHANGELOG.md b/packages/examples/packages/invoke-snap/packages/consumer-signer/CHANGELOG.md index 0e9c0a1d22..bef4d745c0 100644 --- a/packages/examples/packages/invoke-snap/packages/consumer-signer/CHANGELOG.md +++ b/packages/examples/packages/invoke-snap/packages/consumer-signer/CHANGELOG.md @@ -7,6 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps-skunkworks.git/pull/2909)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [2.1.3] ### Fixed @@ -76,14 +105,14 @@ 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/consumer-signer-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@2.1.2...@metamask/consumer-signer-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@2.1.1...@metamask/consumer-signer-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@2.1.0...@metamask/consumer-signer-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@2.0.1...@metamask/consumer-signer-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@2.0.0...@metamask/consumer-signer-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@1.0.0...@metamask/consumer-signer-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@0.38.1-flask.1...@metamask/consumer-signer-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@0.38.0-flask.1...@metamask/consumer-signer-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@0.37.2-flask.1...@metamask/consumer-signer-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/consumer-signer-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/consumer-signer-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/consumer-signer-example-snap@2.1.2...@metamask/consumer-signer-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/consumer-signer-example-snap@2.1.1...@metamask/consumer-signer-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/consumer-signer-example-snap@2.1.0...@metamask/consumer-signer-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/consumer-signer-example-snap@2.0.1...@metamask/consumer-signer-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/consumer-signer-example-snap@2.0.0...@metamask/consumer-signer-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/consumer-signer-example-snap@1.0.0...@metamask/consumer-signer-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/consumer-signer-example-snap@0.38.1-flask.1...@metamask/consumer-signer-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/consumer-signer-example-snap@0.38.0-flask.1...@metamask/consumer-signer-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/consumer-signer-example-snap@0.37.2-flask.1...@metamask/consumer-signer-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/consumer-signer-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/invoke-snap/packages/core-signer/CHANGELOG.md b/packages/examples/packages/invoke-snap/packages/core-signer/CHANGELOG.md index f10e0f9bc0..963b0137f5 100644 --- a/packages/examples/packages/invoke-snap/packages/core-signer/CHANGELOG.md +++ b/packages/examples/packages/invoke-snap/packages/core-signer/CHANGELOG.md @@ -7,6 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) +- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps-skunkworks.git/pull/3204)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- Cache snap state in memory ([#2980](https://github.com/MetaMask/snaps-skunkworks.git/pull/2980)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps-skunkworks.git/pull/2909)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [2.1.3] ### Fixed @@ -78,14 +109,14 @@ 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/core-signer-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@2.1.2...@metamask/core-signer-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@2.1.1...@metamask/core-signer-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@2.1.0...@metamask/core-signer-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@2.0.1...@metamask/core-signer-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@2.0.0...@metamask/core-signer-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@1.0.0...@metamask/core-signer-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@0.38.1-flask.1...@metamask/core-signer-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@0.38.0-flask.1...@metamask/core-signer-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@0.37.2-flask.1...@metamask/core-signer-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/core-signer-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/core-signer-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/core-signer-example-snap@2.1.2...@metamask/core-signer-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/core-signer-example-snap@2.1.1...@metamask/core-signer-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/core-signer-example-snap@2.1.0...@metamask/core-signer-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/core-signer-example-snap@2.0.1...@metamask/core-signer-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/core-signer-example-snap@2.0.0...@metamask/core-signer-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/core-signer-example-snap@1.0.0...@metamask/core-signer-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/core-signer-example-snap@0.38.1-flask.1...@metamask/core-signer-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/core-signer-example-snap@0.38.0-flask.1...@metamask/core-signer-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/core-signer-example-snap@0.37.2-flask.1...@metamask/core-signer-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/core-signer-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/json-rpc/CHANGELOG.md b/packages/examples/packages/json-rpc/CHANGELOG.md index 0d0a1d5636..67b2d78dc7 100644 --- a/packages/examples/packages/json-rpc/CHANGELOG.md +++ b/packages/examples/packages/json-rpc/CHANGELOG.md @@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [2.1.3] ### Fixed @@ -65,13 +90,13 @@ 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/json-rpc-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@2.1.2...@metamask/json-rpc-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@2.1.1...@metamask/json-rpc-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@2.1.0...@metamask/json-rpc-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@2.0.1...@metamask/json-rpc-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@2.0.0...@metamask/json-rpc-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@1.0.0...@metamask/json-rpc-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@0.37.3-flask.1...@metamask/json-rpc-example-snap@1.0.0 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@0.37.2-flask.1...@metamask/json-rpc-example-snap@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/json-rpc-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/json-rpc-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/json-rpc-example-snap@2.1.2...@metamask/json-rpc-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/json-rpc-example-snap@2.1.1...@metamask/json-rpc-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/json-rpc-example-snap@2.1.0...@metamask/json-rpc-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/json-rpc-example-snap@2.0.1...@metamask/json-rpc-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/json-rpc-example-snap@2.0.0...@metamask/json-rpc-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/json-rpc-example-snap@1.0.0...@metamask/json-rpc-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/json-rpc-example-snap@0.37.3-flask.1...@metamask/json-rpc-example-snap@1.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/json-rpc-example-snap@0.37.2-flask.1...@metamask/json-rpc-example-snap@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/json-rpc-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/jsx/CHANGELOG.md b/packages/examples/packages/jsx/CHANGELOG.md index e0081abb28..09224aa654 100644 --- a/packages/examples/packages/jsx/CHANGELOG.md +++ b/packages/examples/packages/jsx/CHANGELOG.md @@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [1.2.1] ### Fixed @@ -37,9 +62,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add JSX example Snap ([#2258](https://github.com/MetaMask/snaps/pull/2258)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/jsx-example-snap@1.2.1...HEAD -[1.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/jsx-example-snap@1.2.0...@metamask/jsx-example-snap@1.2.1 -[1.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/jsx-example-snap@1.1.1...@metamask/jsx-example-snap@1.2.0 -[1.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/jsx-example-snap@1.1.0...@metamask/jsx-example-snap@1.1.1 -[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/jsx-example-snap@1.0.0...@metamask/jsx-example-snap@1.1.0 -[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/jsx-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/jsx-example-snap@1.2.1...HEAD +[1.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/jsx-example-snap@1.2.0...@metamask/jsx-example-snap@1.2.1 +[1.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/jsx-example-snap@1.1.1...@metamask/jsx-example-snap@1.2.0 +[1.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/jsx-example-snap@1.1.0...@metamask/jsx-example-snap@1.1.1 +[1.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/jsx-example-snap@1.0.0...@metamask/jsx-example-snap@1.1.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/jsx-example-snap@1.0.0 diff --git a/packages/examples/packages/lifecycle-hooks/CHANGELOG.md b/packages/examples/packages/lifecycle-hooks/CHANGELOG.md index 0f92bbc86a..0dea18281d 100644 --- a/packages/examples/packages/lifecycle-hooks/CHANGELOG.md +++ b/packages/examples/packages/lifecycle-hooks/CHANGELOG.md @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- Add onInstall and onUpdate to snaps-jest ([#2849](https://github.com/MetaMask/snaps-skunkworks.git/pull/2849)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [2.1.3] ### Fixed @@ -64,13 +85,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add lifecycle hooks example snap ([#1645](https://github.com/MetaMask/snaps/pull/1645)) - This snap demonstrates how to use the `onInstall` and `onUpdate` lifecycle hooks. -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.1.2...@metamask/lifecycle-hooks-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.1.1...@metamask/lifecycle-hooks-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.1.0...@metamask/lifecycle-hooks-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.0.1...@metamask/lifecycle-hooks-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.0.0...@metamask/lifecycle-hooks-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@1.0.0...@metamask/lifecycle-hooks-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@0.38.1-flask.1...@metamask/lifecycle-hooks-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@0.38.0-flask.1...@metamask/lifecycle-hooks-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/lifecycle-hooks-example-snap@0.38.0-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/lifecycle-hooks-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/lifecycle-hooks-example-snap@2.1.2...@metamask/lifecycle-hooks-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/lifecycle-hooks-example-snap@2.1.1...@metamask/lifecycle-hooks-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/lifecycle-hooks-example-snap@2.1.0...@metamask/lifecycle-hooks-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/lifecycle-hooks-example-snap@2.0.1...@metamask/lifecycle-hooks-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/lifecycle-hooks-example-snap@2.0.0...@metamask/lifecycle-hooks-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/lifecycle-hooks-example-snap@1.0.0...@metamask/lifecycle-hooks-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/lifecycle-hooks-example-snap@0.38.1-flask.1...@metamask/lifecycle-hooks-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/lifecycle-hooks-example-snap@0.38.0-flask.1...@metamask/lifecycle-hooks-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/lifecycle-hooks-example-snap@0.38.0-flask.1 diff --git a/packages/examples/packages/localization/CHANGELOG.md b/packages/examples/packages/localization/CHANGELOG.md index 43ffbf90d3..87393e5e6e 100644 --- a/packages/examples/packages/localization/CHANGELOG.md +++ b/packages/examples/packages/localization/CHANGELOG.md @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Format Snap manifests with Prettier ([#2787](https://github.com/MetaMask/snaps-skunkworks.git/pull/2787)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [1.1.4] ### Fixed @@ -49,10 +75,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#1889](https://github.com/MetaMask/snaps/pull/1889)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/localization-example-snap@1.1.4...HEAD -[1.1.4]: https://github.com/MetaMask/snaps/compare/@metamask/localization-example-snap@1.1.3...@metamask/localization-example-snap@1.1.4 -[1.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/localization-example-snap@1.1.2...@metamask/localization-example-snap@1.1.3 -[1.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/localization-example-snap@1.1.1...@metamask/localization-example-snap@1.1.2 -[1.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/localization-example-snap@1.1.0...@metamask/localization-example-snap@1.1.1 -[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/localization-example-snap@1.0.0...@metamask/localization-example-snap@1.1.0 -[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/localization-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/localization-example-snap@1.1.4...HEAD +[1.1.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/localization-example-snap@1.1.3...@metamask/localization-example-snap@1.1.4 +[1.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/localization-example-snap@1.1.2...@metamask/localization-example-snap@1.1.3 +[1.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/localization-example-snap@1.1.1...@metamask/localization-example-snap@1.1.2 +[1.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/localization-example-snap@1.1.0...@metamask/localization-example-snap@1.1.1 +[1.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/localization-example-snap@1.0.0...@metamask/localization-example-snap@1.1.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/localization-example-snap@1.0.0 diff --git a/packages/examples/packages/manage-state/CHANGELOG.md b/packages/examples/packages/manage-state/CHANGELOG.md index f901986365..0f9394d298 100644 --- a/packages/examples/packages/manage-state/CHANGELOG.md +++ b/packages/examples/packages/manage-state/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) + ## [3.0.0] ### Added @@ -95,16 +106,16 @@ 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/manage-state-example-snap@3.0.0...HEAD -[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.2.3...@metamask/manage-state-example-snap@3.0.0 -[2.2.3]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.2.2...@metamask/manage-state-example-snap@2.2.3 -[2.2.2]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.2.1...@metamask/manage-state-example-snap@2.2.2 -[2.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.2.0...@metamask/manage-state-example-snap@2.2.1 -[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.1.0...@metamask/manage-state-example-snap@2.2.0 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.0.1...@metamask/manage-state-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.0.0...@metamask/manage-state-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@1.0.0...@metamask/manage-state-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@0.38.1-flask.1...@metamask/manage-state-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@0.38.0-flask.1...@metamask/manage-state-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@0.37.2-flask.1...@metamask/manage-state-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/manage-state-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@3.0.0...HEAD +[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@2.2.3...@metamask/manage-state-example-snap@3.0.0 +[2.2.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@2.2.2...@metamask/manage-state-example-snap@2.2.3 +[2.2.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@2.2.1...@metamask/manage-state-example-snap@2.2.2 +[2.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@2.2.0...@metamask/manage-state-example-snap@2.2.1 +[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@2.1.0...@metamask/manage-state-example-snap@2.2.0 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@2.0.1...@metamask/manage-state-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@2.0.0...@metamask/manage-state-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@1.0.0...@metamask/manage-state-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@0.38.1-flask.1...@metamask/manage-state-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@0.38.0-flask.1...@metamask/manage-state-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@0.37.2-flask.1...@metamask/manage-state-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/manage-state-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/name-lookup/CHANGELOG.md b/packages/examples/packages/name-lookup/CHANGELOG.md index 90f93a8125..165912dd92 100644 --- a/packages/examples/packages/name-lookup/CHANGELOG.md +++ b/packages/examples/packages/name-lookup/CHANGELOG.md @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- Add onNameLookup to snaps-jest ([#2857](https://github.com/MetaMask/snaps-skunkworks.git/pull/2857)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Format Snap manifests with Prettier ([#2787](https://github.com/MetaMask/snaps-skunkworks.git/pull/2787)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [3.1.1] ### Fixed @@ -64,13 +86,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add name lookup example snap ([#1768](https://github.com/MetaMask/snaps/pull/1768), [#1754](https://github.com/MetaMask/snaps/pull/1754)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/name-lookup-example-snap@3.1.1...HEAD -[3.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/name-lookup-example-snap@3.1.0...@metamask/name-lookup-example-snap@3.1.1 -[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/name-lookup-example-snap@3.0.2...@metamask/name-lookup-example-snap@3.1.0 -[3.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/name-lookup-example-snap@3.0.1...@metamask/name-lookup-example-snap@3.0.2 -[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/name-lookup-example-snap@3.0.0...@metamask/name-lookup-example-snap@3.0.1 -[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/name-lookup-example-snap@2.1.0...@metamask/name-lookup-example-snap@3.0.0 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/name-lookup-example-snap@2.0.1...@metamask/name-lookup-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/name-lookup-example-snap@2.0.0...@metamask/name-lookup-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/name-lookup-example-snap@1.0.0...@metamask/name-lookup-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/name-lookup-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/name-lookup-example-snap@3.1.1...HEAD +[3.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/name-lookup-example-snap@3.1.0...@metamask/name-lookup-example-snap@3.1.1 +[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/name-lookup-example-snap@3.0.2...@metamask/name-lookup-example-snap@3.1.0 +[3.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/name-lookup-example-snap@3.0.1...@metamask/name-lookup-example-snap@3.0.2 +[3.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/name-lookup-example-snap@3.0.0...@metamask/name-lookup-example-snap@3.0.1 +[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/name-lookup-example-snap@2.1.0...@metamask/name-lookup-example-snap@3.0.0 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/name-lookup-example-snap@2.0.1...@metamask/name-lookup-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/name-lookup-example-snap@2.0.0...@metamask/name-lookup-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/name-lookup-example-snap@1.0.0...@metamask/name-lookup-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/name-lookup-example-snap@1.0.0 diff --git a/packages/examples/packages/network-access/CHANGELOG.md b/packages/examples/packages/network-access/CHANGELOG.md index 924736de19..5b1f36e4ed 100644 --- a/packages/examples/packages/network-access/CHANGELOG.md +++ b/packages/examples/packages/network-access/CHANGELOG.md @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [2.1.3] ### Fixed @@ -82,15 +109,15 @@ 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/network-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@2.1.2...@metamask/network-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@2.1.1...@metamask/network-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@2.1.0...@metamask/network-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@2.0.1...@metamask/network-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@2.0.0...@metamask/network-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@1.0.0...@metamask/network-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@0.38.2-flask.1...@metamask/network-example-snap@1.0.0 -[0.38.2-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@0.38.1-flask.1...@metamask/network-example-snap@0.38.2-flask.1 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@0.38.0-flask.1...@metamask/network-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@0.37.2-flask.1...@metamask/network-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/network-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@2.1.2...@metamask/network-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@2.1.1...@metamask/network-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@2.1.0...@metamask/network-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@2.0.1...@metamask/network-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@2.0.0...@metamask/network-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@1.0.0...@metamask/network-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@0.38.2-flask.1...@metamask/network-example-snap@1.0.0 +[0.38.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@0.38.1-flask.1...@metamask/network-example-snap@0.38.2-flask.1 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@0.38.0-flask.1...@metamask/network-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@0.37.2-flask.1...@metamask/network-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/network-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/notifications/CHANGELOG.md b/packages/examples/packages/notifications/CHANGELOG.md index f40a4a8ba4..d1ee14b4f0 100644 --- a/packages/examples/packages/notifications/CHANGELOG.md +++ b/packages/examples/packages/notifications/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Fix typo in `test-snaps` ([#3020](https://github.com/MetaMask/snaps-skunkworks.git/pull/3020)) + ## [2.3.0] ### Added @@ -100,17 +110,17 @@ 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/notification-example-snap@2.3.0...HEAD -[2.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.2.0...@metamask/notification-example-snap@2.3.0 -[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.1.4...@metamask/notification-example-snap@2.2.0 -[2.1.4]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.1.3...@metamask/notification-example-snap@2.1.4 -[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.1.2...@metamask/notification-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.1.1...@metamask/notification-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.1.0...@metamask/notification-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.0.1...@metamask/notification-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.0.0...@metamask/notification-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@1.0.0...@metamask/notification-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@0.38.1-flask.1...@metamask/notification-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@0.38.0-flask.1...@metamask/notification-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@0.37.2-flask.1...@metamask/notification-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/notification-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@2.3.0...HEAD +[2.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@2.2.0...@metamask/notification-example-snap@2.3.0 +[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@2.1.4...@metamask/notification-example-snap@2.2.0 +[2.1.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@2.1.3...@metamask/notification-example-snap@2.1.4 +[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@2.1.2...@metamask/notification-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@2.1.1...@metamask/notification-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@2.1.0...@metamask/notification-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@2.0.1...@metamask/notification-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@2.0.0...@metamask/notification-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@1.0.0...@metamask/notification-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@0.38.1-flask.1...@metamask/notification-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@0.38.0-flask.1...@metamask/notification-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@0.37.2-flask.1...@metamask/notification-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/notification-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/preinstalled/CHANGELOG.md b/packages/examples/packages/preinstalled/CHANGELOG.md index 27a0e907c8..fd36c1d6aa 100644 --- a/packages/examples/packages/preinstalled/CHANGELOG.md +++ b/packages/examples/packages/preinstalled/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) + ## [0.3.0] ### Added @@ -25,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add preinstalled example Snap ([#2721](https://github.com/MetaMask/snaps/pull/2721)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.3.0...HEAD -[0.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.2.0...@metamask/preinstalled-example-snap@0.3.0 -[0.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.1.0...@metamask/preinstalled-example-snap@0.2.0 -[0.1.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/preinstalled-example-snap@0.1.0 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/preinstalled-example-snap@0.3.0...HEAD +[0.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/preinstalled-example-snap@0.2.0...@metamask/preinstalled-example-snap@0.3.0 +[0.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/preinstalled-example-snap@0.1.0...@metamask/preinstalled-example-snap@0.2.0 +[0.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/preinstalled-example-snap@0.1.0 diff --git a/packages/examples/packages/protocol/CHANGELOG.md b/packages/examples/packages/protocol/CHANGELOG.md index d36ec2ae60..a6650cdcb8 100644 --- a/packages/examples/packages/protocol/CHANGELOG.md +++ b/packages/examples/packages/protocol/CHANGELOG.md @@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) + ## [1.0.0] ### Added - Initial release ([#3089](https://github.com/MetaMask/snaps/pull/3089)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/protocol-example-snap@1.0.0...HEAD -[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/protocol-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/protocol-example-snap@1.0.0...HEAD +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/protocol-example-snap@1.0.0 diff --git a/packages/examples/packages/rollup-plugin/CHANGELOG.md b/packages/examples/packages/rollup-plugin/CHANGELOG.md index 15833cbff7..fc5bea4d33 100644 --- a/packages/examples/packages/rollup-plugin/CHANGELOG.md +++ b/packages/examples/packages/rollup-plugin/CHANGELOG.md @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [2.1.3] ### Fixed @@ -65,13 +89,13 @@ 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/rollup-plugin-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@2.1.2...@metamask/rollup-plugin-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@2.1.1...@metamask/rollup-plugin-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@2.1.0...@metamask/rollup-plugin-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@2.0.1...@metamask/rollup-plugin-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@2.0.0...@metamask/rollup-plugin-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@1.0.0...@metamask/rollup-plugin-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@0.37.3-flask.1...@metamask/rollup-plugin-example-snap@1.0.0 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@0.37.2-flask.1...@metamask/rollup-plugin-example-snap@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/rollup-plugin-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/rollup-plugin-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/rollup-plugin-example-snap@2.1.2...@metamask/rollup-plugin-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/rollup-plugin-example-snap@2.1.1...@metamask/rollup-plugin-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/rollup-plugin-example-snap@2.1.0...@metamask/rollup-plugin-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/rollup-plugin-example-snap@2.0.1...@metamask/rollup-plugin-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/rollup-plugin-example-snap@2.0.0...@metamask/rollup-plugin-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/rollup-plugin-example-snap@1.0.0...@metamask/rollup-plugin-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/rollup-plugin-example-snap@0.37.3-flask.1...@metamask/rollup-plugin-example-snap@1.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/rollup-plugin-example-snap@0.37.2-flask.1...@metamask/rollup-plugin-example-snap@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/rollup-plugin-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/send-flow/CHANGELOG.md b/packages/examples/packages/send-flow/CHANGELOG.md index 80376c1a2c..5f5e347a10 100644 --- a/packages/examples/packages/send-flow/CHANGELOG.md +++ b/packages/examples/packages/send-flow/CHANGELOG.md @@ -7,11 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) + ## [1.0.0] ### Changed - Initial release of the `@metamask/send-flow-example-snap` example. -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/send-flow-example-snap@1.0.0...HEAD -[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/send-flow-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/send-flow-example-snap@1.0.0...HEAD +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/send-flow-example-snap@1.0.0 diff --git a/packages/examples/packages/signature-insights/CHANGELOG.md b/packages/examples/packages/signature-insights/CHANGELOG.md index bfdfe220f5..77f9fb5f4a 100644 --- a/packages/examples/packages/signature-insights/CHANGELOG.md +++ b/packages/examples/packages/signature-insights/CHANGELOG.md @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Remove `eth_sign` ([#2772](https://github.com/MetaMask/snaps-skunkworks.git/pull/2772)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [1.0.3] ### Fixed @@ -31,8 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add signature insights example ([#2114](https://github.com/MetaMask/snaps/pull/2079)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/signature-insights-example-snap@1.0.3...HEAD -[1.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/signature-insights-example-snap@1.0.2...@metamask/signature-insights-example-snap@1.0.3 -[1.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/signature-insights-example-snap@1.0.1...@metamask/signature-insights-example-snap@1.0.2 -[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/signature-insights-example-snap@1.0.0...@metamask/signature-insights-example-snap@1.0.1 -[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/signature-insights-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/signature-insights-example-snap@1.0.3...HEAD +[1.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/signature-insights-example-snap@1.0.2...@metamask/signature-insights-example-snap@1.0.3 +[1.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/signature-insights-example-snap@1.0.1...@metamask/signature-insights-example-snap@1.0.2 +[1.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/signature-insights-example-snap@1.0.0...@metamask/signature-insights-example-snap@1.0.1 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/signature-insights-example-snap@1.0.0 diff --git a/packages/examples/packages/transaction-insights/CHANGELOG.md b/packages/examples/packages/transaction-insights/CHANGELOG.md index 6538feeaff..efc1921d7c 100644 --- a/packages/examples/packages/transaction-insights/CHANGELOG.md +++ b/packages/examples/packages/transaction-insights/CHANGELOG.md @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [2.2.3] ### Fixed @@ -90,16 +114,16 @@ 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/insights-example-snap@2.2.3...HEAD -[2.2.3]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.2.2...@metamask/insights-example-snap@2.2.3 -[2.2.2]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.2.1...@metamask/insights-example-snap@2.2.2 -[2.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.2.0...@metamask/insights-example-snap@2.2.1 -[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.1.0...@metamask/insights-example-snap@2.2.0 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.0.2...@metamask/insights-example-snap@2.1.0 -[2.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.0.1...@metamask/insights-example-snap@2.0.2 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.0.0...@metamask/insights-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@1.0.0...@metamask/insights-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@0.38.1-flask.1...@metamask/insights-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@0.38.0-flask.1...@metamask/insights-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@0.37.2-flask.1...@metamask/insights-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/insights-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@2.2.3...HEAD +[2.2.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@2.2.2...@metamask/insights-example-snap@2.2.3 +[2.2.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@2.2.1...@metamask/insights-example-snap@2.2.2 +[2.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@2.2.0...@metamask/insights-example-snap@2.2.1 +[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@2.1.0...@metamask/insights-example-snap@2.2.0 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@2.0.2...@metamask/insights-example-snap@2.1.0 +[2.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@2.0.1...@metamask/insights-example-snap@2.0.2 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@2.0.0...@metamask/insights-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@1.0.0...@metamask/insights-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@0.38.1-flask.1...@metamask/insights-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@0.38.0-flask.1...@metamask/insights-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@0.37.2-flask.1...@metamask/insights-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/insights-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/wasm/CHANGELOG.md b/packages/examples/packages/wasm/CHANGELOG.md index 7c0599d654..a3ea4f236e 100644 --- a/packages/examples/packages/wasm/CHANGELOG.md +++ b/packages/examples/packages/wasm/CHANGELOG.md @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) +- fix: Init WASM modules using Base64 ([#2913](https://github.com/MetaMask/snaps-skunkworks.git/pull/2913)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) + ## [2.1.4] ### Fixed @@ -71,14 +97,14 @@ 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/wasm-example-snap@2.1.4...HEAD -[2.1.4]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@2.1.3...@metamask/wasm-example-snap@2.1.4 -[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@2.1.2...@metamask/wasm-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@2.1.1...@metamask/wasm-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@2.1.0...@metamask/wasm-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@2.0.1...@metamask/wasm-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@2.0.0...@metamask/wasm-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@1.0.0...@metamask/wasm-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@0.37.3-flask.1...@metamask/wasm-example-snap@1.0.0 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@0.37.2-flask.1...@metamask/wasm-example-snap@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/wasm-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/wasm-example-snap@2.1.4...HEAD +[2.1.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/wasm-example-snap@2.1.3...@metamask/wasm-example-snap@2.1.4 +[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/wasm-example-snap@2.1.2...@metamask/wasm-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/wasm-example-snap@2.1.1...@metamask/wasm-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/wasm-example-snap@2.1.0...@metamask/wasm-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/wasm-example-snap@2.0.1...@metamask/wasm-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/wasm-example-snap@2.0.0...@metamask/wasm-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/wasm-example-snap@1.0.0...@metamask/wasm-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/wasm-example-snap@0.37.3-flask.1...@metamask/wasm-example-snap@1.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/wasm-example-snap@0.37.2-flask.1...@metamask/wasm-example-snap@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/wasm-example-snap@0.37.2-flask.1 diff --git a/packages/snaps-browserify-plugin/CHANGELOG.md b/packages/snaps-browserify-plugin/CHANGELOG.md index a9bc4250a9..4531787654 100644 --- a/packages/snaps-browserify-plugin/CHANGELOG.md +++ b/packages/snaps-browserify-plugin/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) + ## [4.2.0] ### Added @@ -89,17 +93,17 @@ 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/snaps-browserify-plugin@4.2.0...HEAD -[4.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@4.1.2...@metamask/snaps-browserify-plugin@4.2.0 -[4.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@4.1.1...@metamask/snaps-browserify-plugin@4.1.2 -[4.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@4.1.0...@metamask/snaps-browserify-plugin@4.1.1 -[4.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@4.0.1...@metamask/snaps-browserify-plugin@4.1.0 -[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@4.0.0...@metamask/snaps-browserify-plugin@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@3.0.3...@metamask/snaps-browserify-plugin@4.0.0 -[3.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@3.0.2...@metamask/snaps-browserify-plugin@3.0.3 -[3.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@3.0.1...@metamask/snaps-browserify-plugin@3.0.2 -[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@3.0.0...@metamask/snaps-browserify-plugin@3.0.1 -[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@2.0.0...@metamask/snaps-browserify-plugin@3.0.0 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@0.37.3-flask.1...@metamask/snaps-browserify-plugin@2.0.0 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@0.37.2-flask.1...@metamask/snaps-browserify-plugin@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-browserify-plugin@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@4.2.0...HEAD +[4.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@4.1.2...@metamask/snaps-browserify-plugin@4.2.0 +[4.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@4.1.1...@metamask/snaps-browserify-plugin@4.1.2 +[4.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@4.1.0...@metamask/snaps-browserify-plugin@4.1.1 +[4.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@4.0.1...@metamask/snaps-browserify-plugin@4.1.0 +[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@4.0.0...@metamask/snaps-browserify-plugin@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@3.0.3...@metamask/snaps-browserify-plugin@4.0.0 +[3.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@3.0.2...@metamask/snaps-browserify-plugin@3.0.3 +[3.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@3.0.1...@metamask/snaps-browserify-plugin@3.0.2 +[3.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@3.0.0...@metamask/snaps-browserify-plugin@3.0.1 +[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@2.0.0...@metamask/snaps-browserify-plugin@3.0.0 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@0.37.3-flask.1...@metamask/snaps-browserify-plugin@2.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@0.37.2-flask.1...@metamask/snaps-browserify-plugin@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-browserify-plugin@0.37.2-flask.1 diff --git a/packages/snaps-cli/CHANGELOG.md b/packages/snaps-cli/CHANGELOG.md index 94d74984b4..4f520c2210 100644 --- a/packages/snaps-cli/CHANGELOG.md +++ b/packages/snaps-cli/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) + ## [6.7.0] ### Added @@ -320,44 +325,44 @@ 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/snaps-cli@6.7.0...HEAD -[6.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.6.1...@metamask/snaps-cli@6.7.0 -[6.6.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.6.0...@metamask/snaps-cli@6.6.1 -[6.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.4...@metamask/snaps-cli@6.6.0 -[6.5.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.3...@metamask/snaps-cli@6.5.4 -[6.5.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.2...@metamask/snaps-cli@6.5.3 -[6.5.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.1...@metamask/snaps-cli@6.5.2 -[6.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.0...@metamask/snaps-cli@6.5.1 -[6.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.4.0...@metamask/snaps-cli@6.5.0 -[6.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.3.4...@metamask/snaps-cli@6.4.0 -[6.3.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.3.3...@metamask/snaps-cli@6.3.4 -[6.3.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.3.2...@metamask/snaps-cli@6.3.3 -[6.3.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.3.1...@metamask/snaps-cli@6.3.2 -[6.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.3.0...@metamask/snaps-cli@6.3.1 -[6.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.2.1...@metamask/snaps-cli@6.3.0 -[6.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.2.0...@metamask/snaps-cli@6.2.1 -[6.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.1.1...@metamask/snaps-cli@6.2.0 -[6.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.1.0...@metamask/snaps-cli@6.1.1 -[6.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.0.2...@metamask/snaps-cli@6.1.0 -[6.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.0.1...@metamask/snaps-cli@6.0.2 -[6.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.0.0...@metamask/snaps-cli@6.0.1 -[6.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@5.1.1...@metamask/snaps-cli@6.0.0 -[5.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@5.1.0...@metamask/snaps-cli@5.1.1 -[5.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@5.0.0...@metamask/snaps-cli@5.1.0 -[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@4.0.1...@metamask/snaps-cli@5.0.0 -[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@4.0.0...@metamask/snaps-cli@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.5...@metamask/snaps-cli@4.0.0 -[3.0.5]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.4...@metamask/snaps-cli@3.0.5 -[3.0.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.3...@metamask/snaps-cli@3.0.4 -[3.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.2...@metamask/snaps-cli@3.0.3 -[3.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.1...@metamask/snaps-cli@3.0.2 -[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.0...@metamask/snaps-cli@3.0.1 -[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@2.0.2...@metamask/snaps-cli@3.0.0 -[2.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@2.0.1...@metamask/snaps-cli@2.0.2 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@2.0.0...@metamask/snaps-cli@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.4-flask.1...@metamask/snaps-cli@2.0.0 -[0.38.4-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.3-flask.1...@metamask/snaps-cli@0.38.4-flask.1 -[0.38.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.2-flask.1...@metamask/snaps-cli@0.38.3-flask.1 -[0.38.2-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.1-flask.1...@metamask/snaps-cli@0.38.2-flask.1 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.0-flask.1...@metamask/snaps-cli@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-cli@0.38.0-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.7.0...HEAD +[6.7.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.6.1...@metamask/snaps-cli@6.7.0 +[6.6.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.6.0...@metamask/snaps-cli@6.6.1 +[6.6.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.5.4...@metamask/snaps-cli@6.6.0 +[6.5.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.5.3...@metamask/snaps-cli@6.5.4 +[6.5.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.5.2...@metamask/snaps-cli@6.5.3 +[6.5.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.5.1...@metamask/snaps-cli@6.5.2 +[6.5.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.5.0...@metamask/snaps-cli@6.5.1 +[6.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.4.0...@metamask/snaps-cli@6.5.0 +[6.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.3.4...@metamask/snaps-cli@6.4.0 +[6.3.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.3.3...@metamask/snaps-cli@6.3.4 +[6.3.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.3.2...@metamask/snaps-cli@6.3.3 +[6.3.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.3.1...@metamask/snaps-cli@6.3.2 +[6.3.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.3.0...@metamask/snaps-cli@6.3.1 +[6.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.2.1...@metamask/snaps-cli@6.3.0 +[6.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.2.0...@metamask/snaps-cli@6.2.1 +[6.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.1.1...@metamask/snaps-cli@6.2.0 +[6.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.1.0...@metamask/snaps-cli@6.1.1 +[6.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.0.2...@metamask/snaps-cli@6.1.0 +[6.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.0.1...@metamask/snaps-cli@6.0.2 +[6.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.0.0...@metamask/snaps-cli@6.0.1 +[6.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@5.1.1...@metamask/snaps-cli@6.0.0 +[5.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@5.1.0...@metamask/snaps-cli@5.1.1 +[5.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@5.0.0...@metamask/snaps-cli@5.1.0 +[5.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@4.0.1...@metamask/snaps-cli@5.0.0 +[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@4.0.0...@metamask/snaps-cli@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@3.0.5...@metamask/snaps-cli@4.0.0 +[3.0.5]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@3.0.4...@metamask/snaps-cli@3.0.5 +[3.0.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@3.0.3...@metamask/snaps-cli@3.0.4 +[3.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@3.0.2...@metamask/snaps-cli@3.0.3 +[3.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@3.0.1...@metamask/snaps-cli@3.0.2 +[3.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@3.0.0...@metamask/snaps-cli@3.0.1 +[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@2.0.2...@metamask/snaps-cli@3.0.0 +[2.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@2.0.1...@metamask/snaps-cli@2.0.2 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@2.0.0...@metamask/snaps-cli@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@0.38.4-flask.1...@metamask/snaps-cli@2.0.0 +[0.38.4-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@0.38.3-flask.1...@metamask/snaps-cli@0.38.4-flask.1 +[0.38.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@0.38.2-flask.1...@metamask/snaps-cli@0.38.3-flask.1 +[0.38.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@0.38.1-flask.1...@metamask/snaps-cli@0.38.2-flask.1 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@0.38.0-flask.1...@metamask/snaps-cli@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-cli@0.38.0-flask.1 diff --git a/packages/snaps-controllers/CHANGELOG.md b/packages/snaps-controllers/CHANGELOG.md index de74fc1bbb..ad6e96c6fc 100644 --- a/packages/snaps-controllers/CHANGELOG.md +++ b/packages/snaps-controllers/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) + ## [10.0.1] ### Changed @@ -657,66 +661,66 @@ 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/snaps-controllers@10.0.1...HEAD -[10.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@10.0.0...@metamask/snaps-controllers@10.0.1 -[10.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.19.1...@metamask/snaps-controllers@10.0.0 -[9.19.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.19.0...@metamask/snaps-controllers@9.19.1 -[9.19.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.18.0...@metamask/snaps-controllers@9.19.0 -[9.18.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.17.0...@metamask/snaps-controllers@9.18.0 -[9.17.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.16.0...@metamask/snaps-controllers@9.17.0 -[9.16.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.15.0...@metamask/snaps-controllers@9.16.0 -[9.15.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.14.0...@metamask/snaps-controllers@9.15.0 -[9.14.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.13.0...@metamask/snaps-controllers@9.14.0 -[9.13.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.12.0...@metamask/snaps-controllers@9.13.0 -[9.12.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.11.1...@metamask/snaps-controllers@9.12.0 -[9.11.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.11.0...@metamask/snaps-controllers@9.11.1 -[9.11.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.10.0...@metamask/snaps-controllers@9.11.0 -[9.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.9.0...@metamask/snaps-controllers@9.10.0 -[9.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.8.0...@metamask/snaps-controllers@9.9.0 -[9.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.7.0...@metamask/snaps-controllers@9.8.0 -[9.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.6.0...@metamask/snaps-controllers@9.7.0 -[9.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.5.0...@metamask/snaps-controllers@9.6.0 -[9.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.4.0...@metamask/snaps-controllers@9.5.0 -[9.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.3.1...@metamask/snaps-controllers@9.4.0 -[9.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.3.0...@metamask/snaps-controllers@9.3.1 -[9.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.2.0...@metamask/snaps-controllers@9.3.0 -[9.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.1.0...@metamask/snaps-controllers@9.2.0 -[9.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.0.0...@metamask/snaps-controllers@9.1.0 -[9.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@8.4.0...@metamask/snaps-controllers@9.0.0 -[8.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@8.3.1...@metamask/snaps-controllers@8.4.0 -[8.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@8.3.0...@metamask/snaps-controllers@8.3.1 -[8.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@8.2.0...@metamask/snaps-controllers@8.3.0 -[8.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@8.1.1...@metamask/snaps-controllers@8.2.0 -[8.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@8.1.0...@metamask/snaps-controllers@8.1.1 -[8.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@8.0.0...@metamask/snaps-controllers@8.1.0 -[8.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@7.0.1...@metamask/snaps-controllers@8.0.0 -[7.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@7.0.0...@metamask/snaps-controllers@7.0.1 -[7.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@6.0.4...@metamask/snaps-controllers@7.0.0 -[6.0.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@6.0.3...@metamask/snaps-controllers@6.0.4 -[6.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@6.0.2...@metamask/snaps-controllers@6.0.3 -[6.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@6.0.1...@metamask/snaps-controllers@6.0.2 -[6.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@6.0.0...@metamask/snaps-controllers@6.0.1 -[6.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@5.0.1...@metamask/snaps-controllers@6.0.0 -[5.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@5.0.0...@metamask/snaps-controllers@5.0.1 -[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@4.1.0...@metamask/snaps-controllers@5.0.0 -[4.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@4.0.0...@metamask/snaps-controllers@4.1.0 -[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.6.0...@metamask/snaps-controllers@4.0.0 -[3.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.5.1...@metamask/snaps-controllers@3.6.0 -[3.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.5.0...@metamask/snaps-controllers@3.5.1 -[3.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.4.1...@metamask/snaps-controllers@3.5.0 -[3.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.4.0...@metamask/snaps-controllers@3.4.1 -[3.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.3.0...@metamask/snaps-controllers@3.4.0 -[3.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.2.0...@metamask/snaps-controllers@3.3.0 -[3.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.1.1...@metamask/snaps-controllers@3.2.0 -[3.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.1.0...@metamask/snaps-controllers@3.1.1 -[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.0.0...@metamask/snaps-controllers@3.1.0 -[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@2.0.2...@metamask/snaps-controllers@3.0.0 -[2.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@2.0.1...@metamask/snaps-controllers@2.0.2 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@2.0.0...@metamask/snaps-controllers@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@0.39.0-flask.1...@metamask/snaps-controllers@2.0.0 -[0.39.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@0.38.3-flask.1...@metamask/snaps-controllers@0.39.0-flask.1 -[0.38.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@0.38.2-flask.1...@metamask/snaps-controllers@0.38.3-flask.1 -[0.38.2-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@0.38.1-flask.1...@metamask/snaps-controllers@0.38.2-flask.1 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@0.38.0-flask.1...@metamask/snaps-controllers@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@0.37.2-flask.1...@metamask/snaps-controllers@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-controllers@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@10.0.1...HEAD +[10.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@10.0.0...@metamask/snaps-controllers@10.0.1 +[10.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.19.1...@metamask/snaps-controllers@10.0.0 +[9.19.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.19.0...@metamask/snaps-controllers@9.19.1 +[9.19.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.18.0...@metamask/snaps-controllers@9.19.0 +[9.18.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.17.0...@metamask/snaps-controllers@9.18.0 +[9.17.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.16.0...@metamask/snaps-controllers@9.17.0 +[9.16.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.15.0...@metamask/snaps-controllers@9.16.0 +[9.15.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.14.0...@metamask/snaps-controllers@9.15.0 +[9.14.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.13.0...@metamask/snaps-controllers@9.14.0 +[9.13.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.12.0...@metamask/snaps-controllers@9.13.0 +[9.12.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.11.1...@metamask/snaps-controllers@9.12.0 +[9.11.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.11.0...@metamask/snaps-controllers@9.11.1 +[9.11.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.10.0...@metamask/snaps-controllers@9.11.0 +[9.10.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.9.0...@metamask/snaps-controllers@9.10.0 +[9.9.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.8.0...@metamask/snaps-controllers@9.9.0 +[9.8.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.7.0...@metamask/snaps-controllers@9.8.0 +[9.7.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.6.0...@metamask/snaps-controllers@9.7.0 +[9.6.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.5.0...@metamask/snaps-controllers@9.6.0 +[9.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.4.0...@metamask/snaps-controllers@9.5.0 +[9.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.3.1...@metamask/snaps-controllers@9.4.0 +[9.3.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.3.0...@metamask/snaps-controllers@9.3.1 +[9.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.2.0...@metamask/snaps-controllers@9.3.0 +[9.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.1.0...@metamask/snaps-controllers@9.2.0 +[9.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.0.0...@metamask/snaps-controllers@9.1.0 +[9.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@8.4.0...@metamask/snaps-controllers@9.0.0 +[8.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@8.3.1...@metamask/snaps-controllers@8.4.0 +[8.3.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@8.3.0...@metamask/snaps-controllers@8.3.1 +[8.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@8.2.0...@metamask/snaps-controllers@8.3.0 +[8.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@8.1.1...@metamask/snaps-controllers@8.2.0 +[8.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@8.1.0...@metamask/snaps-controllers@8.1.1 +[8.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@8.0.0...@metamask/snaps-controllers@8.1.0 +[8.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@7.0.1...@metamask/snaps-controllers@8.0.0 +[7.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@7.0.0...@metamask/snaps-controllers@7.0.1 +[7.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@6.0.4...@metamask/snaps-controllers@7.0.0 +[6.0.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@6.0.3...@metamask/snaps-controllers@6.0.4 +[6.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@6.0.2...@metamask/snaps-controllers@6.0.3 +[6.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@6.0.1...@metamask/snaps-controllers@6.0.2 +[6.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@6.0.0...@metamask/snaps-controllers@6.0.1 +[6.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@5.0.1...@metamask/snaps-controllers@6.0.0 +[5.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@5.0.0...@metamask/snaps-controllers@5.0.1 +[5.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@4.1.0...@metamask/snaps-controllers@5.0.0 +[4.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@4.0.0...@metamask/snaps-controllers@4.1.0 +[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.6.0...@metamask/snaps-controllers@4.0.0 +[3.6.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.5.1...@metamask/snaps-controllers@3.6.0 +[3.5.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.5.0...@metamask/snaps-controllers@3.5.1 +[3.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.4.1...@metamask/snaps-controllers@3.5.0 +[3.4.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.4.0...@metamask/snaps-controllers@3.4.1 +[3.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.3.0...@metamask/snaps-controllers@3.4.0 +[3.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.2.0...@metamask/snaps-controllers@3.3.0 +[3.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.1.1...@metamask/snaps-controllers@3.2.0 +[3.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.1.0...@metamask/snaps-controllers@3.1.1 +[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.0.0...@metamask/snaps-controllers@3.1.0 +[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@2.0.2...@metamask/snaps-controllers@3.0.0 +[2.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@2.0.1...@metamask/snaps-controllers@2.0.2 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@2.0.0...@metamask/snaps-controllers@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@0.39.0-flask.1...@metamask/snaps-controllers@2.0.0 +[0.39.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@0.38.3-flask.1...@metamask/snaps-controllers@0.39.0-flask.1 +[0.38.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@0.38.2-flask.1...@metamask/snaps-controllers@0.38.3-flask.1 +[0.38.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@0.38.1-flask.1...@metamask/snaps-controllers@0.38.2-flask.1 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@0.38.0-flask.1...@metamask/snaps-controllers@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@0.37.2-flask.1...@metamask/snaps-controllers@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-controllers@0.37.2-flask.1 diff --git a/packages/snaps-execution-environments/CHANGELOG.md b/packages/snaps-execution-environments/CHANGELOG.md index 61970b64b1..68dd4a8936 100644 --- a/packages/snaps-execution-environments/CHANGELOG.md +++ b/packages/snaps-execution-environments/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore(deps-dev): bump vite from 4.5.5 to 4.5.6 in the npm_and_yarn group across 1 directory ([#3140](https://github.com/MetaMask/snaps-skunkworks.git/pull/3140)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) + ## [7.0.0] ### Changed @@ -439,53 +444,53 @@ 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/snaps-execution-environments@7.0.0...HEAD -[7.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.14.0...@metamask/snaps-execution-environments@7.0.0 -[6.14.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.13.0...@metamask/snaps-execution-environments@6.14.0 -[6.13.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.12.0...@metamask/snaps-execution-environments@6.13.0 -[6.12.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.11.0...@metamask/snaps-execution-environments@6.12.0 -[6.11.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.10.0...@metamask/snaps-execution-environments@6.11.0 -[6.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.9.2...@metamask/snaps-execution-environments@6.10.0 -[6.9.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.9.1...@metamask/snaps-execution-environments@6.9.2 -[6.9.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.9.0...@metamask/snaps-execution-environments@6.9.1 -[6.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.8.0...@metamask/snaps-execution-environments@6.9.0 -[6.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.7.2...@metamask/snaps-execution-environments@6.8.0 -[6.7.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.7.1...@metamask/snaps-execution-environments@6.7.2 -[6.7.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.7.0...@metamask/snaps-execution-environments@6.7.1 -[6.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.6.2...@metamask/snaps-execution-environments@6.7.0 -[6.6.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.6.1...@metamask/snaps-execution-environments@6.6.2 -[6.6.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.6.0...@metamask/snaps-execution-environments@6.6.1 -[6.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.5.0...@metamask/snaps-execution-environments@6.6.0 -[6.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.4.0...@metamask/snaps-execution-environments@6.5.0 -[6.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.3.0...@metamask/snaps-execution-environments@6.4.0 -[6.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.2.0...@metamask/snaps-execution-environments@6.3.0 -[6.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.1.0...@metamask/snaps-execution-environments@6.2.0 -[6.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.0.2...@metamask/snaps-execution-environments@6.1.0 -[6.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.0.1...@metamask/snaps-execution-environments@6.0.2 -[6.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.0.0...@metamask/snaps-execution-environments@6.0.1 -[6.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@5.0.4...@metamask/snaps-execution-environments@6.0.0 -[5.0.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@5.0.3...@metamask/snaps-execution-environments@5.0.4 -[5.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@5.0.2...@metamask/snaps-execution-environments@5.0.3 -[5.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@5.0.1...@metamask/snaps-execution-environments@5.0.2 -[5.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@5.0.0...@metamask/snaps-execution-environments@5.0.1 -[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@4.0.1...@metamask/snaps-execution-environments@5.0.0 -[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@4.0.0...@metamask/snaps-execution-environments@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.5.0...@metamask/snaps-execution-environments@4.0.0 -[3.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.4.3...@metamask/snaps-execution-environments@3.5.0 -[3.4.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.4.2...@metamask/snaps-execution-environments@3.4.3 -[3.4.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.4.1...@metamask/snaps-execution-environments@3.4.2 -[3.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.4.0...@metamask/snaps-execution-environments@3.4.1 -[3.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.3.0...@metamask/snaps-execution-environments@3.4.0 -[3.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.2.0...@metamask/snaps-execution-environments@3.3.0 -[3.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.1.0...@metamask/snaps-execution-environments@3.2.0 -[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.0.0...@metamask/snaps-execution-environments@3.1.0 -[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@2.0.1...@metamask/snaps-execution-environments@3.0.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@2.0.0...@metamask/snaps-execution-environments@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.39.0-flask.1...@metamask/snaps-execution-environments@2.0.0 -[0.39.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.38.3-flask.1...@metamask/snaps-execution-environments@0.39.0-flask.1 -[0.38.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.38.2-flask.1...@metamask/snaps-execution-environments@0.38.3-flask.1 -[0.38.2-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.38.1-flask.1...@metamask/snaps-execution-environments@0.38.2-flask.1 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.38.0-flask.1...@metamask/snaps-execution-environments@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.37.3-flask.1...@metamask/snaps-execution-environments@0.38.0-flask.1 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.37.2-flask.1...@metamask/snaps-execution-environments@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-execution-environments@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@7.0.0...HEAD +[7.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.14.0...@metamask/snaps-execution-environments@7.0.0 +[6.14.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.13.0...@metamask/snaps-execution-environments@6.14.0 +[6.13.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.12.0...@metamask/snaps-execution-environments@6.13.0 +[6.12.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.11.0...@metamask/snaps-execution-environments@6.12.0 +[6.11.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.10.0...@metamask/snaps-execution-environments@6.11.0 +[6.10.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.9.2...@metamask/snaps-execution-environments@6.10.0 +[6.9.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.9.1...@metamask/snaps-execution-environments@6.9.2 +[6.9.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.9.0...@metamask/snaps-execution-environments@6.9.1 +[6.9.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.8.0...@metamask/snaps-execution-environments@6.9.0 +[6.8.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.7.2...@metamask/snaps-execution-environments@6.8.0 +[6.7.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.7.1...@metamask/snaps-execution-environments@6.7.2 +[6.7.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.7.0...@metamask/snaps-execution-environments@6.7.1 +[6.7.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.6.2...@metamask/snaps-execution-environments@6.7.0 +[6.6.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.6.1...@metamask/snaps-execution-environments@6.6.2 +[6.6.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.6.0...@metamask/snaps-execution-environments@6.6.1 +[6.6.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.5.0...@metamask/snaps-execution-environments@6.6.0 +[6.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.4.0...@metamask/snaps-execution-environments@6.5.0 +[6.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.3.0...@metamask/snaps-execution-environments@6.4.0 +[6.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.2.0...@metamask/snaps-execution-environments@6.3.0 +[6.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.1.0...@metamask/snaps-execution-environments@6.2.0 +[6.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.0.2...@metamask/snaps-execution-environments@6.1.0 +[6.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.0.1...@metamask/snaps-execution-environments@6.0.2 +[6.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.0.0...@metamask/snaps-execution-environments@6.0.1 +[6.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@5.0.4...@metamask/snaps-execution-environments@6.0.0 +[5.0.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@5.0.3...@metamask/snaps-execution-environments@5.0.4 +[5.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@5.0.2...@metamask/snaps-execution-environments@5.0.3 +[5.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@5.0.1...@metamask/snaps-execution-environments@5.0.2 +[5.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@5.0.0...@metamask/snaps-execution-environments@5.0.1 +[5.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@4.0.1...@metamask/snaps-execution-environments@5.0.0 +[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@4.0.0...@metamask/snaps-execution-environments@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@3.5.0...@metamask/snaps-execution-environments@4.0.0 +[3.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@3.4.3...@metamask/snaps-execution-environments@3.5.0 +[3.4.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@3.4.2...@metamask/snaps-execution-environments@3.4.3 +[3.4.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@3.4.1...@metamask/snaps-execution-environments@3.4.2 +[3.4.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@3.4.0...@metamask/snaps-execution-environments@3.4.1 +[3.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@3.3.0...@metamask/snaps-execution-environments@3.4.0 +[3.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@3.2.0...@metamask/snaps-execution-environments@3.3.0 +[3.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@3.1.0...@metamask/snaps-execution-environments@3.2.0 +[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@3.0.0...@metamask/snaps-execution-environments@3.1.0 +[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@2.0.1...@metamask/snaps-execution-environments@3.0.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@2.0.0...@metamask/snaps-execution-environments@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@0.39.0-flask.1...@metamask/snaps-execution-environments@2.0.0 +[0.39.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@0.38.3-flask.1...@metamask/snaps-execution-environments@0.39.0-flask.1 +[0.38.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@0.38.2-flask.1...@metamask/snaps-execution-environments@0.38.3-flask.1 +[0.38.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@0.38.1-flask.1...@metamask/snaps-execution-environments@0.38.2-flask.1 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@0.38.0-flask.1...@metamask/snaps-execution-environments@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@0.37.3-flask.1...@metamask/snaps-execution-environments@0.38.0-flask.1 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@0.37.2-flask.1...@metamask/snaps-execution-environments@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-execution-environments@0.37.2-flask.1 diff --git a/packages/snaps-jest/CHANGELOG.md b/packages/snaps-jest/CHANGELOG.md index 622aaabb0f..6ce9036c35 100644 --- a/packages/snaps-jest/CHANGELOG.md +++ b/packages/snaps-jest/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump dependencies for Dependabot alerts ([#3196](https://github.com/MetaMask/snaps-skunkworks.git/pull/3196)) + ## [8.13.0] ### Added @@ -347,42 +351,42 @@ 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/snaps-jest@8.13.0...HEAD -[8.13.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.12.0...@metamask/snaps-jest@8.13.0 -[8.12.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.11.0...@metamask/snaps-jest@8.12.0 -[8.11.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.10.0...@metamask/snaps-jest@8.11.0 -[8.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.9.0...@metamask/snaps-jest@8.10.0 -[8.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.8.1...@metamask/snaps-jest@8.9.0 -[8.8.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.8.0...@metamask/snaps-jest@8.8.1 -[8.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.7.1...@metamask/snaps-jest@8.8.0 -[8.7.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.7.0...@metamask/snaps-jest@8.7.1 -[8.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.6.0...@metamask/snaps-jest@8.7.0 -[8.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.5.0...@metamask/snaps-jest@8.6.0 -[8.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.4.0...@metamask/snaps-jest@8.5.0 -[8.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.3.2...@metamask/snaps-jest@8.4.0 -[8.3.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.3.1...@metamask/snaps-jest@8.3.2 -[8.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.3.0...@metamask/snaps-jest@8.3.1 -[8.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.2.0...@metamask/snaps-jest@8.3.0 -[8.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.1.3...@metamask/snaps-jest@8.2.0 -[8.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.1.2...@metamask/snaps-jest@8.1.3 -[8.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.1.1...@metamask/snaps-jest@8.1.2 -[8.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.1.0...@metamask/snaps-jest@8.1.1 -[8.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.0.0...@metamask/snaps-jest@8.1.0 -[8.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@7.0.2...@metamask/snaps-jest@8.0.0 -[7.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@7.0.1...@metamask/snaps-jest@7.0.2 -[7.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@7.0.0...@metamask/snaps-jest@7.0.1 -[7.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@6.0.2...@metamask/snaps-jest@7.0.0 -[6.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@6.0.1...@metamask/snaps-jest@6.0.2 -[6.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@6.0.0...@metamask/snaps-jest@6.0.1 -[6.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@5.0.0...@metamask/snaps-jest@6.0.0 -[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@4.0.1...@metamask/snaps-jest@5.0.0 -[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@4.0.0...@metamask/snaps-jest@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@3.1.0...@metamask/snaps-jest@4.0.0 -[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@3.0.0...@metamask/snaps-jest@3.1.0 -[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@2.0.0...@metamask/snaps-jest@3.0.0 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@1.0.0...@metamask/snaps-jest@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@0.37.5-flask.1...@metamask/snaps-jest@1.0.0 -[0.37.5-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@0.37.4-flask.1...@metamask/snaps-jest@0.37.5-flask.1 -[0.37.4-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@0.37.3-flask.1...@metamask/snaps-jest@0.37.4-flask.1 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@0.37.2-flask.1...@metamask/snaps-jest@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-jest@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.13.0...HEAD +[8.13.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.12.0...@metamask/snaps-jest@8.13.0 +[8.12.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.11.0...@metamask/snaps-jest@8.12.0 +[8.11.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.10.0...@metamask/snaps-jest@8.11.0 +[8.10.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.9.0...@metamask/snaps-jest@8.10.0 +[8.9.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.8.1...@metamask/snaps-jest@8.9.0 +[8.8.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.8.0...@metamask/snaps-jest@8.8.1 +[8.8.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.7.1...@metamask/snaps-jest@8.8.0 +[8.7.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.7.0...@metamask/snaps-jest@8.7.1 +[8.7.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.6.0...@metamask/snaps-jest@8.7.0 +[8.6.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.5.0...@metamask/snaps-jest@8.6.0 +[8.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.4.0...@metamask/snaps-jest@8.5.0 +[8.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.3.2...@metamask/snaps-jest@8.4.0 +[8.3.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.3.1...@metamask/snaps-jest@8.3.2 +[8.3.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.3.0...@metamask/snaps-jest@8.3.1 +[8.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.2.0...@metamask/snaps-jest@8.3.0 +[8.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.1.3...@metamask/snaps-jest@8.2.0 +[8.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.1.2...@metamask/snaps-jest@8.1.3 +[8.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.1.1...@metamask/snaps-jest@8.1.2 +[8.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.1.0...@metamask/snaps-jest@8.1.1 +[8.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.0.0...@metamask/snaps-jest@8.1.0 +[8.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@7.0.2...@metamask/snaps-jest@8.0.0 +[7.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@7.0.1...@metamask/snaps-jest@7.0.2 +[7.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@7.0.0...@metamask/snaps-jest@7.0.1 +[7.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@6.0.2...@metamask/snaps-jest@7.0.0 +[6.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@6.0.1...@metamask/snaps-jest@6.0.2 +[6.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@6.0.0...@metamask/snaps-jest@6.0.1 +[6.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@5.0.0...@metamask/snaps-jest@6.0.0 +[5.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@4.0.1...@metamask/snaps-jest@5.0.0 +[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@4.0.0...@metamask/snaps-jest@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@3.1.0...@metamask/snaps-jest@4.0.0 +[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@3.0.0...@metamask/snaps-jest@3.1.0 +[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@2.0.0...@metamask/snaps-jest@3.0.0 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@1.0.0...@metamask/snaps-jest@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@0.37.5-flask.1...@metamask/snaps-jest@1.0.0 +[0.37.5-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@0.37.4-flask.1...@metamask/snaps-jest@0.37.5-flask.1 +[0.37.4-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@0.37.3-flask.1...@metamask/snaps-jest@0.37.4-flask.1 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@0.37.2-flask.1...@metamask/snaps-jest@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-jest@0.37.2-flask.1 diff --git a/packages/snaps-rollup-plugin/CHANGELOG.md b/packages/snaps-rollup-plugin/CHANGELOG.md index 959c943735..3f55300fed 100644 --- a/packages/snaps-rollup-plugin/CHANGELOG.md +++ b/packages/snaps-rollup-plugin/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) + ## [4.2.0] ### Added @@ -83,16 +87,16 @@ 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/snaps-rollup-plugin@4.2.0...HEAD -[4.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@4.1.2...@metamask/snaps-rollup-plugin@4.2.0 -[4.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@4.1.1...@metamask/snaps-rollup-plugin@4.1.2 -[4.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@4.1.0...@metamask/snaps-rollup-plugin@4.1.1 -[4.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@4.0.1...@metamask/snaps-rollup-plugin@4.1.0 -[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@4.0.0...@metamask/snaps-rollup-plugin@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@3.0.2...@metamask/snaps-rollup-plugin@4.0.0 -[3.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@3.0.1...@metamask/snaps-rollup-plugin@3.0.2 -[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@3.0.0...@metamask/snaps-rollup-plugin@3.0.1 -[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@2.0.0...@metamask/snaps-rollup-plugin@3.0.0 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@0.37.3-flask.1...@metamask/snaps-rollup-plugin@2.0.0 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@0.37.2-flask.1...@metamask/snaps-rollup-plugin@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-rollup-plugin@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@4.2.0...HEAD +[4.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@4.1.2...@metamask/snaps-rollup-plugin@4.2.0 +[4.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@4.1.1...@metamask/snaps-rollup-plugin@4.1.2 +[4.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@4.1.0...@metamask/snaps-rollup-plugin@4.1.1 +[4.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@4.0.1...@metamask/snaps-rollup-plugin@4.1.0 +[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@4.0.0...@metamask/snaps-rollup-plugin@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@3.0.2...@metamask/snaps-rollup-plugin@4.0.0 +[3.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@3.0.1...@metamask/snaps-rollup-plugin@3.0.2 +[3.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@3.0.0...@metamask/snaps-rollup-plugin@3.0.1 +[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@2.0.0...@metamask/snaps-rollup-plugin@3.0.0 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@0.37.3-flask.1...@metamask/snaps-rollup-plugin@2.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@0.37.2-flask.1...@metamask/snaps-rollup-plugin@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-rollup-plugin@0.37.2-flask.1 diff --git a/packages/snaps-rpc-methods/CHANGELOG.md b/packages/snaps-rpc-methods/CHANGELOG.md index 803121518b..5cc34d36a9 100644 --- a/packages/snaps-rpc-methods/CHANGELOG.md +++ b/packages/snaps-rpc-methods/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- perf!: Use mnemonic seed for entropy RPC methods ([#3220](https://github.com/MetaMask/snaps-skunkworks.git/pull/3220)) +- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) + ## [11.13.1] ### Fixed @@ -406,53 +411,53 @@ 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/snaps-rpc-methods@11.13.1...HEAD -[11.13.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.13.0...@metamask/snaps-rpc-methods@11.13.1 -[11.13.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.12.0...@metamask/snaps-rpc-methods@11.13.0 -[11.12.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.11.0...@metamask/snaps-rpc-methods@11.12.0 -[11.11.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.10.0...@metamask/snaps-rpc-methods@11.11.0 -[11.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.9.1...@metamask/snaps-rpc-methods@11.10.0 -[11.9.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.9.0...@metamask/snaps-rpc-methods@11.9.1 -[11.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.8.0...@metamask/snaps-rpc-methods@11.9.0 -[11.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.7.0...@metamask/snaps-rpc-methods@11.8.0 -[11.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.6.0...@metamask/snaps-rpc-methods@11.7.0 -[11.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.5.1...@metamask/snaps-rpc-methods@11.6.0 -[11.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.5.0...@metamask/snaps-rpc-methods@11.5.1 -[11.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.4.0...@metamask/snaps-rpc-methods@11.5.0 -[11.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.3.0...@metamask/snaps-rpc-methods@11.4.0 -[11.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.2.0...@metamask/snaps-rpc-methods@11.3.0 -[11.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.1.1...@metamask/snaps-rpc-methods@11.2.0 -[11.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.1.0...@metamask/snaps-rpc-methods@11.1.1 -[11.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.0.0...@metamask/snaps-rpc-methods@11.1.0 -[11.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@10.0.1...@metamask/snaps-rpc-methods@11.0.0 -[10.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@10.0.0...@metamask/snaps-rpc-methods@10.0.1 -[10.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@9.1.4...@metamask/snaps-rpc-methods@10.0.0 -[9.1.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@9.1.3...@metamask/snaps-rpc-methods@9.1.4 -[9.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@9.1.2...@metamask/snaps-rpc-methods@9.1.3 -[9.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@9.1.1...@metamask/snaps-rpc-methods@9.1.2 -[9.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@9.1.0...@metamask/snaps-rpc-methods@9.1.1 -[9.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@9.0.0...@metamask/snaps-rpc-methods@9.1.0 -[9.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@8.1.0...@metamask/snaps-rpc-methods@9.0.0 -[8.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@8.0.0...@metamask/snaps-rpc-methods@8.1.0 -[8.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@7.0.2...@metamask/snaps-rpc-methods@8.0.0 -[7.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@7.0.1...@metamask/snaps-rpc-methods@7.0.2 -[7.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@7.0.0...@metamask/snaps-rpc-methods@7.0.1 -[7.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@6.0.0...@metamask/snaps-rpc-methods@7.0.0 -[6.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@5.0.0...@metamask/snaps-rpc-methods@6.0.0 -[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@4.1.0...@metamask/snaps-rpc-methods@5.0.0 -[4.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@4.0.3...@metamask/snaps-rpc-methods@4.1.0 -[4.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@4.0.2...@metamask/snaps-rpc-methods@4.0.3 -[4.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@4.0.1...@metamask/snaps-rpc-methods@4.0.2 -[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@4.0.0...@metamask/snaps-rpc-methods@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@3.3.0...@metamask/snaps-rpc-methods@4.0.0 -[3.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@3.2.1...@metamask/snaps-rpc-methods@3.3.0 -[3.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@3.2.0...@metamask/snaps-rpc-methods@3.2.1 -[3.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@3.1.0...@metamask/snaps-rpc-methods@3.2.0 -[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@3.0.0...@metamask/snaps-rpc-methods@3.1.0 -[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@2.0.0...@metamask/snaps-rpc-methods@3.0.0 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@0.38.3-flask.1...@metamask/snaps-rpc-methods@2.0.0 -[0.38.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@0.38.2-flask.1...@metamask/snaps-rpc-methods@0.38.3-flask.1 -[0.38.2-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@0.38.1-flask.1...@metamask/snaps-rpc-methods@0.38.2-flask.1 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@0.38.0-flask.1...@metamask/snaps-rpc-methods@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@0.37.2-flask.1...@metamask/snaps-rpc-methods@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-rpc-methods@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.13.1...HEAD +[11.13.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.13.0...@metamask/snaps-rpc-methods@11.13.1 +[11.13.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.12.0...@metamask/snaps-rpc-methods@11.13.0 +[11.12.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.11.0...@metamask/snaps-rpc-methods@11.12.0 +[11.11.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.10.0...@metamask/snaps-rpc-methods@11.11.0 +[11.10.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.9.1...@metamask/snaps-rpc-methods@11.10.0 +[11.9.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.9.0...@metamask/snaps-rpc-methods@11.9.1 +[11.9.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.8.0...@metamask/snaps-rpc-methods@11.9.0 +[11.8.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.7.0...@metamask/snaps-rpc-methods@11.8.0 +[11.7.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.6.0...@metamask/snaps-rpc-methods@11.7.0 +[11.6.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.5.1...@metamask/snaps-rpc-methods@11.6.0 +[11.5.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.5.0...@metamask/snaps-rpc-methods@11.5.1 +[11.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.4.0...@metamask/snaps-rpc-methods@11.5.0 +[11.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.3.0...@metamask/snaps-rpc-methods@11.4.0 +[11.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.2.0...@metamask/snaps-rpc-methods@11.3.0 +[11.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.1.1...@metamask/snaps-rpc-methods@11.2.0 +[11.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.1.0...@metamask/snaps-rpc-methods@11.1.1 +[11.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.0.0...@metamask/snaps-rpc-methods@11.1.0 +[11.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@10.0.1...@metamask/snaps-rpc-methods@11.0.0 +[10.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@10.0.0...@metamask/snaps-rpc-methods@10.0.1 +[10.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@9.1.4...@metamask/snaps-rpc-methods@10.0.0 +[9.1.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@9.1.3...@metamask/snaps-rpc-methods@9.1.4 +[9.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@9.1.2...@metamask/snaps-rpc-methods@9.1.3 +[9.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@9.1.1...@metamask/snaps-rpc-methods@9.1.2 +[9.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@9.1.0...@metamask/snaps-rpc-methods@9.1.1 +[9.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@9.0.0...@metamask/snaps-rpc-methods@9.1.0 +[9.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@8.1.0...@metamask/snaps-rpc-methods@9.0.0 +[8.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@8.0.0...@metamask/snaps-rpc-methods@8.1.0 +[8.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@7.0.2...@metamask/snaps-rpc-methods@8.0.0 +[7.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@7.0.1...@metamask/snaps-rpc-methods@7.0.2 +[7.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@7.0.0...@metamask/snaps-rpc-methods@7.0.1 +[7.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@6.0.0...@metamask/snaps-rpc-methods@7.0.0 +[6.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@5.0.0...@metamask/snaps-rpc-methods@6.0.0 +[5.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@4.1.0...@metamask/snaps-rpc-methods@5.0.0 +[4.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@4.0.3...@metamask/snaps-rpc-methods@4.1.0 +[4.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@4.0.2...@metamask/snaps-rpc-methods@4.0.3 +[4.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@4.0.1...@metamask/snaps-rpc-methods@4.0.2 +[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@4.0.0...@metamask/snaps-rpc-methods@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@3.3.0...@metamask/snaps-rpc-methods@4.0.0 +[3.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@3.2.1...@metamask/snaps-rpc-methods@3.3.0 +[3.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@3.2.0...@metamask/snaps-rpc-methods@3.2.1 +[3.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@3.1.0...@metamask/snaps-rpc-methods@3.2.0 +[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@3.0.0...@metamask/snaps-rpc-methods@3.1.0 +[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@2.0.0...@metamask/snaps-rpc-methods@3.0.0 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@0.38.3-flask.1...@metamask/snaps-rpc-methods@2.0.0 +[0.38.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@0.38.2-flask.1...@metamask/snaps-rpc-methods@0.38.3-flask.1 +[0.38.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@0.38.1-flask.1...@metamask/snaps-rpc-methods@0.38.2-flask.1 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@0.38.0-flask.1...@metamask/snaps-rpc-methods@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@0.37.2-flask.1...@metamask/snaps-rpc-methods@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-rpc-methods@0.37.2-flask.1 diff --git a/packages/snaps-sdk/CHANGELOG.md b/packages/snaps-sdk/CHANGELOG.md index dd56760de6..764c499d16 100644 --- a/packages/snaps-sdk/CHANGELOG.md +++ b/packages/snaps-sdk/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) + ## [6.19.0] ### Added @@ -513,51 +517,51 @@ 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/snaps-sdk@6.19.0...HEAD -[6.19.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.18.0...@metamask/snaps-sdk@6.19.0 -[6.18.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.17.1...@metamask/snaps-sdk@6.18.0 -[6.17.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.17.0...@metamask/snaps-sdk@6.17.1 -[6.17.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.16.0...@metamask/snaps-sdk@6.17.0 -[6.16.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.15.0...@metamask/snaps-sdk@6.16.0 -[6.15.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.14.0...@metamask/snaps-sdk@6.15.0 -[6.14.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.13.0...@metamask/snaps-sdk@6.14.0 -[6.13.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.12.0...@metamask/snaps-sdk@6.13.0 -[6.12.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.11.0...@metamask/snaps-sdk@6.12.0 -[6.11.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.10.0...@metamask/snaps-sdk@6.11.0 -[6.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.9.0...@metamask/snaps-sdk@6.10.0 -[6.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.8.0...@metamask/snaps-sdk@6.9.0 -[6.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.7.0...@metamask/snaps-sdk@6.8.0 -[6.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.6.0...@metamask/snaps-sdk@6.7.0 -[6.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.5.1...@metamask/snaps-sdk@6.6.0 -[6.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.5.0...@metamask/snaps-sdk@6.5.1 -[6.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.4.0...@metamask/snaps-sdk@6.5.0 -[6.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.3.0...@metamask/snaps-sdk@6.4.0 -[6.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.2.1...@metamask/snaps-sdk@6.3.0 -[6.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.2.0...@metamask/snaps-sdk@6.2.1 -[6.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.1.1...@metamask/snaps-sdk@6.2.0 -[6.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.1.0...@metamask/snaps-sdk@6.1.1 -[6.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.0.0...@metamask/snaps-sdk@6.1.0 -[6.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@5.0.0...@metamask/snaps-sdk@6.0.0 -[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@4.4.2...@metamask/snaps-sdk@5.0.0 -[4.4.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@4.4.1...@metamask/snaps-sdk@4.4.2 -[4.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@4.4.0...@metamask/snaps-sdk@4.4.1 -[4.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@4.3.0...@metamask/snaps-sdk@4.4.0 -[4.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@4.2.0...@metamask/snaps-sdk@4.3.0 -[4.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@4.1.0...@metamask/snaps-sdk@4.2.0 -[4.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@4.0.1...@metamask/snaps-sdk@4.1.0 -[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@4.0.0...@metamask/snaps-sdk@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@3.2.0...@metamask/snaps-sdk@4.0.0 -[3.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@3.1.1...@metamask/snaps-sdk@3.2.0 -[3.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@3.1.0...@metamask/snaps-sdk@3.1.1 -[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@3.0.1...@metamask/snaps-sdk@3.1.0 -[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@3.0.0...@metamask/snaps-sdk@3.0.1 -[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@2.1.0...@metamask/snaps-sdk@3.0.0 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@2.0.0...@metamask/snaps-sdk@2.1.0 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@1.4.0...@metamask/snaps-sdk@2.0.0 -[1.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@1.3.2...@metamask/snaps-sdk@1.4.0 -[1.3.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@1.3.1...@metamask/snaps-sdk@1.3.2 -[1.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@1.3.0...@metamask/snaps-sdk@1.3.1 -[1.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@1.2.0...@metamask/snaps-sdk@1.3.0 -[1.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@1.1.0...@metamask/snaps-sdk@1.2.0 -[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@1.0.0...@metamask/snaps-sdk@1.1.0 -[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-sdk@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.19.0...HEAD +[6.19.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.18.0...@metamask/snaps-sdk@6.19.0 +[6.18.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.17.1...@metamask/snaps-sdk@6.18.0 +[6.17.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.17.0...@metamask/snaps-sdk@6.17.1 +[6.17.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.16.0...@metamask/snaps-sdk@6.17.0 +[6.16.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.15.0...@metamask/snaps-sdk@6.16.0 +[6.15.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.14.0...@metamask/snaps-sdk@6.15.0 +[6.14.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.13.0...@metamask/snaps-sdk@6.14.0 +[6.13.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.12.0...@metamask/snaps-sdk@6.13.0 +[6.12.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.11.0...@metamask/snaps-sdk@6.12.0 +[6.11.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.10.0...@metamask/snaps-sdk@6.11.0 +[6.10.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.9.0...@metamask/snaps-sdk@6.10.0 +[6.9.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.8.0...@metamask/snaps-sdk@6.9.0 +[6.8.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.7.0...@metamask/snaps-sdk@6.8.0 +[6.7.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.6.0...@metamask/snaps-sdk@6.7.0 +[6.6.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.5.1...@metamask/snaps-sdk@6.6.0 +[6.5.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.5.0...@metamask/snaps-sdk@6.5.1 +[6.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.4.0...@metamask/snaps-sdk@6.5.0 +[6.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.3.0...@metamask/snaps-sdk@6.4.0 +[6.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.2.1...@metamask/snaps-sdk@6.3.0 +[6.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.2.0...@metamask/snaps-sdk@6.2.1 +[6.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.1.1...@metamask/snaps-sdk@6.2.0 +[6.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.1.0...@metamask/snaps-sdk@6.1.1 +[6.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.0.0...@metamask/snaps-sdk@6.1.0 +[6.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@5.0.0...@metamask/snaps-sdk@6.0.0 +[5.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@4.4.2...@metamask/snaps-sdk@5.0.0 +[4.4.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@4.4.1...@metamask/snaps-sdk@4.4.2 +[4.4.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@4.4.0...@metamask/snaps-sdk@4.4.1 +[4.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@4.3.0...@metamask/snaps-sdk@4.4.0 +[4.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@4.2.0...@metamask/snaps-sdk@4.3.0 +[4.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@4.1.0...@metamask/snaps-sdk@4.2.0 +[4.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@4.0.1...@metamask/snaps-sdk@4.1.0 +[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@4.0.0...@metamask/snaps-sdk@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@3.2.0...@metamask/snaps-sdk@4.0.0 +[3.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@3.1.1...@metamask/snaps-sdk@3.2.0 +[3.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@3.1.0...@metamask/snaps-sdk@3.1.1 +[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@3.0.1...@metamask/snaps-sdk@3.1.0 +[3.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@3.0.0...@metamask/snaps-sdk@3.0.1 +[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@2.1.0...@metamask/snaps-sdk@3.0.0 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@2.0.0...@metamask/snaps-sdk@2.1.0 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@1.4.0...@metamask/snaps-sdk@2.0.0 +[1.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@1.3.2...@metamask/snaps-sdk@1.4.0 +[1.3.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@1.3.1...@metamask/snaps-sdk@1.3.2 +[1.3.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@1.3.0...@metamask/snaps-sdk@1.3.1 +[1.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@1.2.0...@metamask/snaps-sdk@1.3.0 +[1.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@1.1.0...@metamask/snaps-sdk@1.2.0 +[1.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@1.0.0...@metamask/snaps-sdk@1.1.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-sdk@1.0.0 diff --git a/packages/snaps-simulation/CHANGELOG.md b/packages/snaps-simulation/CHANGELOG.md index c2e65fe50d..c8074ad8a3 100644 --- a/packages/snaps-simulation/CHANGELOG.md +++ b/packages/snaps-simulation/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- perf!: Use mnemonic seed for entropy RPC methods ([#3220](https://github.com/MetaMask/snaps-skunkworks.git/pull/3220)) +- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) +- chore: Bump dependencies for Dependabot alerts ([#3196](https://github.com/MetaMask/snaps-skunkworks.git/pull/3196)) + ## [2.3.0] ### Added @@ -131,18 +137,18 @@ 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/snaps-simulation@2.3.0...HEAD -[2.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@2.2.0...@metamask/snaps-simulation@2.3.0 -[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@2.1.0...@metamask/snaps-simulation@2.2.0 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@2.0.0...@metamask/snaps-simulation@2.1.0 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.5.0...@metamask/snaps-simulation@2.0.0 -[1.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.4.1...@metamask/snaps-simulation@1.5.0 -[1.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.4.0...@metamask/snaps-simulation@1.4.1 -[1.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.3.1...@metamask/snaps-simulation@1.4.0 -[1.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.3.0...@metamask/snaps-simulation@1.3.1 -[1.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.2.0...@metamask/snaps-simulation@1.3.0 -[1.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.1.1...@metamask/snaps-simulation@1.2.0 -[1.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.1.0...@metamask/snaps-simulation@1.1.1 -[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.0.1...@metamask/snaps-simulation@1.1.0 -[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.0.0...@metamask/snaps-simulation@1.0.1 -[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-simulation@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@2.3.0...HEAD +[2.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@2.2.0...@metamask/snaps-simulation@2.3.0 +[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@2.1.0...@metamask/snaps-simulation@2.2.0 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@2.0.0...@metamask/snaps-simulation@2.1.0 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.5.0...@metamask/snaps-simulation@2.0.0 +[1.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.4.1...@metamask/snaps-simulation@1.5.0 +[1.4.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.4.0...@metamask/snaps-simulation@1.4.1 +[1.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.3.1...@metamask/snaps-simulation@1.4.0 +[1.3.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.3.0...@metamask/snaps-simulation@1.3.1 +[1.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.2.0...@metamask/snaps-simulation@1.3.0 +[1.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.1.1...@metamask/snaps-simulation@1.2.0 +[1.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.1.0...@metamask/snaps-simulation@1.1.1 +[1.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.0.1...@metamask/snaps-simulation@1.1.0 +[1.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.0.0...@metamask/snaps-simulation@1.0.1 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-simulation@1.0.0 diff --git a/packages/snaps-simulator/CHANGELOG.md b/packages/snaps-simulator/CHANGELOG.md index 066716fe2e..28009f6027 100644 --- a/packages/snaps-simulator/CHANGELOG.md +++ b/packages/snaps-simulator/CHANGELOG.md @@ -7,6 +7,62 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- perf!: Use mnemonic seed for entropy RPC methods ([#3220](https://github.com/MetaMask/snaps-skunkworks.git/pull/3220)) +- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) +- chore: Bump dependencies for Dependabot alerts ([#3196](https://github.com/MetaMask/snaps-skunkworks.git/pull/3196)) +- chore(deps): bump @metamask/eth-json-rpc-middleware from 15.2.0 to 15.3.0 ([#3148](https://github.com/MetaMask/snaps-skunkworks.git/pull/3148)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- Update `snap_getPreferences` ([#3093](https://github.com/MetaMask/snaps-skunkworks.git/pull/3093)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) +- chore(deps): bump @metamask/eth-json-rpc-middleware from 15.1.2 to 15.2.0 ([#3090](https://github.com/MetaMask/snaps-skunkworks.git/pull/3090)) +- chore(deps): bump @metamask/json-rpc-middleware-stream from 8.0.6 to 8.0.7 ([#3083](https://github.com/MetaMask/snaps-skunkworks.git/pull/3083)) +- chore(deps): bump @metamask/base-controller from 7.1.1 to 8.0.0 ([#3082](https://github.com/MetaMask/snaps-skunkworks.git/pull/3082)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) +- chore: Rename `ControllerMessenger` to `Messenger` ([#3053](https://github.com/MetaMask/snaps-skunkworks.git/pull/3053)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) +- chore(deps): bump @metamask/permission-controller from 11.0.3 to 11.0.4 ([#2999](https://github.com/MetaMask/snaps-skunkworks.git/pull/2999)) +- feat: Add `hideBalances` to `snap_getPreferences` ([#2978](https://github.com/MetaMask/snaps-skunkworks.git/pull/2978)) +- Allow `Field` in `Box` ([#2926](https://github.com/MetaMask/snaps-skunkworks.git/pull/2926)) +- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps-skunkworks.git/pull/2909)) +- feat: Add `snap_getInterfaceContext` ([#2902](https://github.com/MetaMask/snaps-skunkworks.git/pull/2902)) +- feat: Implement interface persistence ([#2856](https://github.com/MetaMask/snaps-skunkworks.git/pull/2856)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) +- Remove `eth_sign` ([#2772](https://github.com/MetaMask/snaps-skunkworks.git/pull/2772)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) +- Add missing license fields ([#2747](https://github.com/MetaMask/snaps-skunkworks.git/pull/2747)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) +- Bump MetaMask dependencies ([#2703](https://github.com/MetaMask/snaps-skunkworks.git/pull/2703)) +- Replace `tsup` with `ts-bridge` ([#2682](https://github.com/MetaMask/snaps-skunkworks.git/pull/2682)) +- Add support for more customizable input ([#2699](https://github.com/MetaMask/snaps-skunkworks.git/pull/2699)) +- Bump TypeScript and related dependencies ([#2690](https://github.com/MetaMask/snaps-skunkworks.git/pull/2690)) +- feat: Allow CAIP-10 addresses in `Address` ([#2680](https://github.com/MetaMask/snaps-skunkworks.git/pull/2680)) +- Release 60.0.0 ([#2616](https://github.com/MetaMask/snaps-skunkworks.git/pull/2616)) +- chore(devDep): Bump `typescript` from `~4.8.4` to `~5.0.4` ([#2594](https://github.com/MetaMask/snaps-skunkworks.git/pull/2594)) +- Release 58.0.0 ([#2595](https://github.com/MetaMask/snaps-skunkworks.git/pull/2595)) +- chore(snaps-controllers): Bump all core deps ([#2593](https://github.com/MetaMask/snaps-skunkworks.git/pull/2593)) +- chore(deps): bump @metamask/eth-json-rpc-middleware from 12.1.1 to 12.1.2 ([#2477](https://github.com/MetaMask/snaps-skunkworks.git/pull/2477)) +- chore: bump MetaMask dependencies ([#2460](https://github.com/MetaMask/snaps-skunkworks.git/pull/2460)) +- Bump @metamask/key-tree from 9.1.0 to 9.1.1 ([#2431](https://github.com/MetaMask/snaps-skunkworks.git/pull/2431)) +- Bump @metamask/eth-json-rpc-middleware from 12.1.0 to 12.1.1 ([#2436](https://github.com/MetaMask/snaps-skunkworks.git/pull/2436)) +- Add JSX support for custom UI ([#2258](https://github.com/MetaMask/snaps-skunkworks.git/pull/2258)) +- Bump @metamask/base-controller from 5.0.1 to 5.0.2 ([#2375](https://github.com/MetaMask/snaps-skunkworks.git/pull/2375)) +- Add support for importing SVG, PNG, and JPEG files directly ([#2284](https://github.com/MetaMask/snaps-skunkworks.git/pull/2284)) +- Bump MetaMask dependencies ([#2270](https://github.com/MetaMask/snaps-skunkworks.git/pull/2270)) +- Bump @metamask/json-rpc-engine from 7.3.2 to 7.3.3 ([#2247](https://github.com/MetaMask/snaps-skunkworks.git/pull/2247)) +- 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)) +- Deploy multiple bundles to AWS ([#2150](https://github.com/MetaMask/snaps-skunkworks.git/pull/2150)) +- Add `snap_getClientStatus` example snap ([#2159](https://github.com/MetaMask/snaps-skunkworks.git/pull/2159)) +- [BREAKING] Move endowments from Controllers to RPC methods ([#2155](https://github.com/MetaMask/snaps-skunkworks.git/pull/2155)) +- Bump @metamask/permission-controller from 7.1.0 to 8.0.0 ([#2142](https://github.com/MetaMask/snaps-skunkworks.git/pull/2142)) +- Bump @metamask/eth-json-rpc-middleware from 12.0.1 to 12.1.0 ([#2140](https://github.com/MetaMask/snaps-skunkworks.git/pull/2140)) +- Bump @metamask/json-rpc-engine from 7.3.1 to 7.3.2 ([#2129](https://github.com/MetaMask/snaps-skunkworks.git/pull/2129)) +- Add support for dynamic user interfaces ([#1465](https://github.com/MetaMask/snaps-skunkworks.git/pull/1465)) + ## [2.5.0] ### Added @@ -126,17 +182,17 @@ 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/snaps-simulator@2.5.0...HEAD -[2.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.4.3...@metamask/snaps-simulator@2.5.0 -[2.4.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.4.2...@metamask/snaps-simulator@2.4.3 -[2.4.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.4.1...@metamask/snaps-simulator@2.4.2 -[2.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.4.0...@metamask/snaps-simulator@2.4.1 -[2.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.3.0...@metamask/snaps-simulator@2.4.0 -[2.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.2.0...@metamask/snaps-simulator@2.3.0 -[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.1.0...@metamask/snaps-simulator@2.2.0 -[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.0.0...@metamask/snaps-simulator@2.1.0 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@1.0.0...@metamask/snaps-simulator@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@0.38.1-flask.1...@metamask/snaps-simulator@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@0.38.0-flask.1...@metamask/snaps-simulator@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@0.37.2-flask.1...@metamask/snaps-simulator@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-simulator@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@2.5.0...HEAD +[2.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@2.4.3...@metamask/snaps-simulator@2.5.0 +[2.4.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@2.4.2...@metamask/snaps-simulator@2.4.3 +[2.4.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@2.4.1...@metamask/snaps-simulator@2.4.2 +[2.4.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@2.4.0...@metamask/snaps-simulator@2.4.1 +[2.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@2.3.0...@metamask/snaps-simulator@2.4.0 +[2.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@2.2.0...@metamask/snaps-simulator@2.3.0 +[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@2.1.0...@metamask/snaps-simulator@2.2.0 +[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@2.0.0...@metamask/snaps-simulator@2.1.0 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@1.0.0...@metamask/snaps-simulator@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@0.38.1-flask.1...@metamask/snaps-simulator@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@0.38.0-flask.1...@metamask/snaps-simulator@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@0.37.2-flask.1...@metamask/snaps-simulator@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-simulator@0.37.2-flask.1 diff --git a/packages/snaps-utils/CHANGELOG.md b/packages/snaps-utils/CHANGELOG.md index 2c6a3685b4..0752c5148b 100644 --- a/packages/snaps-utils/CHANGELOG.md +++ b/packages/snaps-utils/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) + ## [9.0.1] ### Fixed @@ -572,61 +576,61 @@ 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/snaps-utils@9.0.1...HEAD -[9.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@9.0.0...@metamask/snaps-utils@9.0.1 -[9.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.10.0...@metamask/snaps-utils@9.0.0 -[8.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.9.1...@metamask/snaps-utils@8.10.0 -[8.9.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.9.0...@metamask/snaps-utils@8.9.1 -[8.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.8.0...@metamask/snaps-utils@8.9.0 -[8.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.7.0...@metamask/snaps-utils@8.8.0 -[8.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.6.1...@metamask/snaps-utils@8.7.0 -[8.6.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.6.0...@metamask/snaps-utils@8.6.1 -[8.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.5.2...@metamask/snaps-utils@8.6.0 -[8.5.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.5.1...@metamask/snaps-utils@8.5.2 -[8.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.5.0...@metamask/snaps-utils@8.5.1 -[8.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.4.1...@metamask/snaps-utils@8.5.0 -[8.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.4.0...@metamask/snaps-utils@8.4.1 -[8.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.3.0...@metamask/snaps-utils@8.4.0 -[8.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.2.0...@metamask/snaps-utils@8.3.0 -[8.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.1.1...@metamask/snaps-utils@8.2.0 -[8.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.1.0...@metamask/snaps-utils@8.1.1 -[8.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.0.1...@metamask/snaps-utils@8.1.0 -[8.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.0.0...@metamask/snaps-utils@8.0.1 -[8.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.8.1...@metamask/snaps-utils@8.0.0 -[7.8.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.8.0...@metamask/snaps-utils@7.8.1 -[7.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.7.0...@metamask/snaps-utils@7.8.0 -[7.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.6.0...@metamask/snaps-utils@7.7.0 -[7.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.5.0...@metamask/snaps-utils@7.6.0 -[7.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.4.1...@metamask/snaps-utils@7.5.0 -[7.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.4.0...@metamask/snaps-utils@7.4.1 -[7.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.3.0...@metamask/snaps-utils@7.4.0 -[7.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.2.0...@metamask/snaps-utils@7.3.0 -[7.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.1.0...@metamask/snaps-utils@7.2.0 -[7.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.0.4...@metamask/snaps-utils@7.1.0 -[7.0.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.0.3...@metamask/snaps-utils@7.0.4 -[7.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.0.2...@metamask/snaps-utils@7.0.3 -[7.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.0.1...@metamask/snaps-utils@7.0.2 -[7.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.0.0...@metamask/snaps-utils@7.0.1 -[7.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@6.1.0...@metamask/snaps-utils@7.0.0 -[6.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@6.0.0...@metamask/snaps-utils@6.1.0 -[6.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@5.2.0...@metamask/snaps-utils@6.0.0 -[5.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@5.1.2...@metamask/snaps-utils@5.2.0 -[5.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@5.1.1...@metamask/snaps-utils@5.1.2 -[5.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@5.1.0...@metamask/snaps-utils@5.1.1 -[5.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@5.0.1...@metamask/snaps-utils@5.1.0 -[5.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@5.0.0...@metamask/snaps-utils@5.0.1 -[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@4.0.1...@metamask/snaps-utils@5.0.0 -[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@4.0.0...@metamask/snaps-utils@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@3.3.0...@metamask/snaps-utils@4.0.0 -[3.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@3.2.0...@metamask/snaps-utils@3.3.0 -[3.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@3.1.0...@metamask/snaps-utils@3.2.0 -[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@3.0.0...@metamask/snaps-utils@3.1.0 -[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@2.0.1...@metamask/snaps-utils@3.0.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@2.0.0...@metamask/snaps-utils@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@0.38.4-flask.1...@metamask/snaps-utils@2.0.0 -[0.38.4-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@0.38.3-flask.1...@metamask/snaps-utils@0.38.4-flask.1 -[0.38.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@0.38.2-flask.1...@metamask/snaps-utils@0.38.3-flask.1 -[0.38.2-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@0.38.1-flask.1...@metamask/snaps-utils@0.38.2-flask.1 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@0.38.0-flask.1...@metamask/snaps-utils@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@0.37.2-flask.1...@metamask/snaps-utils@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-utils@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@9.0.1...HEAD +[9.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@9.0.0...@metamask/snaps-utils@9.0.1 +[9.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.10.0...@metamask/snaps-utils@9.0.0 +[8.10.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.9.1...@metamask/snaps-utils@8.10.0 +[8.9.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.9.0...@metamask/snaps-utils@8.9.1 +[8.9.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.8.0...@metamask/snaps-utils@8.9.0 +[8.8.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.7.0...@metamask/snaps-utils@8.8.0 +[8.7.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.6.1...@metamask/snaps-utils@8.7.0 +[8.6.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.6.0...@metamask/snaps-utils@8.6.1 +[8.6.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.5.2...@metamask/snaps-utils@8.6.0 +[8.5.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.5.1...@metamask/snaps-utils@8.5.2 +[8.5.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.5.0...@metamask/snaps-utils@8.5.1 +[8.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.4.1...@metamask/snaps-utils@8.5.0 +[8.4.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.4.0...@metamask/snaps-utils@8.4.1 +[8.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.3.0...@metamask/snaps-utils@8.4.0 +[8.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.2.0...@metamask/snaps-utils@8.3.0 +[8.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.1.1...@metamask/snaps-utils@8.2.0 +[8.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.1.0...@metamask/snaps-utils@8.1.1 +[8.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.0.1...@metamask/snaps-utils@8.1.0 +[8.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.0.0...@metamask/snaps-utils@8.0.1 +[8.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.8.1...@metamask/snaps-utils@8.0.0 +[7.8.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.8.0...@metamask/snaps-utils@7.8.1 +[7.8.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.7.0...@metamask/snaps-utils@7.8.0 +[7.7.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.6.0...@metamask/snaps-utils@7.7.0 +[7.6.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.5.0...@metamask/snaps-utils@7.6.0 +[7.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.4.1...@metamask/snaps-utils@7.5.0 +[7.4.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.4.0...@metamask/snaps-utils@7.4.1 +[7.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.3.0...@metamask/snaps-utils@7.4.0 +[7.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.2.0...@metamask/snaps-utils@7.3.0 +[7.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.1.0...@metamask/snaps-utils@7.2.0 +[7.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.0.4...@metamask/snaps-utils@7.1.0 +[7.0.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.0.3...@metamask/snaps-utils@7.0.4 +[7.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.0.2...@metamask/snaps-utils@7.0.3 +[7.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.0.1...@metamask/snaps-utils@7.0.2 +[7.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.0.0...@metamask/snaps-utils@7.0.1 +[7.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@6.1.0...@metamask/snaps-utils@7.0.0 +[6.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@6.0.0...@metamask/snaps-utils@6.1.0 +[6.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@5.2.0...@metamask/snaps-utils@6.0.0 +[5.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@5.1.2...@metamask/snaps-utils@5.2.0 +[5.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@5.1.1...@metamask/snaps-utils@5.1.2 +[5.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@5.1.0...@metamask/snaps-utils@5.1.1 +[5.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@5.0.1...@metamask/snaps-utils@5.1.0 +[5.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@5.0.0...@metamask/snaps-utils@5.0.1 +[5.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@4.0.1...@metamask/snaps-utils@5.0.0 +[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@4.0.0...@metamask/snaps-utils@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@3.3.0...@metamask/snaps-utils@4.0.0 +[3.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@3.2.0...@metamask/snaps-utils@3.3.0 +[3.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@3.1.0...@metamask/snaps-utils@3.2.0 +[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@3.0.0...@metamask/snaps-utils@3.1.0 +[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@2.0.1...@metamask/snaps-utils@3.0.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@2.0.0...@metamask/snaps-utils@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@0.38.4-flask.1...@metamask/snaps-utils@2.0.0 +[0.38.4-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@0.38.3-flask.1...@metamask/snaps-utils@0.38.4-flask.1 +[0.38.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@0.38.2-flask.1...@metamask/snaps-utils@0.38.3-flask.1 +[0.38.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@0.38.1-flask.1...@metamask/snaps-utils@0.38.2-flask.1 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@0.38.0-flask.1...@metamask/snaps-utils@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@0.37.2-flask.1...@metamask/snaps-utils@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-utils@0.37.2-flask.1 diff --git a/packages/snaps-webpack-plugin/CHANGELOG.md b/packages/snaps-webpack-plugin/CHANGELOG.md index 7ffdcbc0f9..8d7ec29b96 100644 --- a/packages/snaps-webpack-plugin/CHANGELOG.md +++ b/packages/snaps-webpack-plugin/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) + ## [4.2.1] ### Changed @@ -121,21 +127,21 @@ 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/snaps-webpack-plugin@4.2.1...HEAD -[4.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.2.0...@metamask/snaps-webpack-plugin@4.2.1 -[4.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.1.2...@metamask/snaps-webpack-plugin@4.2.0 -[4.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.1.1...@metamask/snaps-webpack-plugin@4.1.2 -[4.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.1.0...@metamask/snaps-webpack-plugin@4.1.1 -[4.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.0.1...@metamask/snaps-webpack-plugin@4.1.0 -[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.0.0...@metamask/snaps-webpack-plugin@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@3.2.0...@metamask/snaps-webpack-plugin@4.0.0 -[3.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@3.1.1...@metamask/snaps-webpack-plugin@3.2.0 -[3.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@3.1.0...@metamask/snaps-webpack-plugin@3.1.1 -[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@3.0.1...@metamask/snaps-webpack-plugin@3.1.0 -[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@3.0.0...@metamask/snaps-webpack-plugin@3.0.1 -[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@2.0.1...@metamask/snaps-webpack-plugin@3.0.0 -[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@2.0.0...@metamask/snaps-webpack-plugin@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@0.37.4-flask.1...@metamask/snaps-webpack-plugin@2.0.0 -[0.37.4-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@0.37.3-flask.1...@metamask/snaps-webpack-plugin@0.37.4-flask.1 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@0.37.2-flask.1...@metamask/snaps-webpack-plugin@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-webpack-plugin@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@4.2.1...HEAD +[4.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@4.2.0...@metamask/snaps-webpack-plugin@4.2.1 +[4.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@4.1.2...@metamask/snaps-webpack-plugin@4.2.0 +[4.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@4.1.1...@metamask/snaps-webpack-plugin@4.1.2 +[4.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@4.1.0...@metamask/snaps-webpack-plugin@4.1.1 +[4.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@4.0.1...@metamask/snaps-webpack-plugin@4.1.0 +[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@4.0.0...@metamask/snaps-webpack-plugin@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@3.2.0...@metamask/snaps-webpack-plugin@4.0.0 +[3.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@3.1.1...@metamask/snaps-webpack-plugin@3.2.0 +[3.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@3.1.0...@metamask/snaps-webpack-plugin@3.1.1 +[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@3.0.1...@metamask/snaps-webpack-plugin@3.1.0 +[3.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@3.0.0...@metamask/snaps-webpack-plugin@3.0.1 +[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@2.0.1...@metamask/snaps-webpack-plugin@3.0.0 +[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@2.0.0...@metamask/snaps-webpack-plugin@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@0.37.4-flask.1...@metamask/snaps-webpack-plugin@2.0.0 +[0.37.4-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@0.37.3-flask.1...@metamask/snaps-webpack-plugin@0.37.4-flask.1 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@0.37.2-flask.1...@metamask/snaps-webpack-plugin@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-webpack-plugin@0.37.2-flask.1 From 4b744346d230fa092982006709c9bd0d5e6df1d0 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 13 Mar 2025 11:29:47 +0100 Subject: [PATCH 2/4] Update Release 94.0.0 --- package.json | 2 +- packages/create-snap/CHANGELOG.md | 44 +++---- packages/examples/packages/bip32/CHANGELOG.md | 29 ++--- packages/examples/packages/bip44/CHANGELOG.md | 29 ++--- .../packages/browserify-plugin/CHANGELOG.md | 88 ++----------- .../examples/packages/browserify/CHANGELOG.md | 89 ++----------- .../packages/client-status/CHANGELOG.md | 35 +---- .../examples/packages/cronjobs/CHANGELOG.md | 37 ++---- .../examples/packages/dialogs/CHANGELOG.md | 49 ++----- .../examples/packages/errors/CHANGELOG.md | 42 ++---- .../packages/ethereum-provider/CHANGELOG.md | 37 ++---- .../examples/packages/ethers-js/CHANGELOG.md | 49 ++----- .../packages/file-upload/CHANGELOG.md | 34 +---- .../examples/packages/get-file/CHANGELOG.md | 40 +----- .../examples/packages/home-page/CHANGELOG.md | 32 +---- .../examples/packages/images/CHANGELOG.md | 34 +---- .../packages/interactive-ui/CHANGELOG.md | 38 ++---- .../packages/consumer-signer/CHANGELOG.md | 51 ++------ .../packages/core-signer/CHANGELOG.md | 53 ++------ .../examples/packages/json-rpc/CHANGELOG.md | 45 ++----- packages/examples/packages/jsx/CHANGELOG.md | 37 +----- .../packages/lifecycle-hooks/CHANGELOG.md | 41 ++---- .../packages/localization/CHANGELOG.md | 40 +----- .../packages/manage-state/CHANGELOG.md | 37 ++---- .../packages/name-lookup/CHANGELOG.md | 42 ++---- .../packages/network-access/CHANGELOG.md | 51 ++------ .../packages/notifications/CHANGELOG.md | 38 ++---- .../packages/preinstalled/CHANGELOG.md | 22 +--- .../examples/packages/protocol/CHANGELOG.md | 9 +- .../packages/rollup-plugin/CHANGELOG.md | 44 ++----- .../examples/packages/send-flow/CHANGELOG.md | 20 +-- .../packages/signature-insights/CHANGELOG.md | 31 +---- .../transaction-insights/CHANGELOG.md | 50 ++------ packages/examples/packages/wasm/CHANGELOG.md | 48 ++----- packages/snaps-browserify-plugin/CHANGELOG.md | 32 ++--- packages/snaps-cli/CHANGELOG.md | 87 ++++++------- packages/snaps-controllers/CHANGELOG.md | 5 +- packages/snaps-controllers/package.json | 2 +- .../snaps-execution-environments/CHANGELOG.md | 105 ++++++++------- packages/snaps-jest/CHANGELOG.md | 5 +- packages/snaps-jest/package.json | 2 +- packages/snaps-rollup-plugin/CHANGELOG.md | 30 ++--- packages/snaps-rpc-methods/CHANGELOG.md | 5 +- packages/snaps-rpc-methods/package.json | 2 +- packages/snaps-sdk/CHANGELOG.md | 100 +++++++-------- packages/snaps-simulation/CHANGELOG.md | 5 +- packages/snaps-simulation/package.json | 2 +- packages/snaps-simulator/CHANGELOG.md | 84 ++---------- packages/snaps-utils/CHANGELOG.md | 120 +++++++++--------- packages/snaps-webpack-plugin/CHANGELOG.md | 42 +++--- 50 files changed, 583 insertions(+), 1412 deletions(-) diff --git a/package.json b/package.json index 5c47c07490..8db70a7264 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "93.0.0", + "version": "94.0.0", "private": true, "repository": { "type": "git", diff --git a/packages/create-snap/CHANGELOG.md b/packages/create-snap/CHANGELOG.md index da98d21aeb..8af139473e 100644 --- a/packages/create-snap/CHANGELOG.md +++ b/packages/create-snap/CHANGELOG.md @@ -7,18 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- chore: Bump ts-bridge ([#2917](https://github.com/MetaMask/snaps-skunkworks.git/pull/2917)) -- Bump `ts-bridge` to `0.6.0` ([#2882](https://github.com/MetaMask/snaps-skunkworks.git/pull/2882)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [4.0.4] ### Fixed @@ -117,19 +105,19 @@ 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/create-snap@4.0.4...HEAD -[4.0.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@4.0.3...@metamask/create-snap@4.0.4 -[4.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@4.0.2...@metamask/create-snap@4.0.3 -[4.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@4.0.1...@metamask/create-snap@4.0.2 -[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@4.0.0...@metamask/create-snap@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@3.1.1...@metamask/create-snap@4.0.0 -[3.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@3.1.0...@metamask/create-snap@3.1.1 -[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@3.0.1...@metamask/create-snap@3.1.0 -[3.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@3.0.0...@metamask/create-snap@3.0.1 -[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@2.0.0...@metamask/create-snap@3.0.0 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@1.0.1...@metamask/create-snap@2.0.0 -[1.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@1.0.0...@metamask/create-snap@1.0.1 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@0.37.4-flask.1...@metamask/create-snap@1.0.0 -[0.37.4-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@0.37.3-flask.1...@metamask/create-snap@0.37.4-flask.1 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/create-snap@0.37.2-flask.1...@metamask/create-snap@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/create-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@4.0.4...HEAD +[4.0.4]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@4.0.3...@metamask/create-snap@4.0.4 +[4.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@4.0.2...@metamask/create-snap@4.0.3 +[4.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@4.0.1...@metamask/create-snap@4.0.2 +[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@4.0.0...@metamask/create-snap@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@3.1.1...@metamask/create-snap@4.0.0 +[3.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@3.1.0...@metamask/create-snap@3.1.1 +[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@3.0.1...@metamask/create-snap@3.1.0 +[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@3.0.0...@metamask/create-snap@3.0.1 +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@2.0.0...@metamask/create-snap@3.0.0 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@1.0.1...@metamask/create-snap@2.0.0 +[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@1.0.0...@metamask/create-snap@1.0.1 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@0.37.4-flask.1...@metamask/create-snap@1.0.0 +[0.37.4-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@0.37.3-flask.1...@metamask/create-snap@0.37.4-flask.1 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@0.37.2-flask.1...@metamask/create-snap@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/create-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/bip32/CHANGELOG.md b/packages/examples/packages/bip32/CHANGELOG.md index b72f78683c..dad0865139 100644 --- a/packages/examples/packages/bip32/CHANGELOG.md +++ b/packages/examples/packages/bip32/CHANGELOG.md @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) -- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps-skunkworks.git/pull/3204)) - ## [2.3.0] ### Added @@ -92,15 +87,15 @@ 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/bip32-example-snap@2.3.0...HEAD -[2.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@2.2.1...@metamask/bip32-example-snap@2.3.0 -[2.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@2.2.0...@metamask/bip32-example-snap@2.2.1 -[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@2.1.2...@metamask/bip32-example-snap@2.2.0 -[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@2.1.1...@metamask/bip32-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@2.1.0...@metamask/bip32-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@2.0.1...@metamask/bip32-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@2.0.0...@metamask/bip32-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@1.0.0...@metamask/bip32-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@0.37.3-flask.1...@metamask/bip32-example-snap@1.0.0 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip32-example-snap@0.37.2-flask.1...@metamask/bip32-example-snap@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/bip32-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.3.0...HEAD +[2.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.2.1...@metamask/bip32-example-snap@2.3.0 +[2.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.2.0...@metamask/bip32-example-snap@2.2.1 +[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.1.2...@metamask/bip32-example-snap@2.2.0 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.1.1...@metamask/bip32-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.1.0...@metamask/bip32-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.0.1...@metamask/bip32-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.0.0...@metamask/bip32-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@1.0.0...@metamask/bip32-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@0.37.3-flask.1...@metamask/bip32-example-snap@1.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@0.37.2-flask.1...@metamask/bip32-example-snap@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/bip32-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/bip44/CHANGELOG.md b/packages/examples/packages/bip44/CHANGELOG.md index b38e9de6cb..06a701cdac 100644 --- a/packages/examples/packages/bip44/CHANGELOG.md +++ b/packages/examples/packages/bip44/CHANGELOG.md @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) -- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps-skunkworks.git/pull/3204)) - ## [2.2.0] ### Added @@ -93,15 +88,15 @@ 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/bip44-example-snap@2.2.0...HEAD -[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@2.1.3...@metamask/bip44-example-snap@2.2.0 -[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@2.1.2...@metamask/bip44-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@2.1.1...@metamask/bip44-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@2.1.0...@metamask/bip44-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@2.0.1...@metamask/bip44-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@2.0.0...@metamask/bip44-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@1.0.0...@metamask/bip44-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@0.38.1-flask.1...@metamask/bip44-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@0.38.0-flask.1...@metamask/bip44-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/bip44-example-snap@0.37.2-flask.1...@metamask/bip44-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/bip44-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@2.2.0...HEAD +[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@2.1.3...@metamask/bip44-example-snap@2.2.0 +[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@2.1.2...@metamask/bip44-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@2.1.1...@metamask/bip44-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@2.1.0...@metamask/bip44-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@2.0.1...@metamask/bip44-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@2.0.0...@metamask/bip44-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@1.0.0...@metamask/bip44-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@0.38.1-flask.1...@metamask/bip44-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@0.38.0-flask.1...@metamask/bip44-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@0.37.2-flask.1...@metamask/bip44-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/bip44-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/browserify-plugin/CHANGELOG.md b/packages/examples/packages/browserify-plugin/CHANGELOG.md index 5f81f47657..235a19453b 100644 --- a/packages/examples/packages/browserify-plugin/CHANGELOG.md +++ b/packages/examples/packages/browserify-plugin/CHANGELOG.md @@ -7,74 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) -- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps-skunkworks.git/pull/3204)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- feat: Add `crossAlignment` to `Box` ([#3115](https://github.com/MetaMask/snaps-skunkworks.git/pull/3115)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- fix: Allow `null` in the `endowment:assets` handlers return value ([#3056](https://github.com/MetaMask/snaps-skunkworks.git/pull/3056)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- feat: Implement `MultichainRouter` and `onProtocolRequest` (SIP-26) ([#2875](https://github.com/MetaMask/snaps-skunkworks.git/pull/2875)) -- Add disabled states to all input components ([#3030](https://github.com/MetaMask/snaps-skunkworks.git/pull/3030)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- feat: Implement SIP-29 permission and handlers ([#3028](https://github.com/MetaMask/snaps-skunkworks.git/pull/3028)) -- Add Skeleton component ([#3024](https://github.com/MetaMask/snaps-skunkworks.git/pull/3024)) -- feat: Add border radius to `Image` ([#3023](https://github.com/MetaMask/snaps-skunkworks.git/pull/3023)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- Add backgroundColor property to Container component ([#2950](https://github.com/MetaMask/snaps-skunkworks.git/pull/2950)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) -- feat: Allow usage of `Text` in `Value` props ([#2984](https://github.com/MetaMask/snaps-skunkworks.git/pull/2984)) -- Feat: Add background events ([#2941](https://github.com/MetaMask/snaps-skunkworks.git/pull/2941)) -- Add `snap_getState`, `snap_setState`, `snap_clearState` methods ([#2916](https://github.com/MetaMask/snaps-skunkworks.git/pull/2916)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- Add Banner UI component ([#2961](https://github.com/MetaMask/snaps-skunkworks.git/pull/2961)) -- feat: Support `fontWeight` prop on `Text` ([#2959](https://github.com/MetaMask/snaps-skunkworks.git/pull/2959)) -- Add `onSettingsPage` export ([#2911](https://github.com/MetaMask/snaps-skunkworks.git/pull/2911)) -- feat: Add `size` prop to Button ([#2953](https://github.com/MetaMask/snaps-skunkworks.git/pull/2953)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- fix: Improve field validation errors ([#2937](https://github.com/MetaMask/snaps-skunkworks.git/pull/2937)) -- Add loading variant for Snaps UI Button ([#2930](https://github.com/MetaMask/snaps-skunkworks.git/pull/2930)) -- Allow `Field` in `Box` ([#2926](https://github.com/MetaMask/snaps-skunkworks.git/pull/2926)) -- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps-skunkworks.git/pull/2909)) -- Add `size` prop to `Text` ([#2908](https://github.com/MetaMask/snaps-skunkworks.git/pull/2908)) -- feat: Add `snap_getInterfaceContext` ([#2902](https://github.com/MetaMask/snaps-skunkworks.git/pull/2902)) -- Add support for `Address` in `Card` title. ([#2894](https://github.com/MetaMask/snaps-skunkworks.git/pull/2894)) -- feat: Implement interface persistence ([#2856](https://github.com/MetaMask/snaps-skunkworks.git/pull/2856)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- Add updated props for address component ([#2833](https://github.com/MetaMask/snaps-skunkworks.git/pull/2833)) -- Revert `snap_notify` changes ([#2837](https://github.com/MetaMask/snaps-skunkworks.git/pull/2837)) -- Add `sm` size variant to `Heading` ([#2831](https://github.com/MetaMask/snaps-skunkworks.git/pull/2831)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Add `min`, `max` and `step` props to `Input` ([#2821](https://github.com/MetaMask/snaps-skunkworks.git/pull/2821)) -- feat: Add `Avatar` component ([#2820](https://github.com/MetaMask/snaps-skunkworks.git/pull/2820)) -- Revert `AccountSelector` ([#2794](https://github.com/MetaMask/snaps-skunkworks.git/pull/2794)) -- feat: Add experimental provider request RPC method ([#2773](https://github.com/MetaMask/snaps-skunkworks.git/pull/2773)) -- Add `AccountSelector` to `Box` and `Field` children ([#2774](https://github.com/MetaMask/snaps-skunkworks.git/pull/2774)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) -- Allow multiple chain ID in `AccountSelector` ([#2768](https://github.com/MetaMask/snaps-skunkworks.git/pull/2768)) -- Add new `snap_getCurrencyRate` RPC method ([#2763](https://github.com/MetaMask/snaps-skunkworks.git/pull/2763)) -- Add `AccountSelector` component ([#2764](https://github.com/MetaMask/snaps-skunkworks.git/pull/2764)) -- Allow `Link` in `Row` and `Address` in `Link` ([#2761](https://github.com/MetaMask/snaps-skunkworks.git/pull/2761)) -- feat: Add the `size` prop to `Heading` ([#2759](https://github.com/MetaMask/snaps-skunkworks.git/pull/2759)) -- Update `snap_notify` to allow JSX content ([#2706](https://github.com/MetaMask/snaps-skunkworks.git/pull/2706)) -- Allow for `metamask:` schemed URLs ([#2719](https://github.com/MetaMask/snaps-skunkworks.git/pull/2719)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) -- Add `center` prop to `Box` component ([#2716](https://github.com/MetaMask/snaps-skunkworks.git/pull/2716)) -- Fix type issue with `Field` children ([#2715](https://github.com/MetaMask/snaps-skunkworks.git/pull/2715)) -- Added form property to Button JSX component ([#2712](https://github.com/MetaMask/snaps-skunkworks.git/pull/2712)) - ## [2.1.3] ### Fixed @@ -133,13 +65,13 @@ 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/browserify-plugin-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-plugin-example-snap@2.1.2...@metamask/browserify-plugin-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-plugin-example-snap@2.1.1...@metamask/browserify-plugin-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-plugin-example-snap@2.1.0...@metamask/browserify-plugin-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-plugin-example-snap@2.0.1...@metamask/browserify-plugin-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-plugin-example-snap@2.0.0...@metamask/browserify-plugin-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-plugin-example-snap@1.0.0...@metamask/browserify-plugin-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-plugin-example-snap@0.37.3-flask.1...@metamask/browserify-plugin-example-snap@1.0.0 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-plugin-example-snap@0.37.2-flask.1...@metamask/browserify-plugin-example-snap@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/browserify-plugin-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@2.1.2...@metamask/browserify-plugin-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@2.1.1...@metamask/browserify-plugin-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@2.1.0...@metamask/browserify-plugin-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@2.0.1...@metamask/browserify-plugin-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@2.0.0...@metamask/browserify-plugin-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@1.0.0...@metamask/browserify-plugin-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@0.37.3-flask.1...@metamask/browserify-plugin-example-snap@1.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@0.37.2-flask.1...@metamask/browserify-plugin-example-snap@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/browserify-plugin-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/browserify/CHANGELOG.md b/packages/examples/packages/browserify/CHANGELOG.md index a006ac8e8b..add2a8cbc1 100644 --- a/packages/examples/packages/browserify/CHANGELOG.md +++ b/packages/examples/packages/browserify/CHANGELOG.md @@ -7,75 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) -- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps-skunkworks.git/pull/3204)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- feat: Add `crossAlignment` to `Box` ([#3115](https://github.com/MetaMask/snaps-skunkworks.git/pull/3115)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- fix: Allow `null` in the `endowment:assets` handlers return value ([#3056](https://github.com/MetaMask/snaps-skunkworks.git/pull/3056)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- feat: Implement `MultichainRouter` and `onProtocolRequest` (SIP-26) ([#2875](https://github.com/MetaMask/snaps-skunkworks.git/pull/2875)) -- Add disabled states to all input components ([#3030](https://github.com/MetaMask/snaps-skunkworks.git/pull/3030)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- feat: Implement SIP-29 permission and handlers ([#3028](https://github.com/MetaMask/snaps-skunkworks.git/pull/3028)) -- Add Skeleton component ([#3024](https://github.com/MetaMask/snaps-skunkworks.git/pull/3024)) -- feat: Add border radius to `Image` ([#3023](https://github.com/MetaMask/snaps-skunkworks.git/pull/3023)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- Add backgroundColor property to Container component ([#2950](https://github.com/MetaMask/snaps-skunkworks.git/pull/2950)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) -- feat: Allow usage of `Text` in `Value` props ([#2984](https://github.com/MetaMask/snaps-skunkworks.git/pull/2984)) -- Feat: Add background events ([#2941](https://github.com/MetaMask/snaps-skunkworks.git/pull/2941)) -- Add `snap_getState`, `snap_setState`, `snap_clearState` methods ([#2916](https://github.com/MetaMask/snaps-skunkworks.git/pull/2916)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- Add Banner UI component ([#2961](https://github.com/MetaMask/snaps-skunkworks.git/pull/2961)) -- feat: Support `fontWeight` prop on `Text` ([#2959](https://github.com/MetaMask/snaps-skunkworks.git/pull/2959)) -- Add `onSettingsPage` export ([#2911](https://github.com/MetaMask/snaps-skunkworks.git/pull/2911)) -- feat: Add `size` prop to Button ([#2953](https://github.com/MetaMask/snaps-skunkworks.git/pull/2953)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- fix: Improve field validation errors ([#2937](https://github.com/MetaMask/snaps-skunkworks.git/pull/2937)) -- Add loading variant for Snaps UI Button ([#2930](https://github.com/MetaMask/snaps-skunkworks.git/pull/2930)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- Allow `Field` in `Box` ([#2926](https://github.com/MetaMask/snaps-skunkworks.git/pull/2926)) -- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps-skunkworks.git/pull/2909)) -- Add `size` prop to `Text` ([#2908](https://github.com/MetaMask/snaps-skunkworks.git/pull/2908)) -- feat: Add `snap_getInterfaceContext` ([#2902](https://github.com/MetaMask/snaps-skunkworks.git/pull/2902)) -- Add support for `Address` in `Card` title. ([#2894](https://github.com/MetaMask/snaps-skunkworks.git/pull/2894)) -- feat: Implement interface persistence ([#2856](https://github.com/MetaMask/snaps-skunkworks.git/pull/2856)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- Add updated props for address component ([#2833](https://github.com/MetaMask/snaps-skunkworks.git/pull/2833)) -- Revert `snap_notify` changes ([#2837](https://github.com/MetaMask/snaps-skunkworks.git/pull/2837)) -- Add `sm` size variant to `Heading` ([#2831](https://github.com/MetaMask/snaps-skunkworks.git/pull/2831)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Add `min`, `max` and `step` props to `Input` ([#2821](https://github.com/MetaMask/snaps-skunkworks.git/pull/2821)) -- feat: Add `Avatar` component ([#2820](https://github.com/MetaMask/snaps-skunkworks.git/pull/2820)) -- Revert `AccountSelector` ([#2794](https://github.com/MetaMask/snaps-skunkworks.git/pull/2794)) -- feat: Add experimental provider request RPC method ([#2773](https://github.com/MetaMask/snaps-skunkworks.git/pull/2773)) -- Add `AccountSelector` to `Box` and `Field` children ([#2774](https://github.com/MetaMask/snaps-skunkworks.git/pull/2774)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) -- Allow multiple chain ID in `AccountSelector` ([#2768](https://github.com/MetaMask/snaps-skunkworks.git/pull/2768)) -- Add new `snap_getCurrencyRate` RPC method ([#2763](https://github.com/MetaMask/snaps-skunkworks.git/pull/2763)) -- Add `AccountSelector` component ([#2764](https://github.com/MetaMask/snaps-skunkworks.git/pull/2764)) -- Allow `Link` in `Row` and `Address` in `Link` ([#2761](https://github.com/MetaMask/snaps-skunkworks.git/pull/2761)) -- feat: Add the `size` prop to `Heading` ([#2759](https://github.com/MetaMask/snaps-skunkworks.git/pull/2759)) -- Update `snap_notify` to allow JSX content ([#2706](https://github.com/MetaMask/snaps-skunkworks.git/pull/2706)) -- Allow for `metamask:` schemed URLs ([#2719](https://github.com/MetaMask/snaps-skunkworks.git/pull/2719)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) -- Add `center` prop to `Box` component ([#2716](https://github.com/MetaMask/snaps-skunkworks.git/pull/2716)) -- Fix type issue with `Field` children ([#2715](https://github.com/MetaMask/snaps-skunkworks.git/pull/2715)) -- Added form property to Button JSX component ([#2712](https://github.com/MetaMask/snaps-skunkworks.git/pull/2712)) - ## [2.1.3] ### Fixed @@ -133,13 +64,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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/browserify-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-example-snap@2.1.2...@metamask/browserify-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-example-snap@2.1.1...@metamask/browserify-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-example-snap@2.1.0...@metamask/browserify-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-example-snap@2.0.1...@metamask/browserify-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-example-snap@2.0.0...@metamask/browserify-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-example-snap@1.0.0...@metamask/browserify-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-example-snap@0.38.1-flask.1...@metamask/browserify-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/browserify-example-snap@0.38.0-flask.1...@metamask/browserify-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/browserify-example-snap@0.38.0-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@2.1.2...@metamask/browserify-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@2.1.1...@metamask/browserify-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@2.1.0...@metamask/browserify-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@2.0.1...@metamask/browserify-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@2.0.0...@metamask/browserify-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@1.0.0...@metamask/browserify-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@0.38.1-flask.1...@metamask/browserify-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@0.38.0-flask.1...@metamask/browserify-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/browserify-example-snap@0.38.0-flask.1 diff --git a/packages/examples/packages/client-status/CHANGELOG.md b/packages/examples/packages/client-status/CHANGELOG.md index ea60d0260d..b8667fca88 100644 --- a/packages/examples/packages/client-status/CHANGELOG.md +++ b/packages/examples/packages/client-status/CHANGELOG.md @@ -7,31 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [1.0.3] ### Fixed @@ -56,8 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `snap_getClientStatus` example snap ([#2159](https://github.com/MetaMask/snaps/pull/2159)) -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/client-status-example-snap@1.0.3...HEAD -[1.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/client-status-example-snap@1.0.2...@metamask/client-status-example-snap@1.0.3 -[1.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/client-status-example-snap@1.0.1...@metamask/client-status-example-snap@1.0.2 -[1.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/client-status-example-snap@1.0.0...@metamask/client-status-example-snap@1.0.1 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/client-status-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/client-status-example-snap@1.0.3...HEAD +[1.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/client-status-example-snap@1.0.2...@metamask/client-status-example-snap@1.0.3 +[1.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/client-status-example-snap@1.0.1...@metamask/client-status-example-snap@1.0.2 +[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/client-status-example-snap@1.0.0...@metamask/client-status-example-snap@1.0.1 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/client-status-example-snap@1.0.0 diff --git a/packages/examples/packages/cronjobs/CHANGELOG.md b/packages/examples/packages/cronjobs/CHANGELOG.md index 360f121aa5..1348f28dec 100644 --- a/packages/examples/packages/cronjobs/CHANGELOG.md +++ b/packages/examples/packages/cronjobs/CHANGELOG.md @@ -7,15 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) - ## [3.0.0] ### Added @@ -104,17 +95,17 @@ 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/cronjob-example-snap@3.0.0...HEAD -[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@2.2.0...@metamask/cronjob-example-snap@3.0.0 -[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@2.1.4...@metamask/cronjob-example-snap@2.2.0 -[2.1.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@2.1.3...@metamask/cronjob-example-snap@2.1.4 -[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@2.1.2...@metamask/cronjob-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@2.1.1...@metamask/cronjob-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@2.1.0...@metamask/cronjob-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@2.0.1...@metamask/cronjob-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@2.0.0...@metamask/cronjob-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@1.0.0...@metamask/cronjob-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@0.38.1-flask.1...@metamask/cronjob-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@0.38.0-flask.1...@metamask/cronjob-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/cronjob-example-snap@0.37.2-flask.1...@metamask/cronjob-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/cronjob-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@3.0.0...HEAD +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.2.0...@metamask/cronjob-example-snap@3.0.0 +[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.1.4...@metamask/cronjob-example-snap@2.2.0 +[2.1.4]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.1.3...@metamask/cronjob-example-snap@2.1.4 +[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.1.2...@metamask/cronjob-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.1.1...@metamask/cronjob-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.1.0...@metamask/cronjob-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.0.1...@metamask/cronjob-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.0.0...@metamask/cronjob-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@1.0.0...@metamask/cronjob-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@0.38.1-flask.1...@metamask/cronjob-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@0.38.0-flask.1...@metamask/cronjob-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@0.37.2-flask.1...@metamask/cronjob-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/cronjob-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/dialogs/CHANGELOG.md b/packages/examples/packages/dialogs/CHANGELOG.md index a3a25ebfad..c3a0467810 100644 --- a/packages/examples/packages/dialogs/CHANGELOG.md +++ b/packages/examples/packages/dialogs/CHANGELOG.md @@ -7,31 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [2.3.1] ### Fixed @@ -113,15 +88,15 @@ 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/dialog-example-snap@2.3.1...HEAD -[2.3.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@2.3.0...@metamask/dialog-example-snap@2.3.1 -[2.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@2.2.1...@metamask/dialog-example-snap@2.3.0 -[2.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@2.2.0...@metamask/dialog-example-snap@2.2.1 -[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@2.1.0...@metamask/dialog-example-snap@2.2.0 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@2.0.1...@metamask/dialog-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@2.0.0...@metamask/dialog-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@1.0.0...@metamask/dialog-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@0.38.1-flask.1...@metamask/dialog-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@0.38.0-flask.1...@metamask/dialog-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/dialog-example-snap@0.37.2-flask.1...@metamask/dialog-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/dialog-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@2.3.1...HEAD +[2.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@2.3.0...@metamask/dialog-example-snap@2.3.1 +[2.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@2.2.1...@metamask/dialog-example-snap@2.3.0 +[2.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@2.2.0...@metamask/dialog-example-snap@2.2.1 +[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@2.1.0...@metamask/dialog-example-snap@2.2.0 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@2.0.1...@metamask/dialog-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@2.0.0...@metamask/dialog-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@1.0.0...@metamask/dialog-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@0.38.1-flask.1...@metamask/dialog-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@0.38.0-flask.1...@metamask/dialog-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@0.37.2-flask.1...@metamask/dialog-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/dialog-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/errors/CHANGELOG.md b/packages/examples/packages/errors/CHANGELOG.md index 0170a1d803..c8d01f72d8 100644 --- a/packages/examples/packages/errors/CHANGELOG.md +++ b/packages/examples/packages/errors/CHANGELOG.md @@ -7,26 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [2.1.3] ### Fixed @@ -96,14 +76,14 @@ 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/error-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/error-example-snap@2.1.2...@metamask/error-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/error-example-snap@2.1.1...@metamask/error-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/error-example-snap@2.1.0...@metamask/error-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/error-example-snap@2.0.1...@metamask/error-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/error-example-snap@2.0.0...@metamask/error-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/error-example-snap@1.0.0...@metamask/error-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/error-example-snap@0.38.1-flask.1...@metamask/error-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/error-example-snap@0.38.0-flask.1...@metamask/error-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/error-example-snap@0.37.2-flask.1...@metamask/error-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/error-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@2.1.2...@metamask/error-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@2.1.1...@metamask/error-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@2.1.0...@metamask/error-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@2.0.1...@metamask/error-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@2.0.0...@metamask/error-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@1.0.0...@metamask/error-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@0.38.1-flask.1...@metamask/error-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@0.38.0-flask.1...@metamask/error-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@0.37.2-flask.1...@metamask/error-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/error-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/ethereum-provider/CHANGELOG.md b/packages/examples/packages/ethereum-provider/CHANGELOG.md index e9aaca819f..4f135eb9db 100644 --- a/packages/examples/packages/ethereum-provider/CHANGELOG.md +++ b/packages/examples/packages/ethereum-provider/CHANGELOG.md @@ -7,17 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) - ## [2.2.1] ### Fixed @@ -103,16 +92,16 @@ 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/ethereum-provider-example-snap@2.2.1...HEAD -[2.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@2.2.0...@metamask/ethereum-provider-example-snap@2.2.1 -[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@2.1.3...@metamask/ethereum-provider-example-snap@2.2.0 -[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@2.1.2...@metamask/ethereum-provider-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@2.1.1...@metamask/ethereum-provider-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@2.1.0...@metamask/ethereum-provider-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@2.0.1...@metamask/ethereum-provider-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@2.0.0...@metamask/ethereum-provider-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@1.0.0...@metamask/ethereum-provider-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@0.38.1-flask.1...@metamask/ethereum-provider-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@0.38.0-flask.1...@metamask/ethereum-provider-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethereum-provider-example-snap@0.37.2-flask.1...@metamask/ethereum-provider-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/ethereum-provider-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.2.1...HEAD +[2.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.2.0...@metamask/ethereum-provider-example-snap@2.2.1 +[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.1.3...@metamask/ethereum-provider-example-snap@2.2.0 +[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.1.2...@metamask/ethereum-provider-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.1.1...@metamask/ethereum-provider-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.1.0...@metamask/ethereum-provider-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.0.1...@metamask/ethereum-provider-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.0.0...@metamask/ethereum-provider-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@1.0.0...@metamask/ethereum-provider-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@0.38.1-flask.1...@metamask/ethereum-provider-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@0.38.0-flask.1...@metamask/ethereum-provider-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@0.37.2-flask.1...@metamask/ethereum-provider-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/ethereum-provider-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/ethers-js/CHANGELOG.md b/packages/examples/packages/ethers-js/CHANGELOG.md index 51926c6694..d31b3a24e9 100644 --- a/packages/examples/packages/ethers-js/CHANGELOG.md +++ b/packages/examples/packages/ethers-js/CHANGELOG.md @@ -7,33 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps-skunkworks.git/pull/3204)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- chore: Resolve Dependabot alerts ([#2855](https://github.com/MetaMask/snaps-skunkworks.git/pull/2855)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [2.1.3] ### Fixed @@ -103,14 +76,14 @@ 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/ethers-js-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethers-js-example-snap@2.1.2...@metamask/ethers-js-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethers-js-example-snap@2.1.1...@metamask/ethers-js-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethers-js-example-snap@2.1.0...@metamask/ethers-js-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethers-js-example-snap@2.0.1...@metamask/ethers-js-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethers-js-example-snap@2.0.0...@metamask/ethers-js-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethers-js-example-snap@1.0.0...@metamask/ethers-js-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethers-js-example-snap@0.38.1-flask.1...@metamask/ethers-js-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethers-js-example-snap@0.38.0-flask.1...@metamask/ethers-js-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/ethers-js-example-snap@0.37.2-flask.1...@metamask/ethers-js-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/ethers-js-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@2.1.2...@metamask/ethers-js-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@2.1.1...@metamask/ethers-js-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@2.1.0...@metamask/ethers-js-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@2.0.1...@metamask/ethers-js-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@2.0.0...@metamask/ethers-js-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@1.0.0...@metamask/ethers-js-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@0.38.1-flask.1...@metamask/ethers-js-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@0.38.0-flask.1...@metamask/ethers-js-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@0.37.2-flask.1...@metamask/ethers-js-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/ethers-js-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/file-upload/CHANGELOG.md b/packages/examples/packages/file-upload/CHANGELOG.md index 398d90feca..9f5ae2d0cb 100644 --- a/packages/examples/packages/file-upload/CHANGELOG.md +++ b/packages/examples/packages/file-upload/CHANGELOG.md @@ -7,34 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps-skunkworks.git/pull/3204)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [1.0.1] ### Fixed @@ -47,6 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add file input example Snap ([#2469](https://github.com/MetaMask/snaps/pull/2469), [#2494](https://github.com/MetaMask/snaps/pull/2494), [#2504](https://github.com/MetaMask/snaps/pull/2504)) -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/file-upload-example-snap@1.0.1...HEAD -[1.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/file-upload-example-snap@1.0.0...@metamask/file-upload-example-snap@1.0.1 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/file-upload-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/file-upload-example-snap@1.0.1...HEAD +[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/file-upload-example-snap@1.0.0...@metamask/file-upload-example-snap@1.0.1 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/file-upload-example-snap@1.0.0 diff --git a/packages/examples/packages/get-file/CHANGELOG.md b/packages/examples/packages/get-file/CHANGELOG.md index 8e0ace9842..02c356df4a 100644 --- a/packages/examples/packages/get-file/CHANGELOG.md +++ b/packages/examples/packages/get-file/CHANGELOG.md @@ -7,32 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Format Snap manifests with Prettier ([#2787](https://github.com/MetaMask/snaps-skunkworks.git/pull/2787)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [1.1.3] ### Fixed @@ -71,10 +45,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `snap_getFile` example Snap ([#1836](https://github.com/MetaMask/snaps/pull/1836), [#1858](https://github.com/MetaMask/snaps/pull/1858)) -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/get-file-example-snap@1.1.3...HEAD -[1.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/get-file-example-snap@1.1.2...@metamask/get-file-example-snap@1.1.3 -[1.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/get-file-example-snap@1.1.1...@metamask/get-file-example-snap@1.1.2 -[1.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/get-file-example-snap@1.1.0...@metamask/get-file-example-snap@1.1.1 -[1.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/get-file-example-snap@1.0.1...@metamask/get-file-example-snap@1.1.0 -[1.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/get-file-example-snap@1.0.0...@metamask/get-file-example-snap@1.0.1 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/get-file-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/get-file-example-snap@1.1.3...HEAD +[1.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/get-file-example-snap@1.1.2...@metamask/get-file-example-snap@1.1.3 +[1.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/get-file-example-snap@1.1.1...@metamask/get-file-example-snap@1.1.2 +[1.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/get-file-example-snap@1.1.0...@metamask/get-file-example-snap@1.1.1 +[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/get-file-example-snap@1.0.1...@metamask/get-file-example-snap@1.1.0 +[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/get-file-example-snap@1.0.0...@metamask/get-file-example-snap@1.0.1 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/get-file-example-snap@1.0.0 diff --git a/packages/examples/packages/home-page/CHANGELOG.md b/packages/examples/packages/home-page/CHANGELOG.md index d308a3ce5d..78434e6f40 100644 --- a/packages/examples/packages/home-page/CHANGELOG.md +++ b/packages/examples/packages/home-page/CHANGELOG.md @@ -7,26 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [1.1.3] ### Fixed @@ -59,9 +39,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#1918](https://github.com/MetaMask/snaps/pull/1918)) -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/home-page-example-snap@1.1.3...HEAD -[1.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/home-page-example-snap@1.1.2...@metamask/home-page-example-snap@1.1.3 -[1.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/home-page-example-snap@1.1.1...@metamask/home-page-example-snap@1.1.2 -[1.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/home-page-example-snap@1.1.0...@metamask/home-page-example-snap@1.1.1 -[1.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/home-page-example-snap@1.0.0...@metamask/home-page-example-snap@1.1.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/home-page-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/home-page-example-snap@1.1.3...HEAD +[1.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/home-page-example-snap@1.1.2...@metamask/home-page-example-snap@1.1.3 +[1.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/home-page-example-snap@1.1.1...@metamask/home-page-example-snap@1.1.2 +[1.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/home-page-example-snap@1.1.0...@metamask/home-page-example-snap@1.1.1 +[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/home-page-example-snap@1.0.0...@metamask/home-page-example-snap@1.1.0 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/home-page-example-snap@1.0.0 diff --git a/packages/examples/packages/images/CHANGELOG.md b/packages/examples/packages/images/CHANGELOG.md index d8494ddc31..73a8bb6b6b 100644 --- a/packages/examples/packages/images/CHANGELOG.md +++ b/packages/examples/packages/images/CHANGELOG.md @@ -7,32 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps-skunkworks.git/pull/3204)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [1.1.1] ### Fixed @@ -52,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add images example Snap ([#2002](https://github.com/MetaMask/snaps/pull/2002)) -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/images-example-snap@1.1.1...HEAD -[1.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/images-example-snap@1.1.0...@metamask/images-example-snap@1.1.1 -[1.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/images-example-snap@1.0.0...@metamask/images-example-snap@1.1.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/images-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/images-example-snap@1.1.1...HEAD +[1.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/images-example-snap@1.1.0...@metamask/images-example-snap@1.1.1 +[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/images-example-snap@1.0.0...@metamask/images-example-snap@1.1.0 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/images-example-snap@1.0.0 diff --git a/packages/examples/packages/interactive-ui/CHANGELOG.md b/packages/examples/packages/interactive-ui/CHANGELOG.md index 915388c57a..6005912cde 100644 --- a/packages/examples/packages/interactive-ui/CHANGELOG.md +++ b/packages/examples/packages/interactive-ui/CHANGELOG.md @@ -7,26 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) - ## [2.3.0] ### Added @@ -80,12 +60,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add interactive UI example Snap ([#2171](https://github.com/MetaMask/snaps/pull/2171)) -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/interactive-ui-example-snap@2.3.0...HEAD -[2.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/interactive-ui-example-snap@2.2.1...@metamask/interactive-ui-example-snap@2.3.0 -[2.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/interactive-ui-example-snap@2.2.0...@metamask/interactive-ui-example-snap@2.2.1 -[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/interactive-ui-example-snap@2.1.0...@metamask/interactive-ui-example-snap@2.2.0 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/interactive-ui-example-snap@2.0.0...@metamask/interactive-ui-example-snap@2.1.0 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/interactive-ui-example-snap@1.0.2...@metamask/interactive-ui-example-snap@2.0.0 -[1.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/interactive-ui-example-snap@1.0.1...@metamask/interactive-ui-example-snap@1.0.2 -[1.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/interactive-ui-example-snap@1.0.0...@metamask/interactive-ui-example-snap@1.0.1 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/interactive-ui-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@2.3.0...HEAD +[2.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@2.2.1...@metamask/interactive-ui-example-snap@2.3.0 +[2.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@2.2.0...@metamask/interactive-ui-example-snap@2.2.1 +[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@2.1.0...@metamask/interactive-ui-example-snap@2.2.0 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@2.0.0...@metamask/interactive-ui-example-snap@2.1.0 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@1.0.2...@metamask/interactive-ui-example-snap@2.0.0 +[1.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@1.0.1...@metamask/interactive-ui-example-snap@1.0.2 +[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@1.0.0...@metamask/interactive-ui-example-snap@1.0.1 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/interactive-ui-example-snap@1.0.0 diff --git a/packages/examples/packages/invoke-snap/packages/consumer-signer/CHANGELOG.md b/packages/examples/packages/invoke-snap/packages/consumer-signer/CHANGELOG.md index bef4d745c0..0e9c0a1d22 100644 --- a/packages/examples/packages/invoke-snap/packages/consumer-signer/CHANGELOG.md +++ b/packages/examples/packages/invoke-snap/packages/consumer-signer/CHANGELOG.md @@ -7,35 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps-skunkworks.git/pull/2909)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [2.1.3] ### Fixed @@ -105,14 +76,14 @@ 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/consumer-signer-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/consumer-signer-example-snap@2.1.2...@metamask/consumer-signer-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/consumer-signer-example-snap@2.1.1...@metamask/consumer-signer-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/consumer-signer-example-snap@2.1.0...@metamask/consumer-signer-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/consumer-signer-example-snap@2.0.1...@metamask/consumer-signer-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/consumer-signer-example-snap@2.0.0...@metamask/consumer-signer-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/consumer-signer-example-snap@1.0.0...@metamask/consumer-signer-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/consumer-signer-example-snap@0.38.1-flask.1...@metamask/consumer-signer-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/consumer-signer-example-snap@0.38.0-flask.1...@metamask/consumer-signer-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/consumer-signer-example-snap@0.37.2-flask.1...@metamask/consumer-signer-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/consumer-signer-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@2.1.2...@metamask/consumer-signer-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@2.1.1...@metamask/consumer-signer-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@2.1.0...@metamask/consumer-signer-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@2.0.1...@metamask/consumer-signer-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@2.0.0...@metamask/consumer-signer-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@1.0.0...@metamask/consumer-signer-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@0.38.1-flask.1...@metamask/consumer-signer-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@0.38.0-flask.1...@metamask/consumer-signer-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@0.37.2-flask.1...@metamask/consumer-signer-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/consumer-signer-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/invoke-snap/packages/core-signer/CHANGELOG.md b/packages/examples/packages/invoke-snap/packages/core-signer/CHANGELOG.md index 963b0137f5..f10e0f9bc0 100644 --- a/packages/examples/packages/invoke-snap/packages/core-signer/CHANGELOG.md +++ b/packages/examples/packages/invoke-snap/packages/core-signer/CHANGELOG.md @@ -7,37 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) -- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps-skunkworks.git/pull/3204)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- Cache snap state in memory ([#2980](https://github.com/MetaMask/snaps-skunkworks.git/pull/2980)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps-skunkworks.git/pull/2909)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [2.1.3] ### Fixed @@ -109,14 +78,14 @@ 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/core-signer-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/core-signer-example-snap@2.1.2...@metamask/core-signer-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/core-signer-example-snap@2.1.1...@metamask/core-signer-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/core-signer-example-snap@2.1.0...@metamask/core-signer-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/core-signer-example-snap@2.0.1...@metamask/core-signer-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/core-signer-example-snap@2.0.0...@metamask/core-signer-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/core-signer-example-snap@1.0.0...@metamask/core-signer-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/core-signer-example-snap@0.38.1-flask.1...@metamask/core-signer-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/core-signer-example-snap@0.38.0-flask.1...@metamask/core-signer-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/core-signer-example-snap@0.37.2-flask.1...@metamask/core-signer-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/core-signer-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@2.1.2...@metamask/core-signer-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@2.1.1...@metamask/core-signer-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@2.1.0...@metamask/core-signer-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@2.0.1...@metamask/core-signer-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@2.0.0...@metamask/core-signer-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@1.0.0...@metamask/core-signer-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@0.38.1-flask.1...@metamask/core-signer-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@0.38.0-flask.1...@metamask/core-signer-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@0.37.2-flask.1...@metamask/core-signer-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/core-signer-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/json-rpc/CHANGELOG.md b/packages/examples/packages/json-rpc/CHANGELOG.md index 67b2d78dc7..0d0a1d5636 100644 --- a/packages/examples/packages/json-rpc/CHANGELOG.md +++ b/packages/examples/packages/json-rpc/CHANGELOG.md @@ -7,31 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [2.1.3] ### Fixed @@ -90,13 +65,13 @@ 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/json-rpc-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/json-rpc-example-snap@2.1.2...@metamask/json-rpc-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/json-rpc-example-snap@2.1.1...@metamask/json-rpc-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/json-rpc-example-snap@2.1.0...@metamask/json-rpc-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/json-rpc-example-snap@2.0.1...@metamask/json-rpc-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/json-rpc-example-snap@2.0.0...@metamask/json-rpc-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/json-rpc-example-snap@1.0.0...@metamask/json-rpc-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/json-rpc-example-snap@0.37.3-flask.1...@metamask/json-rpc-example-snap@1.0.0 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/json-rpc-example-snap@0.37.2-flask.1...@metamask/json-rpc-example-snap@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/json-rpc-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@2.1.2...@metamask/json-rpc-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@2.1.1...@metamask/json-rpc-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@2.1.0...@metamask/json-rpc-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@2.0.1...@metamask/json-rpc-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@2.0.0...@metamask/json-rpc-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@1.0.0...@metamask/json-rpc-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@0.37.3-flask.1...@metamask/json-rpc-example-snap@1.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@0.37.2-flask.1...@metamask/json-rpc-example-snap@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/json-rpc-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/jsx/CHANGELOG.md b/packages/examples/packages/jsx/CHANGELOG.md index 09224aa654..e0081abb28 100644 --- a/packages/examples/packages/jsx/CHANGELOG.md +++ b/packages/examples/packages/jsx/CHANGELOG.md @@ -7,31 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [1.2.1] ### Fixed @@ -62,9 +37,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add JSX example Snap ([#2258](https://github.com/MetaMask/snaps/pull/2258)) -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/jsx-example-snap@1.2.1...HEAD -[1.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/jsx-example-snap@1.2.0...@metamask/jsx-example-snap@1.2.1 -[1.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/jsx-example-snap@1.1.1...@metamask/jsx-example-snap@1.2.0 -[1.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/jsx-example-snap@1.1.0...@metamask/jsx-example-snap@1.1.1 -[1.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/jsx-example-snap@1.0.0...@metamask/jsx-example-snap@1.1.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/jsx-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/jsx-example-snap@1.2.1...HEAD +[1.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/jsx-example-snap@1.2.0...@metamask/jsx-example-snap@1.2.1 +[1.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/jsx-example-snap@1.1.1...@metamask/jsx-example-snap@1.2.0 +[1.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/jsx-example-snap@1.1.0...@metamask/jsx-example-snap@1.1.1 +[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/jsx-example-snap@1.0.0...@metamask/jsx-example-snap@1.1.0 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/jsx-example-snap@1.0.0 diff --git a/packages/examples/packages/lifecycle-hooks/CHANGELOG.md b/packages/examples/packages/lifecycle-hooks/CHANGELOG.md index 0dea18281d..0f92bbc86a 100644 --- a/packages/examples/packages/lifecycle-hooks/CHANGELOG.md +++ b/packages/examples/packages/lifecycle-hooks/CHANGELOG.md @@ -7,27 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- Add onInstall and onUpdate to snaps-jest ([#2849](https://github.com/MetaMask/snaps-skunkworks.git/pull/2849)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [2.1.3] ### Fixed @@ -85,13 +64,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add lifecycle hooks example snap ([#1645](https://github.com/MetaMask/snaps/pull/1645)) - This snap demonstrates how to use the `onInstall` and `onUpdate` lifecycle hooks. -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/lifecycle-hooks-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/lifecycle-hooks-example-snap@2.1.2...@metamask/lifecycle-hooks-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/lifecycle-hooks-example-snap@2.1.1...@metamask/lifecycle-hooks-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/lifecycle-hooks-example-snap@2.1.0...@metamask/lifecycle-hooks-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/lifecycle-hooks-example-snap@2.0.1...@metamask/lifecycle-hooks-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/lifecycle-hooks-example-snap@2.0.0...@metamask/lifecycle-hooks-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/lifecycle-hooks-example-snap@1.0.0...@metamask/lifecycle-hooks-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/lifecycle-hooks-example-snap@0.38.1-flask.1...@metamask/lifecycle-hooks-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/lifecycle-hooks-example-snap@0.38.0-flask.1...@metamask/lifecycle-hooks-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/lifecycle-hooks-example-snap@0.38.0-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.1.2...@metamask/lifecycle-hooks-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.1.1...@metamask/lifecycle-hooks-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.1.0...@metamask/lifecycle-hooks-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.0.1...@metamask/lifecycle-hooks-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.0.0...@metamask/lifecycle-hooks-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@1.0.0...@metamask/lifecycle-hooks-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@0.38.1-flask.1...@metamask/lifecycle-hooks-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@0.38.0-flask.1...@metamask/lifecycle-hooks-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/lifecycle-hooks-example-snap@0.38.0-flask.1 diff --git a/packages/examples/packages/localization/CHANGELOG.md b/packages/examples/packages/localization/CHANGELOG.md index 87393e5e6e..43ffbf90d3 100644 --- a/packages/examples/packages/localization/CHANGELOG.md +++ b/packages/examples/packages/localization/CHANGELOG.md @@ -7,32 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Format Snap manifests with Prettier ([#2787](https://github.com/MetaMask/snaps-skunkworks.git/pull/2787)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [1.1.4] ### Fixed @@ -75,10 +49,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#1889](https://github.com/MetaMask/snaps/pull/1889)) -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/localization-example-snap@1.1.4...HEAD -[1.1.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/localization-example-snap@1.1.3...@metamask/localization-example-snap@1.1.4 -[1.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/localization-example-snap@1.1.2...@metamask/localization-example-snap@1.1.3 -[1.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/localization-example-snap@1.1.1...@metamask/localization-example-snap@1.1.2 -[1.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/localization-example-snap@1.1.0...@metamask/localization-example-snap@1.1.1 -[1.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/localization-example-snap@1.0.0...@metamask/localization-example-snap@1.1.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/localization-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/localization-example-snap@1.1.4...HEAD +[1.1.4]: https://github.com/MetaMask/snaps/compare/@metamask/localization-example-snap@1.1.3...@metamask/localization-example-snap@1.1.4 +[1.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/localization-example-snap@1.1.2...@metamask/localization-example-snap@1.1.3 +[1.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/localization-example-snap@1.1.1...@metamask/localization-example-snap@1.1.2 +[1.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/localization-example-snap@1.1.0...@metamask/localization-example-snap@1.1.1 +[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/localization-example-snap@1.0.0...@metamask/localization-example-snap@1.1.0 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/localization-example-snap@1.0.0 diff --git a/packages/examples/packages/manage-state/CHANGELOG.md b/packages/examples/packages/manage-state/CHANGELOG.md index 0f9394d298..f901986365 100644 --- a/packages/examples/packages/manage-state/CHANGELOG.md +++ b/packages/examples/packages/manage-state/CHANGELOG.md @@ -7,17 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) - ## [3.0.0] ### Added @@ -106,16 +95,16 @@ 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/manage-state-example-snap@3.0.0...HEAD -[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@2.2.3...@metamask/manage-state-example-snap@3.0.0 -[2.2.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@2.2.2...@metamask/manage-state-example-snap@2.2.3 -[2.2.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@2.2.1...@metamask/manage-state-example-snap@2.2.2 -[2.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@2.2.0...@metamask/manage-state-example-snap@2.2.1 -[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@2.1.0...@metamask/manage-state-example-snap@2.2.0 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@2.0.1...@metamask/manage-state-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@2.0.0...@metamask/manage-state-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@1.0.0...@metamask/manage-state-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@0.38.1-flask.1...@metamask/manage-state-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@0.38.0-flask.1...@metamask/manage-state-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/manage-state-example-snap@0.37.2-flask.1...@metamask/manage-state-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/manage-state-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@3.0.0...HEAD +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.2.3...@metamask/manage-state-example-snap@3.0.0 +[2.2.3]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.2.2...@metamask/manage-state-example-snap@2.2.3 +[2.2.2]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.2.1...@metamask/manage-state-example-snap@2.2.2 +[2.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.2.0...@metamask/manage-state-example-snap@2.2.1 +[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.1.0...@metamask/manage-state-example-snap@2.2.0 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.0.1...@metamask/manage-state-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.0.0...@metamask/manage-state-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@1.0.0...@metamask/manage-state-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@0.38.1-flask.1...@metamask/manage-state-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@0.38.0-flask.1...@metamask/manage-state-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@0.37.2-flask.1...@metamask/manage-state-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/manage-state-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/name-lookup/CHANGELOG.md b/packages/examples/packages/name-lookup/CHANGELOG.md index 165912dd92..90f93a8125 100644 --- a/packages/examples/packages/name-lookup/CHANGELOG.md +++ b/packages/examples/packages/name-lookup/CHANGELOG.md @@ -7,28 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- Add onNameLookup to snaps-jest ([#2857](https://github.com/MetaMask/snaps-skunkworks.git/pull/2857)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Format Snap manifests with Prettier ([#2787](https://github.com/MetaMask/snaps-skunkworks.git/pull/2787)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [3.1.1] ### Fixed @@ -86,13 +64,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add name lookup example snap ([#1768](https://github.com/MetaMask/snaps/pull/1768), [#1754](https://github.com/MetaMask/snaps/pull/1754)) -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/name-lookup-example-snap@3.1.1...HEAD -[3.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/name-lookup-example-snap@3.1.0...@metamask/name-lookup-example-snap@3.1.1 -[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/name-lookup-example-snap@3.0.2...@metamask/name-lookup-example-snap@3.1.0 -[3.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/name-lookup-example-snap@3.0.1...@metamask/name-lookup-example-snap@3.0.2 -[3.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/name-lookup-example-snap@3.0.0...@metamask/name-lookup-example-snap@3.0.1 -[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/name-lookup-example-snap@2.1.0...@metamask/name-lookup-example-snap@3.0.0 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/name-lookup-example-snap@2.0.1...@metamask/name-lookup-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/name-lookup-example-snap@2.0.0...@metamask/name-lookup-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/name-lookup-example-snap@1.0.0...@metamask/name-lookup-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/name-lookup-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/name-lookup-example-snap@3.1.1...HEAD +[3.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/name-lookup-example-snap@3.1.0...@metamask/name-lookup-example-snap@3.1.1 +[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/name-lookup-example-snap@3.0.2...@metamask/name-lookup-example-snap@3.1.0 +[3.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/name-lookup-example-snap@3.0.1...@metamask/name-lookup-example-snap@3.0.2 +[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/name-lookup-example-snap@3.0.0...@metamask/name-lookup-example-snap@3.0.1 +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/name-lookup-example-snap@2.1.0...@metamask/name-lookup-example-snap@3.0.0 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/name-lookup-example-snap@2.0.1...@metamask/name-lookup-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/name-lookup-example-snap@2.0.0...@metamask/name-lookup-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/name-lookup-example-snap@1.0.0...@metamask/name-lookup-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/name-lookup-example-snap@1.0.0 diff --git a/packages/examples/packages/network-access/CHANGELOG.md b/packages/examples/packages/network-access/CHANGELOG.md index 5b1f36e4ed..924736de19 100644 --- a/packages/examples/packages/network-access/CHANGELOG.md +++ b/packages/examples/packages/network-access/CHANGELOG.md @@ -7,33 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [2.1.3] ### Fixed @@ -109,15 +82,15 @@ 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/network-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@2.1.2...@metamask/network-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@2.1.1...@metamask/network-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@2.1.0...@metamask/network-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@2.0.1...@metamask/network-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@2.0.0...@metamask/network-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@1.0.0...@metamask/network-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@0.38.2-flask.1...@metamask/network-example-snap@1.0.0 -[0.38.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@0.38.1-flask.1...@metamask/network-example-snap@0.38.2-flask.1 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@0.38.0-flask.1...@metamask/network-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/network-example-snap@0.37.2-flask.1...@metamask/network-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/network-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@2.1.2...@metamask/network-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@2.1.1...@metamask/network-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@2.1.0...@metamask/network-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@2.0.1...@metamask/network-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@2.0.0...@metamask/network-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@1.0.0...@metamask/network-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@0.38.2-flask.1...@metamask/network-example-snap@1.0.0 +[0.38.2-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@0.38.1-flask.1...@metamask/network-example-snap@0.38.2-flask.1 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@0.38.0-flask.1...@metamask/network-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@0.37.2-flask.1...@metamask/network-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/network-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/notifications/CHANGELOG.md b/packages/examples/packages/notifications/CHANGELOG.md index d1ee14b4f0..f40a4a8ba4 100644 --- a/packages/examples/packages/notifications/CHANGELOG.md +++ b/packages/examples/packages/notifications/CHANGELOG.md @@ -7,16 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Fix typo in `test-snaps` ([#3020](https://github.com/MetaMask/snaps-skunkworks.git/pull/3020)) - ## [2.3.0] ### Added @@ -110,17 +100,17 @@ 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/notification-example-snap@2.3.0...HEAD -[2.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@2.2.0...@metamask/notification-example-snap@2.3.0 -[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@2.1.4...@metamask/notification-example-snap@2.2.0 -[2.1.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@2.1.3...@metamask/notification-example-snap@2.1.4 -[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@2.1.2...@metamask/notification-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@2.1.1...@metamask/notification-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@2.1.0...@metamask/notification-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@2.0.1...@metamask/notification-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@2.0.0...@metamask/notification-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@1.0.0...@metamask/notification-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@0.38.1-flask.1...@metamask/notification-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@0.38.0-flask.1...@metamask/notification-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/notification-example-snap@0.37.2-flask.1...@metamask/notification-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/notification-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.3.0...HEAD +[2.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.2.0...@metamask/notification-example-snap@2.3.0 +[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.1.4...@metamask/notification-example-snap@2.2.0 +[2.1.4]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.1.3...@metamask/notification-example-snap@2.1.4 +[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.1.2...@metamask/notification-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.1.1...@metamask/notification-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.1.0...@metamask/notification-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.0.1...@metamask/notification-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.0.0...@metamask/notification-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@1.0.0...@metamask/notification-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@0.38.1-flask.1...@metamask/notification-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@0.38.0-flask.1...@metamask/notification-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@0.37.2-flask.1...@metamask/notification-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/notification-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/preinstalled/CHANGELOG.md b/packages/examples/packages/preinstalled/CHANGELOG.md index fd36c1d6aa..27a0e907c8 100644 --- a/packages/examples/packages/preinstalled/CHANGELOG.md +++ b/packages/examples/packages/preinstalled/CHANGELOG.md @@ -7,20 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) - ## [0.3.0] ### Added @@ -39,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add preinstalled example Snap ([#2721](https://github.com/MetaMask/snaps/pull/2721)) -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/preinstalled-example-snap@0.3.0...HEAD -[0.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/preinstalled-example-snap@0.2.0...@metamask/preinstalled-example-snap@0.3.0 -[0.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/preinstalled-example-snap@0.1.0...@metamask/preinstalled-example-snap@0.2.0 -[0.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/preinstalled-example-snap@0.1.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.3.0...HEAD +[0.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.2.0...@metamask/preinstalled-example-snap@0.3.0 +[0.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.1.0...@metamask/preinstalled-example-snap@0.2.0 +[0.1.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/preinstalled-example-snap@0.1.0 diff --git a/packages/examples/packages/protocol/CHANGELOG.md b/packages/examples/packages/protocol/CHANGELOG.md index a6650cdcb8..d36ec2ae60 100644 --- a/packages/examples/packages/protocol/CHANGELOG.md +++ b/packages/examples/packages/protocol/CHANGELOG.md @@ -7,16 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) - ## [1.0.0] ### Added - Initial release ([#3089](https://github.com/MetaMask/snaps/pull/3089)) -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/protocol-example-snap@1.0.0...HEAD -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/protocol-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/protocol-example-snap@1.0.0...HEAD +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/protocol-example-snap@1.0.0 diff --git a/packages/examples/packages/rollup-plugin/CHANGELOG.md b/packages/examples/packages/rollup-plugin/CHANGELOG.md index fc5bea4d33..15833cbff7 100644 --- a/packages/examples/packages/rollup-plugin/CHANGELOG.md +++ b/packages/examples/packages/rollup-plugin/CHANGELOG.md @@ -7,30 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [2.1.3] ### Fixed @@ -89,13 +65,13 @@ 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/rollup-plugin-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/rollup-plugin-example-snap@2.1.2...@metamask/rollup-plugin-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/rollup-plugin-example-snap@2.1.1...@metamask/rollup-plugin-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/rollup-plugin-example-snap@2.1.0...@metamask/rollup-plugin-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/rollup-plugin-example-snap@2.0.1...@metamask/rollup-plugin-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/rollup-plugin-example-snap@2.0.0...@metamask/rollup-plugin-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/rollup-plugin-example-snap@1.0.0...@metamask/rollup-plugin-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/rollup-plugin-example-snap@0.37.3-flask.1...@metamask/rollup-plugin-example-snap@1.0.0 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/rollup-plugin-example-snap@0.37.2-flask.1...@metamask/rollup-plugin-example-snap@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/rollup-plugin-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@2.1.2...@metamask/rollup-plugin-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@2.1.1...@metamask/rollup-plugin-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@2.1.0...@metamask/rollup-plugin-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@2.0.1...@metamask/rollup-plugin-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@2.0.0...@metamask/rollup-plugin-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@1.0.0...@metamask/rollup-plugin-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@0.37.3-flask.1...@metamask/rollup-plugin-example-snap@1.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@0.37.2-flask.1...@metamask/rollup-plugin-example-snap@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/rollup-plugin-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/send-flow/CHANGELOG.md b/packages/examples/packages/send-flow/CHANGELOG.md index 5f5e347a10..80376c1a2c 100644 --- a/packages/examples/packages/send-flow/CHANGELOG.md +++ b/packages/examples/packages/send-flow/CHANGELOG.md @@ -7,27 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) - ## [1.0.0] ### Changed - Initial release of the `@metamask/send-flow-example-snap` example. -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/send-flow-example-snap@1.0.0...HEAD -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/send-flow-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/send-flow-example-snap@1.0.0...HEAD +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/send-flow-example-snap@1.0.0 diff --git a/packages/examples/packages/signature-insights/CHANGELOG.md b/packages/examples/packages/signature-insights/CHANGELOG.md index 77f9fb5f4a..bfdfe220f5 100644 --- a/packages/examples/packages/signature-insights/CHANGELOG.md +++ b/packages/examples/packages/signature-insights/CHANGELOG.md @@ -7,27 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Remove `eth_sign` ([#2772](https://github.com/MetaMask/snaps-skunkworks.git/pull/2772)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [1.0.3] ### Fixed @@ -52,8 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add signature insights example ([#2114](https://github.com/MetaMask/snaps/pull/2079)) -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/signature-insights-example-snap@1.0.3...HEAD -[1.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/signature-insights-example-snap@1.0.2...@metamask/signature-insights-example-snap@1.0.3 -[1.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/signature-insights-example-snap@1.0.1...@metamask/signature-insights-example-snap@1.0.2 -[1.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/signature-insights-example-snap@1.0.0...@metamask/signature-insights-example-snap@1.0.1 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/signature-insights-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/signature-insights-example-snap@1.0.3...HEAD +[1.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/signature-insights-example-snap@1.0.2...@metamask/signature-insights-example-snap@1.0.3 +[1.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/signature-insights-example-snap@1.0.1...@metamask/signature-insights-example-snap@1.0.2 +[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/signature-insights-example-snap@1.0.0...@metamask/signature-insights-example-snap@1.0.1 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/signature-insights-example-snap@1.0.0 diff --git a/packages/examples/packages/transaction-insights/CHANGELOG.md b/packages/examples/packages/transaction-insights/CHANGELOG.md index efc1921d7c..6538feeaff 100644 --- a/packages/examples/packages/transaction-insights/CHANGELOG.md +++ b/packages/examples/packages/transaction-insights/CHANGELOG.md @@ -7,30 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [2.2.3] ### Fixed @@ -114,16 +90,16 @@ 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/insights-example-snap@2.2.3...HEAD -[2.2.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@2.2.2...@metamask/insights-example-snap@2.2.3 -[2.2.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@2.2.1...@metamask/insights-example-snap@2.2.2 -[2.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@2.2.0...@metamask/insights-example-snap@2.2.1 -[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@2.1.0...@metamask/insights-example-snap@2.2.0 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@2.0.2...@metamask/insights-example-snap@2.1.0 -[2.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@2.0.1...@metamask/insights-example-snap@2.0.2 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@2.0.0...@metamask/insights-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@1.0.0...@metamask/insights-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@0.38.1-flask.1...@metamask/insights-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@0.38.0-flask.1...@metamask/insights-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/insights-example-snap@0.37.2-flask.1...@metamask/insights-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/insights-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.2.3...HEAD +[2.2.3]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.2.2...@metamask/insights-example-snap@2.2.3 +[2.2.2]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.2.1...@metamask/insights-example-snap@2.2.2 +[2.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.2.0...@metamask/insights-example-snap@2.2.1 +[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.1.0...@metamask/insights-example-snap@2.2.0 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.0.2...@metamask/insights-example-snap@2.1.0 +[2.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.0.1...@metamask/insights-example-snap@2.0.2 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.0.0...@metamask/insights-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@1.0.0...@metamask/insights-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@0.38.1-flask.1...@metamask/insights-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@0.38.0-flask.1...@metamask/insights-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@0.37.2-flask.1...@metamask/insights-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/insights-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/wasm/CHANGELOG.md b/packages/examples/packages/wasm/CHANGELOG.md index a3ea4f236e..7c0599d654 100644 --- a/packages/examples/packages/wasm/CHANGELOG.md +++ b/packages/examples/packages/wasm/CHANGELOG.md @@ -7,32 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps-skunkworks.git/pull/3185)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps-skunkworks.git/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps-skunkworks.git/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps-skunkworks.git/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps-skunkworks.git/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps-skunkworks.git/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps-skunkworks.git/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps-skunkworks.git/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps-skunkworks.git/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps-skunkworks.git/pull/2918)) -- fix: Init WASM modules using Base64 ([#2913](https://github.com/MetaMask/snaps-skunkworks.git/pull/2913)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps-skunkworks.git/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps-skunkworks.git/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps-skunkworks.git/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps-skunkworks.git/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps-skunkworks.git/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) - ## [2.1.4] ### Fixed @@ -97,14 +71,14 @@ 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/wasm-example-snap@2.1.4...HEAD -[2.1.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/wasm-example-snap@2.1.3...@metamask/wasm-example-snap@2.1.4 -[2.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/wasm-example-snap@2.1.2...@metamask/wasm-example-snap@2.1.3 -[2.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/wasm-example-snap@2.1.1...@metamask/wasm-example-snap@2.1.2 -[2.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/wasm-example-snap@2.1.0...@metamask/wasm-example-snap@2.1.1 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/wasm-example-snap@2.0.1...@metamask/wasm-example-snap@2.1.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/wasm-example-snap@2.0.0...@metamask/wasm-example-snap@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/wasm-example-snap@1.0.0...@metamask/wasm-example-snap@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/wasm-example-snap@0.37.3-flask.1...@metamask/wasm-example-snap@1.0.0 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/wasm-example-snap@0.37.2-flask.1...@metamask/wasm-example-snap@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/wasm-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@2.1.4...HEAD +[2.1.4]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@2.1.3...@metamask/wasm-example-snap@2.1.4 +[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@2.1.2...@metamask/wasm-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@2.1.1...@metamask/wasm-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@2.1.0...@metamask/wasm-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@2.0.1...@metamask/wasm-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@2.0.0...@metamask/wasm-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@1.0.0...@metamask/wasm-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@0.37.3-flask.1...@metamask/wasm-example-snap@1.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@0.37.2-flask.1...@metamask/wasm-example-snap@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/wasm-example-snap@0.37.2-flask.1 diff --git a/packages/snaps-browserify-plugin/CHANGELOG.md b/packages/snaps-browserify-plugin/CHANGELOG.md index 4531787654..a9bc4250a9 100644 --- a/packages/snaps-browserify-plugin/CHANGELOG.md +++ b/packages/snaps-browserify-plugin/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) - ## [4.2.0] ### Added @@ -93,17 +89,17 @@ 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/snaps-browserify-plugin@4.2.0...HEAD -[4.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@4.1.2...@metamask/snaps-browserify-plugin@4.2.0 -[4.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@4.1.1...@metamask/snaps-browserify-plugin@4.1.2 -[4.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@4.1.0...@metamask/snaps-browserify-plugin@4.1.1 -[4.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@4.0.1...@metamask/snaps-browserify-plugin@4.1.0 -[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@4.0.0...@metamask/snaps-browserify-plugin@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@3.0.3...@metamask/snaps-browserify-plugin@4.0.0 -[3.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@3.0.2...@metamask/snaps-browserify-plugin@3.0.3 -[3.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@3.0.1...@metamask/snaps-browserify-plugin@3.0.2 -[3.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@3.0.0...@metamask/snaps-browserify-plugin@3.0.1 -[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@2.0.0...@metamask/snaps-browserify-plugin@3.0.0 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@0.37.3-flask.1...@metamask/snaps-browserify-plugin@2.0.0 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-browserify-plugin@0.37.2-flask.1...@metamask/snaps-browserify-plugin@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-browserify-plugin@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@4.2.0...HEAD +[4.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@4.1.2...@metamask/snaps-browserify-plugin@4.2.0 +[4.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@4.1.1...@metamask/snaps-browserify-plugin@4.1.2 +[4.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@4.1.0...@metamask/snaps-browserify-plugin@4.1.1 +[4.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@4.0.1...@metamask/snaps-browserify-plugin@4.1.0 +[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@4.0.0...@metamask/snaps-browserify-plugin@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@3.0.3...@metamask/snaps-browserify-plugin@4.0.0 +[3.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@3.0.2...@metamask/snaps-browserify-plugin@3.0.3 +[3.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@3.0.1...@metamask/snaps-browserify-plugin@3.0.2 +[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@3.0.0...@metamask/snaps-browserify-plugin@3.0.1 +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@2.0.0...@metamask/snaps-browserify-plugin@3.0.0 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@0.37.3-flask.1...@metamask/snaps-browserify-plugin@2.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@0.37.2-flask.1...@metamask/snaps-browserify-plugin@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-browserify-plugin@0.37.2-flask.1 diff --git a/packages/snaps-cli/CHANGELOG.md b/packages/snaps-cli/CHANGELOG.md index 4f520c2210..94d74984b4 100644 --- a/packages/snaps-cli/CHANGELOG.md +++ b/packages/snaps-cli/CHANGELOG.md @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) - ## [6.7.0] ### Added @@ -325,44 +320,44 @@ 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/snaps-cli@6.7.0...HEAD -[6.7.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.6.1...@metamask/snaps-cli@6.7.0 -[6.6.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.6.0...@metamask/snaps-cli@6.6.1 -[6.6.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.5.4...@metamask/snaps-cli@6.6.0 -[6.5.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.5.3...@metamask/snaps-cli@6.5.4 -[6.5.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.5.2...@metamask/snaps-cli@6.5.3 -[6.5.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.5.1...@metamask/snaps-cli@6.5.2 -[6.5.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.5.0...@metamask/snaps-cli@6.5.1 -[6.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.4.0...@metamask/snaps-cli@6.5.0 -[6.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.3.4...@metamask/snaps-cli@6.4.0 -[6.3.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.3.3...@metamask/snaps-cli@6.3.4 -[6.3.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.3.2...@metamask/snaps-cli@6.3.3 -[6.3.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.3.1...@metamask/snaps-cli@6.3.2 -[6.3.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.3.0...@metamask/snaps-cli@6.3.1 -[6.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.2.1...@metamask/snaps-cli@6.3.0 -[6.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.2.0...@metamask/snaps-cli@6.2.1 -[6.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.1.1...@metamask/snaps-cli@6.2.0 -[6.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.1.0...@metamask/snaps-cli@6.1.1 -[6.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.0.2...@metamask/snaps-cli@6.1.0 -[6.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.0.1...@metamask/snaps-cli@6.0.2 -[6.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@6.0.0...@metamask/snaps-cli@6.0.1 -[6.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@5.1.1...@metamask/snaps-cli@6.0.0 -[5.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@5.1.0...@metamask/snaps-cli@5.1.1 -[5.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@5.0.0...@metamask/snaps-cli@5.1.0 -[5.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@4.0.1...@metamask/snaps-cli@5.0.0 -[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@4.0.0...@metamask/snaps-cli@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@3.0.5...@metamask/snaps-cli@4.0.0 -[3.0.5]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@3.0.4...@metamask/snaps-cli@3.0.5 -[3.0.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@3.0.3...@metamask/snaps-cli@3.0.4 -[3.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@3.0.2...@metamask/snaps-cli@3.0.3 -[3.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@3.0.1...@metamask/snaps-cli@3.0.2 -[3.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@3.0.0...@metamask/snaps-cli@3.0.1 -[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@2.0.2...@metamask/snaps-cli@3.0.0 -[2.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@2.0.1...@metamask/snaps-cli@2.0.2 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@2.0.0...@metamask/snaps-cli@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@0.38.4-flask.1...@metamask/snaps-cli@2.0.0 -[0.38.4-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@0.38.3-flask.1...@metamask/snaps-cli@0.38.4-flask.1 -[0.38.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@0.38.2-flask.1...@metamask/snaps-cli@0.38.3-flask.1 -[0.38.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@0.38.1-flask.1...@metamask/snaps-cli@0.38.2-flask.1 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-cli@0.38.0-flask.1...@metamask/snaps-cli@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-cli@0.38.0-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.7.0...HEAD +[6.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.6.1...@metamask/snaps-cli@6.7.0 +[6.6.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.6.0...@metamask/snaps-cli@6.6.1 +[6.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.4...@metamask/snaps-cli@6.6.0 +[6.5.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.3...@metamask/snaps-cli@6.5.4 +[6.5.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.2...@metamask/snaps-cli@6.5.3 +[6.5.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.1...@metamask/snaps-cli@6.5.2 +[6.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.0...@metamask/snaps-cli@6.5.1 +[6.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.4.0...@metamask/snaps-cli@6.5.0 +[6.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.3.4...@metamask/snaps-cli@6.4.0 +[6.3.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.3.3...@metamask/snaps-cli@6.3.4 +[6.3.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.3.2...@metamask/snaps-cli@6.3.3 +[6.3.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.3.1...@metamask/snaps-cli@6.3.2 +[6.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.3.0...@metamask/snaps-cli@6.3.1 +[6.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.2.1...@metamask/snaps-cli@6.3.0 +[6.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.2.0...@metamask/snaps-cli@6.2.1 +[6.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.1.1...@metamask/snaps-cli@6.2.0 +[6.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.1.0...@metamask/snaps-cli@6.1.1 +[6.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.0.2...@metamask/snaps-cli@6.1.0 +[6.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.0.1...@metamask/snaps-cli@6.0.2 +[6.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.0.0...@metamask/snaps-cli@6.0.1 +[6.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@5.1.1...@metamask/snaps-cli@6.0.0 +[5.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@5.1.0...@metamask/snaps-cli@5.1.1 +[5.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@5.0.0...@metamask/snaps-cli@5.1.0 +[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@4.0.1...@metamask/snaps-cli@5.0.0 +[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@4.0.0...@metamask/snaps-cli@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.5...@metamask/snaps-cli@4.0.0 +[3.0.5]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.4...@metamask/snaps-cli@3.0.5 +[3.0.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.3...@metamask/snaps-cli@3.0.4 +[3.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.2...@metamask/snaps-cli@3.0.3 +[3.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.1...@metamask/snaps-cli@3.0.2 +[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.0...@metamask/snaps-cli@3.0.1 +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@2.0.2...@metamask/snaps-cli@3.0.0 +[2.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@2.0.1...@metamask/snaps-cli@2.0.2 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@2.0.0...@metamask/snaps-cli@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.4-flask.1...@metamask/snaps-cli@2.0.0 +[0.38.4-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.3-flask.1...@metamask/snaps-cli@0.38.4-flask.1 +[0.38.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.2-flask.1...@metamask/snaps-cli@0.38.3-flask.1 +[0.38.2-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.1-flask.1...@metamask/snaps-cli@0.38.2-flask.1 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.0-flask.1...@metamask/snaps-cli@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-cli@0.38.0-flask.1 diff --git a/packages/snaps-controllers/CHANGELOG.md b/packages/snaps-controllers/CHANGELOG.md index ad6e96c6fc..8336efccbf 100644 --- a/packages/snaps-controllers/CHANGELOG.md +++ b/packages/snaps-controllers/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.0.0] + ### Uncategorized - perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) @@ -661,7 +663,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/snaps-controllers@10.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@11.0.0...HEAD +[11.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@10.0.1...@metamask/snaps-controllers@11.0.0 [10.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@10.0.0...@metamask/snaps-controllers@10.0.1 [10.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.19.1...@metamask/snaps-controllers@10.0.0 [9.19.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.19.0...@metamask/snaps-controllers@9.19.1 diff --git a/packages/snaps-controllers/package.json b/packages/snaps-controllers/package.json index 6f3d3b9fd6..b8322cc050 100644 --- a/packages/snaps-controllers/package.json +++ b/packages/snaps-controllers/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-controllers", - "version": "10.0.1", + "version": "11.0.0", "description": "Controllers for MetaMask Snaps", "keywords": [ "MetaMask", diff --git a/packages/snaps-execution-environments/CHANGELOG.md b/packages/snaps-execution-environments/CHANGELOG.md index 68dd4a8936..61970b64b1 100644 --- a/packages/snaps-execution-environments/CHANGELOG.md +++ b/packages/snaps-execution-environments/CHANGELOG.md @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore(deps-dev): bump vite from 4.5.5 to 4.5.6 in the npm_and_yarn group across 1 directory ([#3140](https://github.com/MetaMask/snaps-skunkworks.git/pull/3140)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) - ## [7.0.0] ### Changed @@ -444,53 +439,53 @@ 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/snaps-execution-environments@7.0.0...HEAD -[7.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.14.0...@metamask/snaps-execution-environments@7.0.0 -[6.14.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.13.0...@metamask/snaps-execution-environments@6.14.0 -[6.13.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.12.0...@metamask/snaps-execution-environments@6.13.0 -[6.12.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.11.0...@metamask/snaps-execution-environments@6.12.0 -[6.11.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.10.0...@metamask/snaps-execution-environments@6.11.0 -[6.10.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.9.2...@metamask/snaps-execution-environments@6.10.0 -[6.9.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.9.1...@metamask/snaps-execution-environments@6.9.2 -[6.9.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.9.0...@metamask/snaps-execution-environments@6.9.1 -[6.9.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.8.0...@metamask/snaps-execution-environments@6.9.0 -[6.8.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.7.2...@metamask/snaps-execution-environments@6.8.0 -[6.7.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.7.1...@metamask/snaps-execution-environments@6.7.2 -[6.7.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.7.0...@metamask/snaps-execution-environments@6.7.1 -[6.7.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.6.2...@metamask/snaps-execution-environments@6.7.0 -[6.6.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.6.1...@metamask/snaps-execution-environments@6.6.2 -[6.6.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.6.0...@metamask/snaps-execution-environments@6.6.1 -[6.6.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.5.0...@metamask/snaps-execution-environments@6.6.0 -[6.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.4.0...@metamask/snaps-execution-environments@6.5.0 -[6.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.3.0...@metamask/snaps-execution-environments@6.4.0 -[6.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.2.0...@metamask/snaps-execution-environments@6.3.0 -[6.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.1.0...@metamask/snaps-execution-environments@6.2.0 -[6.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.0.2...@metamask/snaps-execution-environments@6.1.0 -[6.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.0.1...@metamask/snaps-execution-environments@6.0.2 -[6.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@6.0.0...@metamask/snaps-execution-environments@6.0.1 -[6.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@5.0.4...@metamask/snaps-execution-environments@6.0.0 -[5.0.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@5.0.3...@metamask/snaps-execution-environments@5.0.4 -[5.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@5.0.2...@metamask/snaps-execution-environments@5.0.3 -[5.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@5.0.1...@metamask/snaps-execution-environments@5.0.2 -[5.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@5.0.0...@metamask/snaps-execution-environments@5.0.1 -[5.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@4.0.1...@metamask/snaps-execution-environments@5.0.0 -[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@4.0.0...@metamask/snaps-execution-environments@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@3.5.0...@metamask/snaps-execution-environments@4.0.0 -[3.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@3.4.3...@metamask/snaps-execution-environments@3.5.0 -[3.4.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@3.4.2...@metamask/snaps-execution-environments@3.4.3 -[3.4.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@3.4.1...@metamask/snaps-execution-environments@3.4.2 -[3.4.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@3.4.0...@metamask/snaps-execution-environments@3.4.1 -[3.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@3.3.0...@metamask/snaps-execution-environments@3.4.0 -[3.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@3.2.0...@metamask/snaps-execution-environments@3.3.0 -[3.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@3.1.0...@metamask/snaps-execution-environments@3.2.0 -[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@3.0.0...@metamask/snaps-execution-environments@3.1.0 -[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@2.0.1...@metamask/snaps-execution-environments@3.0.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@2.0.0...@metamask/snaps-execution-environments@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@0.39.0-flask.1...@metamask/snaps-execution-environments@2.0.0 -[0.39.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@0.38.3-flask.1...@metamask/snaps-execution-environments@0.39.0-flask.1 -[0.38.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@0.38.2-flask.1...@metamask/snaps-execution-environments@0.38.3-flask.1 -[0.38.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@0.38.1-flask.1...@metamask/snaps-execution-environments@0.38.2-flask.1 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@0.38.0-flask.1...@metamask/snaps-execution-environments@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@0.37.3-flask.1...@metamask/snaps-execution-environments@0.38.0-flask.1 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-execution-environments@0.37.2-flask.1...@metamask/snaps-execution-environments@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-execution-environments@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@7.0.0...HEAD +[7.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.14.0...@metamask/snaps-execution-environments@7.0.0 +[6.14.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.13.0...@metamask/snaps-execution-environments@6.14.0 +[6.13.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.12.0...@metamask/snaps-execution-environments@6.13.0 +[6.12.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.11.0...@metamask/snaps-execution-environments@6.12.0 +[6.11.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.10.0...@metamask/snaps-execution-environments@6.11.0 +[6.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.9.2...@metamask/snaps-execution-environments@6.10.0 +[6.9.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.9.1...@metamask/snaps-execution-environments@6.9.2 +[6.9.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.9.0...@metamask/snaps-execution-environments@6.9.1 +[6.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.8.0...@metamask/snaps-execution-environments@6.9.0 +[6.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.7.2...@metamask/snaps-execution-environments@6.8.0 +[6.7.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.7.1...@metamask/snaps-execution-environments@6.7.2 +[6.7.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.7.0...@metamask/snaps-execution-environments@6.7.1 +[6.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.6.2...@metamask/snaps-execution-environments@6.7.0 +[6.6.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.6.1...@metamask/snaps-execution-environments@6.6.2 +[6.6.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.6.0...@metamask/snaps-execution-environments@6.6.1 +[6.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.5.0...@metamask/snaps-execution-environments@6.6.0 +[6.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.4.0...@metamask/snaps-execution-environments@6.5.0 +[6.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.3.0...@metamask/snaps-execution-environments@6.4.0 +[6.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.2.0...@metamask/snaps-execution-environments@6.3.0 +[6.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.1.0...@metamask/snaps-execution-environments@6.2.0 +[6.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.0.2...@metamask/snaps-execution-environments@6.1.0 +[6.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.0.1...@metamask/snaps-execution-environments@6.0.2 +[6.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.0.0...@metamask/snaps-execution-environments@6.0.1 +[6.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@5.0.4...@metamask/snaps-execution-environments@6.0.0 +[5.0.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@5.0.3...@metamask/snaps-execution-environments@5.0.4 +[5.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@5.0.2...@metamask/snaps-execution-environments@5.0.3 +[5.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@5.0.1...@metamask/snaps-execution-environments@5.0.2 +[5.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@5.0.0...@metamask/snaps-execution-environments@5.0.1 +[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@4.0.1...@metamask/snaps-execution-environments@5.0.0 +[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@4.0.0...@metamask/snaps-execution-environments@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.5.0...@metamask/snaps-execution-environments@4.0.0 +[3.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.4.3...@metamask/snaps-execution-environments@3.5.0 +[3.4.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.4.2...@metamask/snaps-execution-environments@3.4.3 +[3.4.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.4.1...@metamask/snaps-execution-environments@3.4.2 +[3.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.4.0...@metamask/snaps-execution-environments@3.4.1 +[3.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.3.0...@metamask/snaps-execution-environments@3.4.0 +[3.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.2.0...@metamask/snaps-execution-environments@3.3.0 +[3.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.1.0...@metamask/snaps-execution-environments@3.2.0 +[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.0.0...@metamask/snaps-execution-environments@3.1.0 +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@2.0.1...@metamask/snaps-execution-environments@3.0.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@2.0.0...@metamask/snaps-execution-environments@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.39.0-flask.1...@metamask/snaps-execution-environments@2.0.0 +[0.39.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.38.3-flask.1...@metamask/snaps-execution-environments@0.39.0-flask.1 +[0.38.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.38.2-flask.1...@metamask/snaps-execution-environments@0.38.3-flask.1 +[0.38.2-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.38.1-flask.1...@metamask/snaps-execution-environments@0.38.2-flask.1 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.38.0-flask.1...@metamask/snaps-execution-environments@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.37.3-flask.1...@metamask/snaps-execution-environments@0.38.0-flask.1 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.37.2-flask.1...@metamask/snaps-execution-environments@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-execution-environments@0.37.2-flask.1 diff --git a/packages/snaps-jest/CHANGELOG.md b/packages/snaps-jest/CHANGELOG.md index 6ce9036c35..a273e2114c 100644 --- a/packages/snaps-jest/CHANGELOG.md +++ b/packages/snaps-jest/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.14.0] + ### Uncategorized - chore: Bump dependencies for Dependabot alerts ([#3196](https://github.com/MetaMask/snaps-skunkworks.git/pull/3196)) @@ -351,7 +353,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/snaps-jest@8.13.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.14.0...HEAD +[8.14.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.13.0...@metamask/snaps-jest@8.14.0 [8.13.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.12.0...@metamask/snaps-jest@8.13.0 [8.12.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.11.0...@metamask/snaps-jest@8.12.0 [8.11.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.10.0...@metamask/snaps-jest@8.11.0 diff --git a/packages/snaps-jest/package.json b/packages/snaps-jest/package.json index a3342fed2b..3bb8a175d7 100644 --- a/packages/snaps-jest/package.json +++ b/packages/snaps-jest/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-jest", - "version": "8.13.0", + "version": "8.14.0", "description": "A Jest preset for end-to-end testing MetaMask Snaps, including a Jest environment, and a set of Jest matchers", "keywords": [ "MetaMask", diff --git a/packages/snaps-rollup-plugin/CHANGELOG.md b/packages/snaps-rollup-plugin/CHANGELOG.md index 3f55300fed..959c943735 100644 --- a/packages/snaps-rollup-plugin/CHANGELOG.md +++ b/packages/snaps-rollup-plugin/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) - ## [4.2.0] ### Added @@ -87,16 +83,16 @@ 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/snaps-rollup-plugin@4.2.0...HEAD -[4.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@4.1.2...@metamask/snaps-rollup-plugin@4.2.0 -[4.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@4.1.1...@metamask/snaps-rollup-plugin@4.1.2 -[4.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@4.1.0...@metamask/snaps-rollup-plugin@4.1.1 -[4.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@4.0.1...@metamask/snaps-rollup-plugin@4.1.0 -[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@4.0.0...@metamask/snaps-rollup-plugin@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@3.0.2...@metamask/snaps-rollup-plugin@4.0.0 -[3.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@3.0.1...@metamask/snaps-rollup-plugin@3.0.2 -[3.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@3.0.0...@metamask/snaps-rollup-plugin@3.0.1 -[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@2.0.0...@metamask/snaps-rollup-plugin@3.0.0 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@0.37.3-flask.1...@metamask/snaps-rollup-plugin@2.0.0 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rollup-plugin@0.37.2-flask.1...@metamask/snaps-rollup-plugin@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-rollup-plugin@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@4.2.0...HEAD +[4.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@4.1.2...@metamask/snaps-rollup-plugin@4.2.0 +[4.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@4.1.1...@metamask/snaps-rollup-plugin@4.1.2 +[4.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@4.1.0...@metamask/snaps-rollup-plugin@4.1.1 +[4.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@4.0.1...@metamask/snaps-rollup-plugin@4.1.0 +[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@4.0.0...@metamask/snaps-rollup-plugin@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@3.0.2...@metamask/snaps-rollup-plugin@4.0.0 +[3.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@3.0.1...@metamask/snaps-rollup-plugin@3.0.2 +[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@3.0.0...@metamask/snaps-rollup-plugin@3.0.1 +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@2.0.0...@metamask/snaps-rollup-plugin@3.0.0 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@0.37.3-flask.1...@metamask/snaps-rollup-plugin@2.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@0.37.2-flask.1...@metamask/snaps-rollup-plugin@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-rollup-plugin@0.37.2-flask.1 diff --git a/packages/snaps-rpc-methods/CHANGELOG.md b/packages/snaps-rpc-methods/CHANGELOG.md index 5cc34d36a9..46a6cae823 100644 --- a/packages/snaps-rpc-methods/CHANGELOG.md +++ b/packages/snaps-rpc-methods/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [12.0.0] + ### Uncategorized - perf!: Use mnemonic seed for entropy RPC methods ([#3220](https://github.com/MetaMask/snaps-skunkworks.git/pull/3220)) @@ -411,7 +413,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/snaps-rpc-methods@11.13.1...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@12.0.0...HEAD +[12.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.13.1...@metamask/snaps-rpc-methods@12.0.0 [11.13.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.13.0...@metamask/snaps-rpc-methods@11.13.1 [11.13.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.12.0...@metamask/snaps-rpc-methods@11.13.0 [11.12.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.11.0...@metamask/snaps-rpc-methods@11.12.0 diff --git a/packages/snaps-rpc-methods/package.json b/packages/snaps-rpc-methods/package.json index 820a5984ff..116547e2fe 100644 --- a/packages/snaps-rpc-methods/package.json +++ b/packages/snaps-rpc-methods/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-rpc-methods", - "version": "11.13.1", + "version": "12.0.0", "description": "MetaMask Snaps JSON-RPC method implementations", "keywords": [ "MetaMask", diff --git a/packages/snaps-sdk/CHANGELOG.md b/packages/snaps-sdk/CHANGELOG.md index 764c499d16..dd56760de6 100644 --- a/packages/snaps-sdk/CHANGELOG.md +++ b/packages/snaps-sdk/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) - ## [6.19.0] ### Added @@ -517,51 +513,51 @@ 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-skunkworks.git/compare/@metamask/snaps-sdk@6.19.0...HEAD -[6.19.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.18.0...@metamask/snaps-sdk@6.19.0 -[6.18.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.17.1...@metamask/snaps-sdk@6.18.0 -[6.17.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.17.0...@metamask/snaps-sdk@6.17.1 -[6.17.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.16.0...@metamask/snaps-sdk@6.17.0 -[6.16.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.15.0...@metamask/snaps-sdk@6.16.0 -[6.15.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.14.0...@metamask/snaps-sdk@6.15.0 -[6.14.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.13.0...@metamask/snaps-sdk@6.14.0 -[6.13.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.12.0...@metamask/snaps-sdk@6.13.0 -[6.12.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.11.0...@metamask/snaps-sdk@6.12.0 -[6.11.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.10.0...@metamask/snaps-sdk@6.11.0 -[6.10.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.9.0...@metamask/snaps-sdk@6.10.0 -[6.9.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.8.0...@metamask/snaps-sdk@6.9.0 -[6.8.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.7.0...@metamask/snaps-sdk@6.8.0 -[6.7.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.6.0...@metamask/snaps-sdk@6.7.0 -[6.6.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.5.1...@metamask/snaps-sdk@6.6.0 -[6.5.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.5.0...@metamask/snaps-sdk@6.5.1 -[6.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.4.0...@metamask/snaps-sdk@6.5.0 -[6.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.3.0...@metamask/snaps-sdk@6.4.0 -[6.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.2.1...@metamask/snaps-sdk@6.3.0 -[6.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.2.0...@metamask/snaps-sdk@6.2.1 -[6.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.1.1...@metamask/snaps-sdk@6.2.0 -[6.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.1.0...@metamask/snaps-sdk@6.1.1 -[6.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@6.0.0...@metamask/snaps-sdk@6.1.0 -[6.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@5.0.0...@metamask/snaps-sdk@6.0.0 -[5.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@4.4.2...@metamask/snaps-sdk@5.0.0 -[4.4.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@4.4.1...@metamask/snaps-sdk@4.4.2 -[4.4.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@4.4.0...@metamask/snaps-sdk@4.4.1 -[4.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@4.3.0...@metamask/snaps-sdk@4.4.0 -[4.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@4.2.0...@metamask/snaps-sdk@4.3.0 -[4.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@4.1.0...@metamask/snaps-sdk@4.2.0 -[4.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@4.0.1...@metamask/snaps-sdk@4.1.0 -[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@4.0.0...@metamask/snaps-sdk@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@3.2.0...@metamask/snaps-sdk@4.0.0 -[3.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@3.1.1...@metamask/snaps-sdk@3.2.0 -[3.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@3.1.0...@metamask/snaps-sdk@3.1.1 -[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@3.0.1...@metamask/snaps-sdk@3.1.0 -[3.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@3.0.0...@metamask/snaps-sdk@3.0.1 -[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@2.1.0...@metamask/snaps-sdk@3.0.0 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@2.0.0...@metamask/snaps-sdk@2.1.0 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@1.4.0...@metamask/snaps-sdk@2.0.0 -[1.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@1.3.2...@metamask/snaps-sdk@1.4.0 -[1.3.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@1.3.1...@metamask/snaps-sdk@1.3.2 -[1.3.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@1.3.0...@metamask/snaps-sdk@1.3.1 -[1.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@1.2.0...@metamask/snaps-sdk@1.3.0 -[1.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@1.1.0...@metamask/snaps-sdk@1.2.0 -[1.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-sdk@1.0.0...@metamask/snaps-sdk@1.1.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-sdk@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.19.0...HEAD +[6.19.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.18.0...@metamask/snaps-sdk@6.19.0 +[6.18.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.17.1...@metamask/snaps-sdk@6.18.0 +[6.17.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.17.0...@metamask/snaps-sdk@6.17.1 +[6.17.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.16.0...@metamask/snaps-sdk@6.17.0 +[6.16.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.15.0...@metamask/snaps-sdk@6.16.0 +[6.15.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.14.0...@metamask/snaps-sdk@6.15.0 +[6.14.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.13.0...@metamask/snaps-sdk@6.14.0 +[6.13.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.12.0...@metamask/snaps-sdk@6.13.0 +[6.12.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.11.0...@metamask/snaps-sdk@6.12.0 +[6.11.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.10.0...@metamask/snaps-sdk@6.11.0 +[6.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.9.0...@metamask/snaps-sdk@6.10.0 +[6.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.8.0...@metamask/snaps-sdk@6.9.0 +[6.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.7.0...@metamask/snaps-sdk@6.8.0 +[6.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.6.0...@metamask/snaps-sdk@6.7.0 +[6.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.5.1...@metamask/snaps-sdk@6.6.0 +[6.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.5.0...@metamask/snaps-sdk@6.5.1 +[6.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.4.0...@metamask/snaps-sdk@6.5.0 +[6.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.3.0...@metamask/snaps-sdk@6.4.0 +[6.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.2.1...@metamask/snaps-sdk@6.3.0 +[6.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.2.0...@metamask/snaps-sdk@6.2.1 +[6.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.1.1...@metamask/snaps-sdk@6.2.0 +[6.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.1.0...@metamask/snaps-sdk@6.1.1 +[6.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.0.0...@metamask/snaps-sdk@6.1.0 +[6.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@5.0.0...@metamask/snaps-sdk@6.0.0 +[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@4.4.2...@metamask/snaps-sdk@5.0.0 +[4.4.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@4.4.1...@metamask/snaps-sdk@4.4.2 +[4.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@4.4.0...@metamask/snaps-sdk@4.4.1 +[4.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@4.3.0...@metamask/snaps-sdk@4.4.0 +[4.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@4.2.0...@metamask/snaps-sdk@4.3.0 +[4.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@4.1.0...@metamask/snaps-sdk@4.2.0 +[4.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@4.0.1...@metamask/snaps-sdk@4.1.0 +[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@4.0.0...@metamask/snaps-sdk@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@3.2.0...@metamask/snaps-sdk@4.0.0 +[3.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@3.1.1...@metamask/snaps-sdk@3.2.0 +[3.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@3.1.0...@metamask/snaps-sdk@3.1.1 +[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@3.0.1...@metamask/snaps-sdk@3.1.0 +[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@3.0.0...@metamask/snaps-sdk@3.0.1 +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@2.1.0...@metamask/snaps-sdk@3.0.0 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@2.0.0...@metamask/snaps-sdk@2.1.0 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@1.4.0...@metamask/snaps-sdk@2.0.0 +[1.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@1.3.2...@metamask/snaps-sdk@1.4.0 +[1.3.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@1.3.1...@metamask/snaps-sdk@1.3.2 +[1.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@1.3.0...@metamask/snaps-sdk@1.3.1 +[1.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@1.2.0...@metamask/snaps-sdk@1.3.0 +[1.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@1.1.0...@metamask/snaps-sdk@1.2.0 +[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@1.0.0...@metamask/snaps-sdk@1.1.0 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-sdk@1.0.0 diff --git a/packages/snaps-simulation/CHANGELOG.md b/packages/snaps-simulation/CHANGELOG.md index c8074ad8a3..b721e4400f 100644 --- a/packages/snaps-simulation/CHANGELOG.md +++ b/packages/snaps-simulation/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.0] + ### Uncategorized - perf!: Use mnemonic seed for entropy RPC methods ([#3220](https://github.com/MetaMask/snaps-skunkworks.git/pull/3220)) @@ -137,7 +139,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-skunkworks.git/compare/@metamask/snaps-simulation@2.3.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@2.4.0...HEAD +[2.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@2.3.0...@metamask/snaps-simulation@2.4.0 [2.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@2.2.0...@metamask/snaps-simulation@2.3.0 [2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@2.1.0...@metamask/snaps-simulation@2.2.0 [2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@2.0.0...@metamask/snaps-simulation@2.1.0 diff --git a/packages/snaps-simulation/package.json b/packages/snaps-simulation/package.json index d7408b837d..e93c6c1fee 100644 --- a/packages/snaps-simulation/package.json +++ b/packages/snaps-simulation/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-simulation", - "version": "2.3.0", + "version": "2.4.0", "description": "A simulation framework for MetaMask Snaps, enabling headless testing of Snaps in a controlled environment", "keywords": [ "MetaMask", diff --git a/packages/snaps-simulator/CHANGELOG.md b/packages/snaps-simulator/CHANGELOG.md index 28009f6027..066716fe2e 100644 --- a/packages/snaps-simulator/CHANGELOG.md +++ b/packages/snaps-simulator/CHANGELOG.md @@ -7,62 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- perf!: Use mnemonic seed for entropy RPC methods ([#3220](https://github.com/MetaMask/snaps-skunkworks.git/pull/3220)) -- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) -- chore: Bump dependencies for Dependabot alerts ([#3196](https://github.com/MetaMask/snaps-skunkworks.git/pull/3196)) -- chore(deps): bump @metamask/eth-json-rpc-middleware from 15.2.0 to 15.3.0 ([#3148](https://github.com/MetaMask/snaps-skunkworks.git/pull/3148)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- Update `snap_getPreferences` ([#3093](https://github.com/MetaMask/snaps-skunkworks.git/pull/3093)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) -- chore(deps): bump @metamask/eth-json-rpc-middleware from 15.1.2 to 15.2.0 ([#3090](https://github.com/MetaMask/snaps-skunkworks.git/pull/3090)) -- chore(deps): bump @metamask/json-rpc-middleware-stream from 8.0.6 to 8.0.7 ([#3083](https://github.com/MetaMask/snaps-skunkworks.git/pull/3083)) -- chore(deps): bump @metamask/base-controller from 7.1.1 to 8.0.0 ([#3082](https://github.com/MetaMask/snaps-skunkworks.git/pull/3082)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) -- chore: Rename `ControllerMessenger` to `Messenger` ([#3053](https://github.com/MetaMask/snaps-skunkworks.git/pull/3053)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps-skunkworks.git/pull/2946)) -- chore(deps): bump @metamask/permission-controller from 11.0.3 to 11.0.4 ([#2999](https://github.com/MetaMask/snaps-skunkworks.git/pull/2999)) -- feat: Add `hideBalances` to `snap_getPreferences` ([#2978](https://github.com/MetaMask/snaps-skunkworks.git/pull/2978)) -- Allow `Field` in `Box` ([#2926](https://github.com/MetaMask/snaps-skunkworks.git/pull/2926)) -- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps-skunkworks.git/pull/2909)) -- feat: Add `snap_getInterfaceContext` ([#2902](https://github.com/MetaMask/snaps-skunkworks.git/pull/2902)) -- feat: Implement interface persistence ([#2856](https://github.com/MetaMask/snaps-skunkworks.git/pull/2856)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps-skunkworks.git/pull/2853)) -- Remove `eth_sign` ([#2772](https://github.com/MetaMask/snaps-skunkworks.git/pull/2772)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps-skunkworks.git/pull/2748)) -- Add missing license fields ([#2747](https://github.com/MetaMask/snaps-skunkworks.git/pull/2747)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps-skunkworks.git/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps-skunkworks.git/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps-skunkworks.git/pull/2741)) -- Bump MetaMask dependencies ([#2703](https://github.com/MetaMask/snaps-skunkworks.git/pull/2703)) -- Replace `tsup` with `ts-bridge` ([#2682](https://github.com/MetaMask/snaps-skunkworks.git/pull/2682)) -- Add support for more customizable input ([#2699](https://github.com/MetaMask/snaps-skunkworks.git/pull/2699)) -- Bump TypeScript and related dependencies ([#2690](https://github.com/MetaMask/snaps-skunkworks.git/pull/2690)) -- feat: Allow CAIP-10 addresses in `Address` ([#2680](https://github.com/MetaMask/snaps-skunkworks.git/pull/2680)) -- Release 60.0.0 ([#2616](https://github.com/MetaMask/snaps-skunkworks.git/pull/2616)) -- chore(devDep): Bump `typescript` from `~4.8.4` to `~5.0.4` ([#2594](https://github.com/MetaMask/snaps-skunkworks.git/pull/2594)) -- Release 58.0.0 ([#2595](https://github.com/MetaMask/snaps-skunkworks.git/pull/2595)) -- chore(snaps-controllers): Bump all core deps ([#2593](https://github.com/MetaMask/snaps-skunkworks.git/pull/2593)) -- chore(deps): bump @metamask/eth-json-rpc-middleware from 12.1.1 to 12.1.2 ([#2477](https://github.com/MetaMask/snaps-skunkworks.git/pull/2477)) -- chore: bump MetaMask dependencies ([#2460](https://github.com/MetaMask/snaps-skunkworks.git/pull/2460)) -- Bump @metamask/key-tree from 9.1.0 to 9.1.1 ([#2431](https://github.com/MetaMask/snaps-skunkworks.git/pull/2431)) -- Bump @metamask/eth-json-rpc-middleware from 12.1.0 to 12.1.1 ([#2436](https://github.com/MetaMask/snaps-skunkworks.git/pull/2436)) -- Add JSX support for custom UI ([#2258](https://github.com/MetaMask/snaps-skunkworks.git/pull/2258)) -- Bump @metamask/base-controller from 5.0.1 to 5.0.2 ([#2375](https://github.com/MetaMask/snaps-skunkworks.git/pull/2375)) -- Add support for importing SVG, PNG, and JPEG files directly ([#2284](https://github.com/MetaMask/snaps-skunkworks.git/pull/2284)) -- Bump MetaMask dependencies ([#2270](https://github.com/MetaMask/snaps-skunkworks.git/pull/2270)) -- Bump @metamask/json-rpc-engine from 7.3.2 to 7.3.3 ([#2247](https://github.com/MetaMask/snaps-skunkworks.git/pull/2247)) -- 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)) -- Deploy multiple bundles to AWS ([#2150](https://github.com/MetaMask/snaps-skunkworks.git/pull/2150)) -- Add `snap_getClientStatus` example snap ([#2159](https://github.com/MetaMask/snaps-skunkworks.git/pull/2159)) -- [BREAKING] Move endowments from Controllers to RPC methods ([#2155](https://github.com/MetaMask/snaps-skunkworks.git/pull/2155)) -- Bump @metamask/permission-controller from 7.1.0 to 8.0.0 ([#2142](https://github.com/MetaMask/snaps-skunkworks.git/pull/2142)) -- Bump @metamask/eth-json-rpc-middleware from 12.0.1 to 12.1.0 ([#2140](https://github.com/MetaMask/snaps-skunkworks.git/pull/2140)) -- Bump @metamask/json-rpc-engine from 7.3.1 to 7.3.2 ([#2129](https://github.com/MetaMask/snaps-skunkworks.git/pull/2129)) -- Add support for dynamic user interfaces ([#1465](https://github.com/MetaMask/snaps-skunkworks.git/pull/1465)) - ## [2.5.0] ### Added @@ -182,17 +126,17 @@ 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/snaps-simulator@2.5.0...HEAD -[2.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@2.4.3...@metamask/snaps-simulator@2.5.0 -[2.4.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@2.4.2...@metamask/snaps-simulator@2.4.3 -[2.4.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@2.4.1...@metamask/snaps-simulator@2.4.2 -[2.4.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@2.4.0...@metamask/snaps-simulator@2.4.1 -[2.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@2.3.0...@metamask/snaps-simulator@2.4.0 -[2.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@2.2.0...@metamask/snaps-simulator@2.3.0 -[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@2.1.0...@metamask/snaps-simulator@2.2.0 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@2.0.0...@metamask/snaps-simulator@2.1.0 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@1.0.0...@metamask/snaps-simulator@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@0.38.1-flask.1...@metamask/snaps-simulator@1.0.0 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@0.38.0-flask.1...@metamask/snaps-simulator@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulator@0.37.2-flask.1...@metamask/snaps-simulator@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-simulator@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.5.0...HEAD +[2.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.4.3...@metamask/snaps-simulator@2.5.0 +[2.4.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.4.2...@metamask/snaps-simulator@2.4.3 +[2.4.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.4.1...@metamask/snaps-simulator@2.4.2 +[2.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.4.0...@metamask/snaps-simulator@2.4.1 +[2.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.3.0...@metamask/snaps-simulator@2.4.0 +[2.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.2.0...@metamask/snaps-simulator@2.3.0 +[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.1.0...@metamask/snaps-simulator@2.2.0 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.0.0...@metamask/snaps-simulator@2.1.0 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@1.0.0...@metamask/snaps-simulator@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@0.38.1-flask.1...@metamask/snaps-simulator@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@0.38.0-flask.1...@metamask/snaps-simulator@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@0.37.2-flask.1...@metamask/snaps-simulator@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-simulator@0.37.2-flask.1 diff --git a/packages/snaps-utils/CHANGELOG.md b/packages/snaps-utils/CHANGELOG.md index 0752c5148b..2c6a3685b4 100644 --- a/packages/snaps-utils/CHANGELOG.md +++ b/packages/snaps-utils/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) - ## [9.0.1] ### Fixed @@ -576,61 +572,61 @@ 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/snaps-utils@9.0.1...HEAD -[9.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@9.0.0...@metamask/snaps-utils@9.0.1 -[9.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.10.0...@metamask/snaps-utils@9.0.0 -[8.10.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.9.1...@metamask/snaps-utils@8.10.0 -[8.9.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.9.0...@metamask/snaps-utils@8.9.1 -[8.9.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.8.0...@metamask/snaps-utils@8.9.0 -[8.8.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.7.0...@metamask/snaps-utils@8.8.0 -[8.7.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.6.1...@metamask/snaps-utils@8.7.0 -[8.6.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.6.0...@metamask/snaps-utils@8.6.1 -[8.6.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.5.2...@metamask/snaps-utils@8.6.0 -[8.5.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.5.1...@metamask/snaps-utils@8.5.2 -[8.5.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.5.0...@metamask/snaps-utils@8.5.1 -[8.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.4.1...@metamask/snaps-utils@8.5.0 -[8.4.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.4.0...@metamask/snaps-utils@8.4.1 -[8.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.3.0...@metamask/snaps-utils@8.4.0 -[8.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.2.0...@metamask/snaps-utils@8.3.0 -[8.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.1.1...@metamask/snaps-utils@8.2.0 -[8.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.1.0...@metamask/snaps-utils@8.1.1 -[8.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.0.1...@metamask/snaps-utils@8.1.0 -[8.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@8.0.0...@metamask/snaps-utils@8.0.1 -[8.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.8.1...@metamask/snaps-utils@8.0.0 -[7.8.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.8.0...@metamask/snaps-utils@7.8.1 -[7.8.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.7.0...@metamask/snaps-utils@7.8.0 -[7.7.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.6.0...@metamask/snaps-utils@7.7.0 -[7.6.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.5.0...@metamask/snaps-utils@7.6.0 -[7.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.4.1...@metamask/snaps-utils@7.5.0 -[7.4.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.4.0...@metamask/snaps-utils@7.4.1 -[7.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.3.0...@metamask/snaps-utils@7.4.0 -[7.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.2.0...@metamask/snaps-utils@7.3.0 -[7.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.1.0...@metamask/snaps-utils@7.2.0 -[7.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.0.4...@metamask/snaps-utils@7.1.0 -[7.0.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.0.3...@metamask/snaps-utils@7.0.4 -[7.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.0.2...@metamask/snaps-utils@7.0.3 -[7.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.0.1...@metamask/snaps-utils@7.0.2 -[7.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@7.0.0...@metamask/snaps-utils@7.0.1 -[7.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@6.1.0...@metamask/snaps-utils@7.0.0 -[6.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@6.0.0...@metamask/snaps-utils@6.1.0 -[6.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@5.2.0...@metamask/snaps-utils@6.0.0 -[5.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@5.1.2...@metamask/snaps-utils@5.2.0 -[5.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@5.1.1...@metamask/snaps-utils@5.1.2 -[5.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@5.1.0...@metamask/snaps-utils@5.1.1 -[5.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@5.0.1...@metamask/snaps-utils@5.1.0 -[5.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@5.0.0...@metamask/snaps-utils@5.0.1 -[5.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@4.0.1...@metamask/snaps-utils@5.0.0 -[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@4.0.0...@metamask/snaps-utils@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@3.3.0...@metamask/snaps-utils@4.0.0 -[3.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@3.2.0...@metamask/snaps-utils@3.3.0 -[3.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@3.1.0...@metamask/snaps-utils@3.2.0 -[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@3.0.0...@metamask/snaps-utils@3.1.0 -[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@2.0.1...@metamask/snaps-utils@3.0.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@2.0.0...@metamask/snaps-utils@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@0.38.4-flask.1...@metamask/snaps-utils@2.0.0 -[0.38.4-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@0.38.3-flask.1...@metamask/snaps-utils@0.38.4-flask.1 -[0.38.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@0.38.2-flask.1...@metamask/snaps-utils@0.38.3-flask.1 -[0.38.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@0.38.1-flask.1...@metamask/snaps-utils@0.38.2-flask.1 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@0.38.0-flask.1...@metamask/snaps-utils@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-utils@0.37.2-flask.1...@metamask/snaps-utils@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-utils@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@9.0.1...HEAD +[9.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@9.0.0...@metamask/snaps-utils@9.0.1 +[9.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.10.0...@metamask/snaps-utils@9.0.0 +[8.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.9.1...@metamask/snaps-utils@8.10.0 +[8.9.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.9.0...@metamask/snaps-utils@8.9.1 +[8.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.8.0...@metamask/snaps-utils@8.9.0 +[8.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.7.0...@metamask/snaps-utils@8.8.0 +[8.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.6.1...@metamask/snaps-utils@8.7.0 +[8.6.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.6.0...@metamask/snaps-utils@8.6.1 +[8.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.5.2...@metamask/snaps-utils@8.6.0 +[8.5.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.5.1...@metamask/snaps-utils@8.5.2 +[8.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.5.0...@metamask/snaps-utils@8.5.1 +[8.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.4.1...@metamask/snaps-utils@8.5.0 +[8.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.4.0...@metamask/snaps-utils@8.4.1 +[8.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.3.0...@metamask/snaps-utils@8.4.0 +[8.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.2.0...@metamask/snaps-utils@8.3.0 +[8.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.1.1...@metamask/snaps-utils@8.2.0 +[8.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.1.0...@metamask/snaps-utils@8.1.1 +[8.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.0.1...@metamask/snaps-utils@8.1.0 +[8.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.0.0...@metamask/snaps-utils@8.0.1 +[8.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.8.1...@metamask/snaps-utils@8.0.0 +[7.8.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.8.0...@metamask/snaps-utils@7.8.1 +[7.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.7.0...@metamask/snaps-utils@7.8.0 +[7.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.6.0...@metamask/snaps-utils@7.7.0 +[7.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.5.0...@metamask/snaps-utils@7.6.0 +[7.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.4.1...@metamask/snaps-utils@7.5.0 +[7.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.4.0...@metamask/snaps-utils@7.4.1 +[7.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.3.0...@metamask/snaps-utils@7.4.0 +[7.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.2.0...@metamask/snaps-utils@7.3.0 +[7.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.1.0...@metamask/snaps-utils@7.2.0 +[7.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.0.4...@metamask/snaps-utils@7.1.0 +[7.0.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.0.3...@metamask/snaps-utils@7.0.4 +[7.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.0.2...@metamask/snaps-utils@7.0.3 +[7.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.0.1...@metamask/snaps-utils@7.0.2 +[7.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@7.0.0...@metamask/snaps-utils@7.0.1 +[7.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@6.1.0...@metamask/snaps-utils@7.0.0 +[6.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@6.0.0...@metamask/snaps-utils@6.1.0 +[6.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@5.2.0...@metamask/snaps-utils@6.0.0 +[5.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@5.1.2...@metamask/snaps-utils@5.2.0 +[5.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@5.1.1...@metamask/snaps-utils@5.1.2 +[5.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@5.1.0...@metamask/snaps-utils@5.1.1 +[5.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@5.0.1...@metamask/snaps-utils@5.1.0 +[5.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@5.0.0...@metamask/snaps-utils@5.0.1 +[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@4.0.1...@metamask/snaps-utils@5.0.0 +[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@4.0.0...@metamask/snaps-utils@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@3.3.0...@metamask/snaps-utils@4.0.0 +[3.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@3.2.0...@metamask/snaps-utils@3.3.0 +[3.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@3.1.0...@metamask/snaps-utils@3.2.0 +[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@3.0.0...@metamask/snaps-utils@3.1.0 +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@2.0.1...@metamask/snaps-utils@3.0.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@2.0.0...@metamask/snaps-utils@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@0.38.4-flask.1...@metamask/snaps-utils@2.0.0 +[0.38.4-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@0.38.3-flask.1...@metamask/snaps-utils@0.38.4-flask.1 +[0.38.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@0.38.2-flask.1...@metamask/snaps-utils@0.38.3-flask.1 +[0.38.2-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@0.38.1-flask.1...@metamask/snaps-utils@0.38.2-flask.1 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@0.38.0-flask.1...@metamask/snaps-utils@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@0.37.2-flask.1...@metamask/snaps-utils@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-utils@0.37.2-flask.1 diff --git a/packages/snaps-webpack-plugin/CHANGELOG.md b/packages/snaps-webpack-plugin/CHANGELOG.md index 8d7ec29b96..7ffdcbc0f9 100644 --- a/packages/snaps-webpack-plugin/CHANGELOG.md +++ b/packages/snaps-webpack-plugin/CHANGELOG.md @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps-skunkworks.git/pull/3118)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps-skunkworks.git/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps-skunkworks.git/pull/3050)) - ## [4.2.1] ### Changed @@ -127,21 +121,21 @@ 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/snaps-webpack-plugin@4.2.1...HEAD -[4.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@4.2.0...@metamask/snaps-webpack-plugin@4.2.1 -[4.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@4.1.2...@metamask/snaps-webpack-plugin@4.2.0 -[4.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@4.1.1...@metamask/snaps-webpack-plugin@4.1.2 -[4.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@4.1.0...@metamask/snaps-webpack-plugin@4.1.1 -[4.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@4.0.1...@metamask/snaps-webpack-plugin@4.1.0 -[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@4.0.0...@metamask/snaps-webpack-plugin@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@3.2.0...@metamask/snaps-webpack-plugin@4.0.0 -[3.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@3.1.1...@metamask/snaps-webpack-plugin@3.2.0 -[3.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@3.1.0...@metamask/snaps-webpack-plugin@3.1.1 -[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@3.0.1...@metamask/snaps-webpack-plugin@3.1.0 -[3.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@3.0.0...@metamask/snaps-webpack-plugin@3.0.1 -[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@2.0.1...@metamask/snaps-webpack-plugin@3.0.0 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@2.0.0...@metamask/snaps-webpack-plugin@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@0.37.4-flask.1...@metamask/snaps-webpack-plugin@2.0.0 -[0.37.4-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@0.37.3-flask.1...@metamask/snaps-webpack-plugin@0.37.4-flask.1 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-webpack-plugin@0.37.2-flask.1...@metamask/snaps-webpack-plugin@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-webpack-plugin@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.2.1...HEAD +[4.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.2.0...@metamask/snaps-webpack-plugin@4.2.1 +[4.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.1.2...@metamask/snaps-webpack-plugin@4.2.0 +[4.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.1.1...@metamask/snaps-webpack-plugin@4.1.2 +[4.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.1.0...@metamask/snaps-webpack-plugin@4.1.1 +[4.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.0.1...@metamask/snaps-webpack-plugin@4.1.0 +[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.0.0...@metamask/snaps-webpack-plugin@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@3.2.0...@metamask/snaps-webpack-plugin@4.0.0 +[3.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@3.1.1...@metamask/snaps-webpack-plugin@3.2.0 +[3.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@3.1.0...@metamask/snaps-webpack-plugin@3.1.1 +[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@3.0.1...@metamask/snaps-webpack-plugin@3.1.0 +[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@3.0.0...@metamask/snaps-webpack-plugin@3.0.1 +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@2.0.1...@metamask/snaps-webpack-plugin@3.0.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@2.0.0...@metamask/snaps-webpack-plugin@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@0.37.4-flask.1...@metamask/snaps-webpack-plugin@2.0.0 +[0.37.4-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@0.37.3-flask.1...@metamask/snaps-webpack-plugin@0.37.4-flask.1 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@0.37.2-flask.1...@metamask/snaps-webpack-plugin@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-webpack-plugin@0.37.2-flask.1 From 05ec73d30f7ee6990093c2cd764f882023ccf6bc Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 13 Mar 2025 11:36:47 +0100 Subject: [PATCH 3/4] Update changelogs --- packages/snaps-controllers/CHANGELOG.md | 133 ++++++++++++------------ packages/snaps-jest/CHANGELOG.md | 88 ++++++++-------- packages/snaps-rpc-methods/CHANGELOG.md | 107 +++++++++---------- packages/snaps-simulation/CHANGELOG.md | 42 ++++---- 4 files changed, 189 insertions(+), 181 deletions(-) diff --git a/packages/snaps-controllers/CHANGELOG.md b/packages/snaps-controllers/CHANGELOG.md index 8336efccbf..55a606201f 100644 --- a/packages/snaps-controllers/CHANGELOG.md +++ b/packages/snaps-controllers/CHANGELOG.md @@ -9,9 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [11.0.0] -### Uncategorized +### Changed -- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) +- **BREAKING:** Use mnemonic seed for state encryption key derivation ([#3217](https://github.com/MetaMask/snaps/pull/3217)) + - `SnapController` now expects a `getMnemonicSeed` hook that must return the BIP-39 seed for the user's primary mnemonic. ## [10.0.1] @@ -663,67 +664,67 @@ 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/snaps-controllers@11.0.0...HEAD -[11.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@10.0.1...@metamask/snaps-controllers@11.0.0 -[10.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@10.0.0...@metamask/snaps-controllers@10.0.1 -[10.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.19.1...@metamask/snaps-controllers@10.0.0 -[9.19.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.19.0...@metamask/snaps-controllers@9.19.1 -[9.19.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.18.0...@metamask/snaps-controllers@9.19.0 -[9.18.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.17.0...@metamask/snaps-controllers@9.18.0 -[9.17.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.16.0...@metamask/snaps-controllers@9.17.0 -[9.16.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.15.0...@metamask/snaps-controllers@9.16.0 -[9.15.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.14.0...@metamask/snaps-controllers@9.15.0 -[9.14.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.13.0...@metamask/snaps-controllers@9.14.0 -[9.13.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.12.0...@metamask/snaps-controllers@9.13.0 -[9.12.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.11.1...@metamask/snaps-controllers@9.12.0 -[9.11.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.11.0...@metamask/snaps-controllers@9.11.1 -[9.11.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.10.0...@metamask/snaps-controllers@9.11.0 -[9.10.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.9.0...@metamask/snaps-controllers@9.10.0 -[9.9.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.8.0...@metamask/snaps-controllers@9.9.0 -[9.8.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.7.0...@metamask/snaps-controllers@9.8.0 -[9.7.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.6.0...@metamask/snaps-controllers@9.7.0 -[9.6.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.5.0...@metamask/snaps-controllers@9.6.0 -[9.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.4.0...@metamask/snaps-controllers@9.5.0 -[9.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.3.1...@metamask/snaps-controllers@9.4.0 -[9.3.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.3.0...@metamask/snaps-controllers@9.3.1 -[9.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.2.0...@metamask/snaps-controllers@9.3.0 -[9.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.1.0...@metamask/snaps-controllers@9.2.0 -[9.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@9.0.0...@metamask/snaps-controllers@9.1.0 -[9.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@8.4.0...@metamask/snaps-controllers@9.0.0 -[8.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@8.3.1...@metamask/snaps-controllers@8.4.0 -[8.3.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@8.3.0...@metamask/snaps-controllers@8.3.1 -[8.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@8.2.0...@metamask/snaps-controllers@8.3.0 -[8.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@8.1.1...@metamask/snaps-controllers@8.2.0 -[8.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@8.1.0...@metamask/snaps-controllers@8.1.1 -[8.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@8.0.0...@metamask/snaps-controllers@8.1.0 -[8.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@7.0.1...@metamask/snaps-controllers@8.0.0 -[7.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@7.0.0...@metamask/snaps-controllers@7.0.1 -[7.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@6.0.4...@metamask/snaps-controllers@7.0.0 -[6.0.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@6.0.3...@metamask/snaps-controllers@6.0.4 -[6.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@6.0.2...@metamask/snaps-controllers@6.0.3 -[6.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@6.0.1...@metamask/snaps-controllers@6.0.2 -[6.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@6.0.0...@metamask/snaps-controllers@6.0.1 -[6.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@5.0.1...@metamask/snaps-controllers@6.0.0 -[5.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@5.0.0...@metamask/snaps-controllers@5.0.1 -[5.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@4.1.0...@metamask/snaps-controllers@5.0.0 -[4.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@4.0.0...@metamask/snaps-controllers@4.1.0 -[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.6.0...@metamask/snaps-controllers@4.0.0 -[3.6.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.5.1...@metamask/snaps-controllers@3.6.0 -[3.5.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.5.0...@metamask/snaps-controllers@3.5.1 -[3.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.4.1...@metamask/snaps-controllers@3.5.0 -[3.4.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.4.0...@metamask/snaps-controllers@3.4.1 -[3.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.3.0...@metamask/snaps-controllers@3.4.0 -[3.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.2.0...@metamask/snaps-controllers@3.3.0 -[3.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.1.1...@metamask/snaps-controllers@3.2.0 -[3.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.1.0...@metamask/snaps-controllers@3.1.1 -[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@3.0.0...@metamask/snaps-controllers@3.1.0 -[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@2.0.2...@metamask/snaps-controllers@3.0.0 -[2.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@2.0.1...@metamask/snaps-controllers@2.0.2 -[2.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@2.0.0...@metamask/snaps-controllers@2.0.1 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@0.39.0-flask.1...@metamask/snaps-controllers@2.0.0 -[0.39.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@0.38.3-flask.1...@metamask/snaps-controllers@0.39.0-flask.1 -[0.38.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@0.38.2-flask.1...@metamask/snaps-controllers@0.38.3-flask.1 -[0.38.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@0.38.1-flask.1...@metamask/snaps-controllers@0.38.2-flask.1 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@0.38.0-flask.1...@metamask/snaps-controllers@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-controllers@0.37.2-flask.1...@metamask/snaps-controllers@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-controllers@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@11.0.0...HEAD +[11.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@10.0.1...@metamask/snaps-controllers@11.0.0 +[10.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@10.0.0...@metamask/snaps-controllers@10.0.1 +[10.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.19.1...@metamask/snaps-controllers@10.0.0 +[9.19.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.19.0...@metamask/snaps-controllers@9.19.1 +[9.19.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.18.0...@metamask/snaps-controllers@9.19.0 +[9.18.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.17.0...@metamask/snaps-controllers@9.18.0 +[9.17.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.16.0...@metamask/snaps-controllers@9.17.0 +[9.16.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.15.0...@metamask/snaps-controllers@9.16.0 +[9.15.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.14.0...@metamask/snaps-controllers@9.15.0 +[9.14.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.13.0...@metamask/snaps-controllers@9.14.0 +[9.13.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.12.0...@metamask/snaps-controllers@9.13.0 +[9.12.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.11.1...@metamask/snaps-controllers@9.12.0 +[9.11.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.11.0...@metamask/snaps-controllers@9.11.1 +[9.11.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.10.0...@metamask/snaps-controllers@9.11.0 +[9.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.9.0...@metamask/snaps-controllers@9.10.0 +[9.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.8.0...@metamask/snaps-controllers@9.9.0 +[9.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.7.0...@metamask/snaps-controllers@9.8.0 +[9.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.6.0...@metamask/snaps-controllers@9.7.0 +[9.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.5.0...@metamask/snaps-controllers@9.6.0 +[9.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.4.0...@metamask/snaps-controllers@9.5.0 +[9.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.3.1...@metamask/snaps-controllers@9.4.0 +[9.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.3.0...@metamask/snaps-controllers@9.3.1 +[9.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.2.0...@metamask/snaps-controllers@9.3.0 +[9.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.1.0...@metamask/snaps-controllers@9.2.0 +[9.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.0.0...@metamask/snaps-controllers@9.1.0 +[9.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@8.4.0...@metamask/snaps-controllers@9.0.0 +[8.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@8.3.1...@metamask/snaps-controllers@8.4.0 +[8.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@8.3.0...@metamask/snaps-controllers@8.3.1 +[8.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@8.2.0...@metamask/snaps-controllers@8.3.0 +[8.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@8.1.1...@metamask/snaps-controllers@8.2.0 +[8.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@8.1.0...@metamask/snaps-controllers@8.1.1 +[8.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@8.0.0...@metamask/snaps-controllers@8.1.0 +[8.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@7.0.1...@metamask/snaps-controllers@8.0.0 +[7.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@7.0.0...@metamask/snaps-controllers@7.0.1 +[7.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@6.0.4...@metamask/snaps-controllers@7.0.0 +[6.0.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@6.0.3...@metamask/snaps-controllers@6.0.4 +[6.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@6.0.2...@metamask/snaps-controllers@6.0.3 +[6.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@6.0.1...@metamask/snaps-controllers@6.0.2 +[6.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@6.0.0...@metamask/snaps-controllers@6.0.1 +[6.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@5.0.1...@metamask/snaps-controllers@6.0.0 +[5.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@5.0.0...@metamask/snaps-controllers@5.0.1 +[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@4.1.0...@metamask/snaps-controllers@5.0.0 +[4.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@4.0.0...@metamask/snaps-controllers@4.1.0 +[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.6.0...@metamask/snaps-controllers@4.0.0 +[3.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.5.1...@metamask/snaps-controllers@3.6.0 +[3.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.5.0...@metamask/snaps-controllers@3.5.1 +[3.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.4.1...@metamask/snaps-controllers@3.5.0 +[3.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.4.0...@metamask/snaps-controllers@3.4.1 +[3.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.3.0...@metamask/snaps-controllers@3.4.0 +[3.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.2.0...@metamask/snaps-controllers@3.3.0 +[3.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.1.1...@metamask/snaps-controllers@3.2.0 +[3.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.1.0...@metamask/snaps-controllers@3.1.1 +[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@3.0.0...@metamask/snaps-controllers@3.1.0 +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@2.0.2...@metamask/snaps-controllers@3.0.0 +[2.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@2.0.1...@metamask/snaps-controllers@2.0.2 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@2.0.0...@metamask/snaps-controllers@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@0.39.0-flask.1...@metamask/snaps-controllers@2.0.0 +[0.39.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@0.38.3-flask.1...@metamask/snaps-controllers@0.39.0-flask.1 +[0.38.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@0.38.2-flask.1...@metamask/snaps-controllers@0.38.3-flask.1 +[0.38.2-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@0.38.1-flask.1...@metamask/snaps-controllers@0.38.2-flask.1 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@0.38.0-flask.1...@metamask/snaps-controllers@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@0.37.2-flask.1...@metamask/snaps-controllers@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-controllers@0.37.2-flask.1 diff --git a/packages/snaps-jest/CHANGELOG.md b/packages/snaps-jest/CHANGELOG.md index a273e2114c..0326980d7e 100644 --- a/packages/snaps-jest/CHANGELOG.md +++ b/packages/snaps-jest/CHANGELOG.md @@ -9,9 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [8.14.0] -### Uncategorized +### Added + +- Add support for `getMnemonicSeed` hook required by latest RPC methods ([#3220](https://github.com/MetaMask/snaps/pull/3220)) + +### Changed -- chore: Bump dependencies for Dependabot alerts ([#3196](https://github.com/MetaMask/snaps-skunkworks.git/pull/3196)) +- Bump `express` to `^4.21.2` ([#3196](https://github.com/MetaMask/snaps/pull/3196)) ## [8.13.0] @@ -353,43 +357,43 @@ 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/snaps-jest@8.14.0...HEAD -[8.14.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.13.0...@metamask/snaps-jest@8.14.0 -[8.13.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.12.0...@metamask/snaps-jest@8.13.0 -[8.12.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.11.0...@metamask/snaps-jest@8.12.0 -[8.11.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.10.0...@metamask/snaps-jest@8.11.0 -[8.10.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.9.0...@metamask/snaps-jest@8.10.0 -[8.9.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.8.1...@metamask/snaps-jest@8.9.0 -[8.8.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.8.0...@metamask/snaps-jest@8.8.1 -[8.8.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.7.1...@metamask/snaps-jest@8.8.0 -[8.7.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.7.0...@metamask/snaps-jest@8.7.1 -[8.7.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.6.0...@metamask/snaps-jest@8.7.0 -[8.6.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.5.0...@metamask/snaps-jest@8.6.0 -[8.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.4.0...@metamask/snaps-jest@8.5.0 -[8.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.3.2...@metamask/snaps-jest@8.4.0 -[8.3.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.3.1...@metamask/snaps-jest@8.3.2 -[8.3.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.3.0...@metamask/snaps-jest@8.3.1 -[8.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.2.0...@metamask/snaps-jest@8.3.0 -[8.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.1.3...@metamask/snaps-jest@8.2.0 -[8.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.1.2...@metamask/snaps-jest@8.1.3 -[8.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.1.1...@metamask/snaps-jest@8.1.2 -[8.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.1.0...@metamask/snaps-jest@8.1.1 -[8.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@8.0.0...@metamask/snaps-jest@8.1.0 -[8.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@7.0.2...@metamask/snaps-jest@8.0.0 -[7.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@7.0.1...@metamask/snaps-jest@7.0.2 -[7.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@7.0.0...@metamask/snaps-jest@7.0.1 -[7.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@6.0.2...@metamask/snaps-jest@7.0.0 -[6.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@6.0.1...@metamask/snaps-jest@6.0.2 -[6.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@6.0.0...@metamask/snaps-jest@6.0.1 -[6.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@5.0.0...@metamask/snaps-jest@6.0.0 -[5.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@4.0.1...@metamask/snaps-jest@5.0.0 -[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@4.0.0...@metamask/snaps-jest@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@3.1.0...@metamask/snaps-jest@4.0.0 -[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@3.0.0...@metamask/snaps-jest@3.1.0 -[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@2.0.0...@metamask/snaps-jest@3.0.0 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@1.0.0...@metamask/snaps-jest@2.0.0 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@0.37.5-flask.1...@metamask/snaps-jest@1.0.0 -[0.37.5-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@0.37.4-flask.1...@metamask/snaps-jest@0.37.5-flask.1 -[0.37.4-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@0.37.3-flask.1...@metamask/snaps-jest@0.37.4-flask.1 -[0.37.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-jest@0.37.2-flask.1...@metamask/snaps-jest@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-jest@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.14.0...HEAD +[8.14.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.13.0...@metamask/snaps-jest@8.14.0 +[8.13.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.12.0...@metamask/snaps-jest@8.13.0 +[8.12.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.11.0...@metamask/snaps-jest@8.12.0 +[8.11.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.10.0...@metamask/snaps-jest@8.11.0 +[8.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.9.0...@metamask/snaps-jest@8.10.0 +[8.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.8.1...@metamask/snaps-jest@8.9.0 +[8.8.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.8.0...@metamask/snaps-jest@8.8.1 +[8.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.7.1...@metamask/snaps-jest@8.8.0 +[8.7.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.7.0...@metamask/snaps-jest@8.7.1 +[8.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.6.0...@metamask/snaps-jest@8.7.0 +[8.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.5.0...@metamask/snaps-jest@8.6.0 +[8.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.4.0...@metamask/snaps-jest@8.5.0 +[8.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.3.2...@metamask/snaps-jest@8.4.0 +[8.3.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.3.1...@metamask/snaps-jest@8.3.2 +[8.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.3.0...@metamask/snaps-jest@8.3.1 +[8.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.2.0...@metamask/snaps-jest@8.3.0 +[8.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.1.3...@metamask/snaps-jest@8.2.0 +[8.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.1.2...@metamask/snaps-jest@8.1.3 +[8.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.1.1...@metamask/snaps-jest@8.1.2 +[8.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.1.0...@metamask/snaps-jest@8.1.1 +[8.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.0.0...@metamask/snaps-jest@8.1.0 +[8.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@7.0.2...@metamask/snaps-jest@8.0.0 +[7.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@7.0.1...@metamask/snaps-jest@7.0.2 +[7.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@7.0.0...@metamask/snaps-jest@7.0.1 +[7.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@6.0.2...@metamask/snaps-jest@7.0.0 +[6.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@6.0.1...@metamask/snaps-jest@6.0.2 +[6.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@6.0.0...@metamask/snaps-jest@6.0.1 +[6.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@5.0.0...@metamask/snaps-jest@6.0.0 +[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@4.0.1...@metamask/snaps-jest@5.0.0 +[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@4.0.0...@metamask/snaps-jest@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@3.1.0...@metamask/snaps-jest@4.0.0 +[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@3.0.0...@metamask/snaps-jest@3.1.0 +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@2.0.0...@metamask/snaps-jest@3.0.0 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@1.0.0...@metamask/snaps-jest@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@0.37.5-flask.1...@metamask/snaps-jest@1.0.0 +[0.37.5-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@0.37.4-flask.1...@metamask/snaps-jest@0.37.5-flask.1 +[0.37.4-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@0.37.3-flask.1...@metamask/snaps-jest@0.37.4-flask.1 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@0.37.2-flask.1...@metamask/snaps-jest@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-jest@0.37.2-flask.1 diff --git a/packages/snaps-rpc-methods/CHANGELOG.md b/packages/snaps-rpc-methods/CHANGELOG.md index 46a6cae823..04af819603 100644 --- a/packages/snaps-rpc-methods/CHANGELOG.md +++ b/packages/snaps-rpc-methods/CHANGELOG.md @@ -11,8 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Uncategorized -- perf!: Use mnemonic seed for entropy RPC methods ([#3220](https://github.com/MetaMask/snaps-skunkworks.git/pull/3220)) -- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) +- **BREAKING:** Use mnemonic seed for `snap_get*Entropy` RPC methods ([#3220](https://github.com/MetaMask/snaps/pull/3220)) + - A `getMnemonicSeed` hook is now required to support the RPC methods. +- Use mnemonic seed for state encryption key derivation ([#3217](https://github.com/MetaMask/snaps/pull/3217)) ## [11.13.1] @@ -413,54 +414,54 @@ 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/snaps-rpc-methods@12.0.0...HEAD -[12.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.13.1...@metamask/snaps-rpc-methods@12.0.0 -[11.13.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.13.0...@metamask/snaps-rpc-methods@11.13.1 -[11.13.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.12.0...@metamask/snaps-rpc-methods@11.13.0 -[11.12.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.11.0...@metamask/snaps-rpc-methods@11.12.0 -[11.11.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.10.0...@metamask/snaps-rpc-methods@11.11.0 -[11.10.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.9.1...@metamask/snaps-rpc-methods@11.10.0 -[11.9.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.9.0...@metamask/snaps-rpc-methods@11.9.1 -[11.9.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.8.0...@metamask/snaps-rpc-methods@11.9.0 -[11.8.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.7.0...@metamask/snaps-rpc-methods@11.8.0 -[11.7.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.6.0...@metamask/snaps-rpc-methods@11.7.0 -[11.6.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.5.1...@metamask/snaps-rpc-methods@11.6.0 -[11.5.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.5.0...@metamask/snaps-rpc-methods@11.5.1 -[11.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.4.0...@metamask/snaps-rpc-methods@11.5.0 -[11.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.3.0...@metamask/snaps-rpc-methods@11.4.0 -[11.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.2.0...@metamask/snaps-rpc-methods@11.3.0 -[11.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.1.1...@metamask/snaps-rpc-methods@11.2.0 -[11.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.1.0...@metamask/snaps-rpc-methods@11.1.1 -[11.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@11.0.0...@metamask/snaps-rpc-methods@11.1.0 -[11.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@10.0.1...@metamask/snaps-rpc-methods@11.0.0 -[10.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@10.0.0...@metamask/snaps-rpc-methods@10.0.1 -[10.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@9.1.4...@metamask/snaps-rpc-methods@10.0.0 -[9.1.4]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@9.1.3...@metamask/snaps-rpc-methods@9.1.4 -[9.1.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@9.1.2...@metamask/snaps-rpc-methods@9.1.3 -[9.1.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@9.1.1...@metamask/snaps-rpc-methods@9.1.2 -[9.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@9.1.0...@metamask/snaps-rpc-methods@9.1.1 -[9.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@9.0.0...@metamask/snaps-rpc-methods@9.1.0 -[9.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@8.1.0...@metamask/snaps-rpc-methods@9.0.0 -[8.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@8.0.0...@metamask/snaps-rpc-methods@8.1.0 -[8.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@7.0.2...@metamask/snaps-rpc-methods@8.0.0 -[7.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@7.0.1...@metamask/snaps-rpc-methods@7.0.2 -[7.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@7.0.0...@metamask/snaps-rpc-methods@7.0.1 -[7.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@6.0.0...@metamask/snaps-rpc-methods@7.0.0 -[6.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@5.0.0...@metamask/snaps-rpc-methods@6.0.0 -[5.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@4.1.0...@metamask/snaps-rpc-methods@5.0.0 -[4.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@4.0.3...@metamask/snaps-rpc-methods@4.1.0 -[4.0.3]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@4.0.2...@metamask/snaps-rpc-methods@4.0.3 -[4.0.2]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@4.0.1...@metamask/snaps-rpc-methods@4.0.2 -[4.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@4.0.0...@metamask/snaps-rpc-methods@4.0.1 -[4.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@3.3.0...@metamask/snaps-rpc-methods@4.0.0 -[3.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@3.2.1...@metamask/snaps-rpc-methods@3.3.0 -[3.2.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@3.2.0...@metamask/snaps-rpc-methods@3.2.1 -[3.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@3.1.0...@metamask/snaps-rpc-methods@3.2.0 -[3.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@3.0.0...@metamask/snaps-rpc-methods@3.1.0 -[3.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@2.0.0...@metamask/snaps-rpc-methods@3.0.0 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@0.38.3-flask.1...@metamask/snaps-rpc-methods@2.0.0 -[0.38.3-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@0.38.2-flask.1...@metamask/snaps-rpc-methods@0.38.3-flask.1 -[0.38.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@0.38.1-flask.1...@metamask/snaps-rpc-methods@0.38.2-flask.1 -[0.38.1-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@0.38.0-flask.1...@metamask/snaps-rpc-methods@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-rpc-methods@0.37.2-flask.1...@metamask/snaps-rpc-methods@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-rpc-methods@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@12.0.0...HEAD +[12.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.13.1...@metamask/snaps-rpc-methods@12.0.0 +[11.13.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.13.0...@metamask/snaps-rpc-methods@11.13.1 +[11.13.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.12.0...@metamask/snaps-rpc-methods@11.13.0 +[11.12.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.11.0...@metamask/snaps-rpc-methods@11.12.0 +[11.11.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.10.0...@metamask/snaps-rpc-methods@11.11.0 +[11.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.9.1...@metamask/snaps-rpc-methods@11.10.0 +[11.9.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.9.0...@metamask/snaps-rpc-methods@11.9.1 +[11.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.8.0...@metamask/snaps-rpc-methods@11.9.0 +[11.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.7.0...@metamask/snaps-rpc-methods@11.8.0 +[11.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.6.0...@metamask/snaps-rpc-methods@11.7.0 +[11.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.5.1...@metamask/snaps-rpc-methods@11.6.0 +[11.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.5.0...@metamask/snaps-rpc-methods@11.5.1 +[11.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.4.0...@metamask/snaps-rpc-methods@11.5.0 +[11.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.3.0...@metamask/snaps-rpc-methods@11.4.0 +[11.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.2.0...@metamask/snaps-rpc-methods@11.3.0 +[11.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.1.1...@metamask/snaps-rpc-methods@11.2.0 +[11.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.1.0...@metamask/snaps-rpc-methods@11.1.1 +[11.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.0.0...@metamask/snaps-rpc-methods@11.1.0 +[11.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@10.0.1...@metamask/snaps-rpc-methods@11.0.0 +[10.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@10.0.0...@metamask/snaps-rpc-methods@10.0.1 +[10.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@9.1.4...@metamask/snaps-rpc-methods@10.0.0 +[9.1.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@9.1.3...@metamask/snaps-rpc-methods@9.1.4 +[9.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@9.1.2...@metamask/snaps-rpc-methods@9.1.3 +[9.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@9.1.1...@metamask/snaps-rpc-methods@9.1.2 +[9.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@9.1.0...@metamask/snaps-rpc-methods@9.1.1 +[9.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@9.0.0...@metamask/snaps-rpc-methods@9.1.0 +[9.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@8.1.0...@metamask/snaps-rpc-methods@9.0.0 +[8.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@8.0.0...@metamask/snaps-rpc-methods@8.1.0 +[8.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@7.0.2...@metamask/snaps-rpc-methods@8.0.0 +[7.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@7.0.1...@metamask/snaps-rpc-methods@7.0.2 +[7.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@7.0.0...@metamask/snaps-rpc-methods@7.0.1 +[7.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@6.0.0...@metamask/snaps-rpc-methods@7.0.0 +[6.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@5.0.0...@metamask/snaps-rpc-methods@6.0.0 +[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@4.1.0...@metamask/snaps-rpc-methods@5.0.0 +[4.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@4.0.3...@metamask/snaps-rpc-methods@4.1.0 +[4.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@4.0.2...@metamask/snaps-rpc-methods@4.0.3 +[4.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@4.0.1...@metamask/snaps-rpc-methods@4.0.2 +[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@4.0.0...@metamask/snaps-rpc-methods@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@3.3.0...@metamask/snaps-rpc-methods@4.0.0 +[3.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@3.2.1...@metamask/snaps-rpc-methods@3.3.0 +[3.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@3.2.0...@metamask/snaps-rpc-methods@3.2.1 +[3.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@3.1.0...@metamask/snaps-rpc-methods@3.2.0 +[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@3.0.0...@metamask/snaps-rpc-methods@3.1.0 +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@2.0.0...@metamask/snaps-rpc-methods@3.0.0 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@0.38.3-flask.1...@metamask/snaps-rpc-methods@2.0.0 +[0.38.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@0.38.2-flask.1...@metamask/snaps-rpc-methods@0.38.3-flask.1 +[0.38.2-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@0.38.1-flask.1...@metamask/snaps-rpc-methods@0.38.2-flask.1 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@0.38.0-flask.1...@metamask/snaps-rpc-methods@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@0.37.2-flask.1...@metamask/snaps-rpc-methods@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-rpc-methods@0.37.2-flask.1 diff --git a/packages/snaps-simulation/CHANGELOG.md b/packages/snaps-simulation/CHANGELOG.md index b721e4400f..1dbcfd6c8b 100644 --- a/packages/snaps-simulation/CHANGELOG.md +++ b/packages/snaps-simulation/CHANGELOG.md @@ -9,11 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.4.0] -### Uncategorized +### Added + +- Add support for `getMnemonicSeed` hook required by latest RPC methods ([#3220](https://github.com/MetaMask/snaps/pull/3220)) + +### Changed -- perf!: Use mnemonic seed for entropy RPC methods ([#3220](https://github.com/MetaMask/snaps-skunkworks.git/pull/3220)) -- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps-skunkworks.git/pull/3217)) -- chore: Bump dependencies for Dependabot alerts ([#3196](https://github.com/MetaMask/snaps-skunkworks.git/pull/3196)) +- Bump `express` to `^4.21.2` ([#3196](https://github.com/MetaMask/snaps/pull/3196)) ## [2.3.0] @@ -139,19 +141,19 @@ 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-skunkworks.git/compare/@metamask/snaps-simulation@2.4.0...HEAD -[2.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@2.3.0...@metamask/snaps-simulation@2.4.0 -[2.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@2.2.0...@metamask/snaps-simulation@2.3.0 -[2.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@2.1.0...@metamask/snaps-simulation@2.2.0 -[2.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@2.0.0...@metamask/snaps-simulation@2.1.0 -[2.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.5.0...@metamask/snaps-simulation@2.0.0 -[1.5.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.4.1...@metamask/snaps-simulation@1.5.0 -[1.4.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.4.0...@metamask/snaps-simulation@1.4.1 -[1.4.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.3.1...@metamask/snaps-simulation@1.4.0 -[1.3.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.3.0...@metamask/snaps-simulation@1.3.1 -[1.3.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.2.0...@metamask/snaps-simulation@1.3.0 -[1.2.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.1.1...@metamask/snaps-simulation@1.2.0 -[1.1.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.1.0...@metamask/snaps-simulation@1.1.1 -[1.1.0]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.0.1...@metamask/snaps-simulation@1.1.0 -[1.0.1]: https://github.com/MetaMask/snaps-skunkworks.git/compare/@metamask/snaps-simulation@1.0.0...@metamask/snaps-simulation@1.0.1 -[1.0.0]: https://github.com/MetaMask/snaps-skunkworks.git/releases/tag/@metamask/snaps-simulation@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@2.4.0...HEAD +[2.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@2.3.0...@metamask/snaps-simulation@2.4.0 +[2.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@2.2.0...@metamask/snaps-simulation@2.3.0 +[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@2.1.0...@metamask/snaps-simulation@2.2.0 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@2.0.0...@metamask/snaps-simulation@2.1.0 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.5.0...@metamask/snaps-simulation@2.0.0 +[1.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.4.1...@metamask/snaps-simulation@1.5.0 +[1.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.4.0...@metamask/snaps-simulation@1.4.1 +[1.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.3.1...@metamask/snaps-simulation@1.4.0 +[1.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.3.0...@metamask/snaps-simulation@1.3.1 +[1.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.2.0...@metamask/snaps-simulation@1.3.0 +[1.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.1.1...@metamask/snaps-simulation@1.2.0 +[1.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.1.0...@metamask/snaps-simulation@1.1.1 +[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.0.1...@metamask/snaps-simulation@1.1.0 +[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.0.0...@metamask/snaps-simulation@1.0.1 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-simulation@1.0.0 From 5281f9cc65f6118d1f8ffe21995e78e84dcd518e Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 13 Mar 2025 11:43:08 +0100 Subject: [PATCH 4/4] Update packages/snaps-rpc-methods/CHANGELOG.md --- packages/snaps-rpc-methods/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/snaps-rpc-methods/CHANGELOG.md b/packages/snaps-rpc-methods/CHANGELOG.md index 04af819603..6f2f00ba1b 100644 --- a/packages/snaps-rpc-methods/CHANGELOG.md +++ b/packages/snaps-rpc-methods/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [12.0.0] -### Uncategorized +### Changed - **BREAKING:** Use mnemonic seed for `snap_get*Entropy` RPC methods ([#3220](https://github.com/MetaMask/snaps/pull/3220)) - A `getMnemonicSeed` hook is now required to support the RPC methods.