From 859fc465faf86d9dfe6e3af0069cc9c83bef2b75 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 18 Dec 2025 09:47:35 +0100 Subject: [PATCH 1/6] Initialize Release 137.0.0 --- packages/create-snap/CHANGELOG.md | 21 ++++++ .../packages/background-events/CHANGELOG.md | 21 ++++++ packages/examples/packages/bip32/CHANGELOG.md | 43 +++++++++++ packages/examples/packages/bip44/CHANGELOG.md | 43 +++++++++++ .../packages/client-status/CHANGELOG.md | 56 +++++++++++++++ .../packages/cronjob-duration/CHANGELOG.md | 14 ++++ .../examples/packages/cronjobs/CHANGELOG.md | 45 ++++++++++++ .../examples/packages/dialogs/CHANGELOG.md | 64 +++++++++++++++++ .../examples/packages/errors/CHANGELOG.md | 46 ++++++++++++ .../packages/ethereum-provider/CHANGELOG.md | 27 +++++++ .../examples/packages/ethers-js/CHANGELOG.md | 61 ++++++++++++++++ .../packages/file-upload/CHANGELOG.md | 67 +++++++++++++++++ .../packages/get-entropy/CHANGELOG.md | 40 +++++++++++ .../examples/packages/get-file/CHANGELOG.md | 55 ++++++++++++++ .../examples/packages/home-page/CHANGELOG.md | 52 ++++++++++++++ .../examples/packages/images/CHANGELOG.md | 61 ++++++++++++++++ .../packages/consumer-signer/CHANGELOG.md | 66 +++++++++++++++++ .../packages/core-signer/CHANGELOG.md | 71 +++++++++++++++++++ .../examples/packages/json-rpc/CHANGELOG.md | 54 ++++++++++++++ packages/examples/packages/jsx/CHANGELOG.md | 63 ++++++++++++++++ .../packages/lifecycle-hooks/CHANGELOG.md | 8 +++ .../packages/localization/CHANGELOG.md | 56 +++++++++++++++ .../packages/manage-state/CHANGELOG.md | 48 +++++++++++++ .../packages/name-lookup/CHANGELOG.md | 48 +++++++++++++ .../packages/network-access/CHANGELOG.md | 19 +++++ .../packages/notifications/CHANGELOG.md | 39 ++++++++++ .../packages/preferences/CHANGELOG.md | 33 +++++++++ .../packages/preinstalled/CHANGELOG.md | 4 ++ .../examples/packages/protocol/CHANGELOG.md | 41 +++++++++++ .../packages/rollup-plugin/CHANGELOG.md | 54 ++++++++++++++ .../examples/packages/send-flow/CHANGELOG.md | 21 ++++++ .../packages/signature-insights/CHANGELOG.md | 53 ++++++++++++++ .../transaction-insights/CHANGELOG.md | 60 ++++++++++++++++ packages/examples/packages/wasm/CHANGELOG.md | 27 +++++++ .../packages/webpack-plugin/CHANGELOG.md | 32 +++++++++ packages/snaps-cli/CHANGELOG.md | 11 +++ packages/snaps-controllers/CHANGELOG.md | 6 ++ .../snaps-execution-environments/CHANGELOG.md | 5 ++ packages/snaps-rollup-plugin/CHANGELOG.md | 5 ++ packages/snaps-rpc-methods/CHANGELOG.md | 5 ++ packages/snaps-sandbox/CHANGELOG.md | 15 ++++ packages/snaps-sdk/CHANGELOG.md | 4 ++ packages/snaps-simulation/CHANGELOG.md | 4 ++ packages/snaps-utils/CHANGELOG.md | 4 ++ 44 files changed, 1572 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..0b79ae2f86 100644 --- a/packages/examples/packages/background-events/CHANGELOG.md +++ b/packages/examples/packages/background-events/CHANGELOG.md @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..0b8edd8f63 100644 --- a/packages/examples/packages/bip32/CHANGELOG.md +++ b/packages/examples/packages/bip32/CHANGELOG.md @@ -7,6 +7,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..a809f667d9 100644 --- a/packages/examples/packages/bip44/CHANGELOG.md +++ b/packages/examples/packages/bip44/CHANGELOG.md @@ -7,6 +7,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..57776ff3d7 100644 --- a/packages/examples/packages/client-status/CHANGELOG.md +++ b/packages/examples/packages/client-status/CHANGELOG.md @@ -7,6 +7,62 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- feat: Include versions in `snap_getClientStatus` ([#3724](https://github.com/MetaMask/snaps/pull/3724)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..213844c10c 100644 --- a/packages/examples/packages/cronjob-duration/CHANGELOG.md +++ b/packages/examples/packages/cronjob-duration/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..2a9a2dec4f 100644 --- a/packages/examples/packages/cronjobs/CHANGELOG.md +++ b/packages/examples/packages/cronjobs/CHANGELOG.md @@ -7,6 +7,51 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..7c15c8a735 100644 --- a/packages/examples/packages/dialogs/CHANGELOG.md +++ b/packages/examples/packages/dialogs/CHANGELOG.md @@ -7,6 +7,70 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- fix: Allow `null` in `InputChangeEvent` value field ([#3722](https://github.com/MetaMask/snaps/pull/3722)) +- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..09a813ca3a 100644 --- a/packages/examples/packages/errors/CHANGELOG.md +++ b/packages/examples/packages/errors/CHANGELOG.md @@ -7,6 +7,52 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..67cdeb796f 100644 --- a/packages/examples/packages/ethereum-provider/CHANGELOG.md +++ b/packages/examples/packages/ethereum-provider/CHANGELOG.md @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..35c58d093b 100644 --- a/packages/examples/packages/ethers-js/CHANGELOG.md +++ b/packages/examples/packages/ethers-js/CHANGELOG.md @@ -7,6 +7,67 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..34215c5209 100644 --- a/packages/examples/packages/file-upload/CHANGELOG.md +++ b/packages/examples/packages/file-upload/CHANGELOG.md @@ -7,6 +7,73 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- fix: Allow `null` in `InputChangeEvent` value field ([#3722](https://github.com/MetaMask/snaps/pull/3722)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..6762b62c93 100644 --- a/packages/examples/packages/get-entropy/CHANGELOG.md +++ b/packages/examples/packages/get-entropy/CHANGELOG.md @@ -7,6 +7,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..9f8d0b6f8e 100644 --- a/packages/examples/packages/get-file/CHANGELOG.md +++ b/packages/examples/packages/get-file/CHANGELOG.md @@ -7,6 +7,61 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..d17d67b521 100644 --- a/packages/examples/packages/home-page/CHANGELOG.md +++ b/packages/examples/packages/home-page/CHANGELOG.md @@ -7,6 +7,58 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- fix: Allow `null` in `InputChangeEvent` value field ([#3722](https://github.com/MetaMask/snaps/pull/3722)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..de061698f1 100644 --- a/packages/examples/packages/images/CHANGELOG.md +++ b/packages/examples/packages/images/CHANGELOG.md @@ -7,6 +7,67 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- feat: Allow external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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/invoke-snap/packages/consumer-signer/CHANGELOG.md b/packages/examples/packages/invoke-snap/packages/consumer-signer/CHANGELOG.md index 0e9c0a1d22..d752671efe 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,72 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..7c4d2be713 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,77 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..acb700c802 100644 --- a/packages/examples/packages/json-rpc/CHANGELOG.md +++ b/packages/examples/packages/json-rpc/CHANGELOG.md @@ -7,6 +7,60 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..299d865a51 100644 --- a/packages/examples/packages/jsx/CHANGELOG.md +++ b/packages/examples/packages/jsx/CHANGELOG.md @@ -7,6 +7,69 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- fix: Allow `null` in `InputChangeEvent` value field ([#3722](https://github.com/MetaMask/snaps/pull/3722)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..efba5a1b94 100644 --- a/packages/examples/packages/lifecycle-hooks/CHANGELOG.md +++ b/packages/examples/packages/lifecycle-hooks/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..3988a11498 100644 --- a/packages/examples/packages/localization/CHANGELOG.md +++ b/packages/examples/packages/localization/CHANGELOG.md @@ -7,6 +7,62 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..9b413f30f9 100644 --- a/packages/examples/packages/manage-state/CHANGELOG.md +++ b/packages/examples/packages/manage-state/CHANGELOG.md @@ -7,6 +7,54 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..0820e8257a 100644 --- a/packages/examples/packages/name-lookup/CHANGELOG.md +++ b/packages/examples/packages/name-lookup/CHANGELOG.md @@ -7,6 +7,54 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..f579cce0b6 100644 --- a/packages/examples/packages/network-access/CHANGELOG.md +++ b/packages/examples/packages/network-access/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..1558b2ad4b 100644 --- a/packages/examples/packages/notifications/CHANGELOG.md +++ b/packages/examples/packages/notifications/CHANGELOG.md @@ -7,6 +7,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..9965249abb 100644 --- a/packages/examples/packages/preferences/CHANGELOG.md +++ b/packages/examples/packages/preferences/CHANGELOG.md @@ -7,6 +7,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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 44a265d7e4..8cf4af1cb5 100644 --- a/packages/examples/packages/preinstalled/CHANGELOG.md +++ b/packages/examples/packages/preinstalled/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) + ## [0.7.2] ### Fixed diff --git a/packages/examples/packages/protocol/CHANGELOG.md b/packages/examples/packages/protocol/CHANGELOG.md index d36ec2ae60..11b24ccbea 100644 --- a/packages/examples/packages/protocol/CHANGELOG.md +++ b/packages/examples/packages/protocol/CHANGELOG.md @@ -7,6 +7,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..8c95c94100 100644 --- a/packages/examples/packages/rollup-plugin/CHANGELOG.md +++ b/packages/examples/packages/rollup-plugin/CHANGELOG.md @@ -7,6 +7,60 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..6b41a8f1a4 100644 --- a/packages/examples/packages/send-flow/CHANGELOG.md +++ b/packages/examples/packages/send-flow/CHANGELOG.md @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- fix: Allow `null` in `InputChangeEvent` value field ([#3722](https://github.com/MetaMask/snaps/pull/3722)) +- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..6d90e67a1c 100644 --- a/packages/examples/packages/signature-insights/CHANGELOG.md +++ b/packages/examples/packages/signature-insights/CHANGELOG.md @@ -7,6 +7,59 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..b8ceda97b3 100644 --- a/packages/examples/packages/transaction-insights/CHANGELOG.md +++ b/packages/examples/packages/transaction-insights/CHANGELOG.md @@ -7,6 +7,66 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..aeb9e86838 100644 --- a/packages/examples/packages/wasm/CHANGELOG.md +++ b/packages/examples/packages/wasm/CHANGELOG.md @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..c577d3e8fc 100644 --- a/packages/examples/packages/webpack-plugin/CHANGELOG.md +++ b/packages/examples/packages/webpack-plugin/CHANGELOG.md @@ -7,6 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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..b3b033979a 100644 --- a/packages/snaps-cli/CHANGELOG.md +++ b/packages/snaps-cli/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) +- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) +- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) +- 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 5bdc2f15c7..628e2ca9d7 100644 --- a/packages/snaps-controllers/CHANGELOG.md +++ b/packages/snaps-controllers/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- perf: Skip updating registry if signature has not changed ([#3779](https://github.com/MetaMask/snaps/pull/3779)) +- feat: Add `isReady` state property ([#3778](https://github.com/MetaMask/snaps/pull/3778)) +- feat: Allow external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) + ## [17.1.2] ### Fixed diff --git a/packages/snaps-execution-environments/CHANGELOG.md b/packages/snaps-execution-environments/CHANGELOG.md index ae673cbebf..9cfbc592b7 100644 --- a/packages/snaps-execution-environments/CHANGELOG.md +++ b/packages/snaps-execution-environments/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- feat: Allow external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) +- chore: Bump lavamoat from 10.0.2 to 10.0.5 ([#3771](https://github.com/MetaMask/snaps/pull/3771)) + ## [10.3.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 7bbd556646..5d6190a6d6 100644 --- a/packages/snaps-rpc-methods/CHANGELOG.md +++ b/packages/snaps-rpc-methods/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- feat: Add `DateTimePicker` component ([#3698](https://github.com/MetaMask/snaps/pull/3698)) +- chore: Bump @metamask/permission-controller from 12.1.0 to 12.1.1 ([#3746](https://github.com/MetaMask/snaps/pull/3746)) + ## [14.1.1] ### Fixed diff --git a/packages/snaps-sandbox/CHANGELOG.md b/packages/snaps-sandbox/CHANGELOG.md index c2a10c9baa..5f5d3830e7 100644 --- a/packages/snaps-sandbox/CHANGELOG.md +++ b/packages/snaps-sandbox/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump vite from 6.3.4 to 6.4.1 in the npm_and_yarn group across 1 directory ([#3633](https://github.com/MetaMask/snaps/pull/3633)) +- 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 a1670757f4..029a524222 100644 --- a/packages/snaps-sdk/CHANGELOG.md +++ b/packages/snaps-sdk/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- feat: Allow external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) + ## [10.2.0] ### Added diff --git a/packages/snaps-simulation/CHANGELOG.md b/packages/snaps-simulation/CHANGELOG.md index 6b2ab20aba..b9f61eb8ba 100644 --- a/packages/snaps-simulation/CHANGELOG.md +++ b/packages/snaps-simulation/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- feat: Allow external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) + ## [3.6.0] ### Added diff --git a/packages/snaps-utils/CHANGELOG.md b/packages/snaps-utils/CHANGELOG.md index 02084172da..1b2efbb786 100644 --- a/packages/snaps-utils/CHANGELOG.md +++ b/packages/snaps-utils/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- feat: Allow external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) + ## [11.6.3] ### Changed From 51bc84eb4ada571e949d13c12107294a063551ca Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 18 Dec 2025 09:52:54 +0100 Subject: [PATCH 2/6] Update Release 137.0.0 --- package.json | 2 +- packages/create-snap/CHANGELOG.md | 21 ------ .../packages/background-events/CHANGELOG.md | 21 ------ packages/examples/packages/bip32/CHANGELOG.md | 43 ----------- packages/examples/packages/bip44/CHANGELOG.md | 43 ----------- .../packages/client-status/CHANGELOG.md | 56 --------------- .../packages/cronjob-duration/CHANGELOG.md | 14 ---- .../examples/packages/cronjobs/CHANGELOG.md | 45 ------------ .../examples/packages/dialogs/CHANGELOG.md | 64 ----------------- .../examples/packages/errors/CHANGELOG.md | 46 ------------ .../packages/ethereum-provider/CHANGELOG.md | 27 ------- .../examples/packages/ethers-js/CHANGELOG.md | 61 ---------------- .../packages/file-upload/CHANGELOG.md | 67 ----------------- .../packages/get-entropy/CHANGELOG.md | 40 ----------- .../examples/packages/get-file/CHANGELOG.md | 55 -------------- .../examples/packages/home-page/CHANGELOG.md | 52 -------------- .../examples/packages/images/CHANGELOG.md | 5 +- .../examples/packages/images/package.json | 2 +- .../packages/consumer-signer/CHANGELOG.md | 66 ----------------- .../packages/core-signer/CHANGELOG.md | 71 ------------------- .../examples/packages/json-rpc/CHANGELOG.md | 54 -------------- packages/examples/packages/jsx/CHANGELOG.md | 63 ---------------- .../packages/lifecycle-hooks/CHANGELOG.md | 8 --- .../packages/localization/CHANGELOG.md | 56 --------------- .../packages/manage-state/CHANGELOG.md | 48 ------------- .../packages/name-lookup/CHANGELOG.md | 48 ------------- .../packages/network-access/CHANGELOG.md | 19 ----- .../packages/notifications/CHANGELOG.md | 39 ---------- .../packages/preferences/CHANGELOG.md | 33 --------- .../packages/preinstalled/CHANGELOG.md | 4 -- .../examples/packages/protocol/CHANGELOG.md | 41 ----------- .../packages/rollup-plugin/CHANGELOG.md | 54 -------------- .../examples/packages/send-flow/CHANGELOG.md | 21 ------ .../packages/signature-insights/CHANGELOG.md | 53 -------------- .../transaction-insights/CHANGELOG.md | 60 ---------------- packages/examples/packages/wasm/CHANGELOG.md | 27 ------- .../packages/webpack-plugin/CHANGELOG.md | 32 --------- packages/snaps-cli/CHANGELOG.md | 11 --- packages/snaps-controllers/CHANGELOG.md | 5 +- packages/snaps-controllers/package.json | 2 +- .../snaps-execution-environments/CHANGELOG.md | 5 -- packages/snaps-jest/CHANGELOG.md | 5 +- packages/snaps-jest/package.json | 2 +- packages/snaps-rollup-plugin/CHANGELOG.md | 5 -- packages/snaps-rpc-methods/CHANGELOG.md | 5 -- packages/snaps-sandbox/CHANGELOG.md | 15 ---- 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/test-snaps/CHANGELOG.md | 5 +- packages/test-snaps/package.json | 2 +- 54 files changed, 36 insertions(+), 1508 deletions(-) diff --git a/package.json b/package.json index 573556a04b..28d4201aec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "136.0.0", + "version": "137.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 0b79ae2f86..8c940ac373 100644 --- a/packages/examples/packages/background-events/CHANGELOG.md +++ b/packages/examples/packages/background-events/CHANGELOG.md @@ -7,27 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 0b8edd8f63..dad0865139 100644 --- a/packages/examples/packages/bip32/CHANGELOG.md +++ b/packages/examples/packages/bip32/CHANGELOG.md @@ -7,49 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 a809f667d9..06a701cdac 100644 --- a/packages/examples/packages/bip44/CHANGELOG.md +++ b/packages/examples/packages/bip44/CHANGELOG.md @@ -7,49 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 57776ff3d7..b8667fca88 100644 --- a/packages/examples/packages/client-status/CHANGELOG.md +++ b/packages/examples/packages/client-status/CHANGELOG.md @@ -7,62 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- feat: Include versions in `snap_getClientStatus` ([#3724](https://github.com/MetaMask/snaps/pull/3724)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 213844c10c..4ae1865427 100644 --- a/packages/examples/packages/cronjob-duration/CHANGELOG.md +++ b/packages/examples/packages/cronjob-duration/CHANGELOG.md @@ -7,20 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 2a9a2dec4f..3b2bd2cbe1 100644 --- a/packages/examples/packages/cronjobs/CHANGELOG.md +++ b/packages/examples/packages/cronjobs/CHANGELOG.md @@ -7,51 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 7c15c8a735..c3a0467810 100644 --- a/packages/examples/packages/dialogs/CHANGELOG.md +++ b/packages/examples/packages/dialogs/CHANGELOG.md @@ -7,70 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- fix: Allow `null` in `InputChangeEvent` value field ([#3722](https://github.com/MetaMask/snaps/pull/3722)) -- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 09a813ca3a..c8d01f72d8 100644 --- a/packages/examples/packages/errors/CHANGELOG.md +++ b/packages/examples/packages/errors/CHANGELOG.md @@ -7,52 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 67cdeb796f..ee987ba70c 100644 --- a/packages/examples/packages/ethereum-provider/CHANGELOG.md +++ b/packages/examples/packages/ethereum-provider/CHANGELOG.md @@ -7,33 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 35c58d093b..d31b3a24e9 100644 --- a/packages/examples/packages/ethers-js/CHANGELOG.md +++ b/packages/examples/packages/ethers-js/CHANGELOG.md @@ -7,67 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 34215c5209..9f5ae2d0cb 100644 --- a/packages/examples/packages/file-upload/CHANGELOG.md +++ b/packages/examples/packages/file-upload/CHANGELOG.md @@ -7,73 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- fix: Allow `null` in `InputChangeEvent` value field ([#3722](https://github.com/MetaMask/snaps/pull/3722)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 6762b62c93..4851d61bfa 100644 --- a/packages/examples/packages/get-entropy/CHANGELOG.md +++ b/packages/examples/packages/get-entropy/CHANGELOG.md @@ -7,46 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 9f8d0b6f8e..02c356df4a 100644 --- a/packages/examples/packages/get-file/CHANGELOG.md +++ b/packages/examples/packages/get-file/CHANGELOG.md @@ -7,61 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 d17d67b521..78434e6f40 100644 --- a/packages/examples/packages/home-page/CHANGELOG.md +++ b/packages/examples/packages/home-page/CHANGELOG.md @@ -7,58 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- fix: Allow `null` in `InputChangeEvent` value field ([#3722](https://github.com/MetaMask/snaps/pull/3722)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 de061698f1..3be8411308 100644 --- a/packages/examples/packages/images/CHANGELOG.md +++ b/packages/examples/packages/images/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0] + ### Uncategorized - feat: Allow external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) @@ -87,7 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add images example Snap ([#2002](https://github.com/MetaMask/snaps/pull/2002)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/images-example-snap@1.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/images-example-snap@1.2.0...HEAD +[1.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/images-example-snap@1.1.1...@metamask/images-example-snap@1.2.0 [1.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/images-example-snap@1.1.0...@metamask/images-example-snap@1.1.1 [1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/images-example-snap@1.0.0...@metamask/images-example-snap@1.1.0 [1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/images-example-snap@1.0.0 diff --git a/packages/examples/packages/images/package.json b/packages/examples/packages/images/package.json index 6f5d74b779..ec4b6239d2 100644 --- a/packages/examples/packages/images/package.json +++ b/packages/examples/packages/images/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/images-example-snap", - "version": "1.1.1", + "version": "1.2.0", "description": "MetaMask example Snap demonstrating how to render images in Snaps UI", "keywords": [ "MetaMask", 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 d752671efe..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,72 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 7c4d2be713..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,77 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 acb700c802..0d0a1d5636 100644 --- a/packages/examples/packages/json-rpc/CHANGELOG.md +++ b/packages/examples/packages/json-rpc/CHANGELOG.md @@ -7,60 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 299d865a51..e0081abb28 100644 --- a/packages/examples/packages/jsx/CHANGELOG.md +++ b/packages/examples/packages/jsx/CHANGELOG.md @@ -7,69 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- fix: Allow `null` in `InputChangeEvent` value field ([#3722](https://github.com/MetaMask/snaps/pull/3722)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 efba5a1b94..05347e8ce8 100644 --- a/packages/examples/packages/lifecycle-hooks/CHANGELOG.md +++ b/packages/examples/packages/lifecycle-hooks/CHANGELOG.md @@ -7,14 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 3988a11498..43ffbf90d3 100644 --- a/packages/examples/packages/localization/CHANGELOG.md +++ b/packages/examples/packages/localization/CHANGELOG.md @@ -7,62 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 9b413f30f9..f901986365 100644 --- a/packages/examples/packages/manage-state/CHANGELOG.md +++ b/packages/examples/packages/manage-state/CHANGELOG.md @@ -7,54 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 0820e8257a..90f93a8125 100644 --- a/packages/examples/packages/name-lookup/CHANGELOG.md +++ b/packages/examples/packages/name-lookup/CHANGELOG.md @@ -7,54 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 f579cce0b6..23c13494c8 100644 --- a/packages/examples/packages/network-access/CHANGELOG.md +++ b/packages/examples/packages/network-access/CHANGELOG.md @@ -7,25 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 1558b2ad4b..f40a4a8ba4 100644 --- a/packages/examples/packages/notifications/CHANGELOG.md +++ b/packages/examples/packages/notifications/CHANGELOG.md @@ -7,45 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 9965249abb..0400fe8ecc 100644 --- a/packages/examples/packages/preferences/CHANGELOG.md +++ b/packages/examples/packages/preferences/CHANGELOG.md @@ -7,39 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 8cf4af1cb5..44a265d7e4 100644 --- a/packages/examples/packages/preinstalled/CHANGELOG.md +++ b/packages/examples/packages/preinstalled/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) - ## [0.7.2] ### Fixed diff --git a/packages/examples/packages/protocol/CHANGELOG.md b/packages/examples/packages/protocol/CHANGELOG.md index 11b24ccbea..d36ec2ae60 100644 --- a/packages/examples/packages/protocol/CHANGELOG.md +++ b/packages/examples/packages/protocol/CHANGELOG.md @@ -7,47 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 8c95c94100..15833cbff7 100644 --- a/packages/examples/packages/rollup-plugin/CHANGELOG.md +++ b/packages/examples/packages/rollup-plugin/CHANGELOG.md @@ -7,60 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 6b41a8f1a4..4ddf4746ab 100644 --- a/packages/examples/packages/send-flow/CHANGELOG.md +++ b/packages/examples/packages/send-flow/CHANGELOG.md @@ -7,27 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- fix: Allow `null` in `InputChangeEvent` value field ([#3722](https://github.com/MetaMask/snaps/pull/3722)) -- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 6d90e67a1c..bfdfe220f5 100644 --- a/packages/examples/packages/signature-insights/CHANGELOG.md +++ b/packages/examples/packages/signature-insights/CHANGELOG.md @@ -7,59 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 b8ceda97b3..6538feeaff 100644 --- a/packages/examples/packages/transaction-insights/CHANGELOG.md +++ b/packages/examples/packages/transaction-insights/CHANGELOG.md @@ -7,66 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 aeb9e86838..07a153ec9b 100644 --- a/packages/examples/packages/wasm/CHANGELOG.md +++ b/packages/examples/packages/wasm/CHANGELOG.md @@ -7,33 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 c577d3e8fc..ab6b7f7eee 100644 --- a/packages/examples/packages/webpack-plugin/CHANGELOG.md +++ b/packages/examples/packages/webpack-plugin/CHANGELOG.md @@ -7,38 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 b3b033979a..8bd1031bb2 100644 --- a/packages/snaps-cli/CHANGELOG.md +++ b/packages/snaps-cli/CHANGELOG.md @@ -7,17 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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 628e2ca9d7..d5f679fbe0 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] +## [17.2.0] + ### Uncategorized - perf: Skip updating registry if signature has not changed ([#3779](https://github.com/MetaMask/snaps/pull/3779)) @@ -1002,7 +1004,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@17.1.2...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@17.2.0...HEAD +[17.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@17.1.2...@metamask/snaps-controllers@17.2.0 [17.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@17.1.1...@metamask/snaps-controllers@17.1.2 [17.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@17.1.0...@metamask/snaps-controllers@17.1.1 [17.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@17.0.0...@metamask/snaps-controllers@17.1.0 diff --git a/packages/snaps-controllers/package.json b/packages/snaps-controllers/package.json index 8da65dd465..a8915aef13 100644 --- a/packages/snaps-controllers/package.json +++ b/packages/snaps-controllers/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-controllers", - "version": "17.1.2", + "version": "17.2.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 9cfbc592b7..ae673cbebf 100644 --- a/packages/snaps-execution-environments/CHANGELOG.md +++ b/packages/snaps-execution-environments/CHANGELOG.md @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- feat: Allow external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) -- chore: Bump lavamoat from 10.0.2 to 10.0.5 ([#3771](https://github.com/MetaMask/snaps/pull/3771)) - ## [10.3.0] ### Added diff --git a/packages/snaps-jest/CHANGELOG.md b/packages/snaps-jest/CHANGELOG.md index 763e7e9f5a..be71989e0a 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.7.0] + ## [9.6.0] ### Added @@ -444,7 +446,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.6.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.7.0...HEAD +[9.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.6.0...@metamask/snaps-jest@9.7.0 [9.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.5.1...@metamask/snaps-jest@9.6.0 [9.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.5.0...@metamask/snaps-jest@9.5.1 [9.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.4.1...@metamask/snaps-jest@9.5.0 diff --git a/packages/snaps-jest/package.json b/packages/snaps-jest/package.json index 382ba66066..646748af34 100644 --- a/packages/snaps-jest/package.json +++ b/packages/snaps-jest/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-jest", - "version": "9.6.0", + "version": "9.7.0", "description": "A Jest preset for end-to-end testing MetaMask Snaps, including a Jest environment, and a set of Jest matchers", "keywords": [ "MetaMask", diff --git a/packages/snaps-rollup-plugin/CHANGELOG.md b/packages/snaps-rollup-plugin/CHANGELOG.md index 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 5d6190a6d6..7bbd556646 100644 --- a/packages/snaps-rpc-methods/CHANGELOG.md +++ b/packages/snaps-rpc-methods/CHANGELOG.md @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- feat: Add `DateTimePicker` component ([#3698](https://github.com/MetaMask/snaps/pull/3698)) -- chore: Bump @metamask/permission-controller from 12.1.0 to 12.1.1 ([#3746](https://github.com/MetaMask/snaps/pull/3746)) - ## [14.1.1] ### Fixed diff --git a/packages/snaps-sandbox/CHANGELOG.md b/packages/snaps-sandbox/CHANGELOG.md index 5f5d3830e7..c2a10c9baa 100644 --- a/packages/snaps-sandbox/CHANGELOG.md +++ b/packages/snaps-sandbox/CHANGELOG.md @@ -7,21 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump vite from 6.3.4 to 6.4.1 in the npm_and_yarn group across 1 directory ([#3633](https://github.com/MetaMask/snaps/pull/3633)) -- 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 029a524222..3d836af072 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.3.0] + ### Uncategorized - feat: Allow external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) @@ -677,7 +679,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@10.2.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@10.3.0...HEAD +[10.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@10.2.0...@metamask/snaps-sdk@10.3.0 [10.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@10.1.0...@metamask/snaps-sdk@10.2.0 [10.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@10.0.0...@metamask/snaps-sdk@10.1.0 [10.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@9.3.0...@metamask/snaps-sdk@10.0.0 diff --git a/packages/snaps-sdk/package.json b/packages/snaps-sdk/package.json index 18dbe970fa..86c8270777 100644 --- a/packages/snaps-sdk/package.json +++ b/packages/snaps-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-sdk", - "version": "10.2.0", + "version": "10.3.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 b9f61eb8ba..3ae6f42588 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.7.0] + ### Uncategorized - feat: Allow external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) @@ -250,7 +252,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.6.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@3.7.0...HEAD +[3.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@3.6.0...@metamask/snaps-simulation@3.7.0 [3.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@3.5.1...@metamask/snaps-simulation@3.6.0 [3.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@3.5.0...@metamask/snaps-simulation@3.5.1 [3.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@3.4.2...@metamask/snaps-simulation@3.5.0 diff --git a/packages/snaps-simulation/package.json b/packages/snaps-simulation/package.json index aa719ee5a9..c07608517c 100644 --- a/packages/snaps-simulation/package.json +++ b/packages/snaps-simulation/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-simulation", - "version": "3.6.0", + "version": "3.7.0", "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 1b2efbb786..0294df3e72 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.7.0] + ### Uncategorized - feat: Allow external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) @@ -740,7 +742,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.6.3...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@11.7.0...HEAD +[11.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@11.6.3...@metamask/snaps-utils@11.7.0 [11.6.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@11.6.2...@metamask/snaps-utils@11.6.3 [11.6.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@11.6.1...@metamask/snaps-utils@11.6.2 [11.6.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@11.6.0...@metamask/snaps-utils@11.6.1 diff --git a/packages/snaps-utils/package.json b/packages/snaps-utils/package.json index 1bc5994abf..ab5dbbb905 100644 --- a/packages/snaps-utils/package.json +++ b/packages/snaps-utils/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-utils", - "version": "11.6.3", + "version": "11.7.0", "description": "A collection of utilities for MetaMask Snaps", "keywords": [ "MetaMask", diff --git a/packages/test-snaps/CHANGELOG.md b/packages/test-snaps/CHANGELOG.md index 8ee0c4b980..3bb6d5b1d7 100644 --- a/packages/test-snaps/CHANGELOG.md +++ b/packages/test-snaps/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.0] + ## [3.1.0] ### Added @@ -404,7 +406,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix NPM package name of the network access snap ([#1621](https://github.com/MetaMask/snaps/pull/1621)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.2.0...HEAD +[3.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.1.0...@metamask/test-snaps@3.2.0 [3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.0.0...@metamask/test-snaps@3.1.0 [3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.28.1...@metamask/test-snaps@3.0.0 [2.28.1]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.28.0...@metamask/test-snaps@2.28.1 diff --git a/packages/test-snaps/package.json b/packages/test-snaps/package.json index bbdbc97d7a..21130b9c3e 100644 --- a/packages/test-snaps/package.json +++ b/packages/test-snaps/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/test-snaps", - "version": "3.1.0", + "version": "3.2.0", "description": "The test snaps website for MetaMask Snaps, used for end-to-end testing", "keywords": [ "MetaMask", From 509882e29298aab7adbdc4e96a53098ccb768d0f Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 18 Dec 2025 09:55:34 +0100 Subject: [PATCH 3/6] Update CHANGELOGs --- .../examples/packages/images/CHANGELOG.md | 63 +------------------ packages/snaps-controllers/CHANGELOG.md | 11 ++-- packages/snaps-jest/CHANGELOG.md | 4 ++ packages/snaps-sdk/CHANGELOG.md | 4 +- packages/snaps-simulation/CHANGELOG.md | 4 +- packages/snaps-utils/CHANGELOG.md | 4 +- 6 files changed, 20 insertions(+), 70 deletions(-) diff --git a/packages/examples/packages/images/CHANGELOG.md b/packages/examples/packages/images/CHANGELOG.md index 3be8411308..40492c1c9d 100644 --- a/packages/examples/packages/images/CHANGELOG.md +++ b/packages/examples/packages/images/CHANGELOG.md @@ -9,66 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.2.0] -### Uncategorized - -- feat: Allow external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) -- release: `134.0.0` ([#3761](https://github.com/MetaMask/snaps/pull/3761)) -- release: `131.0.0` ([#3730](https://github.com/MetaMask/snaps/pull/3730)) -- chore: Bump @metamask/phishing-controller from 13.1.0 to 15.0.0 ([#3707](https://github.com/MetaMask/snaps/pull/3707)) -- release: `126.0.0` ([#3662](https://github.com/MetaMask/snaps/pull/3662)) -- 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)) +### Added + +- Use external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) ## [1.1.1] diff --git a/packages/snaps-controllers/CHANGELOG.md b/packages/snaps-controllers/CHANGELOG.md index d5f679fbe0..f8341b7e47 100644 --- a/packages/snaps-controllers/CHANGELOG.md +++ b/packages/snaps-controllers/CHANGELOG.md @@ -9,11 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [17.2.0] -### Uncategorized +### Added + +- Add `isReady` state property ([#3778](https://github.com/MetaMask/snaps/pull/3778)) +- Add support for external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) + +### Changed -- perf: Skip updating registry if signature has not changed ([#3779](https://github.com/MetaMask/snaps/pull/3779)) -- feat: Add `isReady` state property ([#3778](https://github.com/MetaMask/snaps/pull/3778)) -- feat: Allow external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) +- Skip updating registry if signature has not changed ([#3779](https://github.com/MetaMask/snaps/pull/3779)) ## [17.1.2] diff --git a/packages/snaps-jest/CHANGELOG.md b/packages/snaps-jest/CHANGELOG.md index be71989e0a..a4193d5a09 100644 --- a/packages/snaps-jest/CHANGELOG.md +++ b/packages/snaps-jest/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [9.7.0] +### Added + +- Add support for external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) + ## [9.6.0] ### Added diff --git a/packages/snaps-sdk/CHANGELOG.md b/packages/snaps-sdk/CHANGELOG.md index 3d836af072..6febcdf654 100644 --- a/packages/snaps-sdk/CHANGELOG.md +++ b/packages/snaps-sdk/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [10.3.0] -### Uncategorized +### Added -- feat: Allow external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) +- Add support for external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) ## [10.2.0] diff --git a/packages/snaps-simulation/CHANGELOG.md b/packages/snaps-simulation/CHANGELOG.md index 3ae6f42588..7c8178b269 100644 --- a/packages/snaps-simulation/CHANGELOG.md +++ b/packages/snaps-simulation/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.7.0] -### Uncategorized +### Added -- feat: Allow external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) +- Add support for external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) ## [3.6.0] diff --git a/packages/snaps-utils/CHANGELOG.md b/packages/snaps-utils/CHANGELOG.md index 0294df3e72..d99d832c71 100644 --- a/packages/snaps-utils/CHANGELOG.md +++ b/packages/snaps-utils/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [11.7.0] -### Uncategorized +### Added -- feat: Allow external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) +- Add support for external images ([#3769](https://github.com/MetaMask/snaps/pull/3769)) ## [11.6.3] From e79b828535dc2f71af81c709d091eb5a30861eea Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 18 Dec 2025 09:57:27 +0100 Subject: [PATCH 4/6] Update CHANGELOG Updated CHANGELOG to reflect changes in version 3.2.0. --- packages/test-snaps/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/test-snaps/CHANGELOG.md b/packages/test-snaps/CHANGELOG.md index 3bb6d5b1d7..a2228462b8 100644 --- a/packages/test-snaps/CHANGELOG.md +++ b/packages/test-snaps/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.2.0] +### Changed + +- Use latest versions of example Snaps ([#3780](https://github.com/MetaMask/snaps/pull/3780)) + ## [3.1.0] ### Added From c14d84b89eb5ce7b8fd43c39aeb606592f7d5307 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 18 Dec 2025 09:59:43 +0100 Subject: [PATCH 5/6] Update manifests --- .../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 | 6 +++--- .../examples/packages/interactive-ui/snap.manifest.json | 4 ++-- .../invoke-snap/packages/consumer-signer/snap.manifest.json | 4 ++-- .../invoke-snap/packages/core-signer/snap.manifest.json | 4 ++-- packages/examples/packages/json-rpc/snap.manifest.json | 4 ++-- packages/examples/packages/jsx/snap.manifest.json | 4 ++-- .../examples/packages/lifecycle-hooks/snap.manifest.json | 4 ++-- packages/examples/packages/localization/snap.manifest.json | 4 ++-- packages/examples/packages/manage-state/snap.manifest.json | 4 ++-- packages/examples/packages/name-lookup/snap.manifest.json | 4 ++-- .../examples/packages/network-access/snap.manifest.json | 4 ++-- packages/examples/packages/notifications/snap.manifest.json | 4 ++-- packages/examples/packages/preferences/snap.manifest.json | 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 ++-- .../packages/transaction-insights/snap.manifest.json | 4 ++-- packages/examples/packages/wasm/snap.manifest.json | 4 ++-- .../examples/packages/webpack-plugin/snap.manifest.json | 4 ++-- 35 files changed, 71 insertions(+), 71 deletions(-) diff --git a/packages/examples/packages/background-events/snap.manifest.json b/packages/examples/packages/background-events/snap.manifest.json index 029c01caa0..eba94f4b02 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": "j4fHWGPR+WignsOREWYzf+moGoMzZvmYKq4OFZPQ9n4=", + "shasum": "HTF/g7VSNFOHVSFMVCr/oiCtBQUhnlh7RgoKRrmcfAw=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -24,6 +24,6 @@ "endowment:cronjob": {}, "snap_dialog": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/bip32/snap.manifest.json b/packages/examples/packages/bip32/snap.manifest.json index 000b3b8d86..c7ad93d114 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": "x7pAprSig9Qgs2dAB+v/ZAHtTRxI9KPL+CEXcZVGBno=", + "shasum": "bLh42RUBGIcHxVrXiOOyYxFE4tMsZq3choYigIuOHX0=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -43,6 +43,6 @@ } ] }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/bip44/snap.manifest.json b/packages/examples/packages/bip44/snap.manifest.json index 8121071882..b8c73c5f2d 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": "QYnXRF66dfY1OD70mCxsLr44rXEZgtAj4zj4YC7gCcI=", + "shasum": "x+Z5a2jZziTBbjBocf6x6yYqxWQJy9zpsuXQu/l72tk=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -31,6 +31,6 @@ } ] }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 1685f3fdc5..8428fb0d65 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": "E1e1NH44AQrogv7YBU++7NeIQ1FJHO/rCmfgECl1nDg=", + "shasum": "KNoSMw1x2q8JJuiMHLR2WUfnXgS8+Qigcn6axjNXbnU=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ "snaps": false } }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 6c369f6ec1..a91d892eaa 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": "2shHWjSSpZED5d1e2NxpQfvVc3B00OtE2FKQozq8FU8=", + "shasum": "xEWQkOBI5oBBSFTRNiU/1LOEAO5gzlPP0DXLkOAQHDU=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -29,6 +29,6 @@ }, "snap_notify": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/cronjobs/snap.manifest.json b/packages/examples/packages/cronjobs/snap.manifest.json index 8ac3b91344..19611ba7f0 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": "LWnnLnEGJVLcvVrbCQRxbSEgjHUEHvyuz6yoz04x4bU=", + "shasum": "RD9BmLyccxHIO9Ugvm01WwldnJYCO62Y/gyWsqX/h60=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -29,6 +29,6 @@ }, "snap_dialog": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/dialogs/snap.manifest.json b/packages/examples/packages/dialogs/snap.manifest.json index bf5412930a..8c81e88e73 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": "y0+aXBd6K4/jjEEk5yvUka09S6iWaED5nv8UeeI+nLs=", + "shasum": "6H/xigfH9u0GxJK8FkuVVJMvMMeWzhH8U44v5Co+l68=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "snap_dialog": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/errors/snap.manifest.json b/packages/examples/packages/errors/snap.manifest.json index f7772aaddf..0b68a09378 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": "3n/z3Akq+fx7uvG1Zm0wG3V4DoZSuT3a96/q/NEKTY8=", + "shasum": "ee7rnUVZUIh01iXWM9Eo5E4z7yWceVu+4DIfOXjWa1c=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 39002ec046..aab0909c9d 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": "g4gB4MxOG1HBrhYM+qQD+56mcnyvjX8XBemAcM3yHrQ=", + "shasum": "/yD9JVMe1ppdLCocldK6/6D9Cx0j1+iZQy5Z5INLlEU=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "endowment:ethereum-provider": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 1a2dc3543d..ee6f960d2e 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": "szpFe0Ulccw+O/PiuPaBPZs4H4m11hujpOwlf5QNUeU=", + "shasum": "JvI40BHRDgrfeB75rQhlRoaHO7csK0diC0RrBhW4jxw=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ "snap_dialog": {}, "snap_getEntropy": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 0527963df2..ea4c24c3f4 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": "GJnRk6SBcXr43GsyAmPqV0nd7GcBzPD2PqzxEFVi+bE=", + "shasum": "zDalaFzYqyS1DP6GaUHrA2Ryo60UTubQ+yX7WgxVinM=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -24,6 +24,6 @@ "snap_dialog": {}, "snap_manageState": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 3959496f08..99d793e6a7 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": "Z3ZXUp/kf5PoujYPSXWHuBt7Lck19vSBDrG4RbCKY9Q=", + "shasum": "1LcCyTSgqOfgYOurQRaubwySEPLHjwI3G2Lh2odIbEI=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ "snap_dialog": {}, "snap_getEntropy": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 05f9aed632..513c5a8c72 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": "2llVYaH9r/6smyEFzbtBJDbDMgBsURb6hBzHH14m8E0=", + "shasum": "6ckeRZ0DCQrutuBdkh3khJA8pjNJGiqHIbapk/2RNDs=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ "dapps": true } }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 9d7f057cda..5e34dcc3a9 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": "GECd+3J0jsfOh6yOtdqP8EMJRddCZfFlLf+D6Z/s2I4=", + "shasum": "qG6eU65xdAsqrLpNm0yt5v5uh+Gv5LStaqqR+/e8h+8=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -19,6 +19,6 @@ "initialPermissions": { "endowment:page-home": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/images/snap.manifest.json b/packages/examples/packages/images/snap.manifest.json index ec73b9e78f..e6361b7192 100644 --- a/packages/examples/packages/images/snap.manifest.json +++ b/packages/examples/packages/images/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "1.1.1", + "version": "1.2.0", "description": "MetaMask example Snap demonstrating how to render images in Snaps UI.", "proposedName": "Images Example Snap", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "A2pzU53b9kEBkckTMFDxcPr9/lbaEsOvNUJK+rNx3/8=", + "shasum": "7Wzg0p7PiQ5Q2U8VqAbkwj+Ep0jbETFeu7E/oe9DgUo=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ }, "snap_dialog": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 4414b89050..89e37d65dd 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": "BkV0BL502gxdAXneGE5PZkAvETCUkHlItX3bka/LznA=", + "shasum": "AZjfFBUWfY8zLZeO5hfozqkGxKzRZLXfRIxsrhkYf7M=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -25,6 +25,6 @@ "endowment:transaction-insight": {}, "endowment:page-home": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 fd8a991443..d853cd82bf 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": "0YDeFAnjvBJiHCwVxohARPTe2kV4XyCHtb1Yv46XGBQ=", + "shasum": "zVWN1JyJbsn2e/BRVynWcN+jHDq64/yGVrANxfopINw=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 658bc456fa..e08c23ce7d 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": "hQnc+LrQfKwGy6dP9oKUv0EhfenajlE9TdYsM6tKlig=", + "shasum": "XAkUPFewwT8IYrTQFdvLEK1Dv+NXs7P1VYqETVjmtnI=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ "snap_dialog": {}, "snap_manageState": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 a01d136331..246cb0909c 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": "cvHqNrbHJwZEa21kc255gR6L0CyTxHu8OXC0Lcx+ETU=", + "shasum": "aycvUO5ybKyKcpB7tu7itPve7slKONBI7uPiApTTleQ=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -26,6 +26,6 @@ } } }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/jsx/snap.manifest.json b/packages/examples/packages/jsx/snap.manifest.json index 611e50bd2e..997898fa6d 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": "SuPssWT3NKOKUwxWwJOhxNolbz8CXhAfQ8TJ1C6PNkw=", + "shasum": "4s/6BKejZu0llvTyWo6vT7sdHytlNtP0kmAlE9y7BYQ=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ "snap_dialog": {}, "snap_manageState": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 56b7f8e75c..99c850a140 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": "b2zTCAIyf9OsxdlJKtSExZ7fp+zLISSDmX/JZ4AuHTM=", + "shasum": "9elIwCs91kY5EZW8bs+0o5SvjshwLLDTna1M/W5EPbg=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "snap_notify": {}, "endowment:lifecycle-hooks": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/localization/snap.manifest.json b/packages/examples/packages/localization/snap.manifest.json index 639de4bbf6..3140306c58 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": "2hhwZ0dFB4bsqv+KePKACUifo1iItlHebGzby0j5BcA=", + "shasum": "cV1pvobnsKPBt+2XtI4KTRxxEao/rrY6yYHIHsRxRSM=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ }, "snap_getPreferences": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 5721e4b945..f0ee80c261 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": "g8uCitxX/Fy8Utl0m4mIAMI0shxlP6P4o3XISAdt3JY=", + "shasum": "GYeP7gABDgoiy27xMxozQFN+Z/XpZFdLKUCTd6+TxAQ=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "snap_manageState": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 989d0685b0..c2f79ee75f 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": "107i23LwZXEOSiQKWN5qlfUoj/e8NURAT5WOZxgzjBw=", + "shasum": "fcPN26r4h7GNY3XwfcJRChMY7NhMyr57PysXMpkwUfQ=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "chains": ["eip155:1"] } }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 66e9bc5268..f2d6e61223 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": "mARqtf9mr/YbSBennslb3Vhr8c03BMUeEx0yFd9lHPo=", + "shasum": "HI5KG6a/KRNvAJpLjo0Xk1RhwECdbfEUZr1a+TzzXyY=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -24,6 +24,6 @@ "endowment:network-access": {}, "snap_manageState": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/notifications/snap.manifest.json b/packages/examples/packages/notifications/snap.manifest.json index 2f2544e849..28b9ac2765 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": "z6Ka1D7OI9ZqKMstjx+PLDdz1fCcs7aqoze5kJsEudY=", + "shasum": "/ZuPM9wnrKgiRCLYvPDQDMuwjGEqa0arqOLAp1LWlEE=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "snap_notify": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/preferences/snap.manifest.json b/packages/examples/packages/preferences/snap.manifest.json index 438d1df5b2..66e070d17c 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": "L0pGB19USkMUu/xuvdeGK4eHUveJjkCZQrj7tgu/Mio=", + "shasum": "kEcO7emwdr/wgxb3FNEoT4rJQKPPIHQtOg0SFk8fD5Q=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ }, "snap_getPreferences": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/preinstalled/snap.manifest.json b/packages/examples/packages/preinstalled/snap.manifest.json index 9f73f46b1d..470290ffcc 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": "eOpiIt9J2Tmo+f0zwE/XQFBbUg9tcAZ8cNawh5merLA=", + "shasum": "rhtSjHDHtQQPwk0tXe5zkrGHDZ5IqunRhOH9+2D0Hs4=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -27,6 +27,6 @@ "endowment:page-settings": {}, "snap_manageState": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/protocol/snap.manifest.json b/packages/examples/packages/protocol/snap.manifest.json index 1bb2bfd577..a870c6478c 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": "aHn+bk3vmgp1ANg/Ua/w5WAmL7OdVaoKqHD2w6Q1Hvg=", + "shasum": "88s5MCjkNMsHyfp8ajWTxfj4KxpZRa/hf07bu7MK7JE=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -26,6 +26,6 @@ }, "endowment:network-access": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 8f7c7cdb67..fb14ccc6c2 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": "nqBlQzCOik00uiST0wj0zdv9F835JLIoIfd/0SenlB0=", + "shasum": "mhnyNV/Aaf8rcJs87boiri1CITsDH8xDTyFpl4l85zc=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 727f02f6ca..036337117e 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": "ZDuEDUFIk5oQV0k4QVraIyM+zbYcIu4n2SVfEq1bvFw=", + "shasum": "THK15l9mvnSgrUjcMsLlZP4V76VlVAXc4zKop8AA/SA=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -24,6 +24,6 @@ "endowment:page-home": {}, "snap_getPreferences": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 4f4422240b..e104280445 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": "KO3AqoT+eZ6tOxxuOVjmT6yE9S+e4HJOGQ7l5jO0o64=", + "shasum": "xL4chQDMud+vg14Gweu/K6jCm6iXn9z9rHFSFg2H+Rk=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -19,6 +19,6 @@ "initialPermissions": { "endowment:signature-insight": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 fc8f12cb79..f26df9f85e 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": "B9LHSoyyc/QPd1MdhMh0rCkNVbW8F0u6a0Oeuo3us10=", + "shasum": "0UqS+Ajiu0xSls0GEoqnAb/H9UFN7TLQHiiURwYa7So=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -19,6 +19,6 @@ "initialPermissions": { "endowment:transaction-insight": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/wasm/snap.manifest.json b/packages/examples/packages/wasm/snap.manifest.json index c2ed11d781..e11809386b 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": "lp/6RfDwzIH4hGSciWOyWRIsytI0qtSgwBjNKPSNiCU=", + "shasum": "XIB8NATWp0R4cbMETi56BvBwpUTVkTkzDaYChJlHmEw=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "endowment:webassembly": {} }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.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 717119018a..032cefb459 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": "DqKYYdN/LET4PL2MluSw6GSbtz9pgojIZ6OV95/qGUs=", + "shasum": "F/gecvfiv76YC84e8E/3wbwidiIlecqN+axE5Sz36zY=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "10.2.0", + "platformVersion": "10.3.0", "manifestVersion": "0.1" } From a16e6d928e2facbe0924185cd13e708b66f6ba25 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 18 Dec 2025 10:07:06 +0100 Subject: [PATCH 6/6] Update test fixture --- .../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 99b5b412a9..01f7e2d6b1 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": "tdw8sidJtzTNy0SPaZKRWlgCnAaZupwD1iJt1soeKTg=", + "shasum": "UXD82AK7589916lg/qdjVLGGtpmb/QNp0s3+bjgRBWg=", "location": { "npm": { "filePath": "bundle.js", @@ -13,6 +13,6 @@ } }, "initialPermissions": {}, - "platformVersion": "10.2.0", + "platformVersion": "10.3.0", "manifestVersion": "0.1" }