From 753100a0ec748297b0ab8efca5a3fdc07f072c1e Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Mon, 3 Mar 2025 11:33:53 +0100 Subject: [PATCH 1/6] Initialize Release 91.0.0 --- packages/create-snap/CHANGELOG.md | 12 ++++ packages/examples/packages/bip32/CHANGELOG.md | 29 ++++++++ packages/examples/packages/bip44/CHANGELOG.md | 29 ++++++++ .../packages/browserify-plugin/CHANGELOG.md | 65 ++++++++++++++++++ .../examples/packages/browserify/CHANGELOG.md | 66 +++++++++++++++++++ .../packages/client-status/CHANGELOG.md | 24 +++++++ .../examples/packages/cronjobs/CHANGELOG.md | 8 +++ .../examples/packages/dialogs/CHANGELOG.md | 24 +++++++ .../examples/packages/errors/CHANGELOG.md | 19 ++++++ .../packages/ethereum-provider/CHANGELOG.md | 10 +++ .../examples/packages/ethers-js/CHANGELOG.md | 25 +++++++ .../packages/file-upload/CHANGELOG.md | 26 ++++++++ .../packages/get-entropy/CHANGELOG.md | 28 ++++++++ .../examples/packages/get-file/CHANGELOG.md | 25 +++++++ .../examples/packages/home-page/CHANGELOG.md | 19 ++++++ .../examples/packages/images/CHANGELOG.md | 24 +++++++ .../packages/interactive-ui/CHANGELOG.md | 19 ++++++ .../packages/consumer-signer/CHANGELOG.md | 27 ++++++++ .../packages/core-signer/CHANGELOG.md | 28 ++++++++ .../examples/packages/json-rpc/CHANGELOG.md | 24 +++++++ packages/examples/packages/jsx/CHANGELOG.md | 24 +++++++ .../packages/lifecycle-hooks/CHANGELOG.md | 20 ++++++ .../packages/localization/CHANGELOG.md | 25 +++++++ .../packages/manage-state/CHANGELOG.md | 10 +++ .../packages/name-lookup/CHANGELOG.md | 21 ++++++ .../packages/network-access/CHANGELOG.md | 26 ++++++++ .../packages/notifications/CHANGELOG.md | 9 +++ .../packages/preferences/CHANGELOG.md | 4 ++ .../packages/preinstalled/CHANGELOG.md | 13 ++++ .../examples/packages/protocol/CHANGELOG.md | 4 ++ .../packages/rollup-plugin/CHANGELOG.md | 23 +++++++ .../examples/packages/send-flow/CHANGELOG.md | 15 +++++ .../packages/signature-insights/CHANGELOG.md | 20 ++++++ .../transaction-insights/CHANGELOG.md | 23 +++++++ packages/examples/packages/wasm/CHANGELOG.md | 25 +++++++ .../packages/webpack-plugin/CHANGELOG.md | 23 +++++++ packages/snaps-browserify-plugin/CHANGELOG.md | 4 ++ packages/snaps-cli/CHANGELOG.md | 5 ++ packages/snaps-controllers/CHANGELOG.md | 8 +++ .../snaps-execution-environments/CHANGELOG.md | 5 ++ packages/snaps-jest/CHANGELOG.md | 5 ++ packages/snaps-rollup-plugin/CHANGELOG.md | 4 ++ packages/snaps-rpc-methods/CHANGELOG.md | 6 ++ packages/snaps-sdk/CHANGELOG.md | 7 ++ packages/snaps-simulation/CHANGELOG.md | 10 +++ packages/snaps-simulator/CHANGELOG.md | 53 +++++++++++++++ packages/snaps-utils/CHANGELOG.md | 6 ++ packages/snaps-webpack-plugin/CHANGELOG.md | 6 ++ packages/test-snaps/CHANGELOG.md | 9 +++ 49 files changed, 944 insertions(+) diff --git a/packages/create-snap/CHANGELOG.md b/packages/create-snap/CHANGELOG.md index 8af139473e..ca4aef2a44 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/pull/3118)) +- chore: Bump ts-bridge ([#2917](https://github.com/MetaMask/snaps/pull/2917)) +- Bump `ts-bridge` to `0.6.0` ([#2882](https://github.com/MetaMask/snaps/pull/2882)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [4.0.4] ### Fixed diff --git a/packages/examples/packages/bip32/CHANGELOG.md b/packages/examples/packages/bip32/CHANGELOG.md index 73ceaca41b..29bd03046a 100644 --- a/packages/examples/packages/bip32/CHANGELOG.md +++ b/packages/examples/packages/bip32/CHANGELOG.md @@ -7,6 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Refactor SIP-30 implementation and update examples ([#3165](https://github.com/MetaMask/snaps/pull/3165)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps/pull/2909)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Format Snap manifests with Prettier ([#2787](https://github.com/MetaMask/snaps/pull/2787)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [2.2.1] ### Fixed diff --git a/packages/examples/packages/bip44/CHANGELOG.md b/packages/examples/packages/bip44/CHANGELOG.md index 9455c9e5cb..500f8663ad 100644 --- a/packages/examples/packages/bip44/CHANGELOG.md +++ b/packages/examples/packages/bip44/CHANGELOG.md @@ -7,6 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Refactor SIP-30 implementation and update examples ([#3165](https://github.com/MetaMask/snaps/pull/3165)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps/pull/2909)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Format Snap manifests with Prettier ([#2787](https://github.com/MetaMask/snaps/pull/2787)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/browserify-plugin/CHANGELOG.md b/packages/examples/packages/browserify-plugin/CHANGELOG.md index 235a19453b..4d62e6f187 100644 --- a/packages/examples/packages/browserify-plugin/CHANGELOG.md +++ b/packages/examples/packages/browserify-plugin/CHANGELOG.md @@ -7,6 +7,71 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- feat: Add `crossAlignment` to `Box` ([#3115](https://github.com/MetaMask/snaps/pull/3115)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- fix: Allow `null` in the `endowment:assets` handlers return value ([#3056](https://github.com/MetaMask/snaps/pull/3056)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- feat: Implement `MultichainRouter` and `onProtocolRequest` (SIP-26) ([#2875](https://github.com/MetaMask/snaps/pull/2875)) +- Add disabled states to all input components ([#3030](https://github.com/MetaMask/snaps/pull/3030)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- feat: Implement SIP-29 permission and handlers ([#3028](https://github.com/MetaMask/snaps/pull/3028)) +- Add Skeleton component ([#3024](https://github.com/MetaMask/snaps/pull/3024)) +- feat: Add border radius to `Image` ([#3023](https://github.com/MetaMask/snaps/pull/3023)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- Add backgroundColor property to Container component ([#2950](https://github.com/MetaMask/snaps/pull/2950)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- feat: Allow usage of `Text` in `Value` props ([#2984](https://github.com/MetaMask/snaps/pull/2984)) +- Feat: Add background events ([#2941](https://github.com/MetaMask/snaps/pull/2941)) +- Add `snap_getState`, `snap_setState`, `snap_clearState` methods ([#2916](https://github.com/MetaMask/snaps/pull/2916)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- Add Banner UI component ([#2961](https://github.com/MetaMask/snaps/pull/2961)) +- feat: Support `fontWeight` prop on `Text` ([#2959](https://github.com/MetaMask/snaps/pull/2959)) +- Add `onSettingsPage` export ([#2911](https://github.com/MetaMask/snaps/pull/2911)) +- feat: Add `size` prop to Button ([#2953](https://github.com/MetaMask/snaps/pull/2953)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- fix: Improve field validation errors ([#2937](https://github.com/MetaMask/snaps/pull/2937)) +- Add loading variant for Snaps UI Button ([#2930](https://github.com/MetaMask/snaps/pull/2930)) +- Allow `Field` in `Box` ([#2926](https://github.com/MetaMask/snaps/pull/2926)) +- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps/pull/2909)) +- Add `size` prop to `Text` ([#2908](https://github.com/MetaMask/snaps/pull/2908)) +- feat: Add `snap_getInterfaceContext` ([#2902](https://github.com/MetaMask/snaps/pull/2902)) +- Add support for `Address` in `Card` title. ([#2894](https://github.com/MetaMask/snaps/pull/2894)) +- feat: Implement interface persistence ([#2856](https://github.com/MetaMask/snaps/pull/2856)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add updated props for address component ([#2833](https://github.com/MetaMask/snaps/pull/2833)) +- Revert `snap_notify` changes ([#2837](https://github.com/MetaMask/snaps/pull/2837)) +- Add `sm` size variant to `Heading` ([#2831](https://github.com/MetaMask/snaps/pull/2831)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Add `min`, `max` and `step` props to `Input` ([#2821](https://github.com/MetaMask/snaps/pull/2821)) +- feat: Add `Avatar` component ([#2820](https://github.com/MetaMask/snaps/pull/2820)) +- Revert `AccountSelector` ([#2794](https://github.com/MetaMask/snaps/pull/2794)) +- feat: Add experimental provider request RPC method ([#2773](https://github.com/MetaMask/snaps/pull/2773)) +- Add `AccountSelector` to `Box` and `Field` children ([#2774](https://github.com/MetaMask/snaps/pull/2774)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) +- Allow multiple chain ID in `AccountSelector` ([#2768](https://github.com/MetaMask/snaps/pull/2768)) +- Add new `snap_getCurrencyRate` RPC method ([#2763](https://github.com/MetaMask/snaps/pull/2763)) +- Add `AccountSelector` component ([#2764](https://github.com/MetaMask/snaps/pull/2764)) +- Allow `Link` in `Row` and `Address` in `Link` ([#2761](https://github.com/MetaMask/snaps/pull/2761)) +- feat: Add the `size` prop to `Heading` ([#2759](https://github.com/MetaMask/snaps/pull/2759)) +- Update `snap_notify` to allow JSX content ([#2706](https://github.com/MetaMask/snaps/pull/2706)) +- Allow for `metamask:` schemed URLs ([#2719](https://github.com/MetaMask/snaps/pull/2719)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) +- Add `center` prop to `Box` component ([#2716](https://github.com/MetaMask/snaps/pull/2716)) +- Fix type issue with `Field` children ([#2715](https://github.com/MetaMask/snaps/pull/2715)) +- Added form property to Button JSX component ([#2712](https://github.com/MetaMask/snaps/pull/2712)) + ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/browserify/CHANGELOG.md b/packages/examples/packages/browserify/CHANGELOG.md index add2a8cbc1..4705dac065 100644 --- a/packages/examples/packages/browserify/CHANGELOG.md +++ b/packages/examples/packages/browserify/CHANGELOG.md @@ -7,6 +7,72 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- feat: Add `crossAlignment` to `Box` ([#3115](https://github.com/MetaMask/snaps/pull/3115)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- fix: Allow `null` in the `endowment:assets` handlers return value ([#3056](https://github.com/MetaMask/snaps/pull/3056)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- feat: Implement `MultichainRouter` and `onProtocolRequest` (SIP-26) ([#2875](https://github.com/MetaMask/snaps/pull/2875)) +- Add disabled states to all input components ([#3030](https://github.com/MetaMask/snaps/pull/3030)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- feat: Implement SIP-29 permission and handlers ([#3028](https://github.com/MetaMask/snaps/pull/3028)) +- Add Skeleton component ([#3024](https://github.com/MetaMask/snaps/pull/3024)) +- feat: Add border radius to `Image` ([#3023](https://github.com/MetaMask/snaps/pull/3023)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- Add backgroundColor property to Container component ([#2950](https://github.com/MetaMask/snaps/pull/2950)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- feat: Allow usage of `Text` in `Value` props ([#2984](https://github.com/MetaMask/snaps/pull/2984)) +- Feat: Add background events ([#2941](https://github.com/MetaMask/snaps/pull/2941)) +- Add `snap_getState`, `snap_setState`, `snap_clearState` methods ([#2916](https://github.com/MetaMask/snaps/pull/2916)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- Add Banner UI component ([#2961](https://github.com/MetaMask/snaps/pull/2961)) +- feat: Support `fontWeight` prop on `Text` ([#2959](https://github.com/MetaMask/snaps/pull/2959)) +- Add `onSettingsPage` export ([#2911](https://github.com/MetaMask/snaps/pull/2911)) +- feat: Add `size` prop to Button ([#2953](https://github.com/MetaMask/snaps/pull/2953)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- fix: Improve field validation errors ([#2937](https://github.com/MetaMask/snaps/pull/2937)) +- Add loading variant for Snaps UI Button ([#2930](https://github.com/MetaMask/snaps/pull/2930)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- Allow `Field` in `Box` ([#2926](https://github.com/MetaMask/snaps/pull/2926)) +- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps/pull/2909)) +- Add `size` prop to `Text` ([#2908](https://github.com/MetaMask/snaps/pull/2908)) +- feat: Add `snap_getInterfaceContext` ([#2902](https://github.com/MetaMask/snaps/pull/2902)) +- Add support for `Address` in `Card` title. ([#2894](https://github.com/MetaMask/snaps/pull/2894)) +- feat: Implement interface persistence ([#2856](https://github.com/MetaMask/snaps/pull/2856)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add updated props for address component ([#2833](https://github.com/MetaMask/snaps/pull/2833)) +- Revert `snap_notify` changes ([#2837](https://github.com/MetaMask/snaps/pull/2837)) +- Add `sm` size variant to `Heading` ([#2831](https://github.com/MetaMask/snaps/pull/2831)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Add `min`, `max` and `step` props to `Input` ([#2821](https://github.com/MetaMask/snaps/pull/2821)) +- feat: Add `Avatar` component ([#2820](https://github.com/MetaMask/snaps/pull/2820)) +- Revert `AccountSelector` ([#2794](https://github.com/MetaMask/snaps/pull/2794)) +- feat: Add experimental provider request RPC method ([#2773](https://github.com/MetaMask/snaps/pull/2773)) +- Add `AccountSelector` to `Box` and `Field` children ([#2774](https://github.com/MetaMask/snaps/pull/2774)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) +- Allow multiple chain ID in `AccountSelector` ([#2768](https://github.com/MetaMask/snaps/pull/2768)) +- Add new `snap_getCurrencyRate` RPC method ([#2763](https://github.com/MetaMask/snaps/pull/2763)) +- Add `AccountSelector` component ([#2764](https://github.com/MetaMask/snaps/pull/2764)) +- Allow `Link` in `Row` and `Address` in `Link` ([#2761](https://github.com/MetaMask/snaps/pull/2761)) +- feat: Add the `size` prop to `Heading` ([#2759](https://github.com/MetaMask/snaps/pull/2759)) +- Update `snap_notify` to allow JSX content ([#2706](https://github.com/MetaMask/snaps/pull/2706)) +- Allow for `metamask:` schemed URLs ([#2719](https://github.com/MetaMask/snaps/pull/2719)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) +- Add `center` prop to `Box` component ([#2716](https://github.com/MetaMask/snaps/pull/2716)) +- Fix type issue with `Field` children ([#2715](https://github.com/MetaMask/snaps/pull/2715)) +- Added form property to Button JSX component ([#2712](https://github.com/MetaMask/snaps/pull/2712)) + ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/client-status/CHANGELOG.md b/packages/examples/packages/client-status/CHANGELOG.md index b8667fca88..e998d83ed9 100644 --- a/packages/examples/packages/client-status/CHANGELOG.md +++ b/packages/examples/packages/client-status/CHANGELOG.md @@ -7,6 +7,30 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [1.0.3] ### Fixed diff --git a/packages/examples/packages/cronjobs/CHANGELOG.md b/packages/examples/packages/cronjobs/CHANGELOG.md index 1348f28dec..069c81d030 100644 --- a/packages/examples/packages/cronjobs/CHANGELOG.md +++ b/packages/examples/packages/cronjobs/CHANGELOG.md @@ -7,6 +7,14 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) + ## [3.0.0] ### Added diff --git a/packages/examples/packages/dialogs/CHANGELOG.md b/packages/examples/packages/dialogs/CHANGELOG.md index c3a0467810..0c0d172c6a 100644 --- a/packages/examples/packages/dialogs/CHANGELOG.md +++ b/packages/examples/packages/dialogs/CHANGELOG.md @@ -7,6 +7,30 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [2.3.1] ### Fixed diff --git a/packages/examples/packages/errors/CHANGELOG.md b/packages/examples/packages/errors/CHANGELOG.md index c8d01f72d8..feb61a4395 100644 --- a/packages/examples/packages/errors/CHANGELOG.md +++ b/packages/examples/packages/errors/CHANGELOG.md @@ -7,6 +7,25 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/ethereum-provider/CHANGELOG.md b/packages/examples/packages/ethereum-provider/CHANGELOG.md index 4f135eb9db..f34b657584 100644 --- a/packages/examples/packages/ethereum-provider/CHANGELOG.md +++ b/packages/examples/packages/ethereum-provider/CHANGELOG.md @@ -7,6 +7,16 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) + ## [2.2.1] ### Fixed diff --git a/packages/examples/packages/ethers-js/CHANGELOG.md b/packages/examples/packages/ethers-js/CHANGELOG.md index d31b3a24e9..594c0d5c3c 100644 --- a/packages/examples/packages/ethers-js/CHANGELOG.md +++ b/packages/examples/packages/ethers-js/CHANGELOG.md @@ -7,6 +7,31 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- chore: Resolve Dependabot alerts ([#2855](https://github.com/MetaMask/snaps/pull/2855)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/file-upload/CHANGELOG.md b/packages/examples/packages/file-upload/CHANGELOG.md index 9f5ae2d0cb..7885199679 100644 --- a/packages/examples/packages/file-upload/CHANGELOG.md +++ b/packages/examples/packages/file-upload/CHANGELOG.md @@ -7,6 +7,32 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [1.0.1] ### Fixed diff --git a/packages/examples/packages/get-entropy/CHANGELOG.md b/packages/examples/packages/get-entropy/CHANGELOG.md index 72b467169a..05eb64510c 100644 --- a/packages/examples/packages/get-entropy/CHANGELOG.md +++ b/packages/examples/packages/get-entropy/CHANGELOG.md @@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Refactor SIP-30 implementation and update examples ([#3165](https://github.com/MetaMask/snaps/pull/3165)) +- Implement SIP-30 ([#3156](https://github.com/MetaMask/snaps/pull/3156)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/get-file/CHANGELOG.md b/packages/examples/packages/get-file/CHANGELOG.md index 02c356df4a..7dc95f58f6 100644 --- a/packages/examples/packages/get-file/CHANGELOG.md +++ b/packages/examples/packages/get-file/CHANGELOG.md @@ -7,6 +7,31 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Format Snap manifests with Prettier ([#2787](https://github.com/MetaMask/snaps/pull/2787)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [1.1.3] ### Fixed diff --git a/packages/examples/packages/home-page/CHANGELOG.md b/packages/examples/packages/home-page/CHANGELOG.md index 78434e6f40..b170a595dc 100644 --- a/packages/examples/packages/home-page/CHANGELOG.md +++ b/packages/examples/packages/home-page/CHANGELOG.md @@ -7,6 +7,25 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [1.1.3] ### Fixed diff --git a/packages/examples/packages/images/CHANGELOG.md b/packages/examples/packages/images/CHANGELOG.md index 73a8bb6b6b..dbebc0e005 100644 --- a/packages/examples/packages/images/CHANGELOG.md +++ b/packages/examples/packages/images/CHANGELOG.md @@ -7,6 +7,30 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [1.1.1] ### Fixed diff --git a/packages/examples/packages/interactive-ui/CHANGELOG.md b/packages/examples/packages/interactive-ui/CHANGELOG.md index 6005912cde..259f9315e5 100644 --- a/packages/examples/packages/interactive-ui/CHANGELOG.md +++ b/packages/examples/packages/interactive-ui/CHANGELOG.md @@ -7,6 +7,25 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) + ## [2.3.0] ### Added 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..150651b5ce 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,33 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps/pull/2909)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [2.1.3] ### Fixed 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..845e0ab0cc 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,34 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- Cache snap state in memory ([#2980](https://github.com/MetaMask/snaps/pull/2980)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps/pull/2909)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/json-rpc/CHANGELOG.md b/packages/examples/packages/json-rpc/CHANGELOG.md index 0d0a1d5636..5b0afa88c0 100644 --- a/packages/examples/packages/json-rpc/CHANGELOG.md +++ b/packages/examples/packages/json-rpc/CHANGELOG.md @@ -7,6 +7,30 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/jsx/CHANGELOG.md b/packages/examples/packages/jsx/CHANGELOG.md index e0081abb28..8a5fe2ba23 100644 --- a/packages/examples/packages/jsx/CHANGELOG.md +++ b/packages/examples/packages/jsx/CHANGELOG.md @@ -7,6 +7,30 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [1.2.1] ### Fixed diff --git a/packages/examples/packages/lifecycle-hooks/CHANGELOG.md b/packages/examples/packages/lifecycle-hooks/CHANGELOG.md index 0f92bbc86a..a9dd22494e 100644 --- a/packages/examples/packages/lifecycle-hooks/CHANGELOG.md +++ b/packages/examples/packages/lifecycle-hooks/CHANGELOG.md @@ -7,6 +7,26 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- Add onInstall and onUpdate to snaps-jest ([#2849](https://github.com/MetaMask/snaps/pull/2849)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/localization/CHANGELOG.md b/packages/examples/packages/localization/CHANGELOG.md index 43ffbf90d3..25475f1a4a 100644 --- a/packages/examples/packages/localization/CHANGELOG.md +++ b/packages/examples/packages/localization/CHANGELOG.md @@ -7,6 +7,31 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Format Snap manifests with Prettier ([#2787](https://github.com/MetaMask/snaps/pull/2787)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [1.1.4] ### Fixed diff --git a/packages/examples/packages/manage-state/CHANGELOG.md b/packages/examples/packages/manage-state/CHANGELOG.md index f901986365..299f3b21ed 100644 --- a/packages/examples/packages/manage-state/CHANGELOG.md +++ b/packages/examples/packages/manage-state/CHANGELOG.md @@ -7,6 +7,16 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) + ## [3.0.0] ### Added diff --git a/packages/examples/packages/name-lookup/CHANGELOG.md b/packages/examples/packages/name-lookup/CHANGELOG.md index 90f93a8125..939a51cd1d 100644 --- a/packages/examples/packages/name-lookup/CHANGELOG.md +++ b/packages/examples/packages/name-lookup/CHANGELOG.md @@ -7,6 +7,27 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- Add onNameLookup to snaps-jest ([#2857](https://github.com/MetaMask/snaps/pull/2857)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Format Snap manifests with Prettier ([#2787](https://github.com/MetaMask/snaps/pull/2787)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [3.1.1] ### Fixed diff --git a/packages/examples/packages/network-access/CHANGELOG.md b/packages/examples/packages/network-access/CHANGELOG.md index 924736de19..d5b150734b 100644 --- a/packages/examples/packages/network-access/CHANGELOG.md +++ b/packages/examples/packages/network-access/CHANGELOG.md @@ -7,6 +7,32 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/notifications/CHANGELOG.md b/packages/examples/packages/notifications/CHANGELOG.md index f40a4a8ba4..1788a9ec8d 100644 --- a/packages/examples/packages/notifications/CHANGELOG.md +++ b/packages/examples/packages/notifications/CHANGELOG.md @@ -7,6 +7,15 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Fix typo in `test-snaps` ([#3020](https://github.com/MetaMask/snaps/pull/3020)) + ## [2.3.0] ### Added diff --git a/packages/examples/packages/preferences/CHANGELOG.md b/packages/examples/packages/preferences/CHANGELOG.md index 720e00537e..47de123662 100644 --- a/packages/examples/packages/preferences/CHANGELOG.md +++ b/packages/examples/packages/preferences/CHANGELOG.md @@ -7,4 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- feat: Add the preferences example snap ([#3154](https://github.com/MetaMask/snaps/pull/3154)) + [Unreleased]: https://github.com/MetaMask/snaps/ diff --git a/packages/examples/packages/preinstalled/CHANGELOG.md b/packages/examples/packages/preinstalled/CHANGELOG.md index 27a0e907c8..02aab686ac 100644 --- a/packages/examples/packages/preinstalled/CHANGELOG.md +++ b/packages/examples/packages/preinstalled/CHANGELOG.md @@ -7,6 +7,19 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) + ## [0.3.0] ### Added diff --git a/packages/examples/packages/protocol/CHANGELOG.md b/packages/examples/packages/protocol/CHANGELOG.md index d36ec2ae60..2edf79785d 100644 --- a/packages/examples/packages/protocol/CHANGELOG.md +++ b/packages/examples/packages/protocol/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/pull/3118)) + ## [1.0.0] ### Added diff --git a/packages/examples/packages/rollup-plugin/CHANGELOG.md b/packages/examples/packages/rollup-plugin/CHANGELOG.md index 15833cbff7..e7d91f997f 100644 --- a/packages/examples/packages/rollup-plugin/CHANGELOG.md +++ b/packages/examples/packages/rollup-plugin/CHANGELOG.md @@ -7,6 +7,29 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/send-flow/CHANGELOG.md b/packages/examples/packages/send-flow/CHANGELOG.md index 80376c1a2c..3ffc08dab7 100644 --- a/packages/examples/packages/send-flow/CHANGELOG.md +++ b/packages/examples/packages/send-flow/CHANGELOG.md @@ -7,6 +7,21 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) + ## [1.0.0] ### Changed diff --git a/packages/examples/packages/signature-insights/CHANGELOG.md b/packages/examples/packages/signature-insights/CHANGELOG.md index bfdfe220f5..684962c92b 100644 --- a/packages/examples/packages/signature-insights/CHANGELOG.md +++ b/packages/examples/packages/signature-insights/CHANGELOG.md @@ -7,6 +7,26 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Remove `eth_sign` ([#2772](https://github.com/MetaMask/snaps/pull/2772)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [1.0.3] ### Fixed diff --git a/packages/examples/packages/transaction-insights/CHANGELOG.md b/packages/examples/packages/transaction-insights/CHANGELOG.md index 6538feeaff..1b4b094554 100644 --- a/packages/examples/packages/transaction-insights/CHANGELOG.md +++ b/packages/examples/packages/transaction-insights/CHANGELOG.md @@ -7,6 +7,29 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [2.2.3] ### Fixed diff --git a/packages/examples/packages/wasm/CHANGELOG.md b/packages/examples/packages/wasm/CHANGELOG.md index 7c0599d654..f7d81c386f 100644 --- a/packages/examples/packages/wasm/CHANGELOG.md +++ b/packages/examples/packages/wasm/CHANGELOG.md @@ -7,6 +7,31 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) +- fix: Init WASM modules using Base64 ([#2913](https://github.com/MetaMask/snaps/pull/2913)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [2.1.4] ### Fixed diff --git a/packages/examples/packages/webpack-plugin/CHANGELOG.md b/packages/examples/packages/webpack-plugin/CHANGELOG.md index 60678dc6da..e37a085f8e 100644 --- a/packages/examples/packages/webpack-plugin/CHANGELOG.md +++ b/packages/examples/packages/webpack-plugin/CHANGELOG.md @@ -7,6 +7,29 @@ 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/pull/3118)) +- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) +- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) +- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) +- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) +- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) +- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) +- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) +- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) +- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) +- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) + ## [2.1.3] ### Fixed diff --git a/packages/snaps-browserify-plugin/CHANGELOG.md b/packages/snaps-browserify-plugin/CHANGELOG.md index a9bc4250a9..39d17e88c3 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/pull/3118)) + ## [4.2.0] ### Added diff --git a/packages/snaps-cli/CHANGELOG.md b/packages/snaps-cli/CHANGELOG.md index 94d74984b4..d2d7c92c7b 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/pull/3118)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) + ## [6.7.0] ### Added diff --git a/packages/snaps-controllers/CHANGELOG.md b/packages/snaps-controllers/CHANGELOG.md index c151877c2b..07b1c8cd0e 100644 --- a/packages/snaps-controllers/CHANGELOG.md +++ b/packages/snaps-controllers/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore(deps): bump @metamask/phishing-controller from 12.3.2 to 12.4.0 ([#3171](https://github.com/MetaMask/snaps/pull/3171)) +- fix: Log unhandled Snap errors ([#3157](https://github.com/MetaMask/snaps/pull/3157)) +- chore: Remove `pattern` in favour of `definePattern` ([#3142](https://github.com/MetaMask/snaps/pull/3142)) +- 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/pull/3140)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) + ## [10.0.0] ### Changed diff --git a/packages/snaps-execution-environments/CHANGELOG.md b/packages/snaps-execution-environments/CHANGELOG.md index 61970b64b1..5491927bc6 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/pull/3140)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) + ## [7.0.0] ### Changed diff --git a/packages/snaps-jest/CHANGELOG.md b/packages/snaps-jest/CHANGELOG.md index 732be811ca..7b04260c31 100644 --- a/packages/snaps-jest/CHANGELOG.md +++ b/packages/snaps-jest/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Add the interface ID to the return value of `getInterface` ([#3174](https://github.com/MetaMask/snaps/pull/3174)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) + ## [8.12.0] ### Changed diff --git a/packages/snaps-rollup-plugin/CHANGELOG.md b/packages/snaps-rollup-plugin/CHANGELOG.md index 959c943735..5e27d92e14 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/pull/3118)) + ## [4.2.0] ### Added diff --git a/packages/snaps-rpc-methods/CHANGELOG.md b/packages/snaps-rpc-methods/CHANGELOG.md index cd95ce0228..1ae94da492 100644 --- a/packages/snaps-rpc-methods/CHANGELOG.md +++ b/packages/snaps-rpc-methods/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Refactor SIP-30 implementation and update examples ([#3165](https://github.com/MetaMask/snaps/pull/3165)) +- Implement SIP-30 ([#3156](https://github.com/MetaMask/snaps/pull/3156)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) + ## [11.12.0] ### Added diff --git a/packages/snaps-sdk/CHANGELOG.md b/packages/snaps-sdk/CHANGELOG.md index 392d644337..89aadfc7b5 100644 --- a/packages/snaps-sdk/CHANGELOG.md +++ b/packages/snaps-sdk/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Refactor SIP-30 implementation and update examples ([#3165](https://github.com/MetaMask/snaps/pull/3165)) +- Implement SIP-30 ([#3156](https://github.com/MetaMask/snaps/pull/3156)) +- fix: Update `Box` `crossAlignment` default value ([#3133](https://github.com/MetaMask/snaps/pull/3133)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) + ## [6.18.0] ### Added diff --git a/packages/snaps-simulation/CHANGELOG.md b/packages/snaps-simulation/CHANGELOG.md index 2c0aae0bc7..6db9714280 100644 --- a/packages/snaps-simulation/CHANGELOG.md +++ b/packages/snaps-simulation/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore(deps): bump @metamask/phishing-controller from 12.3.2 to 12.4.0 ([#3171](https://github.com/MetaMask/snaps/pull/3171)) +- Add the interface ID to the return value of `getInterface` ([#3174](https://github.com/MetaMask/snaps/pull/3174)) +- Refactor SIP-30 implementation and update examples ([#3165](https://github.com/MetaMask/snaps/pull/3165)) +- Implement SIP-30 ([#3156](https://github.com/MetaMask/snaps/pull/3156)) +- chore(deps): bump @metamask/eth-json-rpc-middleware from 15.2.0 to 15.3.0 ([#3148](https://github.com/MetaMask/snaps/pull/3148)) +- fix(simulation): `onKeyringRequest` not matching the implementation type ([#3138](https://github.com/MetaMask/snaps/pull/3138)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) + ## [2.2.0] ### Added diff --git a/packages/snaps-simulator/CHANGELOG.md b/packages/snaps-simulator/CHANGELOG.md index 066716fe2e..f8cc319377 100644 --- a/packages/snaps-simulator/CHANGELOG.md +++ b/packages/snaps-simulator/CHANGELOG.md @@ -7,6 +7,59 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore(deps): bump @metamask/eth-json-rpc-middleware from 15.2.0 to 15.3.0 ([#3148](https://github.com/MetaMask/snaps/pull/3148)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) +- Update `snap_getPreferences` ([#3093](https://github.com/MetaMask/snaps/pull/3093)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) +- chore(deps): bump @metamask/eth-json-rpc-middleware from 15.1.2 to 15.2.0 ([#3090](https://github.com/MetaMask/snaps/pull/3090)) +- chore(deps): bump @metamask/json-rpc-middleware-stream from 8.0.6 to 8.0.7 ([#3083](https://github.com/MetaMask/snaps/pull/3083)) +- chore(deps): bump @metamask/base-controller from 7.1.1 to 8.0.0 ([#3082](https://github.com/MetaMask/snaps/pull/3082)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) +- chore: Rename `ControllerMessenger` to `Messenger` ([#3053](https://github.com/MetaMask/snaps/pull/3053)) +- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) +- chore(deps): bump @metamask/permission-controller from 11.0.3 to 11.0.4 ([#2999](https://github.com/MetaMask/snaps/pull/2999)) +- feat: Add `hideBalances` to `snap_getPreferences` ([#2978](https://github.com/MetaMask/snaps/pull/2978)) +- Allow `Field` in `Box` ([#2926](https://github.com/MetaMask/snaps/pull/2926)) +- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps/pull/2909)) +- feat: Add `snap_getInterfaceContext` ([#2902](https://github.com/MetaMask/snaps/pull/2902)) +- feat: Implement interface persistence ([#2856](https://github.com/MetaMask/snaps/pull/2856)) +- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) +- Remove `eth_sign` ([#2772](https://github.com/MetaMask/snaps/pull/2772)) +- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) +- Add missing license fields ([#2747](https://github.com/MetaMask/snaps/pull/2747)) +- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) +- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) +- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) +- Bump MetaMask dependencies ([#2703](https://github.com/MetaMask/snaps/pull/2703)) +- Replace `tsup` with `ts-bridge` ([#2682](https://github.com/MetaMask/snaps/pull/2682)) +- Add support for more customizable input ([#2699](https://github.com/MetaMask/snaps/pull/2699)) +- Bump TypeScript and related dependencies ([#2690](https://github.com/MetaMask/snaps/pull/2690)) +- feat: Allow CAIP-10 addresses in `Address` ([#2680](https://github.com/MetaMask/snaps/pull/2680)) +- Release 60.0.0 ([#2616](https://github.com/MetaMask/snaps/pull/2616)) +- chore(devDep): Bump `typescript` from `~4.8.4` to `~5.0.4` ([#2594](https://github.com/MetaMask/snaps/pull/2594)) +- Release 58.0.0 ([#2595](https://github.com/MetaMask/snaps/pull/2595)) +- chore(snaps-controllers): Bump all core deps ([#2593](https://github.com/MetaMask/snaps/pull/2593)) +- chore(deps): bump @metamask/eth-json-rpc-middleware from 12.1.1 to 12.1.2 ([#2477](https://github.com/MetaMask/snaps/pull/2477)) +- chore: bump MetaMask dependencies ([#2460](https://github.com/MetaMask/snaps/pull/2460)) +- Bump @metamask/key-tree from 9.1.0 to 9.1.1 ([#2431](https://github.com/MetaMask/snaps/pull/2431)) +- Bump @metamask/eth-json-rpc-middleware from 12.1.0 to 12.1.1 ([#2436](https://github.com/MetaMask/snaps/pull/2436)) +- Add JSX support for custom UI ([#2258](https://github.com/MetaMask/snaps/pull/2258)) +- Bump @metamask/base-controller from 5.0.1 to 5.0.2 ([#2375](https://github.com/MetaMask/snaps/pull/2375)) +- Add support for importing SVG, PNG, and JPEG files directly ([#2284](https://github.com/MetaMask/snaps/pull/2284)) +- Bump MetaMask dependencies ([#2270](https://github.com/MetaMask/snaps/pull/2270)) +- Bump @metamask/json-rpc-engine from 7.3.2 to 7.3.3 ([#2247](https://github.com/MetaMask/snaps/pull/2247)) +- Bump `@metamask/rpc-errors` to `^6.2.1` ([#2209](https://github.com/MetaMask/snaps/pull/2209)) +- BREAKING: Use `tsup` and refactor exports ([#2210](https://github.com/MetaMask/snaps/pull/2210)) +- Deploy multiple bundles to AWS ([#2150](https://github.com/MetaMask/snaps/pull/2150)) +- Add `snap_getClientStatus` example snap ([#2159](https://github.com/MetaMask/snaps/pull/2159)) +- [BREAKING] Move endowments from Controllers to RPC methods ([#2155](https://github.com/MetaMask/snaps/pull/2155)) +- Bump @metamask/permission-controller from 7.1.0 to 8.0.0 ([#2142](https://github.com/MetaMask/snaps/pull/2142)) +- Bump @metamask/eth-json-rpc-middleware from 12.0.1 to 12.1.0 ([#2140](https://github.com/MetaMask/snaps/pull/2140)) +- Bump @metamask/json-rpc-engine from 7.3.1 to 7.3.2 ([#2129](https://github.com/MetaMask/snaps/pull/2129)) +- Add support for dynamic user interfaces ([#1465](https://github.com/MetaMask/snaps/pull/1465)) + ## [2.5.0] ### Added diff --git a/packages/snaps-utils/CHANGELOG.md b/packages/snaps-utils/CHANGELOG.md index fbf854ef76..10a0a836f6 100644 --- a/packages/snaps-utils/CHANGELOG.md +++ b/packages/snaps-utils/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Remove `pattern` in favour of `definePattern` ([#3142](https://github.com/MetaMask/snaps/pull/3142)) +- 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/pull/3140)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) + ## [9.0.0] ### Changed diff --git a/packages/snaps-webpack-plugin/CHANGELOG.md b/packages/snaps-webpack-plugin/CHANGELOG.md index 7ffdcbc0f9..a286c67c12 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/pull/3118)) +- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) +- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) + ## [4.2.1] ### Changed diff --git a/packages/test-snaps/CHANGELOG.md b/packages/test-snaps/CHANGELOG.md index d4015a37da..badac1191e 100644 --- a/packages/test-snaps/CHANGELOG.md +++ b/packages/test-snaps/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Add ID to entropy selector and invalid option for E2E testing ([#3172](https://github.com/MetaMask/snaps/pull/3172)) +- Refactor SIP-30 implementation and update examples ([#3165](https://github.com/MetaMask/snaps/pull/3165)) +- Implement SIP-30 ([#3156](https://github.com/MetaMask/snaps/pull/3156)) +- feat: Add the preferences example snap ([#3154](https://github.com/MetaMask/snaps/pull/3154)) +- Fix start command in `test-snaps` ([#3155](https://github.com/MetaMask/snaps/pull/3155)) +- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) + ## [2.19.0] ### Added From bd863d754252306770988784f3dd06482dbbc363 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Mon, 3 Mar 2025 11:36:15 +0100 Subject: [PATCH 2/6] Update Release 91.0.0 --- package.json | 2 +- packages/create-snap/CHANGELOG.md | 12 ---- packages/examples/package.json | 2 +- packages/examples/packages/bip32/CHANGELOG.md | 5 +- packages/examples/packages/bip32/package.json | 2 +- packages/examples/packages/bip44/CHANGELOG.md | 5 +- packages/examples/packages/bip44/package.json | 2 +- .../packages/browserify-plugin/CHANGELOG.md | 65 ------------------ .../examples/packages/browserify/CHANGELOG.md | 66 ------------------- .../packages/client-status/CHANGELOG.md | 24 ------- .../examples/packages/cronjobs/CHANGELOG.md | 8 --- .../examples/packages/dialogs/CHANGELOG.md | 24 ------- .../examples/packages/errors/CHANGELOG.md | 19 ------ .../packages/ethereum-provider/CHANGELOG.md | 10 --- .../examples/packages/ethers-js/CHANGELOG.md | 25 ------- .../packages/file-upload/CHANGELOG.md | 26 -------- .../packages/get-entropy/CHANGELOG.md | 5 +- .../packages/get-entropy/package.json | 2 +- .../examples/packages/get-file/CHANGELOG.md | 25 ------- .../examples/packages/home-page/CHANGELOG.md | 19 ------ .../examples/packages/images/CHANGELOG.md | 24 ------- .../packages/interactive-ui/CHANGELOG.md | 19 ------ .../packages/consumer-signer/CHANGELOG.md | 27 -------- .../packages/core-signer/CHANGELOG.md | 28 -------- .../examples/packages/json-rpc/CHANGELOG.md | 24 ------- packages/examples/packages/jsx/CHANGELOG.md | 24 ------- .../packages/lifecycle-hooks/CHANGELOG.md | 20 ------ .../packages/localization/CHANGELOG.md | 25 ------- .../packages/manage-state/CHANGELOG.md | 10 --- .../packages/name-lookup/CHANGELOG.md | 21 ------ .../packages/network-access/CHANGELOG.md | 26 -------- .../packages/notifications/CHANGELOG.md | 9 --- .../packages/preferences/CHANGELOG.md | 4 -- .../packages/preinstalled/CHANGELOG.md | 13 ---- .../examples/packages/protocol/CHANGELOG.md | 4 -- .../packages/rollup-plugin/CHANGELOG.md | 23 ------- .../examples/packages/send-flow/CHANGELOG.md | 15 ----- .../packages/signature-insights/CHANGELOG.md | 20 ------ .../transaction-insights/CHANGELOG.md | 23 ------- packages/examples/packages/wasm/CHANGELOG.md | 25 ------- .../packages/webpack-plugin/CHANGELOG.md | 23 ------- packages/snaps-browserify-plugin/CHANGELOG.md | 4 -- packages/snaps-cli/CHANGELOG.md | 5 -- packages/snaps-controllers/CHANGELOG.md | 5 +- packages/snaps-controllers/package.json | 2 +- .../snaps-execution-environments/CHANGELOG.md | 5 -- packages/snaps-jest/CHANGELOG.md | 5 +- packages/snaps-jest/package.json | 2 +- packages/snaps-rollup-plugin/CHANGELOG.md | 4 -- packages/snaps-rpc-methods/CHANGELOG.md | 5 +- packages/snaps-rpc-methods/package.json | 2 +- packages/snaps-sdk/CHANGELOG.md | 5 +- packages/snaps-sdk/package.json | 2 +- packages/snaps-simulation/CHANGELOG.md | 5 +- packages/snaps-simulation/package.json | 2 +- packages/snaps-simulator/CHANGELOG.md | 53 --------------- packages/snaps-utils/CHANGELOG.md | 5 +- packages/snaps-utils/package.json | 2 +- packages/snaps-webpack-plugin/CHANGELOG.md | 6 -- packages/test-snaps/CHANGELOG.md | 5 +- packages/test-snaps/package.json | 2 +- 61 files changed, 52 insertions(+), 829 deletions(-) diff --git a/package.json b/package.json index 8bc47ea8d0..454508fba8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "90.0.0", + "version": "91.0.0", "private": true, "repository": { "type": "git", diff --git a/packages/create-snap/CHANGELOG.md b/packages/create-snap/CHANGELOG.md index ca4aef2a44..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/pull/3118)) -- chore: Bump ts-bridge ([#2917](https://github.com/MetaMask/snaps/pull/2917)) -- Bump `ts-bridge` to `0.6.0` ([#2882](https://github.com/MetaMask/snaps/pull/2882)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [4.0.4] ### Fixed diff --git a/packages/examples/package.json b/packages/examples/package.json index cc11392e46..fcf5027927 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/example-snaps", - "version": "3.15.0", + "version": "3.16.0", "private": true, "description": "A collection of examples demonstrating how to build MetaMask Snaps", "keywords": [ diff --git a/packages/examples/packages/bip32/CHANGELOG.md b/packages/examples/packages/bip32/CHANGELOG.md index 29bd03046a..d8af120c0f 100644 --- a/packages/examples/packages/bip32/CHANGELOG.md +++ b/packages/examples/packages/bip32/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.0] + ### Uncategorized - Refactor SIP-30 implementation and update examples ([#3165](https://github.com/MetaMask/snaps/pull/3165)) @@ -106,7 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.2.1...HEAD +[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 diff --git a/packages/examples/packages/bip32/package.json b/packages/examples/packages/bip32/package.json index cf76930de7..511330905b 100644 --- a/packages/examples/packages/bip32/package.json +++ b/packages/examples/packages/bip32/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/bip32-example-snap", - "version": "2.2.1", + "version": "2.3.0", "description": "MetaMask example snap demonstrating the use of `snap_getBip32Entropy`", "keywords": [ "MetaMask", diff --git a/packages/examples/packages/bip44/CHANGELOG.md b/packages/examples/packages/bip44/CHANGELOG.md index 500f8663ad..623be04850 100644 --- a/packages/examples/packages/bip44/CHANGELOG.md +++ b/packages/examples/packages/bip44/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] + ### Uncategorized - Refactor SIP-30 implementation and update examples ([#3165](https://github.com/MetaMask/snaps/pull/3165)) @@ -107,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@2.1.3...HEAD +[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 diff --git a/packages/examples/packages/bip44/package.json b/packages/examples/packages/bip44/package.json index cb3c91a2f0..eb926331dd 100644 --- a/packages/examples/packages/bip44/package.json +++ b/packages/examples/packages/bip44/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/bip44-example-snap", - "version": "2.1.3", + "version": "2.2.0", "description": "MetaMask example snap demonstrating the use of `snap_getBip44Entropy`", "keywords": [ "MetaMask", diff --git a/packages/examples/packages/browserify-plugin/CHANGELOG.md b/packages/examples/packages/browserify-plugin/CHANGELOG.md index 4d62e6f187..235a19453b 100644 --- a/packages/examples/packages/browserify-plugin/CHANGELOG.md +++ b/packages/examples/packages/browserify-plugin/CHANGELOG.md @@ -7,71 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- feat: Add `crossAlignment` to `Box` ([#3115](https://github.com/MetaMask/snaps/pull/3115)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- fix: Allow `null` in the `endowment:assets` handlers return value ([#3056](https://github.com/MetaMask/snaps/pull/3056)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- feat: Implement `MultichainRouter` and `onProtocolRequest` (SIP-26) ([#2875](https://github.com/MetaMask/snaps/pull/2875)) -- Add disabled states to all input components ([#3030](https://github.com/MetaMask/snaps/pull/3030)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- feat: Implement SIP-29 permission and handlers ([#3028](https://github.com/MetaMask/snaps/pull/3028)) -- Add Skeleton component ([#3024](https://github.com/MetaMask/snaps/pull/3024)) -- feat: Add border radius to `Image` ([#3023](https://github.com/MetaMask/snaps/pull/3023)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- Add backgroundColor property to Container component ([#2950](https://github.com/MetaMask/snaps/pull/2950)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- feat: Allow usage of `Text` in `Value` props ([#2984](https://github.com/MetaMask/snaps/pull/2984)) -- Feat: Add background events ([#2941](https://github.com/MetaMask/snaps/pull/2941)) -- Add `snap_getState`, `snap_setState`, `snap_clearState` methods ([#2916](https://github.com/MetaMask/snaps/pull/2916)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- Add Banner UI component ([#2961](https://github.com/MetaMask/snaps/pull/2961)) -- feat: Support `fontWeight` prop on `Text` ([#2959](https://github.com/MetaMask/snaps/pull/2959)) -- Add `onSettingsPage` export ([#2911](https://github.com/MetaMask/snaps/pull/2911)) -- feat: Add `size` prop to Button ([#2953](https://github.com/MetaMask/snaps/pull/2953)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- fix: Improve field validation errors ([#2937](https://github.com/MetaMask/snaps/pull/2937)) -- Add loading variant for Snaps UI Button ([#2930](https://github.com/MetaMask/snaps/pull/2930)) -- Allow `Field` in `Box` ([#2926](https://github.com/MetaMask/snaps/pull/2926)) -- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps/pull/2909)) -- Add `size` prop to `Text` ([#2908](https://github.com/MetaMask/snaps/pull/2908)) -- feat: Add `snap_getInterfaceContext` ([#2902](https://github.com/MetaMask/snaps/pull/2902)) -- Add support for `Address` in `Card` title. ([#2894](https://github.com/MetaMask/snaps/pull/2894)) -- feat: Implement interface persistence ([#2856](https://github.com/MetaMask/snaps/pull/2856)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add updated props for address component ([#2833](https://github.com/MetaMask/snaps/pull/2833)) -- Revert `snap_notify` changes ([#2837](https://github.com/MetaMask/snaps/pull/2837)) -- Add `sm` size variant to `Heading` ([#2831](https://github.com/MetaMask/snaps/pull/2831)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Add `min`, `max` and `step` props to `Input` ([#2821](https://github.com/MetaMask/snaps/pull/2821)) -- feat: Add `Avatar` component ([#2820](https://github.com/MetaMask/snaps/pull/2820)) -- Revert `AccountSelector` ([#2794](https://github.com/MetaMask/snaps/pull/2794)) -- feat: Add experimental provider request RPC method ([#2773](https://github.com/MetaMask/snaps/pull/2773)) -- Add `AccountSelector` to `Box` and `Field` children ([#2774](https://github.com/MetaMask/snaps/pull/2774)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) -- Allow multiple chain ID in `AccountSelector` ([#2768](https://github.com/MetaMask/snaps/pull/2768)) -- Add new `snap_getCurrencyRate` RPC method ([#2763](https://github.com/MetaMask/snaps/pull/2763)) -- Add `AccountSelector` component ([#2764](https://github.com/MetaMask/snaps/pull/2764)) -- Allow `Link` in `Row` and `Address` in `Link` ([#2761](https://github.com/MetaMask/snaps/pull/2761)) -- feat: Add the `size` prop to `Heading` ([#2759](https://github.com/MetaMask/snaps/pull/2759)) -- Update `snap_notify` to allow JSX content ([#2706](https://github.com/MetaMask/snaps/pull/2706)) -- Allow for `metamask:` schemed URLs ([#2719](https://github.com/MetaMask/snaps/pull/2719)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) -- Add `center` prop to `Box` component ([#2716](https://github.com/MetaMask/snaps/pull/2716)) -- Fix type issue with `Field` children ([#2715](https://github.com/MetaMask/snaps/pull/2715)) -- Added form property to Button JSX component ([#2712](https://github.com/MetaMask/snaps/pull/2712)) - ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/browserify/CHANGELOG.md b/packages/examples/packages/browserify/CHANGELOG.md index 4705dac065..add2a8cbc1 100644 --- a/packages/examples/packages/browserify/CHANGELOG.md +++ b/packages/examples/packages/browserify/CHANGELOG.md @@ -7,72 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- feat: Add `crossAlignment` to `Box` ([#3115](https://github.com/MetaMask/snaps/pull/3115)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- fix: Allow `null` in the `endowment:assets` handlers return value ([#3056](https://github.com/MetaMask/snaps/pull/3056)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- feat: Implement `MultichainRouter` and `onProtocolRequest` (SIP-26) ([#2875](https://github.com/MetaMask/snaps/pull/2875)) -- Add disabled states to all input components ([#3030](https://github.com/MetaMask/snaps/pull/3030)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- feat: Implement SIP-29 permission and handlers ([#3028](https://github.com/MetaMask/snaps/pull/3028)) -- Add Skeleton component ([#3024](https://github.com/MetaMask/snaps/pull/3024)) -- feat: Add border radius to `Image` ([#3023](https://github.com/MetaMask/snaps/pull/3023)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- Add backgroundColor property to Container component ([#2950](https://github.com/MetaMask/snaps/pull/2950)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- feat: Allow usage of `Text` in `Value` props ([#2984](https://github.com/MetaMask/snaps/pull/2984)) -- Feat: Add background events ([#2941](https://github.com/MetaMask/snaps/pull/2941)) -- Add `snap_getState`, `snap_setState`, `snap_clearState` methods ([#2916](https://github.com/MetaMask/snaps/pull/2916)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- Add Banner UI component ([#2961](https://github.com/MetaMask/snaps/pull/2961)) -- feat: Support `fontWeight` prop on `Text` ([#2959](https://github.com/MetaMask/snaps/pull/2959)) -- Add `onSettingsPage` export ([#2911](https://github.com/MetaMask/snaps/pull/2911)) -- feat: Add `size` prop to Button ([#2953](https://github.com/MetaMask/snaps/pull/2953)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- fix: Improve field validation errors ([#2937](https://github.com/MetaMask/snaps/pull/2937)) -- Add loading variant for Snaps UI Button ([#2930](https://github.com/MetaMask/snaps/pull/2930)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- Allow `Field` in `Box` ([#2926](https://github.com/MetaMask/snaps/pull/2926)) -- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps/pull/2909)) -- Add `size` prop to `Text` ([#2908](https://github.com/MetaMask/snaps/pull/2908)) -- feat: Add `snap_getInterfaceContext` ([#2902](https://github.com/MetaMask/snaps/pull/2902)) -- Add support for `Address` in `Card` title. ([#2894](https://github.com/MetaMask/snaps/pull/2894)) -- feat: Implement interface persistence ([#2856](https://github.com/MetaMask/snaps/pull/2856)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add updated props for address component ([#2833](https://github.com/MetaMask/snaps/pull/2833)) -- Revert `snap_notify` changes ([#2837](https://github.com/MetaMask/snaps/pull/2837)) -- Add `sm` size variant to `Heading` ([#2831](https://github.com/MetaMask/snaps/pull/2831)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Add `min`, `max` and `step` props to `Input` ([#2821](https://github.com/MetaMask/snaps/pull/2821)) -- feat: Add `Avatar` component ([#2820](https://github.com/MetaMask/snaps/pull/2820)) -- Revert `AccountSelector` ([#2794](https://github.com/MetaMask/snaps/pull/2794)) -- feat: Add experimental provider request RPC method ([#2773](https://github.com/MetaMask/snaps/pull/2773)) -- Add `AccountSelector` to `Box` and `Field` children ([#2774](https://github.com/MetaMask/snaps/pull/2774)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) -- Allow multiple chain ID in `AccountSelector` ([#2768](https://github.com/MetaMask/snaps/pull/2768)) -- Add new `snap_getCurrencyRate` RPC method ([#2763](https://github.com/MetaMask/snaps/pull/2763)) -- Add `AccountSelector` component ([#2764](https://github.com/MetaMask/snaps/pull/2764)) -- Allow `Link` in `Row` and `Address` in `Link` ([#2761](https://github.com/MetaMask/snaps/pull/2761)) -- feat: Add the `size` prop to `Heading` ([#2759](https://github.com/MetaMask/snaps/pull/2759)) -- Update `snap_notify` to allow JSX content ([#2706](https://github.com/MetaMask/snaps/pull/2706)) -- Allow for `metamask:` schemed URLs ([#2719](https://github.com/MetaMask/snaps/pull/2719)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) -- Add `center` prop to `Box` component ([#2716](https://github.com/MetaMask/snaps/pull/2716)) -- Fix type issue with `Field` children ([#2715](https://github.com/MetaMask/snaps/pull/2715)) -- Added form property to Button JSX component ([#2712](https://github.com/MetaMask/snaps/pull/2712)) - ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/client-status/CHANGELOG.md b/packages/examples/packages/client-status/CHANGELOG.md index e998d83ed9..b8667fca88 100644 --- a/packages/examples/packages/client-status/CHANGELOG.md +++ b/packages/examples/packages/client-status/CHANGELOG.md @@ -7,30 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [1.0.3] ### Fixed diff --git a/packages/examples/packages/cronjobs/CHANGELOG.md b/packages/examples/packages/cronjobs/CHANGELOG.md index 069c81d030..1348f28dec 100644 --- a/packages/examples/packages/cronjobs/CHANGELOG.md +++ b/packages/examples/packages/cronjobs/CHANGELOG.md @@ -7,14 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) - ## [3.0.0] ### Added diff --git a/packages/examples/packages/dialogs/CHANGELOG.md b/packages/examples/packages/dialogs/CHANGELOG.md index 0c0d172c6a..c3a0467810 100644 --- a/packages/examples/packages/dialogs/CHANGELOG.md +++ b/packages/examples/packages/dialogs/CHANGELOG.md @@ -7,30 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [2.3.1] ### Fixed diff --git a/packages/examples/packages/errors/CHANGELOG.md b/packages/examples/packages/errors/CHANGELOG.md index feb61a4395..c8d01f72d8 100644 --- a/packages/examples/packages/errors/CHANGELOG.md +++ b/packages/examples/packages/errors/CHANGELOG.md @@ -7,25 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/ethereum-provider/CHANGELOG.md b/packages/examples/packages/ethereum-provider/CHANGELOG.md index f34b657584..4f135eb9db 100644 --- a/packages/examples/packages/ethereum-provider/CHANGELOG.md +++ b/packages/examples/packages/ethereum-provider/CHANGELOG.md @@ -7,16 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) - ## [2.2.1] ### Fixed diff --git a/packages/examples/packages/ethers-js/CHANGELOG.md b/packages/examples/packages/ethers-js/CHANGELOG.md index 594c0d5c3c..d31b3a24e9 100644 --- a/packages/examples/packages/ethers-js/CHANGELOG.md +++ b/packages/examples/packages/ethers-js/CHANGELOG.md @@ -7,31 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- chore: Resolve Dependabot alerts ([#2855](https://github.com/MetaMask/snaps/pull/2855)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/file-upload/CHANGELOG.md b/packages/examples/packages/file-upload/CHANGELOG.md index 7885199679..9f5ae2d0cb 100644 --- a/packages/examples/packages/file-upload/CHANGELOG.md +++ b/packages/examples/packages/file-upload/CHANGELOG.md @@ -7,32 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [1.0.1] ### Fixed diff --git a/packages/examples/packages/get-entropy/CHANGELOG.md b/packages/examples/packages/get-entropy/CHANGELOG.md index 05eb64510c..e0eab5435b 100644 --- a/packages/examples/packages/get-entropy/CHANGELOG.md +++ b/packages/examples/packages/get-entropy/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] + ### Uncategorized - Refactor SIP-30 implementation and update examples ([#3165](https://github.com/MetaMask/snaps/pull/3165)) @@ -106,7 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/get-entropy-example-snap@2.1.3...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/get-entropy-example-snap@2.2.0...HEAD +[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/get-entropy-example-snap@2.1.3...@metamask/get-entropy-example-snap@2.2.0 [2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/get-entropy-example-snap@2.1.2...@metamask/get-entropy-example-snap@2.1.3 [2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/get-entropy-example-snap@2.1.1...@metamask/get-entropy-example-snap@2.1.2 [2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/get-entropy-example-snap@2.1.0...@metamask/get-entropy-example-snap@2.1.1 diff --git a/packages/examples/packages/get-entropy/package.json b/packages/examples/packages/get-entropy/package.json index 981eb77ba0..0ee119e9d1 100644 --- a/packages/examples/packages/get-entropy/package.json +++ b/packages/examples/packages/get-entropy/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/get-entropy-example-snap", - "version": "2.1.3", + "version": "2.2.0", "description": "MetaMask example snap demonstrating the use of `snap_getEntropy`", "keywords": [ "MetaMask", diff --git a/packages/examples/packages/get-file/CHANGELOG.md b/packages/examples/packages/get-file/CHANGELOG.md index 7dc95f58f6..02c356df4a 100644 --- a/packages/examples/packages/get-file/CHANGELOG.md +++ b/packages/examples/packages/get-file/CHANGELOG.md @@ -7,31 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Format Snap manifests with Prettier ([#2787](https://github.com/MetaMask/snaps/pull/2787)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [1.1.3] ### Fixed diff --git a/packages/examples/packages/home-page/CHANGELOG.md b/packages/examples/packages/home-page/CHANGELOG.md index b170a595dc..78434e6f40 100644 --- a/packages/examples/packages/home-page/CHANGELOG.md +++ b/packages/examples/packages/home-page/CHANGELOG.md @@ -7,25 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [1.1.3] ### Fixed diff --git a/packages/examples/packages/images/CHANGELOG.md b/packages/examples/packages/images/CHANGELOG.md index dbebc0e005..73a8bb6b6b 100644 --- a/packages/examples/packages/images/CHANGELOG.md +++ b/packages/examples/packages/images/CHANGELOG.md @@ -7,30 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [1.1.1] ### Fixed diff --git a/packages/examples/packages/interactive-ui/CHANGELOG.md b/packages/examples/packages/interactive-ui/CHANGELOG.md index 259f9315e5..6005912cde 100644 --- a/packages/examples/packages/interactive-ui/CHANGELOG.md +++ b/packages/examples/packages/interactive-ui/CHANGELOG.md @@ -7,25 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) - ## [2.3.0] ### Added 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 150651b5ce..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,33 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps/pull/2909)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [2.1.3] ### Fixed 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 845e0ab0cc..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,34 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- Cache snap state in memory ([#2980](https://github.com/MetaMask/snaps/pull/2980)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps/pull/2909)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/json-rpc/CHANGELOG.md b/packages/examples/packages/json-rpc/CHANGELOG.md index 5b0afa88c0..0d0a1d5636 100644 --- a/packages/examples/packages/json-rpc/CHANGELOG.md +++ b/packages/examples/packages/json-rpc/CHANGELOG.md @@ -7,30 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/jsx/CHANGELOG.md b/packages/examples/packages/jsx/CHANGELOG.md index 8a5fe2ba23..e0081abb28 100644 --- a/packages/examples/packages/jsx/CHANGELOG.md +++ b/packages/examples/packages/jsx/CHANGELOG.md @@ -7,30 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [1.2.1] ### Fixed diff --git a/packages/examples/packages/lifecycle-hooks/CHANGELOG.md b/packages/examples/packages/lifecycle-hooks/CHANGELOG.md index a9dd22494e..0f92bbc86a 100644 --- a/packages/examples/packages/lifecycle-hooks/CHANGELOG.md +++ b/packages/examples/packages/lifecycle-hooks/CHANGELOG.md @@ -7,26 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- Add onInstall and onUpdate to snaps-jest ([#2849](https://github.com/MetaMask/snaps/pull/2849)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/localization/CHANGELOG.md b/packages/examples/packages/localization/CHANGELOG.md index 25475f1a4a..43ffbf90d3 100644 --- a/packages/examples/packages/localization/CHANGELOG.md +++ b/packages/examples/packages/localization/CHANGELOG.md @@ -7,31 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Format Snap manifests with Prettier ([#2787](https://github.com/MetaMask/snaps/pull/2787)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [1.1.4] ### Fixed diff --git a/packages/examples/packages/manage-state/CHANGELOG.md b/packages/examples/packages/manage-state/CHANGELOG.md index 299f3b21ed..f901986365 100644 --- a/packages/examples/packages/manage-state/CHANGELOG.md +++ b/packages/examples/packages/manage-state/CHANGELOG.md @@ -7,16 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) - ## [3.0.0] ### Added diff --git a/packages/examples/packages/name-lookup/CHANGELOG.md b/packages/examples/packages/name-lookup/CHANGELOG.md index 939a51cd1d..90f93a8125 100644 --- a/packages/examples/packages/name-lookup/CHANGELOG.md +++ b/packages/examples/packages/name-lookup/CHANGELOG.md @@ -7,27 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- Add onNameLookup to snaps-jest ([#2857](https://github.com/MetaMask/snaps/pull/2857)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Format Snap manifests with Prettier ([#2787](https://github.com/MetaMask/snaps/pull/2787)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [3.1.1] ### Fixed diff --git a/packages/examples/packages/network-access/CHANGELOG.md b/packages/examples/packages/network-access/CHANGELOG.md index d5b150734b..924736de19 100644 --- a/packages/examples/packages/network-access/CHANGELOG.md +++ b/packages/examples/packages/network-access/CHANGELOG.md @@ -7,32 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/notifications/CHANGELOG.md b/packages/examples/packages/notifications/CHANGELOG.md index 1788a9ec8d..f40a4a8ba4 100644 --- a/packages/examples/packages/notifications/CHANGELOG.md +++ b/packages/examples/packages/notifications/CHANGELOG.md @@ -7,15 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Fix typo in `test-snaps` ([#3020](https://github.com/MetaMask/snaps/pull/3020)) - ## [2.3.0] ### Added diff --git a/packages/examples/packages/preferences/CHANGELOG.md b/packages/examples/packages/preferences/CHANGELOG.md index 47de123662..720e00537e 100644 --- a/packages/examples/packages/preferences/CHANGELOG.md +++ b/packages/examples/packages/preferences/CHANGELOG.md @@ -7,8 +7,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- feat: Add the preferences example snap ([#3154](https://github.com/MetaMask/snaps/pull/3154)) - [Unreleased]: https://github.com/MetaMask/snaps/ diff --git a/packages/examples/packages/preinstalled/CHANGELOG.md b/packages/examples/packages/preinstalled/CHANGELOG.md index 02aab686ac..27a0e907c8 100644 --- a/packages/examples/packages/preinstalled/CHANGELOG.md +++ b/packages/examples/packages/preinstalled/CHANGELOG.md @@ -7,19 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) - ## [0.3.0] ### Added diff --git a/packages/examples/packages/protocol/CHANGELOG.md b/packages/examples/packages/protocol/CHANGELOG.md index 2edf79785d..d36ec2ae60 100644 --- a/packages/examples/packages/protocol/CHANGELOG.md +++ b/packages/examples/packages/protocol/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/pull/3118)) - ## [1.0.0] ### Added diff --git a/packages/examples/packages/rollup-plugin/CHANGELOG.md b/packages/examples/packages/rollup-plugin/CHANGELOG.md index e7d91f997f..15833cbff7 100644 --- a/packages/examples/packages/rollup-plugin/CHANGELOG.md +++ b/packages/examples/packages/rollup-plugin/CHANGELOG.md @@ -7,29 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [2.1.3] ### Fixed diff --git a/packages/examples/packages/send-flow/CHANGELOG.md b/packages/examples/packages/send-flow/CHANGELOG.md index 3ffc08dab7..80376c1a2c 100644 --- a/packages/examples/packages/send-flow/CHANGELOG.md +++ b/packages/examples/packages/send-flow/CHANGELOG.md @@ -7,21 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) - ## [1.0.0] ### Changed diff --git a/packages/examples/packages/signature-insights/CHANGELOG.md b/packages/examples/packages/signature-insights/CHANGELOG.md index 684962c92b..bfdfe220f5 100644 --- a/packages/examples/packages/signature-insights/CHANGELOG.md +++ b/packages/examples/packages/signature-insights/CHANGELOG.md @@ -7,26 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Remove `eth_sign` ([#2772](https://github.com/MetaMask/snaps/pull/2772)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [1.0.3] ### Fixed diff --git a/packages/examples/packages/transaction-insights/CHANGELOG.md b/packages/examples/packages/transaction-insights/CHANGELOG.md index 1b4b094554..6538feeaff 100644 --- a/packages/examples/packages/transaction-insights/CHANGELOG.md +++ b/packages/examples/packages/transaction-insights/CHANGELOG.md @@ -7,29 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [2.2.3] ### Fixed diff --git a/packages/examples/packages/wasm/CHANGELOG.md b/packages/examples/packages/wasm/CHANGELOG.md index f7d81c386f..7c0599d654 100644 --- a/packages/examples/packages/wasm/CHANGELOG.md +++ b/packages/examples/packages/wasm/CHANGELOG.md @@ -7,31 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- fix: Init WASM modules using Base64 ([#2913](https://github.com/MetaMask/snaps/pull/2913)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [2.1.4] ### Fixed diff --git a/packages/examples/packages/webpack-plugin/CHANGELOG.md b/packages/examples/packages/webpack-plugin/CHANGELOG.md index e37a085f8e..60678dc6da 100644 --- a/packages/examples/packages/webpack-plugin/CHANGELOG.md +++ b/packages/examples/packages/webpack-plugin/CHANGELOG.md @@ -7,29 +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/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) - ## [2.1.3] ### Fixed diff --git a/packages/snaps-browserify-plugin/CHANGELOG.md b/packages/snaps-browserify-plugin/CHANGELOG.md index 39d17e88c3..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/pull/3118)) - ## [4.2.0] ### Added diff --git a/packages/snaps-cli/CHANGELOG.md b/packages/snaps-cli/CHANGELOG.md index d2d7c92c7b..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/pull/3118)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) - ## [6.7.0] ### Added diff --git a/packages/snaps-controllers/CHANGELOG.md b/packages/snaps-controllers/CHANGELOG.md index 07b1c8cd0e..d8cf973240 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] +## [10.0.1] + ### Uncategorized - chore(deps): bump @metamask/phishing-controller from 12.3.2 to 12.4.0 ([#3171](https://github.com/MetaMask/snaps/pull/3171)) @@ -654,7 +656,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@10.0.0...HEAD +[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 diff --git a/packages/snaps-controllers/package.json b/packages/snaps-controllers/package.json index 9ae10199b5..e1d37bdc50 100644 --- a/packages/snaps-controllers/package.json +++ b/packages/snaps-controllers/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-controllers", - "version": "10.0.0", + "version": "10.0.1", "description": "Controllers for MetaMask Snaps", "keywords": [ "MetaMask", diff --git a/packages/snaps-execution-environments/CHANGELOG.md b/packages/snaps-execution-environments/CHANGELOG.md index 5491927bc6..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/pull/3140)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) - ## [7.0.0] ### Changed diff --git a/packages/snaps-jest/CHANGELOG.md b/packages/snaps-jest/CHANGELOG.md index 7b04260c31..362f892715 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.13.0] + ### Uncategorized - Add the interface ID to the return value of `getInterface` ([#3174](https://github.com/MetaMask/snaps/pull/3174)) @@ -345,7 +347,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.12.0...HEAD +[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 diff --git a/packages/snaps-jest/package.json b/packages/snaps-jest/package.json index 0a25c0fdef..d06dac8406 100644 --- a/packages/snaps-jest/package.json +++ b/packages/snaps-jest/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-jest", - "version": "8.12.0", + "version": "8.13.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 5e27d92e14..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/pull/3118)) - ## [4.2.0] ### Added diff --git a/packages/snaps-rpc-methods/CHANGELOG.md b/packages/snaps-rpc-methods/CHANGELOG.md index 1ae94da492..c3256567f1 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] +## [11.13.0] + ### Uncategorized - Refactor SIP-30 implementation and update examples ([#3165](https://github.com/MetaMask/snaps/pull/3165)) @@ -396,7 +398,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.12.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.13.0...HEAD +[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 diff --git a/packages/snaps-rpc-methods/package.json b/packages/snaps-rpc-methods/package.json index b3ba076c3c..72cdd23845 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.12.0", + "version": "11.13.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 89aadfc7b5..3c16907f82 100644 --- a/packages/snaps-sdk/CHANGELOG.md +++ b/packages/snaps-sdk/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.19.0] + ### Uncategorized - Refactor SIP-30 implementation and update examples ([#3165](https://github.com/MetaMask/snaps/pull/3165)) @@ -506,7 +508,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of this package. -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.18.0...HEAD +[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 diff --git a/packages/snaps-sdk/package.json b/packages/snaps-sdk/package.json index 28da643318..a355c8efc7 100644 --- a/packages/snaps-sdk/package.json +++ b/packages/snaps-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-sdk", - "version": "6.18.0", + "version": "6.19.0", "description": "A library containing the core functionality for building MetaMask Snaps", "keywords": [ "MetaMask", diff --git a/packages/snaps-simulation/CHANGELOG.md b/packages/snaps-simulation/CHANGELOG.md index 6db9714280..e8bfb76f27 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.3.0] + ### Uncategorized - chore(deps): bump @metamask/phishing-controller from 12.3.2 to 12.4.0 ([#3171](https://github.com/MetaMask/snaps/pull/3171)) @@ -125,7 +127,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of `@metamask/snaps-simulation` package ([#2727](https://github.com/MetaMask/snaps/pull/2727)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@2.2.0...HEAD +[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 diff --git a/packages/snaps-simulation/package.json b/packages/snaps-simulation/package.json index ba57dd99df..9ac5e0667b 100644 --- a/packages/snaps-simulation/package.json +++ b/packages/snaps-simulation/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-simulation", - "version": "2.2.0", + "version": "2.3.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 f8cc319377..066716fe2e 100644 --- a/packages/snaps-simulator/CHANGELOG.md +++ b/packages/snaps-simulator/CHANGELOG.md @@ -7,59 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore(deps): bump @metamask/eth-json-rpc-middleware from 15.2.0 to 15.3.0 ([#3148](https://github.com/MetaMask/snaps/pull/3148)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) -- Update `snap_getPreferences` ([#3093](https://github.com/MetaMask/snaps/pull/3093)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) -- chore(deps): bump @metamask/eth-json-rpc-middleware from 15.1.2 to 15.2.0 ([#3090](https://github.com/MetaMask/snaps/pull/3090)) -- chore(deps): bump @metamask/json-rpc-middleware-stream from 8.0.6 to 8.0.7 ([#3083](https://github.com/MetaMask/snaps/pull/3083)) -- chore(deps): bump @metamask/base-controller from 7.1.1 to 8.0.0 ([#3082](https://github.com/MetaMask/snaps/pull/3082)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) -- chore: Rename `ControllerMessenger` to `Messenger` ([#3053](https://github.com/MetaMask/snaps/pull/3053)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/permission-controller from 11.0.3 to 11.0.4 ([#2999](https://github.com/MetaMask/snaps/pull/2999)) -- feat: Add `hideBalances` to `snap_getPreferences` ([#2978](https://github.com/MetaMask/snaps/pull/2978)) -- Allow `Field` in `Box` ([#2926](https://github.com/MetaMask/snaps/pull/2926)) -- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps/pull/2909)) -- feat: Add `snap_getInterfaceContext` ([#2902](https://github.com/MetaMask/snaps/pull/2902)) -- feat: Implement interface persistence ([#2856](https://github.com/MetaMask/snaps/pull/2856)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Remove `eth_sign` ([#2772](https://github.com/MetaMask/snaps/pull/2772)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add missing license fields ([#2747](https://github.com/MetaMask/snaps/pull/2747)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) -- Bump MetaMask dependencies ([#2703](https://github.com/MetaMask/snaps/pull/2703)) -- Replace `tsup` with `ts-bridge` ([#2682](https://github.com/MetaMask/snaps/pull/2682)) -- Add support for more customizable input ([#2699](https://github.com/MetaMask/snaps/pull/2699)) -- Bump TypeScript and related dependencies ([#2690](https://github.com/MetaMask/snaps/pull/2690)) -- feat: Allow CAIP-10 addresses in `Address` ([#2680](https://github.com/MetaMask/snaps/pull/2680)) -- Release 60.0.0 ([#2616](https://github.com/MetaMask/snaps/pull/2616)) -- chore(devDep): Bump `typescript` from `~4.8.4` to `~5.0.4` ([#2594](https://github.com/MetaMask/snaps/pull/2594)) -- Release 58.0.0 ([#2595](https://github.com/MetaMask/snaps/pull/2595)) -- chore(snaps-controllers): Bump all core deps ([#2593](https://github.com/MetaMask/snaps/pull/2593)) -- chore(deps): bump @metamask/eth-json-rpc-middleware from 12.1.1 to 12.1.2 ([#2477](https://github.com/MetaMask/snaps/pull/2477)) -- chore: bump MetaMask dependencies ([#2460](https://github.com/MetaMask/snaps/pull/2460)) -- Bump @metamask/key-tree from 9.1.0 to 9.1.1 ([#2431](https://github.com/MetaMask/snaps/pull/2431)) -- Bump @metamask/eth-json-rpc-middleware from 12.1.0 to 12.1.1 ([#2436](https://github.com/MetaMask/snaps/pull/2436)) -- Add JSX support for custom UI ([#2258](https://github.com/MetaMask/snaps/pull/2258)) -- Bump @metamask/base-controller from 5.0.1 to 5.0.2 ([#2375](https://github.com/MetaMask/snaps/pull/2375)) -- Add support for importing SVG, PNG, and JPEG files directly ([#2284](https://github.com/MetaMask/snaps/pull/2284)) -- Bump MetaMask dependencies ([#2270](https://github.com/MetaMask/snaps/pull/2270)) -- Bump @metamask/json-rpc-engine from 7.3.2 to 7.3.3 ([#2247](https://github.com/MetaMask/snaps/pull/2247)) -- Bump `@metamask/rpc-errors` to `^6.2.1` ([#2209](https://github.com/MetaMask/snaps/pull/2209)) -- BREAKING: Use `tsup` and refactor exports ([#2210](https://github.com/MetaMask/snaps/pull/2210)) -- Deploy multiple bundles to AWS ([#2150](https://github.com/MetaMask/snaps/pull/2150)) -- Add `snap_getClientStatus` example snap ([#2159](https://github.com/MetaMask/snaps/pull/2159)) -- [BREAKING] Move endowments from Controllers to RPC methods ([#2155](https://github.com/MetaMask/snaps/pull/2155)) -- Bump @metamask/permission-controller from 7.1.0 to 8.0.0 ([#2142](https://github.com/MetaMask/snaps/pull/2142)) -- Bump @metamask/eth-json-rpc-middleware from 12.0.1 to 12.1.0 ([#2140](https://github.com/MetaMask/snaps/pull/2140)) -- Bump @metamask/json-rpc-engine from 7.3.1 to 7.3.2 ([#2129](https://github.com/MetaMask/snaps/pull/2129)) -- Add support for dynamic user interfaces ([#1465](https://github.com/MetaMask/snaps/pull/1465)) - ## [2.5.0] ### Added diff --git a/packages/snaps-utils/CHANGELOG.md b/packages/snaps-utils/CHANGELOG.md index 10a0a836f6..2e586c3925 100644 --- a/packages/snaps-utils/CHANGELOG.md +++ b/packages/snaps-utils/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.0.1] + ### Uncategorized - chore: Remove `pattern` in favour of `definePattern` ([#3142](https://github.com/MetaMask/snaps/pull/3142)) @@ -572,7 +574,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@9.0.0...HEAD +[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 diff --git a/packages/snaps-utils/package.json b/packages/snaps-utils/package.json index 0d53643d7a..161d408100 100644 --- a/packages/snaps-utils/package.json +++ b/packages/snaps-utils/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-utils", - "version": "9.0.0", + "version": "9.0.1", "description": "A collection of utilities for MetaMask Snaps", "keywords": [ "MetaMask", diff --git a/packages/snaps-webpack-plugin/CHANGELOG.md b/packages/snaps-webpack-plugin/CHANGELOG.md index a286c67c12..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/pull/3118)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) - ## [4.2.1] ### Changed diff --git a/packages/test-snaps/CHANGELOG.md b/packages/test-snaps/CHANGELOG.md index badac1191e..468d10b705 100644 --- a/packages/test-snaps/CHANGELOG.md +++ b/packages/test-snaps/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.20.0] + ### Uncategorized - Add ID to entropy selector and invalid option for E2E testing ([#3172](https://github.com/MetaMask/snaps/pull/3172)) @@ -291,7 +293,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix NPM package name of the network access snap ([#1621](https://github.com/MetaMask/snaps/pull/1621)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.19.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.20.0...HEAD +[2.20.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.19.0...@metamask/test-snaps@2.20.0 [2.19.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.18.1...@metamask/test-snaps@2.19.0 [2.18.1]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.18.0...@metamask/test-snaps@2.18.1 [2.18.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.17.0...@metamask/test-snaps@2.18.0 diff --git a/packages/test-snaps/package.json b/packages/test-snaps/package.json index 46bdc1cb52..18ed9149d5 100644 --- a/packages/test-snaps/package.json +++ b/packages/test-snaps/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/test-snaps", - "version": "2.19.0", + "version": "2.20.0", "private": true, "description": "The test snaps website for MetaMask Snaps, used for end-to-end testing", "keywords": [ From 343c6d10bf429c96e2711949d8215516499ae45b Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Mon, 3 Mar 2025 11:58:12 +0100 Subject: [PATCH 3/6] Update changelogs --- packages/examples/packages/bip32/CHANGELOG.md | 35 ++++--------------- packages/examples/packages/bip44/CHANGELOG.md | 35 ++++--------------- .../packages/get-entropy/CHANGELOG.md | 34 ++++-------------- .../packages/preferences/CHANGELOG.md | 9 ++++- .../packages/preferences/package.json | 2 +- packages/snaps-controllers/CHANGELOG.md | 13 +++---- packages/snaps-jest/CHANGELOG.md | 4 +-- packages/snaps-rpc-methods/CHANGELOG.md | 10 +++--- packages/snaps-sdk/CHANGELOG.md | 15 +++++--- packages/snaps-simulation/CHANGELOG.md | 19 ++++++---- packages/snaps-utils/CHANGELOG.md | 6 ++-- packages/test-snaps/CHANGELOG.md | 12 +++---- 12 files changed, 73 insertions(+), 121 deletions(-) diff --git a/packages/examples/packages/bip32/CHANGELOG.md b/packages/examples/packages/bip32/CHANGELOG.md index d8af120c0f..dad0865139 100644 --- a/packages/examples/packages/bip32/CHANGELOG.md +++ b/packages/examples/packages/bip32/CHANGELOG.md @@ -9,34 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.3.0] -### Uncategorized - -- Refactor SIP-30 implementation and update examples ([#3165](https://github.com/MetaMask/snaps/pull/3165)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps/pull/2909)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Format Snap manifests with Prettier ([#2787](https://github.com/MetaMask/snaps/pull/2787)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) +### Added + +- Add support for SIP-30 ([#3165](https://github.com/MetaMask/snaps/pull/3165)) + - The Snap now has a `getEntropySources` method that returns an array of + entropy sources. + - The existing methods now have an optional `source` parameter that can be + used to specify the entropy source to use. ## [2.2.1] diff --git a/packages/examples/packages/bip44/CHANGELOG.md b/packages/examples/packages/bip44/CHANGELOG.md index 623be04850..06a701cdac 100644 --- a/packages/examples/packages/bip44/CHANGELOG.md +++ b/packages/examples/packages/bip44/CHANGELOG.md @@ -9,34 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.2.0] -### Uncategorized - -- Refactor SIP-30 implementation and update examples ([#3165](https://github.com/MetaMask/snaps/pull/3165)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- Add property and hook for specifying custom cryptography functions ([#2909](https://github.com/MetaMask/snaps/pull/2909)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Format Snap manifests with Prettier ([#2787](https://github.com/MetaMask/snaps/pull/2787)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) +### Added + +- Add support for SIP-30 ([#3165](https://github.com/MetaMask/snaps/pull/3165)) + - The Snap now has a `getEntropySources` method that returns an array of + entropy sources. + - The existing methods now have an optional `source` parameter that can be + used to specify the entropy source to use. ## [2.1.3] diff --git a/packages/examples/packages/get-entropy/CHANGELOG.md b/packages/examples/packages/get-entropy/CHANGELOG.md index e0eab5435b..4851d61bfa 100644 --- a/packages/examples/packages/get-entropy/CHANGELOG.md +++ b/packages/examples/packages/get-entropy/CHANGELOG.md @@ -9,33 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.2.0] -### Uncategorized - -- Refactor SIP-30 implementation and update examples ([#3165](https://github.com/MetaMask/snaps/pull/3165)) -- Implement SIP-30 ([#3156](https://github.com/MetaMask/snaps/pull/3156)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) -- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123)) -- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091)) -- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050)) -- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061)) -- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055)) -- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038)) -- Release 82.0.0 ([#3012](https://github.com/MetaMask/snaps/pull/3012)) -- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946)) -- chore(deps): bump @metamask/rpc-errors from 7.0.1 to 7.0.2 ([#2989](https://github.com/MetaMask/snaps/pull/2989)) -- Release 81.0.0 ([#2964](https://github.com/MetaMask/snaps/pull/2964)) -- feat: Automatically add `platformVersion` to manifest ([#2938](https://github.com/MetaMask/snaps/pull/2938)) -- feat: Allow async initialization logic ([#2918](https://github.com/MetaMask/snaps/pull/2918)) -- chore: Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853)) -- Add TypeScript typechecking to snaps-cli ([#2783](https://github.com/MetaMask/snaps/pull/2783)) -- Set target back to ES2020 ([#2767](https://github.com/MetaMask/snaps/pull/2767)) -- Set target to ES2022 and lib to ES2023 ([#2751](https://github.com/MetaMask/snaps/pull/2751)) -- Update Yarn constraints to use JavaScript-based constraints ([#2740](https://github.com/MetaMask/snaps/pull/2740)) -- Update metadata for all packages ([#2748](https://github.com/MetaMask/snaps/pull/2748)) -- Add `since-latest-release` script to match `MetaMask/core` ([#2744](https://github.com/MetaMask/snaps/pull/2744)) -- Update test scripts to match `MetaMask/core` ([#2745](https://github.com/MetaMask/snaps/pull/2745)) -- Fix linting of `package.json` files ([#2742](https://github.com/MetaMask/snaps/pull/2742)) -- Update changelog validation scripts to match `MetaMask/core` ([#2741](https://github.com/MetaMask/snaps/pull/2741)) +### Added + +- Add support for SIP-30 ([#3165](https://github.com/MetaMask/snaps/pull/3165)) + - The Snap now has a `getEntropySources` method that returns an array of + entropy sources. + - The existing methods now have an optional `source` parameter that can be + used to specify the entropy source to use. ## [2.1.3] diff --git a/packages/examples/packages/preferences/CHANGELOG.md b/packages/examples/packages/preferences/CHANGELOG.md index 720e00537e..0400fe8ecc 100644 --- a/packages/examples/packages/preferences/CHANGELOG.md +++ b/packages/examples/packages/preferences/CHANGELOG.md @@ -7,4 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -[Unreleased]: https://github.com/MetaMask/snaps/ +## [1.0.0] + +### Added + +- Initial release ([#3154](https://github.com/MetaMask/snaps/pull/3154)) + +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/preferences-example-snap@1.0.0...HEAD +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/preferences-example-snap@1.0.0 diff --git a/packages/examples/packages/preferences/package.json b/packages/examples/packages/preferences/package.json index cc741a2efe..7732eddf2a 100644 --- a/packages/examples/packages/preferences/package.json +++ b/packages/examples/packages/preferences/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/preferences-example-snap", - "version": "0.0.0", + "version": "1.0.0", "description": "MetaMask example Snap demonstrating the use of `snap_getPreferences`", "keywords": [ "MetaMask", diff --git a/packages/snaps-controllers/CHANGELOG.md b/packages/snaps-controllers/CHANGELOG.md index d8cf973240..de74fc1bbb 100644 --- a/packages/snaps-controllers/CHANGELOG.md +++ b/packages/snaps-controllers/CHANGELOG.md @@ -9,13 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [10.0.1] -### Uncategorized +### Changed + +- Log unhandled Snap errors ([#3157](https://github.com/MetaMask/snaps/pull/3157)) +- Bump `@metamask/phishing-controller` from `12.3.2` to `12.4.0` ([#3171](https://github.com/MetaMask/snaps/pull/3171)) + +### Fixed -- chore(deps): bump @metamask/phishing-controller from 12.3.2 to 12.4.0 ([#3171](https://github.com/MetaMask/snaps/pull/3171)) -- fix: Log unhandled Snap errors ([#3157](https://github.com/MetaMask/snaps/pull/3157)) -- chore: Remove `pattern` in favour of `definePattern` ([#3142](https://github.com/MetaMask/snaps/pull/3142)) -- 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/pull/3140)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) +- Improve error messaging ([#3142](https://github.com/MetaMask/snaps/pull/3142)) ## [10.0.0] diff --git a/packages/snaps-jest/CHANGELOG.md b/packages/snaps-jest/CHANGELOG.md index 362f892715..622aaabb0f 100644 --- a/packages/snaps-jest/CHANGELOG.md +++ b/packages/snaps-jest/CHANGELOG.md @@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [8.13.0] -### Uncategorized +### Added +- Add support for SIP-30 ([#3156](https://github.com/MetaMask/snaps/pull/3156), [#3165](https://github.com/MetaMask/snaps/pull/3165)) - Add the interface ID to the return value of `getInterface` ([#3174](https://github.com/MetaMask/snaps/pull/3174)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) ## [8.12.0] diff --git a/packages/snaps-rpc-methods/CHANGELOG.md b/packages/snaps-rpc-methods/CHANGELOG.md index c3256567f1..ea1edc15b6 100644 --- a/packages/snaps-rpc-methods/CHANGELOG.md +++ b/packages/snaps-rpc-methods/CHANGELOG.md @@ -9,11 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [11.13.0] -### Uncategorized +### Added -- Refactor SIP-30 implementation and update examples ([#3165](https://github.com/MetaMask/snaps/pull/3165)) -- Implement SIP-30 ([#3156](https://github.com/MetaMask/snaps/pull/3156)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) +- Implement SIP-30 ([#3156](https://github.com/MetaMask/snaps/pull/3156), [#3165](https://github.com/MetaMask/snaps/pull/3165)) + - This adds a `snap_listEntropySources` method, which returns a list of + entropy sources. + - The `snap_get*Entropy` methods now accept an optional `source` parameter to + specify the entropy source to use. ## [11.12.0] diff --git a/packages/snaps-sdk/CHANGELOG.md b/packages/snaps-sdk/CHANGELOG.md index 3c16907f82..7867584b7a 100644 --- a/packages/snaps-sdk/CHANGELOG.md +++ b/packages/snaps-sdk/CHANGELOG.md @@ -9,12 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [6.19.0] -### Uncategorized +### Added + +- Implement SIP-30 ([#3156](https://github.com/MetaMask/snaps/pull/3156), [#3165](https://github.com/MetaMask/snaps/pull/3165)) + - This adds a `snap_listEntropySources` method, which returns a list of + entropy sources. + - The `snap_get*Entropy` methods now accept an optional `source` parameter to + specify the entropy source to use. + +### Changed -- Refactor SIP-30 implementation and update examples ([#3165](https://github.com/MetaMask/snaps/pull/3165)) -- Implement SIP-30 ([#3156](https://github.com/MetaMask/snaps/pull/3156)) -- fix: Update `Box` `crossAlignment` default value ([#3133](https://github.com/MetaMask/snaps/pull/3133)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) +- Update `Box` `crossAlignment` default value ([#3133](https://github.com/MetaMask/snaps/pull/3133)) ## [6.18.0] diff --git a/packages/snaps-simulation/CHANGELOG.md b/packages/snaps-simulation/CHANGELOG.md index e8bfb76f27..f830aada59 100644 --- a/packages/snaps-simulation/CHANGELOG.md +++ b/packages/snaps-simulation/CHANGELOG.md @@ -9,15 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.3.0] -### Uncategorized +### Added + +- Add support for SIP-30 ([#3156](https://github.com/MetaMask/snaps/pull/3156), [#3165](https://github.com/MetaMask/snaps/pull/3165)) +- Add the interface ID to the return value of `getInterface` ([#3174](https://github.com/MetaMask/snaps/pull/3174)) + +### Changed -- chore(deps): bump @metamask/phishing-controller from 12.3.2 to 12.4.0 ([#3171](https://github.com/MetaMask/snaps/pull/3171)) - Add the interface ID to the return value of `getInterface` ([#3174](https://github.com/MetaMask/snaps/pull/3174)) -- Refactor SIP-30 implementation and update examples ([#3165](https://github.com/MetaMask/snaps/pull/3165)) -- Implement SIP-30 ([#3156](https://github.com/MetaMask/snaps/pull/3156)) -- chore(deps): bump @metamask/eth-json-rpc-middleware from 15.2.0 to 15.3.0 ([#3148](https://github.com/MetaMask/snaps/pull/3148)) -- fix(simulation): `onKeyringRequest` not matching the implementation type ([#3138](https://github.com/MetaMask/snaps/pull/3138)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) +- Bump `@metamask/phishing-controller` from `12.3.2` to `12.4.0` ([#3171](https://github.com/MetaMask/snaps/pull/3171)) +- Bump `@metamask/eth-json-rpc-middleware` from `15.2.0` to `15.3.0` ([#3148](https://github.com/MetaMask/snaps/pull/3148)) + +### Fixed + +- Fix `onKeyringRequest` not matching the implementation type ([#3138](https://github.com/MetaMask/snaps/pull/3138)) ## [2.2.0] diff --git a/packages/snaps-utils/CHANGELOG.md b/packages/snaps-utils/CHANGELOG.md index 2e586c3925..2c6a3685b4 100644 --- a/packages/snaps-utils/CHANGELOG.md +++ b/packages/snaps-utils/CHANGELOG.md @@ -9,11 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [9.0.1] -### Uncategorized +### Fixed -- chore: Remove `pattern` in favour of `definePattern` ([#3142](https://github.com/MetaMask/snaps/pull/3142)) -- 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/pull/3140)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) +- Improve error messaging ([#3142](https://github.com/MetaMask/snaps/pull/3142)) ## [9.0.0] diff --git a/packages/test-snaps/CHANGELOG.md b/packages/test-snaps/CHANGELOG.md index 468d10b705..806929990d 100644 --- a/packages/test-snaps/CHANGELOG.md +++ b/packages/test-snaps/CHANGELOG.md @@ -9,14 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.20.0] -### Uncategorized - -- Add ID to entropy selector and invalid option for E2E testing ([#3172](https://github.com/MetaMask/snaps/pull/3172)) -- Refactor SIP-30 implementation and update examples ([#3165](https://github.com/MetaMask/snaps/pull/3165)) -- Implement SIP-30 ([#3156](https://github.com/MetaMask/snaps/pull/3156)) -- feat: Add the preferences example snap ([#3154](https://github.com/MetaMask/snaps/pull/3154)) -- Fix start command in `test-snaps` ([#3155](https://github.com/MetaMask/snaps/pull/3155)) -- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118)) +### Added + +- Add SIP-30 support to entropy Snaps ([#3156](https://github.com/MetaMask/snaps/pull/3156), [#3165](https://github.com/MetaMask/snaps/pull/3165), [#3172](https://github.com/MetaMask/snaps/pull/3172)) +- Add preferences example Snap ([#3154](https://github.com/MetaMask/snaps/pull/3154)) ## [2.19.0] From 0804ea462dbf9234b88e1cc587a87209838b9176 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Mon, 3 Mar 2025 12:01:30 +0100 Subject: [PATCH 4/6] Update example manifests --- packages/examples/packages/bip32/snap.manifest.json | 6 +++--- packages/examples/packages/bip44/snap.manifest.json | 6 +++--- .../examples/packages/browserify-plugin/snap.manifest.json | 4 ++-- packages/examples/packages/browserify/snap.manifest.json | 4 ++-- packages/examples/packages/client-status/snap.manifest.json | 4 ++-- packages/examples/packages/cronjobs/snap.manifest.json | 4 ++-- packages/examples/packages/dialogs/snap.manifest.json | 4 ++-- packages/examples/packages/errors/snap.manifest.json | 4 ++-- .../examples/packages/ethereum-provider/snap.manifest.json | 4 ++-- packages/examples/packages/ethers-js/snap.manifest.json | 4 ++-- packages/examples/packages/file-upload/snap.manifest.json | 4 ++-- packages/examples/packages/get-entropy/snap.manifest.json | 6 +++--- packages/examples/packages/get-file/snap.manifest.json | 4 ++-- packages/examples/packages/home-page/snap.manifest.json | 4 ++-- packages/examples/packages/images/snap.manifest.json | 4 ++-- .../examples/packages/interactive-ui/snap.manifest.json | 4 ++-- .../invoke-snap/packages/consumer-signer/snap.manifest.json | 4 ++-- .../invoke-snap/packages/core-signer/snap.manifest.json | 4 ++-- packages/examples/packages/json-rpc/snap.manifest.json | 4 ++-- packages/examples/packages/jsx/snap.manifest.json | 4 ++-- .../examples/packages/lifecycle-hooks/snap.manifest.json | 4 ++-- packages/examples/packages/localization/snap.manifest.json | 4 ++-- packages/examples/packages/manage-state/snap.manifest.json | 4 ++-- packages/examples/packages/name-lookup/snap.manifest.json | 4 ++-- .../examples/packages/network-access/snap.manifest.json | 4 ++-- packages/examples/packages/notifications/snap.manifest.json | 4 ++-- packages/examples/packages/preferences/snap.manifest.json | 6 +++--- packages/examples/packages/preinstalled/snap.manifest.json | 4 ++-- packages/examples/packages/protocol/snap.manifest.json | 4 ++-- packages/examples/packages/rollup-plugin/snap.manifest.json | 4 ++-- packages/examples/packages/send-flow/snap.manifest.json | 4 ++-- .../examples/packages/signature-insights/snap.manifest.json | 4 ++-- .../packages/transaction-insights/snap.manifest.json | 4 ++-- packages/examples/packages/wasm/snap.manifest.json | 4 ++-- .../examples/packages/webpack-plugin/snap.manifest.json | 4 ++-- 35 files changed, 74 insertions(+), 74 deletions(-) diff --git a/packages/examples/packages/bip32/snap.manifest.json b/packages/examples/packages/bip32/snap.manifest.json index 4276aeb027..3f42969c58 100644 --- a/packages/examples/packages/bip32/snap.manifest.json +++ b/packages/examples/packages/bip32/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "2.2.1", + "version": "2.3.0", "description": "MetaMask example snap demonstrating the use of `snap_getBip32Entropy`.", "proposedName": "BIP-32 Example Snap", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "Yv3r9ZD/tEehqvSUa/EfcAKa61eYLNvhqtRXxYy++q4=", + "shasum": "EYj8a1CyBIrzcSGQ6EY9Ny6Q+azLzobzU7agR7CKisA=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -43,6 +43,6 @@ } ] }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/bip44/snap.manifest.json b/packages/examples/packages/bip44/snap.manifest.json index f90ec24e8d..24fd2868e4 100644 --- a/packages/examples/packages/bip44/snap.manifest.json +++ b/packages/examples/packages/bip44/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "2.1.3", + "version": "2.2.0", "description": "MetaMask example snap demonstrating the use of `snap_getBip44Entropy`.", "proposedName": "BIP-44 Example Snap", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "s8y7K5HyKWgxVflPhs/Tdt69c/L2QT/vixntD9dnu+o=", + "shasum": "7ITCfMBWovBJmXIqrHSIsO+DvhSI52fO07JRevLMIkw=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -31,6 +31,6 @@ } ] }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/browserify-plugin/snap.manifest.json b/packages/examples/packages/browserify-plugin/snap.manifest.json index 7c1c084a28..b3c725e0c0 100644 --- a/packages/examples/packages/browserify-plugin/snap.manifest.json +++ b/packages/examples/packages/browserify-plugin/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "F82zbRfEEnc1c86GZ4InV+zw8QWVrLUidEXAn9JEsQU=", + "shasum": "BkSVql1/bpU0SEcfVP+nOYRmMEUo6VOYgMPR6T0zGuk=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/browserify/snap.manifest.json b/packages/examples/packages/browserify/snap.manifest.json index 6bf7b04b1a..7e455a0655 100644 --- a/packages/examples/packages/browserify/snap.manifest.json +++ b/packages/examples/packages/browserify/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "1sJyCRTlEdkAIK1YhFlrKr10ANhP1JkHj6dO9TE2HNc=", + "shasum": "Vrto5s9k5vDfqRSpjkAyEciAWEJhQ1yMmNoiWhENrUk=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/client-status/snap.manifest.json b/packages/examples/packages/client-status/snap.manifest.json index 5cabe885e1..2058c0ceb6 100644 --- a/packages/examples/packages/client-status/snap.manifest.json +++ b/packages/examples/packages/client-status/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "tDnnS9elZTARovw9Fsbg+CaNYp6v4g8aBb7+uvdYQmQ=", + "shasum": "nc+JOgLxuqD7BhG03+OxfU2mYsfEjbMu8NJ6JYaEWv8=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ "snaps": false } }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/cronjobs/snap.manifest.json b/packages/examples/packages/cronjobs/snap.manifest.json index ee89f69b01..bd9445cb95 100644 --- a/packages/examples/packages/cronjobs/snap.manifest.json +++ b/packages/examples/packages/cronjobs/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "cN0208xWa/KFZC1yxBzxI5kX8ippChcAvh6EktyVZc8=", + "shasum": "oivOXNHqSitBIR4yEKEKThLd2LAHidgbAz82eUA8CuU=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -34,6 +34,6 @@ "snap_dialog": {}, "snap_notify": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/dialogs/snap.manifest.json b/packages/examples/packages/dialogs/snap.manifest.json index ccc6996d41..215da19d93 100644 --- a/packages/examples/packages/dialogs/snap.manifest.json +++ b/packages/examples/packages/dialogs/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "IYw+FXMDWsuPR9+Di86/XAyYLNKhGRD0V+cxpVRmE/k=", + "shasum": "CpcCabMasgyas/okZfYhJNCe1wK0SoFs0EC/3F8dsBU=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "snap_dialog": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/errors/snap.manifest.json b/packages/examples/packages/errors/snap.manifest.json index d5849addae..79875cee14 100644 --- a/packages/examples/packages/errors/snap.manifest.json +++ b/packages/examples/packages/errors/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "jcWSXyJ0eKcN5BQhEPUe9qptmCij0R24goxSC/9cApQ=", + "shasum": "y7DX+kxBXoWQ4DVRcKMqpBSXmPbiz0Mi6GDWWTkflP0=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/ethereum-provider/snap.manifest.json b/packages/examples/packages/ethereum-provider/snap.manifest.json index c918e24789..c9e8f494bc 100644 --- a/packages/examples/packages/ethereum-provider/snap.manifest.json +++ b/packages/examples/packages/ethereum-provider/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "3yNS8C8gVjvRlfTPRzm+pIx3RNk8zqFdvE1LzgvM5eQ=", + "shasum": "MHSuass1p7iHNVjKcsUmuPuwTzcRUSD1Cd1Wlv8kkDQ=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "endowment:ethereum-provider": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/ethers-js/snap.manifest.json b/packages/examples/packages/ethers-js/snap.manifest.json index a438d4c19e..7de46b238b 100644 --- a/packages/examples/packages/ethers-js/snap.manifest.json +++ b/packages/examples/packages/ethers-js/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "Jlze2D18cQUFtRPMu4IbpSa+54YvNYgr1Sa7Jqj2tX4=", + "shasum": "6fsBdxadF/YFFYsfFEiiyiN3aBjtg9POe0gtYjuv0Ow=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ "snap_dialog": {}, "snap_getEntropy": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/file-upload/snap.manifest.json b/packages/examples/packages/file-upload/snap.manifest.json index c50bf69eed..add1dd134c 100644 --- a/packages/examples/packages/file-upload/snap.manifest.json +++ b/packages/examples/packages/file-upload/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "qo0qoM0/DU0zKe66aVaWwNQV4mFKtUiqTTR7oXaXXS4=", + "shasum": "vUHKqC4T7pQFvQVukvzLCxxmt9UTINvDhe6eElkocSQ=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -24,6 +24,6 @@ "snap_dialog": {}, "snap_manageState": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/get-entropy/snap.manifest.json b/packages/examples/packages/get-entropy/snap.manifest.json index 7325653997..41e8ea582e 100644 --- a/packages/examples/packages/get-entropy/snap.manifest.json +++ b/packages/examples/packages/get-entropy/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "2.1.3", + "version": "2.2.0", "description": "MetaMask example snap demonstrating the use of `snap_getEntropy`.", "proposedName": "Get Entropy Example Snap", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "JHgX6Yu2QH0wnVJ67t+IUxNpOvGOhOwWip2b6rI3F4A=", + "shasum": "vUiybKJcdxY44IuamgNJQadSEl+o9n152JyZ84jGc7w=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ "snap_dialog": {}, "snap_getEntropy": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/get-file/snap.manifest.json b/packages/examples/packages/get-file/snap.manifest.json index 3f007d4a12..b7d2f056b2 100644 --- a/packages/examples/packages/get-file/snap.manifest.json +++ b/packages/examples/packages/get-file/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "1tHkAKMCelgdq+2vbYrgVifo/DjRzGU5h5MeJlAUbFo=", + "shasum": "/l6cK9mjCiwOWRcx7/j3rGnkeqSRwLzbRZI3a4XaFIE=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ "dapps": true } }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/home-page/snap.manifest.json b/packages/examples/packages/home-page/snap.manifest.json index ae9c9c4c18..98580b13a3 100644 --- a/packages/examples/packages/home-page/snap.manifest.json +++ b/packages/examples/packages/home-page/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "FHDhOOgjgRBFcJ2JGv1C1kgVXduMCGLOfFRXo0XA2cg=", + "shasum": "zOHGdxFGbEikE/8emjcfVg7t3qkocvi77z/WxGhZbEA=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -19,6 +19,6 @@ "initialPermissions": { "endowment:page-home": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/images/snap.manifest.json b/packages/examples/packages/images/snap.manifest.json index eed53d8c43..187f87429a 100644 --- a/packages/examples/packages/images/snap.manifest.json +++ b/packages/examples/packages/images/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "CfLAZ5yE8Fpk5YX6CDSTVNHO6E6QikompdWug6768Oo=", + "shasum": "qDSGnw6+RCCzacNV3QaY4oyEpz9sDLXIDcJ+oPiiWx0=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ }, "snap_dialog": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/interactive-ui/snap.manifest.json b/packages/examples/packages/interactive-ui/snap.manifest.json index 43154a0b3c..b91311841b 100644 --- a/packages/examples/packages/interactive-ui/snap.manifest.json +++ b/packages/examples/packages/interactive-ui/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "eRxSAwJBUtY+nrWxh58ffuYqNh8kuJ6Vy+mQH6nMw+I=", + "shasum": "MKYo8/2WYd69DzJ+eoVTvV3z0jgAsrNC2WMS4EjhKOA=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -25,6 +25,6 @@ "endowment:transaction-insight": {}, "endowment:page-home": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/invoke-snap/packages/consumer-signer/snap.manifest.json b/packages/examples/packages/invoke-snap/packages/consumer-signer/snap.manifest.json index 347042d63b..a4960e0a0a 100644 --- a/packages/examples/packages/invoke-snap/packages/consumer-signer/snap.manifest.json +++ b/packages/examples/packages/invoke-snap/packages/consumer-signer/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "UV0RampM+KLXI/nMYomvmEqoZZPw8HlzeQ5ggSMov8Q=", + "shasum": "xs0Nhu0ONoHzoY0QfyPEutaBMwlMGQsoZgG88/bLxNQ=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/invoke-snap/packages/core-signer/snap.manifest.json b/packages/examples/packages/invoke-snap/packages/core-signer/snap.manifest.json index 0a953ad546..234e1e51ec 100644 --- a/packages/examples/packages/invoke-snap/packages/core-signer/snap.manifest.json +++ b/packages/examples/packages/invoke-snap/packages/core-signer/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "7/M6NL4m5ofiZWsPt9mXf095lXBwq81rEugAAiDMHiY=", + "shasum": "lQBujvMoHepdX+E8O5UH8R4CUMMw2Gi3juOJicuyHPA=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ "snap_dialog": {}, "snap_manageState": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/json-rpc/snap.manifest.json b/packages/examples/packages/json-rpc/snap.manifest.json index fd620c8a1b..08a629f73a 100644 --- a/packages/examples/packages/json-rpc/snap.manifest.json +++ b/packages/examples/packages/json-rpc/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "CJTyeyYE3sceXoGld6lVDPF4thDKaiDLT9rr7NM9nuA=", + "shasum": "jjItF5qVqug2VefOXcaiNgTygnNjEYbmplwTWvAr+eg=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -26,6 +26,6 @@ } } }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/jsx/snap.manifest.json b/packages/examples/packages/jsx/snap.manifest.json index 685b9f75d5..3764c061c7 100644 --- a/packages/examples/packages/jsx/snap.manifest.json +++ b/packages/examples/packages/jsx/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "hgK4DwBr1dBcqK5AICvYErCUvc4Khv2eshcn8+WKmig=", + "shasum": "n03p2erZgw7rH65NyuUglC4X3lFofgnrwASBBHE9ydw=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ "snap_dialog": {}, "snap_manageState": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/lifecycle-hooks/snap.manifest.json b/packages/examples/packages/lifecycle-hooks/snap.manifest.json index b97844992e..4e0a376492 100644 --- a/packages/examples/packages/lifecycle-hooks/snap.manifest.json +++ b/packages/examples/packages/lifecycle-hooks/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "yESLm4+kAdyIKKP6e8zfKVxaAmIlyBjJeJBhCgw9gWw=", + "shasum": "OtK5vWtA1385OJl50jbw9sK7j/Yd34DGUXfiN1sIDSc=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -20,6 +20,6 @@ "snap_dialog": {}, "endowment:lifecycle-hooks": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/localization/snap.manifest.json b/packages/examples/packages/localization/snap.manifest.json index 83f6e57e7c..69bed5cc6a 100644 --- a/packages/examples/packages/localization/snap.manifest.json +++ b/packages/examples/packages/localization/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "oJLUV4Yl4BRg0mETW3w6tbAYGdluCQkye9j8fEX14Zw=", + "shasum": "WDm4Xn4BdsmS3Huu00lHQ5ZhhiDeTcGizZgRcgc9lY4=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ }, "snap_getPreferences": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/manage-state/snap.manifest.json b/packages/examples/packages/manage-state/snap.manifest.json index ee20e9e9c8..3438218d5d 100644 --- a/packages/examples/packages/manage-state/snap.manifest.json +++ b/packages/examples/packages/manage-state/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "V6SVqebOW350y2Rg7bb0LXAes/nsPH48Steclh4UCvA=", + "shasum": "O4wNURAhWkeKldyNZZm8LPL7+Zy5N29bzRg9oluAtZg=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "snap_manageState": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/name-lookup/snap.manifest.json b/packages/examples/packages/name-lookup/snap.manifest.json index 508885eeb9..b569459fba 100644 --- a/packages/examples/packages/name-lookup/snap.manifest.json +++ b/packages/examples/packages/name-lookup/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "5yZbshsR+gE8Gv+QSClhqT1emFI32gMbQkt0vlVpoZ0=", + "shasum": "rfAdMvr8YfcdBYaczoe6ztRh36b8cVtqW3uPUgjyjJY=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "chains": ["eip155:1"] } }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/network-access/snap.manifest.json b/packages/examples/packages/network-access/snap.manifest.json index 16cbc51bc8..257b77769a 100644 --- a/packages/examples/packages/network-access/snap.manifest.json +++ b/packages/examples/packages/network-access/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "ZcRFAirI1cibW/49kGf8UjJqxn+9SJTiU2LKd7jYPjM=", + "shasum": "7/zQRHAwZG4xeHjeJHLewdNrmJa6QUwNYa7aoUhekhs=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ }, "endowment:network-access": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/notifications/snap.manifest.json b/packages/examples/packages/notifications/snap.manifest.json index 4d4b9e2765..0023da13d6 100644 --- a/packages/examples/packages/notifications/snap.manifest.json +++ b/packages/examples/packages/notifications/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "5mNQFXq3H6WzvOmAAeE+J1FoxNqgwzUeyzUP1qydXD0=", + "shasum": "zgnmWXimFmTvPrrN2L0vvIlz18h4HAz5CCbykgZblx4=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "snap_notify": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/preferences/snap.manifest.json b/packages/examples/packages/preferences/snap.manifest.json index ff8622ac9e..a1135568a3 100644 --- a/packages/examples/packages/preferences/snap.manifest.json +++ b/packages/examples/packages/preferences/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.0.0", + "version": "1.0.0", "description": "MetaMask example Snap demonstrating the use of `snap_getPreferences`", "proposedName": "Preferences Example Snap", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "xb+s96cyPehIGt7HbyEaJwU9oA5vEyYKsGaMVOtor7o=", + "shasum": "I256k2BDHu9ZRRnDVfP335n69beXXTqN/7Hlih+Jnqc=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ }, "snap_getPreferences": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/preinstalled/snap.manifest.json b/packages/examples/packages/preinstalled/snap.manifest.json index 29a8213a7d..4a2b2688be 100644 --- a/packages/examples/packages/preinstalled/snap.manifest.json +++ b/packages/examples/packages/preinstalled/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "FUJ42ZKdm6v+FEofeXZ84Yc0+8EJEJfsjUssKyOFjcg=", + "shasum": "5gHpko9GiRp/MqDRMpJz1ahrFz3EXElk0ZIxe5Zs+8k=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -24,6 +24,6 @@ "endowment:page-settings": {}, "snap_manageState": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/protocol/snap.manifest.json b/packages/examples/packages/protocol/snap.manifest.json index 70016c43b0..6846a9de2c 100644 --- a/packages/examples/packages/protocol/snap.manifest.json +++ b/packages/examples/packages/protocol/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "YPhx24LcxilLojXYKl4IPlqlLJsmIQ9mXyw25KbDflA=", + "shasum": "2leoGol7XTZfqfGFViJoFbFth2sqq3XaUefzUjTUsdg=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -26,6 +26,6 @@ }, "endowment:network-access": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/rollup-plugin/snap.manifest.json b/packages/examples/packages/rollup-plugin/snap.manifest.json index 5066dac77a..d76d5a2f32 100644 --- a/packages/examples/packages/rollup-plugin/snap.manifest.json +++ b/packages/examples/packages/rollup-plugin/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "cTiXCy1V1UkNVBiW1ibJDWSLGW7wUSJU7CAeujt77EU=", + "shasum": "p08On3c8RY62leG9gZNvJXJ3vNGEUsylbocXOJ+QLLg=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/send-flow/snap.manifest.json b/packages/examples/packages/send-flow/snap.manifest.json index 72d1fd67e1..0230bb4f12 100644 --- a/packages/examples/packages/send-flow/snap.manifest.json +++ b/packages/examples/packages/send-flow/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "FFP7+q2qlyOMqmtm01zXewHHczyLyTsgbFYpkoSkw7s=", + "shasum": "rn9CAjAXYPvPMWcU5DDEr1+x3ccMwv7+uvxC60VK6+E=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ "snap_dialog": {}, "endowment:page-home": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/signature-insights/snap.manifest.json b/packages/examples/packages/signature-insights/snap.manifest.json index a09a0251a8..20684accd0 100644 --- a/packages/examples/packages/signature-insights/snap.manifest.json +++ b/packages/examples/packages/signature-insights/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "Yv7P2vKDYmTXIHpy4TkFgUQhXAaLUSnvg6b2LZ+88OI=", + "shasum": "LBUxNYl+SP+t0uWXPsJpVVPWgiFKX783BLOIDcK71QU=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -19,6 +19,6 @@ "initialPermissions": { "endowment:signature-insight": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/transaction-insights/snap.manifest.json b/packages/examples/packages/transaction-insights/snap.manifest.json index 22d1455410..1fb22289a3 100644 --- a/packages/examples/packages/transaction-insights/snap.manifest.json +++ b/packages/examples/packages/transaction-insights/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "ndVs9qXJP41bolCI4yMyQ3RNSFMGkS7s8usi9Ieph0Y=", + "shasum": "Ymh6Oy+TQa9Fa9dEwebNSdduRvc2xVxKQ1rrTx/PArU=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -19,6 +19,6 @@ "initialPermissions": { "endowment:transaction-insight": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/wasm/snap.manifest.json b/packages/examples/packages/wasm/snap.manifest.json index 50f045c3e9..f0b1bfac0e 100644 --- a/packages/examples/packages/wasm/snap.manifest.json +++ b/packages/examples/packages/wasm/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "5o3nRhXQH7ZQcIQyQh4fszl/8x837EtAjADPerkwlfU=", + "shasum": "D8pp42enuRvJUeh+kJfV1xydevsoyVyseADYZWJXpG0=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "endowment:webassembly": {} }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/webpack-plugin/snap.manifest.json b/packages/examples/packages/webpack-plugin/snap.manifest.json index eb859d4312..a9303e09cf 100644 --- a/packages/examples/packages/webpack-plugin/snap.manifest.json +++ b/packages/examples/packages/webpack-plugin/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "lsGxK2eVumgS7XKcZwAILJ6zaghK5Pzzs8/4aoETcNs=", + "shasum": "zA4XH4USgnw29Wj24eF9+7U/gXUz5wHYGz436qd5bJs=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "6.18.0", + "platformVersion": "6.19.0", "manifestVersion": "0.1" } From 05e271b3b8315f34bb6dd8a64a2d177fa1b4aa8e Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Mon, 3 Mar 2025 12:14:30 +0100 Subject: [PATCH 5/6] Remove duplicate changelog entry --- packages/snaps-simulation/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/snaps-simulation/CHANGELOG.md b/packages/snaps-simulation/CHANGELOG.md index f830aada59..c2e65fe50d 100644 --- a/packages/snaps-simulation/CHANGELOG.md +++ b/packages/snaps-simulation/CHANGELOG.md @@ -16,7 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Add the interface ID to the return value of `getInterface` ([#3174](https://github.com/MetaMask/snaps/pull/3174)) - Bump `@metamask/phishing-controller` from `12.3.2` to `12.4.0` ([#3171](https://github.com/MetaMask/snaps/pull/3171)) - Bump `@metamask/eth-json-rpc-middleware` from `15.2.0` to `15.3.0` ([#3148](https://github.com/MetaMask/snaps/pull/3148)) From 5322f6353ffab7fe053ebf21f282340dc03beccf Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Mon, 3 Mar 2025 12:14:47 +0100 Subject: [PATCH 6/6] Update packages/snaps-sdk/CHANGELOG.md --- packages/snaps-sdk/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/snaps-sdk/CHANGELOG.md b/packages/snaps-sdk/CHANGELOG.md index 7867584b7a..dd56760de6 100644 --- a/packages/snaps-sdk/CHANGELOG.md +++ b/packages/snaps-sdk/CHANGELOG.md @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update `Box` `crossAlignment` default value ([#3133](https://github.com/MetaMask/snaps/pull/3133)) +- Update documentation of `Box` `crossAlignment` property ([#3133](https://github.com/MetaMask/snaps/pull/3133)) ## [6.18.0]