From e1b09c326907f5ac7f21e20003053a1951d2c621 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 2 Oct 2025 11:35:56 +0200 Subject: [PATCH 1/6] Initialize Release 126.0.0 --- packages/create-snap/CHANGELOG.md | 21 ++++++ .../packages/background-events/CHANGELOG.md | 18 +++++ packages/examples/packages/bip32/CHANGELOG.md | 39 +++++++++++ packages/examples/packages/bip44/CHANGELOG.md | 39 +++++++++++ .../packages/client-status/CHANGELOG.md | 52 ++++++++++++++ .../packages/cronjob-duration/CHANGELOG.md | 11 +++ .../examples/packages/cronjobs/CHANGELOG.md | 41 ++++++++++++ .../examples/packages/dialogs/CHANGELOG.md | 59 ++++++++++++++++ .../examples/packages/errors/CHANGELOG.md | 43 ++++++++++++ .../packages/ethereum-provider/CHANGELOG.md | 23 +++++++ .../examples/packages/ethers-js/CHANGELOG.md | 57 ++++++++++++++++ .../packages/file-upload/CHANGELOG.md | 63 +++++++++++++++++ .../packages/get-entropy/CHANGELOG.md | 36 ++++++++++ .../examples/packages/get-file/CHANGELOG.md | 52 ++++++++++++++ .../examples/packages/home-page/CHANGELOG.md | 48 +++++++++++++ .../examples/packages/images/CHANGELOG.md | 56 ++++++++++++++++ .../packages/interactive-ui/CHANGELOG.md | 32 +++++++++ .../packages/consumer-signer/CHANGELOG.md | 62 +++++++++++++++++ .../packages/core-signer/CHANGELOG.md | 67 +++++++++++++++++++ .../examples/packages/json-rpc/CHANGELOG.md | 51 ++++++++++++++ packages/examples/packages/jsx/CHANGELOG.md | 59 ++++++++++++++++ .../packages/lifecycle-hooks/CHANGELOG.md | 5 ++ .../packages/localization/CHANGELOG.md | 53 +++++++++++++++ .../packages/manage-state/CHANGELOG.md | 45 +++++++++++++ .../packages/name-lookup/CHANGELOG.md | 45 +++++++++++++ .../packages/network-access/CHANGELOG.md | 16 +++++ .../packages/notifications/CHANGELOG.md | 36 ++++++++++ .../packages/preferences/CHANGELOG.md | 30 +++++++++ .../packages/preinstalled/CHANGELOG.md | 8 +++ .../examples/packages/protocol/CHANGELOG.md | 38 +++++++++++ .../packages/rollup-plugin/CHANGELOG.md | 51 ++++++++++++++ .../examples/packages/send-flow/CHANGELOG.md | 16 +++++ .../packages/signature-insights/CHANGELOG.md | 49 ++++++++++++++ .../transaction-insights/CHANGELOG.md | 56 ++++++++++++++++ packages/examples/packages/wasm/CHANGELOG.md | 24 +++++++ .../packages/webpack-plugin/CHANGELOG.md | 29 ++++++++ packages/snaps-cli/CHANGELOG.md | 8 +++ packages/snaps-controllers/CHANGELOG.md | 21 ++++++ .../snaps-execution-environments/CHANGELOG.md | 14 ++++ packages/snaps-jest/CHANGELOG.md | 8 +++ packages/snaps-rollup-plugin/CHANGELOG.md | 5 ++ packages/snaps-rpc-methods/CHANGELOG.md | 11 +++ packages/snaps-sandbox/CHANGELOG.md | 14 ++++ packages/snaps-sdk/CHANGELOG.md | 12 ++++ packages/snaps-simulation/CHANGELOG.md | 15 +++++ packages/snaps-utils/CHANGELOG.md | 14 ++++ packages/snaps-webpack-plugin/CHANGELOG.md | 9 +++ packages/test-snaps/CHANGELOG.md | 7 ++ 48 files changed, 1568 insertions(+) diff --git a/packages/create-snap/CHANGELOG.md b/packages/create-snap/CHANGELOG.md index 8af139473e..45e4c9cf86 100644 --- a/packages/create-snap/CHANGELOG.md +++ b/packages/create-snap/CHANGELOG.md @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- 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/background-events/CHANGELOG.md b/packages/examples/packages/background-events/CHANGELOG.md index 8c940ac373..f47272d897 100644 --- a/packages/examples/packages/background-events/CHANGELOG.md +++ b/packages/examples/packages/background-events/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) + ## [1.0.0] ### Added diff --git a/packages/examples/packages/bip32/CHANGELOG.md b/packages/examples/packages/bip32/CHANGELOG.md index dad0865139..1996ff1e51 100644 --- a/packages/examples/packages/bip32/CHANGELOG.md +++ b/packages/examples/packages/bip32/CHANGELOG.md @@ -7,6 +7,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore!: Build Snaps execution environments with Webpack ([#3322](https://github.com/MetaMask/snaps/pull/3322)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- chore(deps): bump @metamask/key-tree from 10.1.0 to 10.1.1 ([#3254](https://github.com/MetaMask/snaps/pull/3254)) +- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps/pull/3217)) +- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps/pull/3204)) + ## [2.3.0] ### Added diff --git a/packages/examples/packages/bip44/CHANGELOG.md b/packages/examples/packages/bip44/CHANGELOG.md index 06a701cdac..584b060db5 100644 --- a/packages/examples/packages/bip44/CHANGELOG.md +++ b/packages/examples/packages/bip44/CHANGELOG.md @@ -7,6 +7,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore!: Build Snaps execution environments with Webpack ([#3322](https://github.com/MetaMask/snaps/pull/3322)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- chore(deps): bump @metamask/key-tree from 10.1.0 to 10.1.1 ([#3254](https://github.com/MetaMask/snaps/pull/3254)) +- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps/pull/3217)) +- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps/pull/3204)) + ## [2.2.0] ### Added diff --git a/packages/examples/packages/client-status/CHANGELOG.md b/packages/examples/packages/client-status/CHANGELOG.md index b8667fca88..5640478e4f 100644 --- a/packages/examples/packages/client-status/CHANGELOG.md +++ b/packages/examples/packages/client-status/CHANGELOG.md @@ -7,6 +7,58 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- feat: Add `active` flag for `snap_getClientStatus` ([#3424](https://github.com/MetaMask/snaps/pull/3424)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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/cronjob-duration/CHANGELOG.md b/packages/examples/packages/cronjob-duration/CHANGELOG.md index 4ae1865427..5505bdbc4f 100644 --- a/packages/examples/packages/cronjob-duration/CHANGELOG.md +++ b/packages/examples/packages/cronjob-duration/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) + ## [1.0.0] ### Added diff --git a/packages/examples/packages/cronjobs/CHANGELOG.md b/packages/examples/packages/cronjobs/CHANGELOG.md index 3b2bd2cbe1..97173653b9 100644 --- a/packages/examples/packages/cronjobs/CHANGELOG.md +++ b/packages/examples/packages/cronjobs/CHANGELOG.md @@ -7,6 +7,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- release: `117.0.0` ([#3511](https://github.com/MetaMask/snaps/pull/3511)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- feat: Add cronjob duration example ([#3461](https://github.com/MetaMask/snaps/pull/3461)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- perf: Optimize `typedUnion` ([#3275](https://github.com/MetaMask/snaps/pull/3275)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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)) + ### Changed - **BREAKING:** Remove background events methods in favor of new background events snap ([#3404](https://github.com/MetaMask/snaps/pull/3404)) diff --git a/packages/examples/packages/dialogs/CHANGELOG.md b/packages/examples/packages/dialogs/CHANGELOG.md index c3a0467810..296b5f3893 100644 --- a/packages/examples/packages/dialogs/CHANGELOG.md +++ b/packages/examples/packages/dialogs/CHANGELOG.md @@ -7,6 +7,65 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- feat: Add `AccountSelector` component ([#3088](https://github.com/MetaMask/snaps/pull/3088)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- perf: Use `typedUnion` for `UserInputEventStruct` ([#3344](https://github.com/MetaMask/snaps/pull/3344)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- perf: Optimize `typedUnion` ([#3275](https://github.com/MetaMask/snaps/pull/3275)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- feat: Add `AssetSelector` ([#3166](https://github.com/MetaMask/snaps/pull/3166)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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..877ea6dbc9 100644 --- a/packages/examples/packages/errors/CHANGELOG.md +++ b/packages/examples/packages/errors/CHANGELOG.md @@ -7,6 +7,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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 ee987ba70c..9015f89c20 100644 --- a/packages/examples/packages/ethereum-provider/CHANGELOG.md +++ b/packages/examples/packages/ethereum-provider/CHANGELOG.md @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) + ## [2.4.0] ### Added diff --git a/packages/examples/packages/ethers-js/CHANGELOG.md b/packages/examples/packages/ethers-js/CHANGELOG.md index d31b3a24e9..4b0947ef84 100644 --- a/packages/examples/packages/ethers-js/CHANGELOG.md +++ b/packages/examples/packages/ethers-js/CHANGELOG.md @@ -7,6 +7,63 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- perf: Optimize `typedUnion` ([#3275](https://github.com/MetaMask/snaps/pull/3275)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps/pull/3204)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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..461d648d68 100644 --- a/packages/examples/packages/file-upload/CHANGELOG.md +++ b/packages/examples/packages/file-upload/CHANGELOG.md @@ -7,6 +7,69 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- feat: Add `AccountSelector` component ([#3088](https://github.com/MetaMask/snaps/pull/3088)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- perf: Use `typedUnion` for `UserInputEventStruct` ([#3344](https://github.com/MetaMask/snaps/pull/3344)) +- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- feat: Add `AssetSelector` ([#3166](https://github.com/MetaMask/snaps/pull/3166)) +- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps/pull/3204)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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 4851d61bfa..fd564a49c7 100644 --- a/packages/examples/packages/get-entropy/CHANGELOG.md +++ b/packages/examples/packages/get-entropy/CHANGELOG.md @@ -7,6 +7,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore!: Build Snaps execution environments with Webpack ([#3322](https://github.com/MetaMask/snaps/pull/3322)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) + ## [2.2.0] ### Added diff --git a/packages/examples/packages/get-file/CHANGELOG.md b/packages/examples/packages/get-file/CHANGELOG.md index 02c356df4a..0d00d2aae4 100644 --- a/packages/examples/packages/get-file/CHANGELOG.md +++ b/packages/examples/packages/get-file/CHANGELOG.md @@ -7,6 +7,58 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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..c7747be94e 100644 --- a/packages/examples/packages/home-page/CHANGELOG.md +++ b/packages/examples/packages/home-page/CHANGELOG.md @@ -7,6 +7,54 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- feat: Add `AccountSelector` component ([#3088](https://github.com/MetaMask/snaps/pull/3088)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- perf: Use `typedUnion` for `UserInputEventStruct` ([#3344](https://github.com/MetaMask/snaps/pull/3344)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- feat: Add `AssetSelector` ([#3166](https://github.com/MetaMask/snaps/pull/3166)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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..be9b6fd3c5 100644 --- a/packages/examples/packages/images/CHANGELOG.md +++ b/packages/examples/packages/images/CHANGELOG.md @@ -7,6 +7,62 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- perf: Optimize `typedUnion` ([#3275](https://github.com/MetaMask/snaps/pull/3275)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps/pull/3204)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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 4257a91858..2fc1e2d917 100644 --- a/packages/examples/packages/interactive-ui/CHANGELOG.md +++ b/packages/examples/packages/interactive-ui/CHANGELOG.md @@ -7,6 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump supported browsers ([#3441](https://github.com/MetaMask/snaps/pull/3441)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- feat: Add `AccountSelector` component ([#3088](https://github.com/MetaMask/snaps/pull/3088)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- perf: Use `typedUnion` for `UserInputEventStruct` ([#3344](https://github.com/MetaMask/snaps/pull/3344)) +- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) + ## [2.4.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..9ddae9a168 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,68 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- chore(deps): bump @metamask/key-tree from 10.1.0 to 10.1.1 ([#3254](https://github.com/MetaMask/snaps/pull/3254)) +- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps/pull/3217)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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..b88fc0f7fe 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,73 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump supported browsers ([#3441](https://github.com/MetaMask/snaps/pull/3441)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore!: Build Snaps execution environments with Webpack ([#3322](https://github.com/MetaMask/snaps/pull/3322)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- perf: Optimize `typedUnion` ([#3275](https://github.com/MetaMask/snaps/pull/3275)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- chore(deps): bump @metamask/key-tree from 10.1.0 to 10.1.1 ([#3254](https://github.com/MetaMask/snaps/pull/3254)) +- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps/pull/3217)) +- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps/pull/3204)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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..ca77ec869a 100644 --- a/packages/examples/packages/json-rpc/CHANGELOG.md +++ b/packages/examples/packages/json-rpc/CHANGELOG.md @@ -7,6 +7,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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..574671beb9 100644 --- a/packages/examples/packages/jsx/CHANGELOG.md +++ b/packages/examples/packages/jsx/CHANGELOG.md @@ -7,6 +7,65 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- chore: Bump @metamask/rpc-errors from 7.0.2 to 7.0.3 ([#3525](https://github.com/MetaMask/snaps/pull/3525)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- feat: Add `AccountSelector` component ([#3088](https://github.com/MetaMask/snaps/pull/3088)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- perf: Use `typedUnion` for `UserInputEventStruct` ([#3344](https://github.com/MetaMask/snaps/pull/3344)) +- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- feat: Add `AssetSelector` ([#3166](https://github.com/MetaMask/snaps/pull/3166)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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 05347e8ce8..3ec9123522 100644 --- a/packages/examples/packages/lifecycle-hooks/CHANGELOG.md +++ b/packages/examples/packages/lifecycle-hooks/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) + ## [2.3.0] ### Added diff --git a/packages/examples/packages/localization/CHANGELOG.md b/packages/examples/packages/localization/CHANGELOG.md index 43ffbf90d3..f1c6f406e9 100644 --- a/packages/examples/packages/localization/CHANGELOG.md +++ b/packages/examples/packages/localization/CHANGELOG.md @@ -7,6 +7,59 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump supported browsers ([#3441](https://github.com/MetaMask/snaps/pull/3441)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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..60b6ac6911 100644 --- a/packages/examples/packages/manage-state/CHANGELOG.md +++ b/packages/examples/packages/manage-state/CHANGELOG.md @@ -7,6 +7,51 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump supported browsers ([#3441](https://github.com/MetaMask/snaps/pull/3441)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- test: Use simulation options for initial state ([#3398](https://github.com/MetaMask/snaps/pull/3398)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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..3ade740323 100644 --- a/packages/examples/packages/name-lookup/CHANGELOG.md +++ b/packages/examples/packages/name-lookup/CHANGELOG.md @@ -7,6 +7,51 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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 23c13494c8..622a7e640f 100644 --- a/packages/examples/packages/network-access/CHANGELOG.md +++ b/packages/examples/packages/network-access/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) + ## [2.2.0] ### Added diff --git a/packages/examples/packages/notifications/CHANGELOG.md b/packages/examples/packages/notifications/CHANGELOG.md index f40a4a8ba4..63639ce56d 100644 --- a/packages/examples/packages/notifications/CHANGELOG.md +++ b/packages/examples/packages/notifications/CHANGELOG.md @@ -7,6 +7,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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 0400fe8ecc..cf2e01f02d 100644 --- a/packages/examples/packages/preferences/CHANGELOG.md +++ b/packages/examples/packages/preferences/CHANGELOG.md @@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- feat: Add `showTestnets` to `snap_getPreferences` ([#3395](https://github.com/MetaMask/snaps/pull/3395)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) + ## [1.0.0] ### Added diff --git a/packages/examples/packages/preinstalled/CHANGELOG.md b/packages/examples/packages/preinstalled/CHANGELOG.md index 24faaf6fc5..0835c20b52 100644 --- a/packages/examples/packages/preinstalled/CHANGELOG.md +++ b/packages/examples/packages/preinstalled/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) + ## [0.7.1] ### Fixed diff --git a/packages/examples/packages/protocol/CHANGELOG.md b/packages/examples/packages/protocol/CHANGELOG.md index d36ec2ae60..1e22171c1e 100644 --- a/packages/examples/packages/protocol/CHANGELOG.md +++ b/packages/examples/packages/protocol/CHANGELOG.md @@ -7,6 +7,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- feat: Add `onProtocolRequest` to `snaps-jest` ([#3422](https://github.com/MetaMask/snaps/pull/3422)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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..614a629e16 100644 --- a/packages/examples/packages/rollup-plugin/CHANGELOG.md +++ b/packages/examples/packages/rollup-plugin/CHANGELOG.md @@ -7,6 +7,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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 4ddf4746ab..168d8ea80a 100644 --- a/packages/examples/packages/send-flow/CHANGELOG.md +++ b/packages/examples/packages/send-flow/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- feat!: Sync icon list with extension ([#3656](https://github.com/MetaMask/snaps/pull/3656)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- chore: Bump @metamask/rpc-errors from 7.0.2 to 7.0.3 ([#3525](https://github.com/MetaMask/snaps/pull/3525)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- release: `117.0.0` ([#3511](https://github.com/MetaMask/snaps/pull/3511)) + ## [1.2.0] ### Changed diff --git a/packages/examples/packages/signature-insights/CHANGELOG.md b/packages/examples/packages/signature-insights/CHANGELOG.md index bfdfe220f5..c588c695b8 100644 --- a/packages/examples/packages/signature-insights/CHANGELOG.md +++ b/packages/examples/packages/signature-insights/CHANGELOG.md @@ -7,6 +7,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- perf: Optimize `typedUnion` ([#3275](https://github.com/MetaMask/snaps/pull/3275)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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..e0ff481819 100644 --- a/packages/examples/packages/transaction-insights/CHANGELOG.md +++ b/packages/examples/packages/transaction-insights/CHANGELOG.md @@ -7,6 +7,62 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Bump supported browsers ([#3441](https://github.com/MetaMask/snaps/pull/3441)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- perf: Optimize `typedUnion` ([#3275](https://github.com/MetaMask/snaps/pull/3275)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) +- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) +- 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 07a153ec9b..5827ba3dc2 100644 --- a/packages/examples/packages/wasm/CHANGELOG.md +++ b/packages/examples/packages/wasm/CHANGELOG.md @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore!: Build Snaps execution environments with Webpack ([#3322](https://github.com/MetaMask/snaps/pull/3322)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) + ## [2.1.5] ### Fixed diff --git a/packages/examples/packages/webpack-plugin/CHANGELOG.md b/packages/examples/packages/webpack-plugin/CHANGELOG.md index ab6b7f7eee..e8e989347a 100644 --- a/packages/examples/packages/webpack-plugin/CHANGELOG.md +++ b/packages/examples/packages/webpack-plugin/CHANGELOG.md @@ -7,6 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) +- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) +- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) +- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) +- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) +- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) +- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) +- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) +- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) +- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) +- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) +- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) +- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) +- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) +- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) +- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) +- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) +- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) +- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) + ## [2.1.4] ### Fixed diff --git a/packages/snaps-cli/CHANGELOG.md b/packages/snaps-cli/CHANGELOG.md index 8bd1031bb2..8e9b7fce15 100644 --- a/packages/snaps-cli/CHANGELOG.md +++ b/packages/snaps-cli/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) + ## [8.3.0] ### Added diff --git a/packages/snaps-controllers/CHANGELOG.md b/packages/snaps-controllers/CHANGELOG.md index fd31792a1e..ab4ac5857d 100644 --- a/packages/snaps-controllers/CHANGELOG.md +++ b/packages/snaps-controllers/CHANGELOG.md @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore!: Make interface actions synchronous ([#3361](https://github.com/MetaMask/snaps/pull/3361)) +- perf: Simplify JSON-RPC failure validation ([#3661](https://github.com/MetaMask/snaps/pull/3661)) +- feat!: Remove `useCaip25Permission` feature flag and enable behaviour by default ([#3413](https://github.com/MetaMask/snaps/pull/3413)) +- perf: Move request inspection outside of the executor ([#3356](https://github.com/MetaMask/snaps/pull/3356)) +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Fix broken coverage script ([#3657](https://github.com/MetaMask/snaps/pull/3657)) +- chore: Bump @metamask/base-controller from 8.3.0 to 8.4.0 ([#3638](https://github.com/MetaMask/snaps/pull/3638)) +- chore: Bump @metamask/json-rpc-engine from 10.0.3 to 10.1.0 ([#3645](https://github.com/MetaMask/snaps/pull/3645)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/base-controller from 8.2.0 to 8.3.0 ([#3630](https://github.com/MetaMask/snaps/pull/3630)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- feat!: Allow updating preinstalled Snaps via the registry ([#3616](https://github.com/MetaMask/snaps/pull/3616)) +- refactor!: Use hash private functions for updating internals ([#3601](https://github.com/MetaMask/snaps/pull/3601)) +- fix: Properly roll back `initialConnections` ([#3618](https://github.com/MetaMask/snaps/pull/3618)) +- chore: Bump @metamask/base-controller from 8.1.0 to 8.2.0 ([#3607](https://github.com/MetaMask/snaps/pull/3607)) +- fix: Reduce from error to warning for message when failing to terminate ([#3621](https://github.com/MetaMask/snaps/pull/3621)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) + ### Added - Add two new controller state metadata properties: `includeInStateLogs` and `usedInUi` ([#3632](https://github.com/MetaMask/snaps/pull/3632)) diff --git a/packages/snaps-execution-environments/CHANGELOG.md b/packages/snaps-execution-environments/CHANGELOG.md index 994f329723..537e5bd75c 100644 --- a/packages/snaps-execution-environments/CHANGELOG.md +++ b/packages/snaps-execution-environments/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- perf: Reduce JSON validation during state updates ([#3660](https://github.com/MetaMask/snaps/pull/3660)) +- chore: Bump @lavamoat/webpack from 1.2.0 to 1.5.0 ([#3659](https://github.com/MetaMask/snaps/pull/3659)) +- perf: Move request inspection outside of the executor ([#3356](https://github.com/MetaMask/snaps/pull/3356)) +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/providers from 22.1.0 to 22.1.1 ([#3634](https://github.com/MetaMask/snaps/pull/3634)) +- chore: Bump @metamask/json-rpc-engine from 10.0.3 to 10.1.0 ([#3645](https://github.com/MetaMask/snaps/pull/3645)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/webpack from 1.1.0 to 1.2.0 ([#3614](https://github.com/MetaMask/snaps/pull/3614)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) + ## [10.2.1] ### Changed diff --git a/packages/snaps-jest/CHANGELOG.md b/packages/snaps-jest/CHANGELOG.md index 5aff3db599..0167187467 100644 --- a/packages/snaps-jest/CHANGELOG.md +++ b/packages/snaps-jest/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) + ## [9.4.0] ### Added diff --git a/packages/snaps-rollup-plugin/CHANGELOG.md b/packages/snaps-rollup-plugin/CHANGELOG.md index 7518632d50..759fc13cde 100644 --- a/packages/snaps-rollup-plugin/CHANGELOG.md +++ b/packages/snaps-rollup-plugin/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) + ## [5.0.0] ### Added diff --git a/packages/snaps-rpc-methods/CHANGELOG.md b/packages/snaps-rpc-methods/CHANGELOG.md index 282fa175ec..24ebc165e2 100644 --- a/packages/snaps-rpc-methods/CHANGELOG.md +++ b/packages/snaps-rpc-methods/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore!: Make interface actions synchronous ([#3361](https://github.com/MetaMask/snaps/pull/3361)) +- perf: Reduce JSON validation during state updates ([#3660](https://github.com/MetaMask/snaps/pull/3660)) +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/json-rpc-engine from 10.0.3 to 10.1.0 ([#3645](https://github.com/MetaMask/snaps/pull/3645)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) + ## [13.5.1] ### Fixed diff --git a/packages/snaps-sandbox/CHANGELOG.md b/packages/snaps-sandbox/CHANGELOG.md index c2a10c9baa..1acc4b5083 100644 --- a/packages/snaps-sandbox/CHANGELOG.md +++ b/packages/snaps-sandbox/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @metamask/providers from 22.1.0 to 22.1.1 ([#3634](https://github.com/MetaMask/snaps/pull/3634)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) +- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) +- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) +- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) +- chore(deps-dev): bump vite from 6.2.6 to 6.2.7 in the npm_and_yarn group across 1 directory ([#3368](https://github.com/MetaMask/snaps/pull/3368)) +- chore(deps): bump @metamask/providers from 22.0.1 to 22.1.0 ([#3363](https://github.com/MetaMask/snaps/pull/3363)) +- chore(deps): bump @metamask/providers from 22.0.0 to 22.0.1 ([#3343](https://github.com/MetaMask/snaps/pull/3343)) + ## [1.0.0] ### Added diff --git a/packages/snaps-sdk/CHANGELOG.md b/packages/snaps-sdk/CHANGELOG.md index 38e59c0269..893b9ef1b7 100644 --- a/packages/snaps-sdk/CHANGELOG.md +++ b/packages/snaps-sdk/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- feat!: Sync icon list with extension ([#3656](https://github.com/MetaMask/snaps/pull/3656)) +- chore: Bump @metamask/providers from 22.1.0 to 22.1.1 ([#3634](https://github.com/MetaMask/snaps/pull/3634)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- fix: Improve a couple of error messages for UI components ([#3625](https://github.com/MetaMask/snaps/pull/3625)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- docs: Clarify `transactionOrigin` field ([#3568](https://github.com/MetaMask/snaps/pull/3568)) + ## [9.3.0] ### Added diff --git a/packages/snaps-simulation/CHANGELOG.md b/packages/snaps-simulation/CHANGELOG.md index f696af82e6..fa36421e00 100644 --- a/packages/snaps-simulation/CHANGELOG.md +++ b/packages/snaps-simulation/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore!: Make interface actions synchronous ([#3361](https://github.com/MetaMask/snaps/pull/3361)) +- perf: Reduce JSON validation during state updates ([#3660](https://github.com/MetaMask/snaps/pull/3660)) +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/base-controller from 8.3.0 to 8.4.0 ([#3638](https://github.com/MetaMask/snaps/pull/3638)) +- chore: Bump @metamask/json-rpc-engine from 10.0.3 to 10.1.0 ([#3645](https://github.com/MetaMask/snaps/pull/3645)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/base-controller from 8.2.0 to 8.3.0 ([#3630](https://github.com/MetaMask/snaps/pull/3630)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/base-controller from 8.1.0 to 8.2.0 ([#3607](https://github.com/MetaMask/snaps/pull/3607)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- chore: Bump @metamask/base-controller from 8.0.1 to 8.1.0 ([#3582](https://github.com/MetaMask/snaps/pull/3582)) + ## [3.4.1] ### Fixed diff --git a/packages/snaps-utils/CHANGELOG.md b/packages/snaps-utils/CHANGELOG.md index a0a85200c9..bf7d528726 100644 --- a/packages/snaps-utils/CHANGELOG.md +++ b/packages/snaps-utils/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- perf: Reduce JSON validation during state updates ([#3660](https://github.com/MetaMask/snaps/pull/3660)) +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/base-controller from 8.3.0 to 8.4.0 ([#3638](https://github.com/MetaMask/snaps/pull/3638)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- feat: Add IOTA derivation path ([#3653](https://github.com/MetaMask/snaps/pull/3653)) +- chore: Bump @metamask/base-controller from 8.2.0 to 8.3.0 ([#3630](https://github.com/MetaMask/snaps/pull/3630)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/slip44 from 4.2.0 to 4.3.0 ([#3629](https://github.com/MetaMask/snaps/pull/3629)) +- chore: Bump @metamask/base-controller from 8.1.0 to 8.2.0 ([#3607](https://github.com/MetaMask/snaps/pull/3607)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) + ## [11.5.0] ### Added diff --git a/packages/snaps-webpack-plugin/CHANGELOG.md b/packages/snaps-webpack-plugin/CHANGELOG.md index e17a94143e..f8ab20626e 100644 --- a/packages/snaps-webpack-plugin/CHANGELOG.md +++ b/packages/snaps-webpack-plugin/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) +- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- fix: Add `prettier` as a runtime dependency for `snaps-webpack-plugin` ([#3615](https://github.com/MetaMask/snaps/pull/3615)) + ## [5.1.0] ### Added diff --git a/packages/test-snaps/CHANGELOG.md b/packages/test-snaps/CHANGELOG.md index e10e661d2c..fa41fd0a0b 100644 --- a/packages/test-snaps/CHANGELOG.md +++ b/packages/test-snaps/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @metamask/providers from 22.1.0 to 22.1.1 ([#3634](https://github.com/MetaMask/snaps/pull/3634)) +- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) +- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) +- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) + ## [2.28.1] ### Fixed From 9961a709d9070c2edc1bf6e618273d0edec34ba4 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 2 Oct 2025 11:42:05 +0200 Subject: [PATCH 2/6] Update Release 126.0.0 --- package.json | 2 +- packages/create-snap/CHANGELOG.md | 21 ------ .../packages/background-events/CHANGELOG.md | 18 ----- packages/examples/packages/bip32/CHANGELOG.md | 39 ----------- packages/examples/packages/bip44/CHANGELOG.md | 39 ----------- .../packages/client-status/CHANGELOG.md | 52 -------------- .../packages/cronjob-duration/CHANGELOG.md | 11 --- .../examples/packages/cronjobs/CHANGELOG.md | 41 ------------ .../examples/packages/dialogs/CHANGELOG.md | 59 ---------------- .../examples/packages/errors/CHANGELOG.md | 43 ------------ .../packages/ethereum-provider/CHANGELOG.md | 23 ------- .../examples/packages/ethers-js/CHANGELOG.md | 57 ---------------- .../packages/file-upload/CHANGELOG.md | 63 ----------------- .../packages/get-entropy/CHANGELOG.md | 36 ---------- .../examples/packages/get-file/CHANGELOG.md | 52 -------------- .../examples/packages/home-page/CHANGELOG.md | 48 ------------- .../examples/packages/images/CHANGELOG.md | 56 ---------------- .../packages/interactive-ui/CHANGELOG.md | 32 --------- .../packages/consumer-signer/CHANGELOG.md | 62 ----------------- .../packages/core-signer/CHANGELOG.md | 67 ------------------- .../examples/packages/json-rpc/CHANGELOG.md | 51 -------------- packages/examples/packages/jsx/CHANGELOG.md | 59 ---------------- .../packages/lifecycle-hooks/CHANGELOG.md | 5 -- .../packages/localization/CHANGELOG.md | 53 --------------- .../packages/manage-state/CHANGELOG.md | 45 ------------- .../packages/name-lookup/CHANGELOG.md | 45 ------------- .../packages/network-access/CHANGELOG.md | 16 ----- .../packages/notifications/CHANGELOG.md | 36 ---------- .../packages/preferences/CHANGELOG.md | 30 --------- .../packages/preinstalled/CHANGELOG.md | 8 --- .../examples/packages/protocol/CHANGELOG.md | 38 ----------- .../packages/rollup-plugin/CHANGELOG.md | 51 -------------- .../examples/packages/send-flow/CHANGELOG.md | 16 ----- .../packages/signature-insights/CHANGELOG.md | 49 -------------- .../transaction-insights/CHANGELOG.md | 56 ---------------- packages/examples/packages/wasm/CHANGELOG.md | 24 ------- .../packages/webpack-plugin/CHANGELOG.md | 29 -------- packages/snaps-cli/CHANGELOG.md | 8 --- packages/snaps-controllers/CHANGELOG.md | 5 +- packages/snaps-controllers/package.json | 2 +- .../snaps-execution-environments/CHANGELOG.md | 5 +- .../snaps-execution-environments/package.json | 2 +- packages/snaps-jest/CHANGELOG.md | 5 +- packages/snaps-jest/package.json | 2 +- packages/snaps-rollup-plugin/CHANGELOG.md | 5 -- packages/snaps-rpc-methods/CHANGELOG.md | 5 +- packages/snaps-rpc-methods/package.json | 2 +- packages/snaps-sandbox/CHANGELOG.md | 14 ---- 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-utils/CHANGELOG.md | 5 +- packages/snaps-utils/package.json | 2 +- packages/snaps-webpack-plugin/CHANGELOG.md | 5 +- packages/snaps-webpack-plugin/package.json | 2 +- packages/test-snaps/CHANGELOG.md | 7 -- 57 files changed, 41 insertions(+), 1481 deletions(-) diff --git a/package.json b/package.json index d9fa53c1fa..ca1167f195 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "125.0.0", + "version": "126.0.0", "private": true, "repository": { "type": "git", diff --git a/packages/create-snap/CHANGELOG.md b/packages/create-snap/CHANGELOG.md index 45e4c9cf86..8af139473e 100644 --- a/packages/create-snap/CHANGELOG.md +++ b/packages/create-snap/CHANGELOG.md @@ -7,27 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- 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/background-events/CHANGELOG.md b/packages/examples/packages/background-events/CHANGELOG.md index f47272d897..8c940ac373 100644 --- a/packages/examples/packages/background-events/CHANGELOG.md +++ b/packages/examples/packages/background-events/CHANGELOG.md @@ -7,24 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) - ## [1.0.0] ### Added diff --git a/packages/examples/packages/bip32/CHANGELOG.md b/packages/examples/packages/bip32/CHANGELOG.md index 1996ff1e51..dad0865139 100644 --- a/packages/examples/packages/bip32/CHANGELOG.md +++ b/packages/examples/packages/bip32/CHANGELOG.md @@ -7,45 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore!: Build Snaps execution environments with Webpack ([#3322](https://github.com/MetaMask/snaps/pull/3322)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- chore(deps): bump @metamask/key-tree from 10.1.0 to 10.1.1 ([#3254](https://github.com/MetaMask/snaps/pull/3254)) -- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps/pull/3217)) -- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps/pull/3204)) - ## [2.3.0] ### Added diff --git a/packages/examples/packages/bip44/CHANGELOG.md b/packages/examples/packages/bip44/CHANGELOG.md index 584b060db5..06a701cdac 100644 --- a/packages/examples/packages/bip44/CHANGELOG.md +++ b/packages/examples/packages/bip44/CHANGELOG.md @@ -7,45 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore!: Build Snaps execution environments with Webpack ([#3322](https://github.com/MetaMask/snaps/pull/3322)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- chore(deps): bump @metamask/key-tree from 10.1.0 to 10.1.1 ([#3254](https://github.com/MetaMask/snaps/pull/3254)) -- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps/pull/3217)) -- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps/pull/3204)) - ## [2.2.0] ### Added diff --git a/packages/examples/packages/client-status/CHANGELOG.md b/packages/examples/packages/client-status/CHANGELOG.md index 5640478e4f..b8667fca88 100644 --- a/packages/examples/packages/client-status/CHANGELOG.md +++ b/packages/examples/packages/client-status/CHANGELOG.md @@ -7,58 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- feat: Add `active` flag for `snap_getClientStatus` ([#3424](https://github.com/MetaMask/snaps/pull/3424)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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/cronjob-duration/CHANGELOG.md b/packages/examples/packages/cronjob-duration/CHANGELOG.md index 5505bdbc4f..4ae1865427 100644 --- a/packages/examples/packages/cronjob-duration/CHANGELOG.md +++ b/packages/examples/packages/cronjob-duration/CHANGELOG.md @@ -7,17 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) - ## [1.0.0] ### Added diff --git a/packages/examples/packages/cronjobs/CHANGELOG.md b/packages/examples/packages/cronjobs/CHANGELOG.md index 97173653b9..3b2bd2cbe1 100644 --- a/packages/examples/packages/cronjobs/CHANGELOG.md +++ b/packages/examples/packages/cronjobs/CHANGELOG.md @@ -7,47 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- release: `117.0.0` ([#3511](https://github.com/MetaMask/snaps/pull/3511)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- feat: Add cronjob duration example ([#3461](https://github.com/MetaMask/snaps/pull/3461)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- perf: Optimize `typedUnion` ([#3275](https://github.com/MetaMask/snaps/pull/3275)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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)) - ### Changed - **BREAKING:** Remove background events methods in favor of new background events snap ([#3404](https://github.com/MetaMask/snaps/pull/3404)) diff --git a/packages/examples/packages/dialogs/CHANGELOG.md b/packages/examples/packages/dialogs/CHANGELOG.md index 296b5f3893..c3a0467810 100644 --- a/packages/examples/packages/dialogs/CHANGELOG.md +++ b/packages/examples/packages/dialogs/CHANGELOG.md @@ -7,65 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- feat: Add `AccountSelector` component ([#3088](https://github.com/MetaMask/snaps/pull/3088)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- perf: Use `typedUnion` for `UserInputEventStruct` ([#3344](https://github.com/MetaMask/snaps/pull/3344)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- perf: Optimize `typedUnion` ([#3275](https://github.com/MetaMask/snaps/pull/3275)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- feat: Add `AssetSelector` ([#3166](https://github.com/MetaMask/snaps/pull/3166)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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 877ea6dbc9..c8d01f72d8 100644 --- a/packages/examples/packages/errors/CHANGELOG.md +++ b/packages/examples/packages/errors/CHANGELOG.md @@ -7,49 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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 9015f89c20..ee987ba70c 100644 --- a/packages/examples/packages/ethereum-provider/CHANGELOG.md +++ b/packages/examples/packages/ethereum-provider/CHANGELOG.md @@ -7,29 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) - ## [2.4.0] ### Added diff --git a/packages/examples/packages/ethers-js/CHANGELOG.md b/packages/examples/packages/ethers-js/CHANGELOG.md index 4b0947ef84..d31b3a24e9 100644 --- a/packages/examples/packages/ethers-js/CHANGELOG.md +++ b/packages/examples/packages/ethers-js/CHANGELOG.md @@ -7,63 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- perf: Optimize `typedUnion` ([#3275](https://github.com/MetaMask/snaps/pull/3275)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps/pull/3204)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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 461d648d68..9f5ae2d0cb 100644 --- a/packages/examples/packages/file-upload/CHANGELOG.md +++ b/packages/examples/packages/file-upload/CHANGELOG.md @@ -7,69 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- feat: Add `AccountSelector` component ([#3088](https://github.com/MetaMask/snaps/pull/3088)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- perf: Use `typedUnion` for `UserInputEventStruct` ([#3344](https://github.com/MetaMask/snaps/pull/3344)) -- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- feat: Add `AssetSelector` ([#3166](https://github.com/MetaMask/snaps/pull/3166)) -- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps/pull/3204)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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 fd564a49c7..4851d61bfa 100644 --- a/packages/examples/packages/get-entropy/CHANGELOG.md +++ b/packages/examples/packages/get-entropy/CHANGELOG.md @@ -7,42 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore!: Build Snaps execution environments with Webpack ([#3322](https://github.com/MetaMask/snaps/pull/3322)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) - ## [2.2.0] ### Added diff --git a/packages/examples/packages/get-file/CHANGELOG.md b/packages/examples/packages/get-file/CHANGELOG.md index 0d00d2aae4..02c356df4a 100644 --- a/packages/examples/packages/get-file/CHANGELOG.md +++ b/packages/examples/packages/get-file/CHANGELOG.md @@ -7,58 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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 c7747be94e..78434e6f40 100644 --- a/packages/examples/packages/home-page/CHANGELOG.md +++ b/packages/examples/packages/home-page/CHANGELOG.md @@ -7,54 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- feat: Add `AccountSelector` component ([#3088](https://github.com/MetaMask/snaps/pull/3088)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- perf: Use `typedUnion` for `UserInputEventStruct` ([#3344](https://github.com/MetaMask/snaps/pull/3344)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- feat: Add `AssetSelector` ([#3166](https://github.com/MetaMask/snaps/pull/3166)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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 be9b6fd3c5..73a8bb6b6b 100644 --- a/packages/examples/packages/images/CHANGELOG.md +++ b/packages/examples/packages/images/CHANGELOG.md @@ -7,62 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- perf: Optimize `typedUnion` ([#3275](https://github.com/MetaMask/snaps/pull/3275)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps/pull/3204)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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 2fc1e2d917..4257a91858 100644 --- a/packages/examples/packages/interactive-ui/CHANGELOG.md +++ b/packages/examples/packages/interactive-ui/CHANGELOG.md @@ -7,38 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump supported browsers ([#3441](https://github.com/MetaMask/snaps/pull/3441)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- feat: Add `AccountSelector` component ([#3088](https://github.com/MetaMask/snaps/pull/3088)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- perf: Use `typedUnion` for `UserInputEventStruct` ([#3344](https://github.com/MetaMask/snaps/pull/3344)) -- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) - ## [2.4.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 9ddae9a168..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,68 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- chore(deps): bump @metamask/key-tree from 10.1.0 to 10.1.1 ([#3254](https://github.com/MetaMask/snaps/pull/3254)) -- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps/pull/3217)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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 b88fc0f7fe..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,73 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump supported browsers ([#3441](https://github.com/MetaMask/snaps/pull/3441)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore!: Build Snaps execution environments with Webpack ([#3322](https://github.com/MetaMask/snaps/pull/3322)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- perf: Optimize `typedUnion` ([#3275](https://github.com/MetaMask/snaps/pull/3275)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- chore(deps): bump @metamask/key-tree from 10.1.0 to 10.1.1 ([#3254](https://github.com/MetaMask/snaps/pull/3254)) -- perf!: Use mnemonic seed for state persistence key derivation ([#3217](https://github.com/MetaMask/snaps/pull/3217)) -- chore(deps): bump @metamask/controller-utils from 11.5.0 to 11.6.0 ([#3204](https://github.com/MetaMask/snaps/pull/3204)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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 ca77ec869a..0d0a1d5636 100644 --- a/packages/examples/packages/json-rpc/CHANGELOG.md +++ b/packages/examples/packages/json-rpc/CHANGELOG.md @@ -7,57 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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 574671beb9..e0081abb28 100644 --- a/packages/examples/packages/jsx/CHANGELOG.md +++ b/packages/examples/packages/jsx/CHANGELOG.md @@ -7,65 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- chore: Bump @metamask/rpc-errors from 7.0.2 to 7.0.3 ([#3525](https://github.com/MetaMask/snaps/pull/3525)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- feat: Add `AccountSelector` component ([#3088](https://github.com/MetaMask/snaps/pull/3088)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- perf: Use `typedUnion` for `UserInputEventStruct` ([#3344](https://github.com/MetaMask/snaps/pull/3344)) -- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- feat: Add `AssetSelector` ([#3166](https://github.com/MetaMask/snaps/pull/3166)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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 3ec9123522..05347e8ce8 100644 --- a/packages/examples/packages/lifecycle-hooks/CHANGELOG.md +++ b/packages/examples/packages/lifecycle-hooks/CHANGELOG.md @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) - ## [2.3.0] ### Added diff --git a/packages/examples/packages/localization/CHANGELOG.md b/packages/examples/packages/localization/CHANGELOG.md index f1c6f406e9..43ffbf90d3 100644 --- a/packages/examples/packages/localization/CHANGELOG.md +++ b/packages/examples/packages/localization/CHANGELOG.md @@ -7,59 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump supported browsers ([#3441](https://github.com/MetaMask/snaps/pull/3441)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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 60b6ac6911..f901986365 100644 --- a/packages/examples/packages/manage-state/CHANGELOG.md +++ b/packages/examples/packages/manage-state/CHANGELOG.md @@ -7,51 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump supported browsers ([#3441](https://github.com/MetaMask/snaps/pull/3441)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- test: Use simulation options for initial state ([#3398](https://github.com/MetaMask/snaps/pull/3398)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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 3ade740323..90f93a8125 100644 --- a/packages/examples/packages/name-lookup/CHANGELOG.md +++ b/packages/examples/packages/name-lookup/CHANGELOG.md @@ -7,51 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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 622a7e640f..23c13494c8 100644 --- a/packages/examples/packages/network-access/CHANGELOG.md +++ b/packages/examples/packages/network-access/CHANGELOG.md @@ -7,22 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) - ## [2.2.0] ### Added diff --git a/packages/examples/packages/notifications/CHANGELOG.md b/packages/examples/packages/notifications/CHANGELOG.md index 63639ce56d..f40a4a8ba4 100644 --- a/packages/examples/packages/notifications/CHANGELOG.md +++ b/packages/examples/packages/notifications/CHANGELOG.md @@ -7,42 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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 cf2e01f02d..0400fe8ecc 100644 --- a/packages/examples/packages/preferences/CHANGELOG.md +++ b/packages/examples/packages/preferences/CHANGELOG.md @@ -7,36 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- feat: Add `showTestnets` to `snap_getPreferences` ([#3395](https://github.com/MetaMask/snaps/pull/3395)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) - ## [1.0.0] ### Added diff --git a/packages/examples/packages/preinstalled/CHANGELOG.md b/packages/examples/packages/preinstalled/CHANGELOG.md index 0835c20b52..24faaf6fc5 100644 --- a/packages/examples/packages/preinstalled/CHANGELOG.md +++ b/packages/examples/packages/preinstalled/CHANGELOG.md @@ -7,14 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) - ## [0.7.1] ### Fixed diff --git a/packages/examples/packages/protocol/CHANGELOG.md b/packages/examples/packages/protocol/CHANGELOG.md index 1e22171c1e..d36ec2ae60 100644 --- a/packages/examples/packages/protocol/CHANGELOG.md +++ b/packages/examples/packages/protocol/CHANGELOG.md @@ -7,44 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- feat: Add `onProtocolRequest` to `snaps-jest` ([#3422](https://github.com/MetaMask/snaps/pull/3422)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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 614a629e16..15833cbff7 100644 --- a/packages/examples/packages/rollup-plugin/CHANGELOG.md +++ b/packages/examples/packages/rollup-plugin/CHANGELOG.md @@ -7,57 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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 168d8ea80a..4ddf4746ab 100644 --- a/packages/examples/packages/send-flow/CHANGELOG.md +++ b/packages/examples/packages/send-flow/CHANGELOG.md @@ -7,22 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- feat!: Sync icon list with extension ([#3656](https://github.com/MetaMask/snaps/pull/3656)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- chore: Bump @metamask/rpc-errors from 7.0.2 to 7.0.3 ([#3525](https://github.com/MetaMask/snaps/pull/3525)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- release: `117.0.0` ([#3511](https://github.com/MetaMask/snaps/pull/3511)) - ## [1.2.0] ### Changed diff --git a/packages/examples/packages/signature-insights/CHANGELOG.md b/packages/examples/packages/signature-insights/CHANGELOG.md index c588c695b8..bfdfe220f5 100644 --- a/packages/examples/packages/signature-insights/CHANGELOG.md +++ b/packages/examples/packages/signature-insights/CHANGELOG.md @@ -7,55 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- perf: Optimize `typedUnion` ([#3275](https://github.com/MetaMask/snaps/pull/3275)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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 e0ff481819..6538feeaff 100644 --- a/packages/examples/packages/transaction-insights/CHANGELOG.md +++ b/packages/examples/packages/transaction-insights/CHANGELOG.md @@ -7,62 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Bump supported browsers ([#3441](https://github.com/MetaMask/snaps/pull/3441)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- perf: Optimize `typedUnion` ([#3275](https://github.com/MetaMask/snaps/pull/3275)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) -- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185)) -- 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 5827ba3dc2..07a153ec9b 100644 --- a/packages/examples/packages/wasm/CHANGELOG.md +++ b/packages/examples/packages/wasm/CHANGELOG.md @@ -7,30 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore!: Build Snaps execution environments with Webpack ([#3322](https://github.com/MetaMask/snaps/pull/3322)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) - ## [2.1.5] ### Fixed diff --git a/packages/examples/packages/webpack-plugin/CHANGELOG.md b/packages/examples/packages/webpack-plugin/CHANGELOG.md index e8e989347a..ab6b7f7eee 100644 --- a/packages/examples/packages/webpack-plugin/CHANGELOG.md +++ b/packages/examples/packages/webpack-plugin/CHANGELOG.md @@ -7,35 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- release: 120.0.0 ([#3543](https://github.com/MetaMask/snaps/pull/3543)) -- release: `119.0.0` ([#3533](https://github.com/MetaMask/snaps/pull/3533)) -- release: `118.0.0` ([#3524](https://github.com/MetaMask/snaps/pull/3524)) -- release: `116.0.0` ([#3509](https://github.com/MetaMask/snaps/pull/3509)) -- feat: Add `snap_trackError` method for error tracking through Sentry ([#3498](https://github.com/MetaMask/snaps/pull/3498)) -- chore(dev-deps): Bump LavaMoat dependencies ([#3501](https://github.com/MetaMask/snaps/pull/3501)) -- release: `114.0.0` ([#3463](https://github.com/MetaMask/snaps/pull/3463)) -- release: `113.0.0` ([#3448](https://github.com/MetaMask/snaps/pull/3448)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore: Update TypeScript build target to ES2022 ([#3444](https://github.com/MetaMask/snaps/pull/3444)) -- chore: Bump `@swc/core`, `@swc/jest`, and `swc-loader` to latest version ([#3442](https://github.com/MetaMask/snaps/pull/3442)) -- release: `110.0.0` ([#3425](https://github.com/MetaMask/snaps/pull/3425)) -- Release 109.0.0 ([#3412](https://github.com/MetaMask/snaps/pull/3412)) -- release: 107.0.0 ([#3400](https://github.com/MetaMask/snaps/pull/3400)) -- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384)) -- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360)) -- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309)) -- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283)) -- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277)) -- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269)) -- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256)) - ## [2.1.4] ### Fixed diff --git a/packages/snaps-cli/CHANGELOG.md b/packages/snaps-cli/CHANGELOG.md index 8e9b7fce15..8bd1031bb2 100644 --- a/packages/snaps-cli/CHANGELOG.md +++ b/packages/snaps-cli/CHANGELOG.md @@ -7,14 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) - ## [8.3.0] ### Added diff --git a/packages/snaps-controllers/CHANGELOG.md b/packages/snaps-controllers/CHANGELOG.md index ab4ac5857d..3d121fa277 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] +## [15.0.0] + ### Uncategorized - chore!: Make interface actions synchronous ([#3361](https://github.com/MetaMask/snaps/pull/3361)) @@ -913,7 +915,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@14.2.2...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@15.0.0...HEAD +[15.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@14.2.2...@metamask/snaps-controllers@15.0.0 [14.2.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@14.2.1...@metamask/snaps-controllers@14.2.2 [14.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@14.2.0...@metamask/snaps-controllers@14.2.1 [14.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@14.1.0...@metamask/snaps-controllers@14.2.0 diff --git a/packages/snaps-controllers/package.json b/packages/snaps-controllers/package.json index e171742904..10bc4b011c 100644 --- a/packages/snaps-controllers/package.json +++ b/packages/snaps-controllers/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-controllers", - "version": "14.2.2", + "version": "15.0.0", "description": "Controllers for MetaMask Snaps", "keywords": [ "MetaMask", diff --git a/packages/snaps-execution-environments/CHANGELOG.md b/packages/snaps-execution-environments/CHANGELOG.md index 537e5bd75c..68c3ff5885 100644 --- a/packages/snaps-execution-environments/CHANGELOG.md +++ b/packages/snaps-execution-environments/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.2.2] + ### Uncategorized - perf: Reduce JSON validation during state updates ([#3660](https://github.com/MetaMask/snaps/pull/3660)) @@ -569,7 +571,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-execution-environments@10.2.1...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@10.2.2...HEAD +[10.2.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@10.2.1...@metamask/snaps-execution-environments@10.2.2 [10.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@10.2.0...@metamask/snaps-execution-environments@10.2.1 [10.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@10.1.0...@metamask/snaps-execution-environments@10.2.0 [10.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@10.0.0...@metamask/snaps-execution-environments@10.1.0 diff --git a/packages/snaps-execution-environments/package.json b/packages/snaps-execution-environments/package.json index 7ba48c3a21..1e42ad0d65 100644 --- a/packages/snaps-execution-environments/package.json +++ b/packages/snaps-execution-environments/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-execution-environments", - "version": "10.2.1", + "version": "10.2.2", "description": "Snap sandbox environments for executing SES javascript", "keywords": [ "MetaMask", diff --git a/packages/snaps-jest/CHANGELOG.md b/packages/snaps-jest/CHANGELOG.md index 0167187467..2ef6ca09a7 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] +## [9.4.1] + ### Uncategorized - chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) @@ -419,7 +421,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@9.4.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.4.1...HEAD +[9.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.4.0...@metamask/snaps-jest@9.4.1 [9.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.3.0...@metamask/snaps-jest@9.4.0 [9.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.2.0...@metamask/snaps-jest@9.3.0 [9.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.1.0...@metamask/snaps-jest@9.2.0 diff --git a/packages/snaps-jest/package.json b/packages/snaps-jest/package.json index 4e906caa22..9fe0e3d999 100644 --- a/packages/snaps-jest/package.json +++ b/packages/snaps-jest/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-jest", - "version": "9.4.0", + "version": "9.4.1", "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 759fc13cde..7518632d50 100644 --- a/packages/snaps-rollup-plugin/CHANGELOG.md +++ b/packages/snaps-rollup-plugin/CHANGELOG.md @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) - ## [5.0.0] ### Added diff --git a/packages/snaps-rpc-methods/CHANGELOG.md b/packages/snaps-rpc-methods/CHANGELOG.md index 24ebc165e2..a7f370c9b9 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] +## [13.5.2] + ### Uncategorized - chore!: Make interface actions synchronous ([#3361](https://github.com/MetaMask/snaps/pull/3361)) @@ -511,7 +513,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@13.5.1...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@13.5.2...HEAD +[13.5.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@13.5.1...@metamask/snaps-rpc-methods@13.5.2 [13.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@13.5.0...@metamask/snaps-rpc-methods@13.5.1 [13.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@13.4.0...@metamask/snaps-rpc-methods@13.5.0 [13.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@13.3.0...@metamask/snaps-rpc-methods@13.4.0 diff --git a/packages/snaps-rpc-methods/package.json b/packages/snaps-rpc-methods/package.json index 0e327e8b99..d8de422838 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": "13.5.1", + "version": "13.5.2", "description": "MetaMask Snaps JSON-RPC method implementations", "keywords": [ "MetaMask", diff --git a/packages/snaps-sandbox/CHANGELOG.md b/packages/snaps-sandbox/CHANGELOG.md index 1acc4b5083..c2a10c9baa 100644 --- a/packages/snaps-sandbox/CHANGELOG.md +++ b/packages/snaps-sandbox/CHANGELOG.md @@ -7,20 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @metamask/providers from 22.1.0 to 22.1.1 ([#3634](https://github.com/MetaMask/snaps/pull/3634)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @metamask/utils from 11.4.1 to 11.4.2 ([#3526](https://github.com/MetaMask/snaps/pull/3526)) -- chore: Bump @metamask/utils from 11.4.0 to 11.4.1 ([#3516](https://github.com/MetaMask/snaps/pull/3516)) -- chore!: Drop support for Node.js 18 and 21 ([#3447](https://github.com/MetaMask/snaps/pull/3447)) -- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369)) -- chore(deps-dev): bump vite from 6.2.6 to 6.2.7 in the npm_and_yarn group across 1 directory ([#3368](https://github.com/MetaMask/snaps/pull/3368)) -- chore(deps): bump @metamask/providers from 22.0.1 to 22.1.0 ([#3363](https://github.com/MetaMask/snaps/pull/3363)) -- chore(deps): bump @metamask/providers from 22.0.0 to 22.0.1 ([#3343](https://github.com/MetaMask/snaps/pull/3343)) - ## [1.0.0] ### Added diff --git a/packages/snaps-sdk/CHANGELOG.md b/packages/snaps-sdk/CHANGELOG.md index 893b9ef1b7..babf1a1aab 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] +## [10.0.0] + ### Uncategorized - chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) @@ -658,7 +660,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@9.3.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@10.0.0...HEAD +[10.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@9.3.0...@metamask/snaps-sdk@10.0.0 [9.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@9.2.0...@metamask/snaps-sdk@9.3.0 [9.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@9.1.0...@metamask/snaps-sdk@9.2.0 [9.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@9.0.0...@metamask/snaps-sdk@9.1.0 diff --git a/packages/snaps-sdk/package.json b/packages/snaps-sdk/package.json index 63866621e1..c80890204d 100644 --- a/packages/snaps-sdk/package.json +++ b/packages/snaps-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-sdk", - "version": "9.3.0", + "version": "10.0.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 fa36421e00..476eba06ce 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] +## [3.4.2] + ### Uncategorized - chore!: Make interface actions synchronous ([#3361](https://github.com/MetaMask/snaps/pull/3361)) @@ -225,7 +227,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@3.4.1...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@3.4.2...HEAD +[3.4.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@3.4.1...@metamask/snaps-simulation@3.4.2 [3.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@3.4.0...@metamask/snaps-simulation@3.4.1 [3.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@3.3.0...@metamask/snaps-simulation@3.4.0 [3.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@3.2.0...@metamask/snaps-simulation@3.3.0 diff --git a/packages/snaps-simulation/package.json b/packages/snaps-simulation/package.json index 7d455520de..01e6855a07 100644 --- a/packages/snaps-simulation/package.json +++ b/packages/snaps-simulation/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-simulation", - "version": "3.4.1", + "version": "3.4.2", "description": "A simulation framework for MetaMask Snaps, enabling headless testing of Snaps in a controlled environment", "keywords": [ "MetaMask", diff --git a/packages/snaps-utils/CHANGELOG.md b/packages/snaps-utils/CHANGELOG.md index bf7d528726..d5247dbd1e 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] +## [11.6.0] + ### Uncategorized - perf: Reduce JSON validation during state updates ([#3660](https://github.com/MetaMask/snaps/pull/3660)) @@ -718,7 +720,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@11.5.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@11.6.0...HEAD +[11.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@11.5.0...@metamask/snaps-utils@11.6.0 [11.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@11.4.0...@metamask/snaps-utils@11.5.0 [11.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@11.3.0...@metamask/snaps-utils@11.4.0 [11.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@11.2.0...@metamask/snaps-utils@11.3.0 diff --git a/packages/snaps-utils/package.json b/packages/snaps-utils/package.json index 25e006bf70..3e35cce6e9 100644 --- a/packages/snaps-utils/package.json +++ b/packages/snaps-utils/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-utils", - "version": "11.5.0", + "version": "11.6.0", "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 f8ab20626e..58e811b4ff 100644 --- a/packages/snaps-webpack-plugin/CHANGELOG.md +++ b/packages/snaps-webpack-plugin/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.1.1] + ### Uncategorized - chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) @@ -157,7 +159,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-webpack-plugin@5.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@5.1.1...HEAD +[5.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@5.1.0...@metamask/snaps-webpack-plugin@5.1.1 [5.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@5.0.0...@metamask/snaps-webpack-plugin@5.1.0 [5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.3.0...@metamask/snaps-webpack-plugin@5.0.0 [4.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.2.1...@metamask/snaps-webpack-plugin@4.3.0 diff --git a/packages/snaps-webpack-plugin/package.json b/packages/snaps-webpack-plugin/package.json index d8ac23a733..397aff28b3 100644 --- a/packages/snaps-webpack-plugin/package.json +++ b/packages/snaps-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-webpack-plugin", - "version": "5.1.0", + "version": "5.1.1", "description": "A Webpack plugin to build MetaMask Snaps with Webpack", "keywords": [ "MetaMask", diff --git a/packages/test-snaps/CHANGELOG.md b/packages/test-snaps/CHANGELOG.md index fa41fd0a0b..e10e661d2c 100644 --- a/packages/test-snaps/CHANGELOG.md +++ b/packages/test-snaps/CHANGELOG.md @@ -7,13 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @metamask/providers from 22.1.0 to 22.1.1 ([#3634](https://github.com/MetaMask/snaps/pull/3634)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) - ## [2.28.1] ### Fixed From 5c1dcd783dc91cd41b14e60d1afcd7af7e170cfd Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 2 Oct 2025 11:57:40 +0200 Subject: [PATCH 3/6] Update changelogs --- packages/snaps-controllers/CHANGELOG.md | 38 +++++++++---------- .../snaps-execution-environments/CHANGELOG.md | 18 +++------ packages/snaps-jest/CHANGELOG.md | 8 +--- packages/snaps-rpc-methods/CHANGELOG.md | 16 +++----- packages/snaps-sdk/CHANGELOG.md | 18 ++++----- packages/snaps-simulation/CHANGELOG.md | 18 ++------- packages/snaps-utils/CHANGELOG.md | 21 ++++------ packages/snaps-webpack-plugin/CHANGELOG.md | 11 ++---- 8 files changed, 52 insertions(+), 96 deletions(-) diff --git a/packages/snaps-controllers/CHANGELOG.md b/packages/snaps-controllers/CHANGELOG.md index 3d121fa277..f4f79d7662 100644 --- a/packages/snaps-controllers/CHANGELOG.md +++ b/packages/snaps-controllers/CHANGELOG.md @@ -9,31 +9,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [15.0.0] -### Uncategorized - -- chore!: Make interface actions synchronous ([#3361](https://github.com/MetaMask/snaps/pull/3361)) -- perf: Simplify JSON-RPC failure validation ([#3661](https://github.com/MetaMask/snaps/pull/3661)) -- feat!: Remove `useCaip25Permission` feature flag and enable behaviour by default ([#3413](https://github.com/MetaMask/snaps/pull/3413)) -- perf: Move request inspection outside of the executor ([#3356](https://github.com/MetaMask/snaps/pull/3356)) -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Fix broken coverage script ([#3657](https://github.com/MetaMask/snaps/pull/3657)) -- chore: Bump @metamask/base-controller from 8.3.0 to 8.4.0 ([#3638](https://github.com/MetaMask/snaps/pull/3638)) -- chore: Bump @metamask/json-rpc-engine from 10.0.3 to 10.1.0 ([#3645](https://github.com/MetaMask/snaps/pull/3645)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/base-controller from 8.2.0 to 8.3.0 ([#3630](https://github.com/MetaMask/snaps/pull/3630)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- feat!: Allow updating preinstalled Snaps via the registry ([#3616](https://github.com/MetaMask/snaps/pull/3616)) -- refactor!: Use hash private functions for updating internals ([#3601](https://github.com/MetaMask/snaps/pull/3601)) -- fix: Properly roll back `initialConnections` ([#3618](https://github.com/MetaMask/snaps/pull/3618)) -- chore: Bump @metamask/base-controller from 8.1.0 to 8.2.0 ([#3607](https://github.com/MetaMask/snaps/pull/3607)) -- fix: Reduce from error to warning for message when failing to terminate ([#3621](https://github.com/MetaMask/snaps/pull/3621)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) - ### Added +- **BREAKING:** Allow updating preinstalled Snaps via the registry ([#3616](https://github.com/MetaMask/snaps/pull/3616)) + - `SnapController:updateBlockedSnaps` has been renamed to `SnapController:updateRegistry`. - Add two new controller state metadata properties: `includeInStateLogs` and `usedInUi` ([#3632](https://github.com/MetaMask/snaps/pull/3632)) +### Changed + +- **BREAKING:** Make `SnapInterfaceController:createInterface` and `SnapInterfaceController:updateInterface` actions synchronous ([#3361](https://github.com/MetaMask/snaps/pull/3361)) +- **BREAKING:** Remove `useCaip25Permission` feature flag and enable behaviour by default ([#3413](https://github.com/MetaMask/snaps/pull/3413)) +- **BREAKING:** Use hash private functions for updating internals ([#3601](https://github.com/MetaMask/snaps/pull/3601)) + - `updateSnap`, `processRequestedSnap` and `authorize` are no longer publicly available functions. +- Move JSON-RPC request inspection outside of the executor ([#3356](https://github.com/MetaMask/snaps/pull/3356)) +- Simplify JSON-RPC failure validation ([#3661](https://github.com/MetaMask/snaps/pull/3661)) +- Bump MetaMask dependencies ([#3651](https://github.com/MetaMask/snaps/pull/3651), [#3638](https://github.com/MetaMask/snaps/pull/3638), [#3648](https://github.com/MetaMask/snaps/pull/3648), [#3630](https://github.com/MetaMask/snaps/pull/3630), [#3628](https://github.com/MetaMask/snaps/pull/3628), [#3629](https://github.com/MetaMask/snaps/pull/3629), [#3607](https://github.com/MetaMask/snaps/pull/3607), [#3623](https://github.com/MetaMask/snaps/pull/3623), [#3612](https://github.com/MetaMask/snaps/pull/3612)) + +### Fixed + +- Properly roll back `initialConnections` ([#3618](https://github.com/MetaMask/snaps/pull/3618)) +- Display a warning instead of an error when Snaps fail to terminate ([#3621](https://github.com/MetaMask/snaps/pull/3621)) + ## [14.2.2] ### Fixed diff --git a/packages/snaps-execution-environments/CHANGELOG.md b/packages/snaps-execution-environments/CHANGELOG.md index 68c3ff5885..a25a82ff30 100644 --- a/packages/snaps-execution-environments/CHANGELOG.md +++ b/packages/snaps-execution-environments/CHANGELOG.md @@ -9,19 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [10.2.2] -### Uncategorized - -- perf: Reduce JSON validation during state updates ([#3660](https://github.com/MetaMask/snaps/pull/3660)) -- chore: Bump @lavamoat/webpack from 1.2.0 to 1.5.0 ([#3659](https://github.com/MetaMask/snaps/pull/3659)) -- perf: Move request inspection outside of the executor ([#3356](https://github.com/MetaMask/snaps/pull/3356)) -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/providers from 22.1.0 to 22.1.1 ([#3634](https://github.com/MetaMask/snaps/pull/3634)) -- chore: Bump @metamask/json-rpc-engine from 10.0.3 to 10.1.0 ([#3645](https://github.com/MetaMask/snaps/pull/3645)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/webpack from 1.1.0 to 1.2.0 ([#3614](https://github.com/MetaMask/snaps/pull/3614)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +### Changed + +- Move JSON-RPC request inspection outside of the executor ([#3356](https://github.com/MetaMask/snaps/pull/3356)) + - This reduces the amount of messages being passed around when using the `snap.request` function. +- Bump MetaMask dependencies ([#3651](https://github.com/MetaMask/snaps/pull/3651), [#3638](https://github.com/MetaMask/snaps/pull/3638), [#3648](https://github.com/MetaMask/snaps/pull/3648), [#3630](https://github.com/MetaMask/snaps/pull/3630), [#3628](https://github.com/MetaMask/snaps/pull/3628), [#3629](https://github.com/MetaMask/snaps/pull/3629), [#3607](https://github.com/MetaMask/snaps/pull/3607), [#3623](https://github.com/MetaMask/snaps/pull/3623), [#3612](https://github.com/MetaMask/snaps/pull/3612), [#3659](https://github.com/MetaMask/snaps/pull/3659)) ## [10.2.1] diff --git a/packages/snaps-jest/CHANGELOG.md b/packages/snaps-jest/CHANGELOG.md index 2ef6ca09a7..b426aa5236 100644 --- a/packages/snaps-jest/CHANGELOG.md +++ b/packages/snaps-jest/CHANGELOG.md @@ -9,13 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [9.4.1] -### Uncategorized +### Changed -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +- Bump MetaMask dependencies ([#3651](https://github.com/MetaMask/snaps/pull/3651), [#3638](https://github.com/MetaMask/snaps/pull/3638), [#3648](https://github.com/MetaMask/snaps/pull/3648), [#3630](https://github.com/MetaMask/snaps/pull/3630), [#3628](https://github.com/MetaMask/snaps/pull/3628), [#3629](https://github.com/MetaMask/snaps/pull/3629), [#3607](https://github.com/MetaMask/snaps/pull/3607), [#3623](https://github.com/MetaMask/snaps/pull/3623), [#3612](https://github.com/MetaMask/snaps/pull/3612)) ## [9.4.0] diff --git a/packages/snaps-rpc-methods/CHANGELOG.md b/packages/snaps-rpc-methods/CHANGELOG.md index a7f370c9b9..20a5b22866 100644 --- a/packages/snaps-rpc-methods/CHANGELOG.md +++ b/packages/snaps-rpc-methods/CHANGELOG.md @@ -9,16 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [13.5.2] -### Uncategorized - -- chore!: Make interface actions synchronous ([#3361](https://github.com/MetaMask/snaps/pull/3361)) -- perf: Reduce JSON validation during state updates ([#3660](https://github.com/MetaMask/snaps/pull/3660)) -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/json-rpc-engine from 10.0.3 to 10.1.0 ([#3645](https://github.com/MetaMask/snaps/pull/3645)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +### Changed + +- Reduce JSON validation during state updates ([#3660](https://github.com/MetaMask/snaps/pull/3660)) + - As part of this change, JSON sizing limits are not longer enforced for preinstalled Snaps. +- Adjust hooks after interface actions were made synchronous ([#3361](https://github.com/MetaMask/snaps/pull/3361)) +- Bump MetaMask dependencies ([#3651](https://github.com/MetaMask/snaps/pull/3651), [#3638](https://github.com/MetaMask/snaps/pull/3638), [#3648](https://github.com/MetaMask/snaps/pull/3648), [#3630](https://github.com/MetaMask/snaps/pull/3630), [#3628](https://github.com/MetaMask/snaps/pull/3628), [#3629](https://github.com/MetaMask/snaps/pull/3629), [#3607](https://github.com/MetaMask/snaps/pull/3607), [#3623](https://github.com/MetaMask/snaps/pull/3623), [#3612](https://github.com/MetaMask/snaps/pull/3612)) ## [13.5.1] diff --git a/packages/snaps-sdk/CHANGELOG.md b/packages/snaps-sdk/CHANGELOG.md index babf1a1aab..03b9a45c2c 100644 --- a/packages/snaps-sdk/CHANGELOG.md +++ b/packages/snaps-sdk/CHANGELOG.md @@ -9,17 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [10.0.0] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- feat!: Sync icon list with extension ([#3656](https://github.com/MetaMask/snaps/pull/3656)) -- chore: Bump @metamask/providers from 22.1.0 to 22.1.1 ([#3634](https://github.com/MetaMask/snaps/pull/3634)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- fix: Improve a couple of error messages for UI components ([#3625](https://github.com/MetaMask/snaps/pull/3625)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- docs: Clarify `transactionOrigin` field ([#3568](https://github.com/MetaMask/snaps/pull/3568)) +### Changed + +- **BREAKING:** Update `IconName` enum with latest icons ([#3656](https://github.com/MetaMask/snaps/pull/3656)) + - Some icons have been removed as part of this, for a full list check: https://github.com/MetaMask/snaps/pull/3656/files#diff-2fa2f5fd71c64875ba655a470a6104a2ca5d01ecf3b12c91b79237d6f54e3c4c +- Improve a couple of error messages for UI components ([#3625](https://github.com/MetaMask/snaps/pull/3625)) +- Improve documentation for `transactionOrigin` field ([#3568](https://github.com/MetaMask/snaps/pull/3568)) +- Bump MetaMask dependencies ([#3651](https://github.com/MetaMask/snaps/pull/3651), [#3638](https://github.com/MetaMask/snaps/pull/3638), [#3648](https://github.com/MetaMask/snaps/pull/3648), [#3630](https://github.com/MetaMask/snaps/pull/3630), [#3628](https://github.com/MetaMask/snaps/pull/3628), [#3629](https://github.com/MetaMask/snaps/pull/3629), [#3607](https://github.com/MetaMask/snaps/pull/3607), [#3623](https://github.com/MetaMask/snaps/pull/3623), [#3612](https://github.com/MetaMask/snaps/pull/3612)) ## [9.3.0] diff --git a/packages/snaps-simulation/CHANGELOG.md b/packages/snaps-simulation/CHANGELOG.md index 476eba06ce..c4d6c0d772 100644 --- a/packages/snaps-simulation/CHANGELOG.md +++ b/packages/snaps-simulation/CHANGELOG.md @@ -9,20 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.4.2] -### Uncategorized - -- chore!: Make interface actions synchronous ([#3361](https://github.com/MetaMask/snaps/pull/3361)) -- perf: Reduce JSON validation during state updates ([#3660](https://github.com/MetaMask/snaps/pull/3660)) -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/base-controller from 8.3.0 to 8.4.0 ([#3638](https://github.com/MetaMask/snaps/pull/3638)) -- chore: Bump @metamask/json-rpc-engine from 10.0.3 to 10.1.0 ([#3645](https://github.com/MetaMask/snaps/pull/3645)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/base-controller from 8.2.0 to 8.3.0 ([#3630](https://github.com/MetaMask/snaps/pull/3630)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/base-controller from 8.1.0 to 8.2.0 ([#3607](https://github.com/MetaMask/snaps/pull/3607)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- chore: Bump @metamask/base-controller from 8.0.1 to 8.1.0 ([#3582](https://github.com/MetaMask/snaps/pull/3582)) +### Changed + +- Adjust hooks after changes in RPC method imlementations ([#3361](https://github.com/MetaMask/snaps/pull/3361), [#3660](https://github.com/MetaMask/snaps/pull/3660)) +- Bump MetaMask dependencies ([#3651](https://github.com/MetaMask/snaps/pull/3651), [#3638](https://github.com/MetaMask/snaps/pull/3638), [#3648](https://github.com/MetaMask/snaps/pull/3648), [#3630](https://github.com/MetaMask/snaps/pull/3630), [#3628](https://github.com/MetaMask/snaps/pull/3628), [#3629](https://github.com/MetaMask/snaps/pull/3629), [#3607](https://github.com/MetaMask/snaps/pull/3607), [#3623](https://github.com/MetaMask/snaps/pull/3623), [#3612](https://github.com/MetaMask/snaps/pull/3612)) ## [3.4.1] diff --git a/packages/snaps-utils/CHANGELOG.md b/packages/snaps-utils/CHANGELOG.md index d5247dbd1e..28fdf5c2f4 100644 --- a/packages/snaps-utils/CHANGELOG.md +++ b/packages/snaps-utils/CHANGELOG.md @@ -9,19 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [11.6.0] -### Uncategorized - -- perf: Reduce JSON validation during state updates ([#3660](https://github.com/MetaMask/snaps/pull/3660)) -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/base-controller from 8.3.0 to 8.4.0 ([#3638](https://github.com/MetaMask/snaps/pull/3638)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- feat: Add IOTA derivation path ([#3653](https://github.com/MetaMask/snaps/pull/3653)) -- chore: Bump @metamask/base-controller from 8.2.0 to 8.3.0 ([#3630](https://github.com/MetaMask/snaps/pull/3630)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/slip44 from 4.2.0 to 4.3.0 ([#3629](https://github.com/MetaMask/snaps/pull/3629)) -- chore: Bump @metamask/base-controller from 8.1.0 to 8.2.0 ([#3607](https://github.com/MetaMask/snaps/pull/3607)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) +### Added + +- Add IOTA derivation path ([#3653](https://github.com/MetaMask/snaps/pull/3653)) +- Support byte encoding strings in `getJsonSizeUnsafe` ([#3660](https://github.com/MetaMask/snaps/pull/3660)) + +### Changed + +- Bump MetaMask dependencies ([#3651](https://github.com/MetaMask/snaps/pull/3651), [#3638](https://github.com/MetaMask/snaps/pull/3638), [#3648](https://github.com/MetaMask/snaps/pull/3648), [#3630](https://github.com/MetaMask/snaps/pull/3630), [#3628](https://github.com/MetaMask/snaps/pull/3628), [#3629](https://github.com/MetaMask/snaps/pull/3629), [#3607](https://github.com/MetaMask/snaps/pull/3607), [#3623](https://github.com/MetaMask/snaps/pull/3623), [#3612](https://github.com/MetaMask/snaps/pull/3612)) ## [11.5.0] diff --git a/packages/snaps-webpack-plugin/CHANGELOG.md b/packages/snaps-webpack-plugin/CHANGELOG.md index 58e811b4ff..86dda0932f 100644 --- a/packages/snaps-webpack-plugin/CHANGELOG.md +++ b/packages/snaps-webpack-plugin/CHANGELOG.md @@ -9,14 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [5.1.1] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.3.5 to 3.4.0 ([#3651](https://github.com/MetaMask/snaps/pull/3651)) -- chore: Bump @metamask/utils from 11.7.0 to 11.8.1 ([#3648](https://github.com/MetaMask/snaps/pull/3648)) -- chore: Bump @metamask/utils from 11.6.0 to 11.7.0 ([#3628](https://github.com/MetaMask/snaps/pull/3628)) -- chore: Bump @metamask/utils from 11.4.2 to 11.5.0 ([#3623](https://github.com/MetaMask/snaps/pull/3623)) -- chore: Bump @lavamoat/allow-scripts from 3.3.4 to 3.3.5 ([#3612](https://github.com/MetaMask/snaps/pull/3612)) -- fix: Add `prettier` as a runtime dependency for `snaps-webpack-plugin` ([#3615](https://github.com/MetaMask/snaps/pull/3615)) +### Fixed + +- Add `prettier` as a runtime dependency ([#3615](https://github.com/MetaMask/snaps/pull/3615)) ## [5.1.0] From 9dff74a3912cf1892cdaae85646683f47e1e5e29 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 2 Oct 2025 11:58:35 +0200 Subject: [PATCH 4/6] Fix lint --- packages/snaps-rpc-methods/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/snaps-rpc-methods/CHANGELOG.md b/packages/snaps-rpc-methods/CHANGELOG.md index 20a5b22866..b5e1c19127 100644 --- a/packages/snaps-rpc-methods/CHANGELOG.md +++ b/packages/snaps-rpc-methods/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Reduce JSON validation during state updates ([#3660](https://github.com/MetaMask/snaps/pull/3660)) - - As part of this change, JSON sizing limits are not longer enforced for preinstalled Snaps. + - As part of this change, JSON sizing limits are not longer enforced for preinstalled Snaps. - Adjust hooks after interface actions were made synchronous ([#3361](https://github.com/MetaMask/snaps/pull/3361)) - Bump MetaMask dependencies ([#3651](https://github.com/MetaMask/snaps/pull/3651), [#3638](https://github.com/MetaMask/snaps/pull/3638), [#3648](https://github.com/MetaMask/snaps/pull/3648), [#3630](https://github.com/MetaMask/snaps/pull/3630), [#3628](https://github.com/MetaMask/snaps/pull/3628), [#3629](https://github.com/MetaMask/snaps/pull/3629), [#3607](https://github.com/MetaMask/snaps/pull/3607), [#3623](https://github.com/MetaMask/snaps/pull/3623), [#3612](https://github.com/MetaMask/snaps/pull/3612)) From 000828f94b37f02fbf1ccf3df7682372ca505428 Mon Sep 17 00:00:00 2001 From: MetaMask Bot Date: Thu, 2 Oct 2025 10:06:54 +0000 Subject: [PATCH 5/6] Update example snaps --- .../examples/packages/background-events/snap.manifest.json | 4 ++-- packages/examples/packages/bip32/snap.manifest.json | 4 ++-- packages/examples/packages/bip44/snap.manifest.json | 4 ++-- packages/examples/packages/client-status/snap.manifest.json | 4 ++-- .../examples/packages/cronjob-duration/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 | 4 ++-- 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 ++-- packages/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 ++-- packages/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 ++-- packages/examples/packages/network-access/snap.manifest.json | 4 ++-- packages/examples/packages/notifications/snap.manifest.json | 4 ++-- packages/examples/packages/preferences/snap.manifest.json | 4 ++-- 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 ++-- .../examples/packages/transaction-insights/snap.manifest.json | 4 ++-- packages/examples/packages/wasm/snap.manifest.json | 4 ++-- packages/examples/packages/webpack-plugin/snap.manifest.json | 4 ++-- 35 files changed, 70 insertions(+), 70 deletions(-) diff --git a/packages/examples/packages/background-events/snap.manifest.json b/packages/examples/packages/background-events/snap.manifest.json index f3c2fa29d4..c6902d809b 100644 --- a/packages/examples/packages/background-events/snap.manifest.json +++ b/packages/examples/packages/background-events/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "fLASWM+FyBNkPtt0j85YD9pKsnHZ0fPPA5bX4+IvD/A=", + "shasum": "sLsrN8x2Q0lffMSLsyHO4pID+tut7RXS8eLqMNc0wNo=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -24,6 +24,6 @@ "endowment:cronjob": {}, "snap_dialog": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/bip32/snap.manifest.json b/packages/examples/packages/bip32/snap.manifest.json index 5b33f384f6..914a9e430a 100644 --- a/packages/examples/packages/bip32/snap.manifest.json +++ b/packages/examples/packages/bip32/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "WdvL17PHZnUfsITq9vIfixkF7Yr5PUVn/ZkD9/z07PI=", + "shasum": "oi0SJgHkBHNpSf0XoEYYK+Z+TvUZhqecb21rUQlQy0Y=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -43,6 +43,6 @@ } ] }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/bip44/snap.manifest.json b/packages/examples/packages/bip44/snap.manifest.json index af52f5a660..7a2d02ea0c 100644 --- a/packages/examples/packages/bip44/snap.manifest.json +++ b/packages/examples/packages/bip44/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "qb2edYztD/KxNxPeAliEeIobE2pY73BPjPwgo8Tb/7Q=", + "shasum": "LXKwLrypTOqL6Mdv8kqGnAIN7b7nqniSGExsLdm6/54=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -31,6 +31,6 @@ } ] }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 138bd08ac0..a62373d782 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": "q78X8D/bCHlxsUtxtViWq5yvAUefbXKfpx3M4XJ5pQI=", + "shasum": "idsfzos15I77yn59parVjQu2SJxJsTJWcQvaLOKUkA4=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ "snaps": false } }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/cronjob-duration/snap.manifest.json b/packages/examples/packages/cronjob-duration/snap.manifest.json index e87ff61e3d..808359c68a 100644 --- a/packages/examples/packages/cronjob-duration/snap.manifest.json +++ b/packages/examples/packages/cronjob-duration/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "J2uKlKkRiIXf9W+L5Syw1bFf+6T79BgXbzVXOPW4u+8=", + "shasum": "GMgwdaAkSl/cOO6x69kSOSgG14Wr2LY6cmNg7SDz4xM=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -29,6 +29,6 @@ }, "snap_notify": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/cronjobs/snap.manifest.json b/packages/examples/packages/cronjobs/snap.manifest.json index a6c8e02d2d..c2c4f617fb 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": "MN6H8GSR1/kwAI/ZJXG2U4BcSwp4DyHao70RZOIC73I=", + "shasum": "9MpZT/oQXNF3YMTA6kQEAfs0H9KymzHz8npynrk3usg=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -29,6 +29,6 @@ }, "snap_dialog": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/dialogs/snap.manifest.json b/packages/examples/packages/dialogs/snap.manifest.json index 058a427b75..b38214afb5 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": "9FiuL24qwFh8FwK7G4xChwr/gUb4XCUbfKVGIWaqpsw=", + "shasum": "veLIETfMO+3rmDoFa1sxg4355NahHoPcnAtzmjFH0RM=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "snap_dialog": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/errors/snap.manifest.json b/packages/examples/packages/errors/snap.manifest.json index ad5615aad2..d8e0581601 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": "QA1vp2H9b7xScuZlE8MUBqCbipgqpUMHDG9V5+6DYbw=", + "shasum": "F++7SSdb3FlcaEQB4PhPMl3QYfwkxUoEy626gJ0clSU=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 9cb5bc7166..ef98071768 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": "AC904yOikNkoyqlo/6RGOQvZWQVMAXS83XsAJ6T57t8=", + "shasum": "cDnKVMC6SoAM8PT1dyMsEr7PfdF8NTDDnx1/iALwAHU=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "endowment:ethereum-provider": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 c01252e4f0..fd08300de4 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": "ZoQ0Yrap8zorOvaU2lEmE5A0oGQyQTX1HkqfCU9GLY0=", + "shasum": "9vYRKGi0UPGsuJqftpZ088N09useMhGn/jXEX9iPgZs=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ "snap_dialog": {}, "snap_getEntropy": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 ff102e00a4..92a4a652e6 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": "np2GrN4P8AvbGOKBHp9KRs+4Hsj8xtsXWj8DlKOqLq4=", + "shasum": "xn5ZLnAqlgmHjAQ6k8/otZ3fxZsFXtt+gW4wcGPMkRk=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -24,6 +24,6 @@ "snap_dialog": {}, "snap_manageState": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 e484ae253b..f21b584c38 100644 --- a/packages/examples/packages/get-entropy/snap.manifest.json +++ b/packages/examples/packages/get-entropy/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "QMPOaxrGs7ALsxA7wWV/s4BxveVdBPLZaSSX5FG+lNo=", + "shasum": "MNSzZnFFBVH8HxYNy/mrrdwVgOTmPgM98ybPolHbpIw=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ "snap_dialog": {}, "snap_getEntropy": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 c5eb0f77b3..cd496790d1 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": "MFs+c3Lr5jRFl5Ci3LBsX+yLzn8B7rCZ5KBBOpjiyf0=", + "shasum": "sHW/bCptXkso361gJR3gTgrZ5deNdVn84xknj+YYZXQ=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ "dapps": true } }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 fbde193a58..01062ffc6d 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": "qvfjBh+TMxN9slX6TMUj4og3UJ3I88eF5hcp6kvkae8=", + "shasum": "O1/68sw9rGYH31FRWjjEs2nSWiH3uKJIE/CcWGDylCs=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -19,6 +19,6 @@ "initialPermissions": { "endowment:page-home": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/images/snap.manifest.json b/packages/examples/packages/images/snap.manifest.json index fa1dfcf238..e920522ae8 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": "D+YDhAdnyu9sLAC67CkbClYZZqdB2yhuVxhavPv9U6c=", + "shasum": "NtQ8Rk/qn41nHWgCsKqTqaYMMy8CoH8VRuhSbGuGq1s=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ }, "snap_dialog": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 b7f295f445..f950217efa 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": "5rm8lf/3MG+JE91O6npfgPUnkvpOmbs+4ufGiyjSxTY=", + "shasum": "Et0r8P+ORsedVAqQ9iF02gHUBC0zZjWg/xptu4v/DlU=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -25,6 +25,6 @@ "endowment:transaction-insight": {}, "endowment:page-home": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 78e4418500..538f797648 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": "hW1HG8x38XjPoi9dvtXzwfTYjfi/JrMqQaZB4zqzPQw=", + "shasum": "C42+OsuPDhTmKpn2rMU1pHnVhIPja148c+YOGiBdBfs=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 32ec10f01a..469e4a3d9d 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": "hZ2H0EXuZ82GjRfiTFIO06vc6s57+lLC62NewcIx7wE=", + "shasum": "dQa6M6vJM/qGyEtp0vZwXX3y+u2g7dfC9aMdql12m6w=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ "snap_dialog": {}, "snap_manageState": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 e1fb1e3932..cb14f5ffc5 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": "vfLmNwhyNB9EmNhSPLFGIxMI5YynlLM4F4Mops6GY9Y=", + "shasum": "JwfiJ30j1e0zCdZETHiOyKflw7mCHdOV+YsBiarva9E=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -26,6 +26,6 @@ } } }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/jsx/snap.manifest.json b/packages/examples/packages/jsx/snap.manifest.json index f28837fe57..28cf1e5ec1 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": "xXveX5cgl8K4oENbZF3x1/ugknBhBOPD/Qk5kY0PvmU=", + "shasum": "2yd5MwUprX+3XNKZERiNu6IONA4kAtYIE76fEel23aQ=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ "snap_dialog": {}, "snap_manageState": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 1e15cce0de..d4a2b2119c 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": "s2CUQ+L8GuVTLahEgApRNp8gEdH3Fv7TAvu+9+Mmx54=", + "shasum": "hjwqb3BFadF1CLMKquV8am8UZWqL7M+GqePS+s5JsL4=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "snap_notify": {}, "endowment:lifecycle-hooks": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/localization/snap.manifest.json b/packages/examples/packages/localization/snap.manifest.json index fe99114dd5..90451148ab 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": "HZmfwxQLUIc+I+6fNBNSTp/9RPEv01hhVUVbwlgp3hY=", + "shasum": "2hUJeCqbpnZdi9rHytACBrGgp/MCiqi5M0wAJiQdOMQ=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ }, "snap_getPreferences": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 ab3f88ed1d..971d71b597 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": "nPcgr6PZ48z13c8sN7uPP15VDJO0AOb6CDcoHWZzxi4=", + "shasum": "DFzghTdjUn+BnNFLKJUMOQSTJOMylN37yWEqIEqtsbQ=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "snap_manageState": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 9fbd10d215..5609c8ec7f 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": "Hrbzz8CWreQMQatqrAE6HcEqPnsyT7p6nYnQLuzOHXk=", + "shasum": "Tlcbwu+vXhMCYsB8fLnLWqdGKD0IUCrEsH2U3OEt2sU=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "chains": ["eip155:1"] } }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 86ff92cf4e..0766261380 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": "RF6DzfTwRjJncFNtduVE46kbrx8tFPbYkUoIvzojEXM=", + "shasum": "mrNXANW5riUifBxCTGakbGp+5ZQdyMTF4N8XaULgN6o=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -24,6 +24,6 @@ "endowment:network-access": {}, "snap_manageState": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/notifications/snap.manifest.json b/packages/examples/packages/notifications/snap.manifest.json index a96b52ac9d..651ff133df 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": "sa/4ZarCK4j6/WZf8c9r5KdKtpYcgpxM+x2J/8r/uuA=", + "shasum": "wCAQYle3Koj8/bxW68CuKzFWVNO6yWeBMAVcHlxAv/4=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "snap_notify": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/preferences/snap.manifest.json b/packages/examples/packages/preferences/snap.manifest.json index 485a619b0a..4cad4f0d68 100644 --- a/packages/examples/packages/preferences/snap.manifest.json +++ b/packages/examples/packages/preferences/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "spJpRbqr+xvViZpzvurXALWR6cXTHhNjhTjMuXTiGxs=", + "shasum": "0/2Y7/ttSs8Gt/+rVvZ8JXazHDXKa3kg0yeqEneFmzo=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ }, "snap_getPreferences": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/preinstalled/snap.manifest.json b/packages/examples/packages/preinstalled/snap.manifest.json index fc0ced5042..1364727a2b 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": "i5VS2hbAXv/D8gQ3bdIBsRBhclpLIGyTXztvcObg0oA=", + "shasum": "JqzNl7ziMGzb/5CkbdCNzBhcagAdRVo+q7VoLlYNut8=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -27,6 +27,6 @@ "endowment:page-settings": {}, "snap_manageState": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/protocol/snap.manifest.json b/packages/examples/packages/protocol/snap.manifest.json index 6ef5539f09..ba3c9c9a06 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": "hd2zBs7FJoCOhNNvDT4S4IBLVXuKMseMQ6zPts3hyxs=", + "shasum": "h+Y7bwTcmjjo/0NgDMFmO60HgpYDI0YVIIDdqktICWQ=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -26,6 +26,6 @@ }, "endowment:network-access": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 7133d5cf40..0f9a03f246 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": "+3DcnY6DEC2xl3QC2iFdccXk/F9du8HhflcGvb2vDsU=", + "shasum": "iWNu0qs61T2o6SfVYQlFyCo/PukT1R/AFvQMWvS06ZA=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 b63d0b5509..6148fa4cb7 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": "OSpSGQaqMK1PjuYJkTZfs9/UHvd9T7RYA+52W+mZ2cM=", + "shasum": "Jt6ffHQCRr/04n0/AioV2kZ9Mgn5ssqzbc9EKQ9a0Ck=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -24,6 +24,6 @@ "endowment:page-home": {}, "snap_getPreferences": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 aacc342397..4ec0b647ae 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": "w/wwPHv5/mOxRac/H8cf3fRxqgc2u/K67ntm+2+Gm34=", + "shasum": "KOnko171BdSfiZkvIc+b/YsX7xpb6tuMI/WDji3Q/7w=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -19,6 +19,6 @@ "initialPermissions": { "endowment:signature-insight": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 314ce490cc..f62d1f548a 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": "aX+Oe08L4m5Kl4ogph5lXCJiimVwfNuLCYEqE677boI=", + "shasum": "sJ0/rptqCx0259FqNAJQl14JQCUMEqwJkgeI1u2y524=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -19,6 +19,6 @@ "initialPermissions": { "endowment:transaction-insight": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/wasm/snap.manifest.json b/packages/examples/packages/wasm/snap.manifest.json index b821ee6300..85ac3a4c73 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": "BFq/MFt0BFmWLnre69RD+k8A6GgdWqEDhth9ty+K4ho=", + "shasum": "pqyiJzLgCEKm8ocTTL23k2htAQQA4/33IQuJ51gVTWs=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "endowment:webassembly": {} }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.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 6035106b1c..049601fd89 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": "GXcZ8pqQ/8/Z/W7Mv5kASOqB7kTtIP2cu9hjg+bqjSs=", + "shasum": "gQiO8fVEprpTWs09iUb8E54xy+NfJqwbRRXR1szi9c8=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "9.3.0", + "platformVersion": "10.0.0", "manifestVersion": "0.1" } From 9909d2270258e12a81e1878a5deabf8af6ce93f3 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 2 Oct 2025 12:18:57 +0200 Subject: [PATCH 6/6] Update E2E manifest --- .../src/commands/watch/__test__/invalid/snap.manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/snaps-cli/src/commands/watch/__test__/invalid/snap.manifest.json b/packages/snaps-cli/src/commands/watch/__test__/invalid/snap.manifest.json index c4c8d53996..561760005f 100644 --- a/packages/snaps-cli/src/commands/watch/__test__/invalid/snap.manifest.json +++ b/packages/snaps-cli/src/commands/watch/__test__/invalid/snap.manifest.json @@ -3,7 +3,7 @@ "description": "E2E test for Snap `watch` command with invalid manifest", "proposedName": "E2E Test", "source": { - "shasum": "9r/u7rEURvdwOi8MZc9nccNVNdIFgcMXjQCGIn9Mx/s=", + "shasum": "6XwK8YFZSsqsvSmij9sI/i3JHYQA7NDndJMCLtGNSus=", "location": { "npm": { "filePath": "bundle.js", @@ -13,6 +13,6 @@ } }, "initialPermissions": {}, - "platformVersion": "9.3.0", + "platformVersion": "10.0.0", "manifestVersion": "0.1" }