From 661fa9ebde1aaa1f61be649c86c2beecaa4ce9d7 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Thu, 26 Mar 2026 14:48:29 +0100 Subject: [PATCH 1/3] Initialize Release 148.0.0 --- packages/create-snap/CHANGELOG.md | 27 ++++++ .../packages/background-events/CHANGELOG.md | 31 +++++++ packages/examples/packages/bip32/CHANGELOG.md | 58 +++++++++++++ packages/examples/packages/bip44/CHANGELOG.md | 56 ++++++++++++ .../packages/client-status/CHANGELOG.md | 66 ++++++++++++++ .../packages/cronjob-duration/CHANGELOG.md | 24 ++++++ .../examples/packages/cronjobs/CHANGELOG.md | 57 +++++++++++++ .../examples/packages/dialogs/CHANGELOG.md | 76 +++++++++++++++++ .../examples/packages/errors/CHANGELOG.md | 56 ++++++++++++ .../packages/ethereum-provider/CHANGELOG.md | 13 +++ .../examples/packages/ethers-js/CHANGELOG.md | 74 ++++++++++++++++ .../packages/file-upload/CHANGELOG.md | 79 +++++++++++++++++ .../packages/get-entropy/CHANGELOG.md | 53 ++++++++++++ .../examples/packages/get-file/CHANGELOG.md | 65 ++++++++++++++ .../examples/packages/home-page/CHANGELOG.md | 62 ++++++++++++++ .../examples/packages/images/CHANGELOG.md | 12 +++ .../packages/interactive-ui/CHANGELOG.md | 16 ++++ .../packages/consumer-signer/CHANGELOG.md | 79 +++++++++++++++++ .../packages/core-signer/CHANGELOG.md | 85 +++++++++++++++++++ .../examples/packages/json-rpc/CHANGELOG.md | 64 ++++++++++++++ packages/examples/packages/jsx/CHANGELOG.md | 75 ++++++++++++++++ .../packages/lifecycle-hooks/CHANGELOG.md | 18 ++++ .../packages/localization/CHANGELOG.md | 66 ++++++++++++++ .../packages/manage-state/CHANGELOG.md | 60 +++++++++++++ .../packages/multichain-provider/CHANGELOG.md | 11 +++ .../packages/name-lookup/CHANGELOG.md | 58 +++++++++++++ .../packages/network-access/CHANGELOG.md | 31 +++++++ .../packages/notifications/CHANGELOG.md | 49 +++++++++++ .../packages/preferences/CHANGELOG.md | 43 ++++++++++ .../packages/preinstalled/CHANGELOG.md | 16 ++++ .../examples/packages/protocol/CHANGELOG.md | 53 ++++++++++++ .../packages/rollup-plugin/CHANGELOG.md | 65 ++++++++++++++ .../examples/packages/send-flow/CHANGELOG.md | 4 + .../packages/signature-insights/CHANGELOG.md | 65 ++++++++++++++ .../transaction-insights/CHANGELOG.md | 74 ++++++++++++++++ packages/examples/packages/wasm/CHANGELOG.md | 37 ++++++++ .../packages/webpack-plugin/CHANGELOG.md | 42 +++++++++ packages/snaps-cli/CHANGELOG.md | 6 ++ packages/snaps-controllers/CHANGELOG.md | 7 ++ .../snaps-execution-environments/CHANGELOG.md | 6 ++ packages/snaps-jest/CHANGELOG.md | 5 ++ packages/snaps-rollup-plugin/CHANGELOG.md | 8 ++ packages/snaps-rpc-methods/CHANGELOG.md | 6 ++ packages/snaps-sdk/CHANGELOG.md | 4 + packages/snaps-simulation/CHANGELOG.md | 7 ++ packages/snaps-utils/CHANGELOG.md | 7 ++ packages/snaps-webpack-plugin/CHANGELOG.md | 8 ++ 47 files changed, 1884 insertions(+) diff --git a/packages/create-snap/CHANGELOG.md b/packages/create-snap/CHANGELOG.md index 8af139473e..3d76262804 100644 --- a/packages/create-snap/CHANGELOG.md +++ b/packages/create-snap/CHANGELOG.md @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- 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..eb1d730531 100644 --- a/packages/examples/packages/background-events/CHANGELOG.md +++ b/packages/examples/packages/background-events/CHANGELOG.md @@ -7,6 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..8b80f5bf77 100644 --- a/packages/examples/packages/bip32/CHANGELOG.md +++ b/packages/examples/packages/bip32/CHANGELOG.md @@ -7,6 +7,64 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) +- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- feat!: Allow manifest to extend another manifest ([#3802](https://github.com/MetaMask/snaps/pull/3802)) +- feat!: Add `--manifest` option for custom manifest to dev server ([#3793](https://github.com/MetaMask/snaps/pull/3793)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..53a7fed56f 100644 --- a/packages/examples/packages/bip44/CHANGELOG.md +++ b/packages/examples/packages/bip44/CHANGELOG.md @@ -7,6 +7,62 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) +- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..b36885784e 100644 --- a/packages/examples/packages/client-status/CHANGELOG.md +++ b/packages/examples/packages/client-status/CHANGELOG.md @@ -7,6 +7,72 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..756da42901 100644 --- a/packages/examples/packages/cronjob-duration/CHANGELOG.md +++ b/packages/examples/packages/cronjob-duration/CHANGELOG.md @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..b5a1bbb18c 100644 --- a/packages/examples/packages/cronjobs/CHANGELOG.md +++ b/packages/examples/packages/cronjobs/CHANGELOG.md @@ -7,6 +7,63 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Convert remaining examples to JSX ([#3860](https://github.com/MetaMask/snaps/pull/3860)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..9b2b371f91 100644 --- a/packages/examples/packages/dialogs/CHANGELOG.md +++ b/packages/examples/packages/dialogs/CHANGELOG.md @@ -7,6 +7,82 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Convert remaining examples to JSX ([#3860](https://github.com/MetaMask/snaps/pull/3860)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..577f6f1651 100644 --- a/packages/examples/packages/errors/CHANGELOG.md +++ b/packages/examples/packages/errors/CHANGELOG.md @@ -7,6 +7,62 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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 63cf5765a2..be7edc4394 100644 --- a/packages/examples/packages/ethereum-provider/CHANGELOG.md +++ b/packages/examples/packages/ethereum-provider/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) +- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) + ## [3.0.0] ### Added diff --git a/packages/examples/packages/ethers-js/CHANGELOG.md b/packages/examples/packages/ethers-js/CHANGELOG.md index d31b3a24e9..bfc166d698 100644 --- a/packages/examples/packages/ethers-js/CHANGELOG.md +++ b/packages/examples/packages/ethers-js/CHANGELOG.md @@ -7,6 +7,80 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Convert remaining examples to JSX ([#3860](https://github.com/MetaMask/snaps/pull/3860)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- feat: Support more chains when simulating Ethereum provider ([#3789](https://github.com/MetaMask/snaps/pull/3789)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..a26115dc40 100644 --- a/packages/examples/packages/file-upload/CHANGELOG.md +++ b/packages/examples/packages/file-upload/CHANGELOG.md @@ -7,6 +7,85 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..159a72bde4 100644 --- a/packages/examples/packages/get-entropy/CHANGELOG.md +++ b/packages/examples/packages/get-entropy/CHANGELOG.md @@ -7,6 +7,59 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) +- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..aab1fee038 100644 --- a/packages/examples/packages/get-file/CHANGELOG.md +++ b/packages/examples/packages/get-file/CHANGELOG.md @@ -7,6 +7,71 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..efae898b43 100644 --- a/packages/examples/packages/home-page/CHANGELOG.md +++ b/packages/examples/packages/home-page/CHANGELOG.md @@ -7,6 +7,68 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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 40492c1c9d..bc2f6b1e78 100644 --- a/packages/examples/packages/images/CHANGELOG.md +++ b/packages/examples/packages/images/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) + ## [1.2.0] ### Added diff --git a/packages/examples/packages/interactive-ui/CHANGELOG.md b/packages/examples/packages/interactive-ui/CHANGELOG.md index 50563a0a40..32d117464b 100644 --- a/packages/examples/packages/interactive-ui/CHANGELOG.md +++ b/packages/examples/packages/interactive-ui/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) +- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) + ## [2.5.0] ### Added diff --git a/packages/examples/packages/invoke-snap/packages/consumer-signer/CHANGELOG.md b/packages/examples/packages/invoke-snap/packages/consumer-signer/CHANGELOG.md index 0e9c0a1d22..9574a6fddc 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,85 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) +- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..df2ceb61d4 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,91 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Convert remaining examples to JSX ([#3860](https://github.com/MetaMask/snaps/pull/3860)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) +- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..9c0fd3c116 100644 --- a/packages/examples/packages/json-rpc/CHANGELOG.md +++ b/packages/examples/packages/json-rpc/CHANGELOG.md @@ -7,6 +7,70 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..0a06720589 100644 --- a/packages/examples/packages/jsx/CHANGELOG.md +++ b/packages/examples/packages/jsx/CHANGELOG.md @@ -7,6 +7,81 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..48909feaf9 100644 --- a/packages/examples/packages/lifecycle-hooks/CHANGELOG.md +++ b/packages/examples/packages/lifecycle-hooks/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..c86fcaf03b 100644 --- a/packages/examples/packages/localization/CHANGELOG.md +++ b/packages/examples/packages/localization/CHANGELOG.md @@ -7,6 +7,72 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..8a128f7cf3 100644 --- a/packages/examples/packages/manage-state/CHANGELOG.md +++ b/packages/examples/packages/manage-state/CHANGELOG.md @@ -7,6 +7,66 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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/multichain-provider/CHANGELOG.md b/packages/examples/packages/multichain-provider/CHANGELOG.md index bc8523d830..c504561771 100644 --- a/packages/examples/packages/multichain-provider/CHANGELOG.md +++ b/packages/examples/packages/multichain-provider/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) +- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) + ## [1.0.0] ### Added diff --git a/packages/examples/packages/name-lookup/CHANGELOG.md b/packages/examples/packages/name-lookup/CHANGELOG.md index 90f93a8125..99808532bb 100644 --- a/packages/examples/packages/name-lookup/CHANGELOG.md +++ b/packages/examples/packages/name-lookup/CHANGELOG.md @@ -7,6 +7,64 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..6392ac7168 100644 --- a/packages/examples/packages/network-access/CHANGELOG.md +++ b/packages/examples/packages/network-access/CHANGELOG.md @@ -7,6 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..6c8d866c93 100644 --- a/packages/examples/packages/notifications/CHANGELOG.md +++ b/packages/examples/packages/notifications/CHANGELOG.md @@ -7,6 +7,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..1fddd78041 100644 --- a/packages/examples/packages/preferences/CHANGELOG.md +++ b/packages/examples/packages/preferences/CHANGELOG.md @@ -7,6 +7,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..0d13bb401a 100644 --- a/packages/examples/packages/preinstalled/CHANGELOG.md +++ b/packages/examples/packages/preinstalled/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- feat: Add `--preinstalled` flag to build command to create preinstalled Snap bundle ([#3805](https://github.com/MetaMask/snaps/pull/3805)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..70f5032418 100644 --- a/packages/examples/packages/protocol/CHANGELOG.md +++ b/packages/examples/packages/protocol/CHANGELOG.md @@ -7,6 +7,59 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..845c77e2ec 100644 --- a/packages/examples/packages/rollup-plugin/CHANGELOG.md +++ b/packages/examples/packages/rollup-plugin/CHANGELOG.md @@ -7,6 +7,71 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump rollup from 2.79.2 to 2.80.0 ([#3883](https://github.com/MetaMask/snaps/pull/3883)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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 70eac46941..01cb1720e4 100644 --- a/packages/examples/packages/send-flow/CHANGELOG.md +++ b/packages/examples/packages/send-flow/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) + ## [1.2.1] ### Changed diff --git a/packages/examples/packages/signature-insights/CHANGELOG.md b/packages/examples/packages/signature-insights/CHANGELOG.md index bfdfe220f5..8c05130263 100644 --- a/packages/examples/packages/signature-insights/CHANGELOG.md +++ b/packages/examples/packages/signature-insights/CHANGELOG.md @@ -7,6 +7,71 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Convert remaining examples to JSX ([#3860](https://github.com/MetaMask/snaps/pull/3860)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..7d80eb42d5 100644 --- a/packages/examples/packages/transaction-insights/CHANGELOG.md +++ b/packages/examples/packages/transaction-insights/CHANGELOG.md @@ -7,6 +7,80 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Convert remaining examples to JSX ([#3860](https://github.com/MetaMask/snaps/pull/3860)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) +- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..1dcddbe87a 100644 --- a/packages/examples/packages/wasm/CHANGELOG.md +++ b/packages/examples/packages/wasm/CHANGELOG.md @@ -7,6 +7,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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..c0b7a6e35c 100644 --- a/packages/examples/packages/webpack-plugin/CHANGELOG.md +++ b/packages/examples/packages/webpack-plugin/CHANGELOG.md @@ -7,6 +7,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) +- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) +- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) +- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) +- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) +- 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 fd7b630214..9f955e39c6 100644 --- a/packages/snaps-cli/CHANGELOG.md +++ b/packages/snaps-cli/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- test: Silence deprecation warnings ([#3904](https://github.com/MetaMask/snaps/pull/3904)) +- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) + ## [8.4.1] ### Changed diff --git a/packages/snaps-controllers/CHANGELOG.md b/packages/snaps-controllers/CHANGELOG.md index e7bbb35dd6..2398952a18 100644 --- a/packages/snaps-controllers/CHANGELOG.md +++ b/packages/snaps-controllers/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- refactor!: Standardise all controllers and services ([#3922](https://github.com/MetaMask/snaps/pull/3922)) +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- chore: Bump @metamask/permission-controller from 12.2.0 to 12.2.1 ([#3901](https://github.com/MetaMask/snaps/pull/3901)) +- chore: Bump @metamask/approval-controller from 8.0.0 to 9.0.0 ([#3902](https://github.com/MetaMask/snaps/pull/3902)) + ### Changed - **BREAKING:** All action types were renamed from `DoSomething` to `ControllerNameDoSomethingAction` ([#3907](https://github.com/MetaMask/snaps/pull/3907), [#3911](https://github.com/MetaMask/snaps/pull/3911), [#3912](https://github.com/MetaMask/snaps/pull/3912), [#3916](https://github.com/MetaMask/snaps/pull/3916), [#3918](https://github.com/MetaMask/snaps/pull/3918)) diff --git a/packages/snaps-execution-environments/CHANGELOG.md b/packages/snaps-execution-environments/CHANGELOG.md index 2404ddb4f4..1bbc068433 100644 --- a/packages/snaps-execution-environments/CHANGELOG.md +++ b/packages/snaps-execution-environments/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump lavamoat from 10.1.1 to 11.0.0 ([#3908](https://github.com/MetaMask/snaps/pull/3908)) +- chore: Bump @lavamoat/webpack from 1.5.8 to 2.0.0 ([#3909](https://github.com/MetaMask/snaps/pull/3909)) +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) + ## [11.0.1] ### Changed diff --git a/packages/snaps-jest/CHANGELOG.md b/packages/snaps-jest/CHANGELOG.md index 3adb6cc5df..71b360773b 100644 --- a/packages/snaps-jest/CHANGELOG.md +++ b/packages/snaps-jest/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- refactor!: Standardise all controllers and services ([#3922](https://github.com/MetaMask/snaps/pull/3922)) +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) + ## [10.1.1] ### Changed diff --git a/packages/snaps-rollup-plugin/CHANGELOG.md b/packages/snaps-rollup-plugin/CHANGELOG.md index bc97c874a2..5399d27b16 100644 --- a/packages/snaps-rollup-plugin/CHANGELOG.md +++ b/packages/snaps-rollup-plugin/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- chore: Bump rollup from 2.79.2 to 2.80.0 ([#3883](https://github.com/MetaMask/snaps/pull/3883)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) + ## [5.0.1] ### Changed diff --git a/packages/snaps-rpc-methods/CHANGELOG.md b/packages/snaps-rpc-methods/CHANGELOG.md index e49415c029..5588aeecd6 100644 --- a/packages/snaps-rpc-methods/CHANGELOG.md +++ b/packages/snaps-rpc-methods/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- refactor!: Standardise all controllers and services ([#3922](https://github.com/MetaMask/snaps/pull/3922)) +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- chore: Bump @metamask/permission-controller from 12.2.0 to 12.2.1 ([#3901](https://github.com/MetaMask/snaps/pull/3901)) + ## [15.0.0] ### Changed diff --git a/packages/snaps-sdk/CHANGELOG.md b/packages/snaps-sdk/CHANGELOG.md index 5bb3ddfa0f..b7f7db99e9 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 + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) + ## [11.0.0] ### Changed diff --git a/packages/snaps-simulation/CHANGELOG.md b/packages/snaps-simulation/CHANGELOG.md index e07430ec28..7380b1afa7 100644 --- a/packages/snaps-simulation/CHANGELOG.md +++ b/packages/snaps-simulation/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- refactor!: Standardise all controllers and services ([#3922](https://github.com/MetaMask/snaps/pull/3922)) +- chore: Bump @metamask/chain-agnostic-permission from 1.4.0 to 1.5.0 ([#3919](https://github.com/MetaMask/snaps/pull/3919)) +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- chore: Bump @metamask/permission-controller from 12.2.0 to 12.2.1 ([#3901](https://github.com/MetaMask/snaps/pull/3901)) + ## [4.1.1] ### Changed diff --git a/packages/snaps-utils/CHANGELOG.md b/packages/snaps-utils/CHANGELOG.md index d1cd9bdc05..834e2dc183 100644 --- a/packages/snaps-utils/CHANGELOG.md +++ b/packages/snaps-utils/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- refactor!: Standardise all controllers and services ([#3922](https://github.com/MetaMask/snaps/pull/3922)) +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- chore: Bump @metamask/permission-controller from 12.2.0 to 12.2.1 ([#3901](https://github.com/MetaMask/snaps/pull/3901)) +- chore: Bump fast-xml-parser from 5.4.1 to 5.5.6 ([#3905](https://github.com/MetaMask/snaps/pull/3905)) + ## [12.1.1] ### Changed diff --git a/packages/snaps-webpack-plugin/CHANGELOG.md b/packages/snaps-webpack-plugin/CHANGELOG.md index bb4512331e..64b560b610 100644 --- a/packages/snaps-webpack-plugin/CHANGELOG.md +++ b/packages/snaps-webpack-plugin/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) +- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) +- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) +- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) + ## [5.1.2] ### Changed From f224fedb1c51f9da699e61211bb67876e2d5f335 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Thu, 26 Mar 2026 14:53:07 +0100 Subject: [PATCH 2/3] Update Release 148.0.0 --- package.json | 2 +- packages/create-snap/CHANGELOG.md | 27 ------ .../packages/background-events/CHANGELOG.md | 31 ------- packages/examples/packages/bip32/CHANGELOG.md | 58 ------------- packages/examples/packages/bip44/CHANGELOG.md | 56 ------------ .../packages/client-status/CHANGELOG.md | 66 -------------- .../packages/cronjob-duration/CHANGELOG.md | 24 ------ .../examples/packages/cronjobs/CHANGELOG.md | 57 ------------- .../examples/packages/dialogs/CHANGELOG.md | 76 ----------------- .../examples/packages/errors/CHANGELOG.md | 56 ------------ .../packages/ethereum-provider/CHANGELOG.md | 13 --- .../examples/packages/ethers-js/CHANGELOG.md | 74 ---------------- .../packages/file-upload/CHANGELOG.md | 79 ----------------- .../packages/get-entropy/CHANGELOG.md | 53 ------------ .../examples/packages/get-file/CHANGELOG.md | 65 -------------- .../examples/packages/home-page/CHANGELOG.md | 62 -------------- .../examples/packages/images/CHANGELOG.md | 12 --- .../packages/interactive-ui/CHANGELOG.md | 16 ---- .../packages/consumer-signer/CHANGELOG.md | 79 ----------------- .../packages/core-signer/CHANGELOG.md | 85 ------------------- .../examples/packages/json-rpc/CHANGELOG.md | 64 -------------- packages/examples/packages/jsx/CHANGELOG.md | 75 ---------------- .../packages/lifecycle-hooks/CHANGELOG.md | 18 ---- .../packages/localization/CHANGELOG.md | 66 -------------- .../packages/manage-state/CHANGELOG.md | 60 ------------- .../packages/multichain-provider/CHANGELOG.md | 11 --- .../packages/name-lookup/CHANGELOG.md | 58 ------------- .../packages/network-access/CHANGELOG.md | 31 ------- .../packages/notifications/CHANGELOG.md | 49 ----------- .../packages/preferences/CHANGELOG.md | 43 ---------- .../packages/preinstalled/CHANGELOG.md | 16 ---- .../examples/packages/protocol/CHANGELOG.md | 53 ------------ .../packages/rollup-plugin/CHANGELOG.md | 65 -------------- .../examples/packages/send-flow/CHANGELOG.md | 4 - .../packages/signature-insights/CHANGELOG.md | 65 -------------- .../transaction-insights/CHANGELOG.md | 74 ---------------- packages/examples/packages/wasm/CHANGELOG.md | 37 -------- .../packages/webpack-plugin/CHANGELOG.md | 42 --------- packages/snaps-cli/CHANGELOG.md | 6 -- packages/snaps-controllers/CHANGELOG.md | 5 +- packages/snaps-controllers/package.json | 2 +- .../snaps-execution-environments/CHANGELOG.md | 5 +- .../snaps-execution-environments/package.json | 2 +- packages/snaps-jest/CHANGELOG.md | 5 +- packages/snaps-jest/package.json | 2 +- packages/snaps-rollup-plugin/CHANGELOG.md | 8 -- packages/snaps-rpc-methods/CHANGELOG.md | 5 +- packages/snaps-rpc-methods/package.json | 2 +- packages/snaps-sdk/CHANGELOG.md | 4 - packages/snaps-simulation/CHANGELOG.md | 5 +- packages/snaps-simulation/package.json | 2 +- packages/snaps-utils/CHANGELOG.md | 5 +- packages/snaps-utils/package.json | 2 +- packages/snaps-webpack-plugin/CHANGELOG.md | 8 -- 54 files changed, 31 insertions(+), 1859 deletions(-) diff --git a/package.json b/package.json index 57850a95f6..c929cdbc5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-monorepo", - "version": "147.0.0", + "version": "148.0.0", "private": true, "repository": { "type": "git", diff --git a/packages/create-snap/CHANGELOG.md b/packages/create-snap/CHANGELOG.md index 3d76262804..8af139473e 100644 --- a/packages/create-snap/CHANGELOG.md +++ b/packages/create-snap/CHANGELOG.md @@ -7,33 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- 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 eb1d730531..8c940ac373 100644 --- a/packages/examples/packages/background-events/CHANGELOG.md +++ b/packages/examples/packages/background-events/CHANGELOG.md @@ -7,37 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 8b80f5bf77..dad0865139 100644 --- a/packages/examples/packages/bip32/CHANGELOG.md +++ b/packages/examples/packages/bip32/CHANGELOG.md @@ -7,64 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) -- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- feat!: Allow manifest to extend another manifest ([#3802](https://github.com/MetaMask/snaps/pull/3802)) -- feat!: Add `--manifest` option for custom manifest to dev server ([#3793](https://github.com/MetaMask/snaps/pull/3793)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 53a7fed56f..06a701cdac 100644 --- a/packages/examples/packages/bip44/CHANGELOG.md +++ b/packages/examples/packages/bip44/CHANGELOG.md @@ -7,62 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) -- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 b36885784e..b8667fca88 100644 --- a/packages/examples/packages/client-status/CHANGELOG.md +++ b/packages/examples/packages/client-status/CHANGELOG.md @@ -7,72 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 756da42901..4ae1865427 100644 --- a/packages/examples/packages/cronjob-duration/CHANGELOG.md +++ b/packages/examples/packages/cronjob-duration/CHANGELOG.md @@ -7,30 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 b5a1bbb18c..3b2bd2cbe1 100644 --- a/packages/examples/packages/cronjobs/CHANGELOG.md +++ b/packages/examples/packages/cronjobs/CHANGELOG.md @@ -7,63 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Convert remaining examples to JSX ([#3860](https://github.com/MetaMask/snaps/pull/3860)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 9b2b371f91..c3a0467810 100644 --- a/packages/examples/packages/dialogs/CHANGELOG.md +++ b/packages/examples/packages/dialogs/CHANGELOG.md @@ -7,82 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Convert remaining examples to JSX ([#3860](https://github.com/MetaMask/snaps/pull/3860)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 577f6f1651..c8d01f72d8 100644 --- a/packages/examples/packages/errors/CHANGELOG.md +++ b/packages/examples/packages/errors/CHANGELOG.md @@ -7,62 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 be7edc4394..63cf5765a2 100644 --- a/packages/examples/packages/ethereum-provider/CHANGELOG.md +++ b/packages/examples/packages/ethereum-provider/CHANGELOG.md @@ -7,19 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) -- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) - ## [3.0.0] ### Added diff --git a/packages/examples/packages/ethers-js/CHANGELOG.md b/packages/examples/packages/ethers-js/CHANGELOG.md index bfc166d698..d31b3a24e9 100644 --- a/packages/examples/packages/ethers-js/CHANGELOG.md +++ b/packages/examples/packages/ethers-js/CHANGELOG.md @@ -7,80 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Convert remaining examples to JSX ([#3860](https://github.com/MetaMask/snaps/pull/3860)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- feat: Support more chains when simulating Ethereum provider ([#3789](https://github.com/MetaMask/snaps/pull/3789)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 a26115dc40..9f5ae2d0cb 100644 --- a/packages/examples/packages/file-upload/CHANGELOG.md +++ b/packages/examples/packages/file-upload/CHANGELOG.md @@ -7,85 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 159a72bde4..4851d61bfa 100644 --- a/packages/examples/packages/get-entropy/CHANGELOG.md +++ b/packages/examples/packages/get-entropy/CHANGELOG.md @@ -7,59 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) -- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 aab1fee038..02c356df4a 100644 --- a/packages/examples/packages/get-file/CHANGELOG.md +++ b/packages/examples/packages/get-file/CHANGELOG.md @@ -7,71 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 efae898b43..78434e6f40 100644 --- a/packages/examples/packages/home-page/CHANGELOG.md +++ b/packages/examples/packages/home-page/CHANGELOG.md @@ -7,68 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 bc2f6b1e78..40492c1c9d 100644 --- a/packages/examples/packages/images/CHANGELOG.md +++ b/packages/examples/packages/images/CHANGELOG.md @@ -7,18 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) - ## [1.2.0] ### Added diff --git a/packages/examples/packages/interactive-ui/CHANGELOG.md b/packages/examples/packages/interactive-ui/CHANGELOG.md index 32d117464b..50563a0a40 100644 --- a/packages/examples/packages/interactive-ui/CHANGELOG.md +++ b/packages/examples/packages/interactive-ui/CHANGELOG.md @@ -7,22 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) -- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) - ## [2.5.0] ### Added diff --git a/packages/examples/packages/invoke-snap/packages/consumer-signer/CHANGELOG.md b/packages/examples/packages/invoke-snap/packages/consumer-signer/CHANGELOG.md index 9574a6fddc..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,85 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) -- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 df2ceb61d4..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,91 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Convert remaining examples to JSX ([#3860](https://github.com/MetaMask/snaps/pull/3860)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) -- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 9c0fd3c116..0d0a1d5636 100644 --- a/packages/examples/packages/json-rpc/CHANGELOG.md +++ b/packages/examples/packages/json-rpc/CHANGELOG.md @@ -7,70 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 0a06720589..e0081abb28 100644 --- a/packages/examples/packages/jsx/CHANGELOG.md +++ b/packages/examples/packages/jsx/CHANGELOG.md @@ -7,81 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 48909feaf9..05347e8ce8 100644 --- a/packages/examples/packages/lifecycle-hooks/CHANGELOG.md +++ b/packages/examples/packages/lifecycle-hooks/CHANGELOG.md @@ -7,24 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 c86fcaf03b..43ffbf90d3 100644 --- a/packages/examples/packages/localization/CHANGELOG.md +++ b/packages/examples/packages/localization/CHANGELOG.md @@ -7,72 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 8a128f7cf3..f901986365 100644 --- a/packages/examples/packages/manage-state/CHANGELOG.md +++ b/packages/examples/packages/manage-state/CHANGELOG.md @@ -7,66 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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/multichain-provider/CHANGELOG.md b/packages/examples/packages/multichain-provider/CHANGELOG.md index c504561771..bc8523d830 100644 --- a/packages/examples/packages/multichain-provider/CHANGELOG.md +++ b/packages/examples/packages/multichain-provider/CHANGELOG.md @@ -7,17 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) -- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) - ## [1.0.0] ### Added diff --git a/packages/examples/packages/name-lookup/CHANGELOG.md b/packages/examples/packages/name-lookup/CHANGELOG.md index 99808532bb..90f93a8125 100644 --- a/packages/examples/packages/name-lookup/CHANGELOG.md +++ b/packages/examples/packages/name-lookup/CHANGELOG.md @@ -7,64 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 6392ac7168..23c13494c8 100644 --- a/packages/examples/packages/network-access/CHANGELOG.md +++ b/packages/examples/packages/network-access/CHANGELOG.md @@ -7,37 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 6c8d866c93..f40a4a8ba4 100644 --- a/packages/examples/packages/notifications/CHANGELOG.md +++ b/packages/examples/packages/notifications/CHANGELOG.md @@ -7,55 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 1fddd78041..0400fe8ecc 100644 --- a/packages/examples/packages/preferences/CHANGELOG.md +++ b/packages/examples/packages/preferences/CHANGELOG.md @@ -7,49 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 0d13bb401a..44a265d7e4 100644 --- a/packages/examples/packages/preinstalled/CHANGELOG.md +++ b/packages/examples/packages/preinstalled/CHANGELOG.md @@ -7,22 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- feat: Add `--preinstalled` flag to build command to create preinstalled Snap bundle ([#3805](https://github.com/MetaMask/snaps/pull/3805)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 70f5032418..d36ec2ae60 100644 --- a/packages/examples/packages/protocol/CHANGELOG.md +++ b/packages/examples/packages/protocol/CHANGELOG.md @@ -7,59 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 845c77e2ec..15833cbff7 100644 --- a/packages/examples/packages/rollup-plugin/CHANGELOG.md +++ b/packages/examples/packages/rollup-plugin/CHANGELOG.md @@ -7,71 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump rollup from 2.79.2 to 2.80.0 ([#3883](https://github.com/MetaMask/snaps/pull/3883)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 01cb1720e4..70eac46941 100644 --- a/packages/examples/packages/send-flow/CHANGELOG.md +++ b/packages/examples/packages/send-flow/CHANGELOG.md @@ -7,10 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) - ## [1.2.1] ### Changed diff --git a/packages/examples/packages/signature-insights/CHANGELOG.md b/packages/examples/packages/signature-insights/CHANGELOG.md index 8c05130263..bfdfe220f5 100644 --- a/packages/examples/packages/signature-insights/CHANGELOG.md +++ b/packages/examples/packages/signature-insights/CHANGELOG.md @@ -7,71 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Convert remaining examples to JSX ([#3860](https://github.com/MetaMask/snaps/pull/3860)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 7d80eb42d5..6538feeaff 100644 --- a/packages/examples/packages/transaction-insights/CHANGELOG.md +++ b/packages/examples/packages/transaction-insights/CHANGELOG.md @@ -7,80 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Convert remaining examples to JSX ([#3860](https://github.com/MetaMask/snaps/pull/3860)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) -- chore: Bump the npm_and_yarn group across 1 directory with 2 updates ([#3821](https://github.com/MetaMask/snaps/pull/3821)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- chore: Bump @metamask/utils from 11.8.1 to 11.9.0 ([#3783](https://github.com/MetaMask/snaps/pull/3783)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 1dcddbe87a..07a153ec9b 100644 --- a/packages/examples/packages/wasm/CHANGELOG.md +++ b/packages/examples/packages/wasm/CHANGELOG.md @@ -7,43 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 c0b7a6e35c..ab6b7f7eee 100644 --- a/packages/examples/packages/webpack-plugin/CHANGELOG.md +++ b/packages/examples/packages/webpack-plugin/CHANGELOG.md @@ -7,48 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Move example dependencies to devDependencies ([#3824](https://github.com/MetaMask/snaps/pull/3824)) -- release: `139.0.0` ([#3813](https://github.com/MetaMask/snaps/pull/3813)) -- chore: Bump @lavamoat/allow-scripts from 3.4.1 to 3.4.2 ([#3809](https://github.com/MetaMask/snaps/pull/3809)) -- chore: Bump @lavamoat/allow-scripts from 3.4.0 to 3.4.1 ([#3744](https://github.com/MetaMask/snaps/pull/3744)) -- release: `137.0.0` ([#3780](https://github.com/MetaMask/snaps/pull/3780)) -- 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 9f955e39c6..fd7b630214 100644 --- a/packages/snaps-cli/CHANGELOG.md +++ b/packages/snaps-cli/CHANGELOG.md @@ -7,12 +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.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- test: Silence deprecation warnings ([#3904](https://github.com/MetaMask/snaps/pull/3904)) -- release: `146.0.0` ([#3896](https://github.com/MetaMask/snaps/pull/3896)) - ## [8.4.1] ### Changed diff --git a/packages/snaps-controllers/CHANGELOG.md b/packages/snaps-controllers/CHANGELOG.md index 2398952a18..e623edb8f2 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] +## [19.0.0] + ### Uncategorized - refactor!: Standardise all controllers and services ([#3922](https://github.com/MetaMask/snaps/pull/3922)) @@ -1174,7 +1176,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@18.0.4...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@19.0.0...HEAD +[19.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@18.0.4...@metamask/snaps-controllers@19.0.0 [18.0.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@18.0.3...@metamask/snaps-controllers@18.0.4 [18.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@18.0.2...@metamask/snaps-controllers@18.0.3 [18.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@18.0.1...@metamask/snaps-controllers@18.0.2 diff --git a/packages/snaps-controllers/package.json b/packages/snaps-controllers/package.json index a8b9a31584..dc22b198b7 100644 --- a/packages/snaps-controllers/package.json +++ b/packages/snaps-controllers/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-controllers", - "version": "18.0.4", + "version": "19.0.0", "description": "Controllers for MetaMask Snaps", "keywords": [ "MetaMask", diff --git a/packages/snaps-execution-environments/CHANGELOG.md b/packages/snaps-execution-environments/CHANGELOG.md index 1bbc068433..1aae309f22 100644 --- a/packages/snaps-execution-environments/CHANGELOG.md +++ b/packages/snaps-execution-environments/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.0.2] + ### Uncategorized - chore: Bump lavamoat from 10.1.1 to 11.0.0 ([#3908](https://github.com/MetaMask/snaps/pull/3908)) @@ -616,7 +618,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.2...HEAD +[11.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.1...@metamask/snaps-execution-environments@11.0.2 [11.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.0...@metamask/snaps-execution-environments@11.0.1 [11.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@10.4.1...@metamask/snaps-execution-environments@11.0.0 [10.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@10.4.0...@metamask/snaps-execution-environments@10.4.1 diff --git a/packages/snaps-execution-environments/package.json b/packages/snaps-execution-environments/package.json index eaf6c63718..8ce2dfd8cc 100644 --- a/packages/snaps-execution-environments/package.json +++ b/packages/snaps-execution-environments/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-execution-environments", - "version": "11.0.1", + "version": "11.0.2", "description": "Snap sandbox environments for executing SES javascript", "keywords": [ "MetaMask", diff --git a/packages/snaps-jest/CHANGELOG.md b/packages/snaps-jest/CHANGELOG.md index 71b360773b..ea5b169457 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] +## [10.1.2] + ### Uncategorized - refactor!: Standardise all controllers and services ([#3922](https://github.com/MetaMask/snaps/pull/3922)) @@ -489,7 +491,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@10.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@10.1.2...HEAD +[10.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@10.1.1...@metamask/snaps-jest@10.1.2 [10.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@10.1.0...@metamask/snaps-jest@10.1.1 [10.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@10.0.0...@metamask/snaps-jest@10.1.0 [10.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.8.0...@metamask/snaps-jest@10.0.0 diff --git a/packages/snaps-jest/package.json b/packages/snaps-jest/package.json index c0cf8c1258..bb812cffa3 100644 --- a/packages/snaps-jest/package.json +++ b/packages/snaps-jest/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-jest", - "version": "10.1.1", + "version": "10.1.2", "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 5399d27b16..bc97c874a2 100644 --- a/packages/snaps-rollup-plugin/CHANGELOG.md +++ b/packages/snaps-rollup-plugin/CHANGELOG.md @@ -7,14 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- chore: Bump rollup from 2.79.2 to 2.80.0 ([#3883](https://github.com/MetaMask/snaps/pull/3883)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) - ## [5.0.1] ### Changed diff --git a/packages/snaps-rpc-methods/CHANGELOG.md b/packages/snaps-rpc-methods/CHANGELOG.md index 5588aeecd6..6752633f1c 100644 --- a/packages/snaps-rpc-methods/CHANGELOG.md +++ b/packages/snaps-rpc-methods/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [15.0.1] + ### Uncategorized - refactor!: Standardise all controllers and services ([#3922](https://github.com/MetaMask/snaps/pull/3922)) @@ -588,7 +590,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@15.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@15.0.1...HEAD +[15.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@15.0.0...@metamask/snaps-rpc-methods@15.0.1 [15.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@14.3.0...@metamask/snaps-rpc-methods@15.0.0 [14.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@14.2.0...@metamask/snaps-rpc-methods@14.3.0 [14.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@14.1.1...@metamask/snaps-rpc-methods@14.2.0 diff --git a/packages/snaps-rpc-methods/package.json b/packages/snaps-rpc-methods/package.json index 39a93363bc..3efe38a64e 100644 --- a/packages/snaps-rpc-methods/package.json +++ b/packages/snaps-rpc-methods/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-rpc-methods", - "version": "15.0.0", + "version": "15.0.1", "description": "MetaMask Snaps JSON-RPC method implementations", "keywords": [ "MetaMask", diff --git a/packages/snaps-sdk/CHANGELOG.md b/packages/snaps-sdk/CHANGELOG.md index b7f7db99e9..5bb3ddfa0f 100644 --- a/packages/snaps-sdk/CHANGELOG.md +++ b/packages/snaps-sdk/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) - ## [11.0.0] ### Changed diff --git a/packages/snaps-simulation/CHANGELOG.md b/packages/snaps-simulation/CHANGELOG.md index 7380b1afa7..a00cfa42e4 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] +## [4.1.2] + ### Uncategorized - refactor!: Standardise all controllers and services ([#3922](https://github.com/MetaMask/snaps/pull/3922)) @@ -294,7 +296,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@4.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@4.1.2...HEAD +[4.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@4.1.1...@metamask/snaps-simulation@4.1.2 [4.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@4.1.0...@metamask/snaps-simulation@4.1.1 [4.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@4.0.0...@metamask/snaps-simulation@4.1.0 [4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@3.8.0...@metamask/snaps-simulation@4.0.0 diff --git a/packages/snaps-simulation/package.json b/packages/snaps-simulation/package.json index a789557d8c..81f13c17f5 100644 --- a/packages/snaps-simulation/package.json +++ b/packages/snaps-simulation/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-simulation", - "version": "4.1.1", + "version": "4.1.2", "description": "A simulation framework for MetaMask Snaps, enabling headless testing of Snaps in a controlled environment", "keywords": [ "MetaMask", diff --git a/packages/snaps-utils/CHANGELOG.md b/packages/snaps-utils/CHANGELOG.md index 834e2dc183..b7de14b03a 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] +## [12.1.2] + ### Uncategorized - refactor!: Standardise all controllers and services ([#3922](https://github.com/MetaMask/snaps/pull/3922)) @@ -800,7 +802,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@12.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.1.2...HEAD +[12.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.1.1...@metamask/snaps-utils@12.1.2 [12.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.1.0...@metamask/snaps-utils@12.1.1 [12.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.0.1...@metamask/snaps-utils@12.1.0 [12.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.0.0...@metamask/snaps-utils@12.0.1 diff --git a/packages/snaps-utils/package.json b/packages/snaps-utils/package.json index 3779d37686..1d38ac5b29 100644 --- a/packages/snaps-utils/package.json +++ b/packages/snaps-utils/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-utils", - "version": "12.1.1", + "version": "12.1.2", "description": "A collection of utilities for MetaMask Snaps", "keywords": [ "MetaMask", diff --git a/packages/snaps-webpack-plugin/CHANGELOG.md b/packages/snaps-webpack-plugin/CHANGELOG.md index 64b560b610..bb4512331e 100644 --- a/packages/snaps-webpack-plugin/CHANGELOG.md +++ b/packages/snaps-webpack-plugin/CHANGELOG.md @@ -7,14 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- chore: Bump @metamask/auto-changelog from 5.3.1 to 5.3.2 ([#3855](https://github.com/MetaMask/snaps/pull/3855)) -- chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 ([#3844](https://github.com/MetaMask/snaps/pull/3844)) -- chore: Bump @metamask/auto-changelog from 5.0.2 to 5.3.1 ([#3839](https://github.com/MetaMask/snaps/pull/3839)) -- chore: Bump @metamask/utils from 11.9.0 to 11.10.0 ([#3854](https://github.com/MetaMask/snaps/pull/3854)) - ## [5.1.2] ### Changed From 6b48a4dfa3890fae73b65de3a09d9d051c4c9b81 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Thu, 26 Mar 2026 14:58:36 +0100 Subject: [PATCH 3/3] Update changelogs --- packages/snaps-controllers/CHANGELOG.md | 7 ------- packages/snaps-execution-environments/CHANGELOG.md | 7 +++---- packages/snaps-jest/CHANGELOG.md | 5 ++--- packages/snaps-rpc-methods/CHANGELOG.md | 6 ++---- packages/snaps-simulation/CHANGELOG.md | 7 ++----- packages/snaps-utils/CHANGELOG.md | 7 ++----- 6 files changed, 11 insertions(+), 28 deletions(-) diff --git a/packages/snaps-controllers/CHANGELOG.md b/packages/snaps-controllers/CHANGELOG.md index e623edb8f2..854edcf5de 100644 --- a/packages/snaps-controllers/CHANGELOG.md +++ b/packages/snaps-controllers/CHANGELOG.md @@ -9,13 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [19.0.0] -### Uncategorized - -- refactor!: Standardise all controllers and services ([#3922](https://github.com/MetaMask/snaps/pull/3922)) -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- chore: Bump @metamask/permission-controller from 12.2.0 to 12.2.1 ([#3901](https://github.com/MetaMask/snaps/pull/3901)) -- chore: Bump @metamask/approval-controller from 8.0.0 to 9.0.0 ([#3902](https://github.com/MetaMask/snaps/pull/3902)) - ### Changed - **BREAKING:** All action types were renamed from `DoSomething` to `ControllerNameDoSomethingAction` ([#3907](https://github.com/MetaMask/snaps/pull/3907), [#3911](https://github.com/MetaMask/snaps/pull/3911), [#3912](https://github.com/MetaMask/snaps/pull/3912), [#3916](https://github.com/MetaMask/snaps/pull/3916), [#3918](https://github.com/MetaMask/snaps/pull/3918)) diff --git a/packages/snaps-execution-environments/CHANGELOG.md b/packages/snaps-execution-environments/CHANGELOG.md index 1aae309f22..8e9ebbffe5 100644 --- a/packages/snaps-execution-environments/CHANGELOG.md +++ b/packages/snaps-execution-environments/CHANGELOG.md @@ -9,11 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [11.0.2] -### Uncategorized +### Changed -- chore: Bump lavamoat from 10.1.1 to 11.0.0 ([#3908](https://github.com/MetaMask/snaps/pull/3908)) -- chore: Bump @lavamoat/webpack from 1.5.8 to 2.0.0 ([#3909](https://github.com/MetaMask/snaps/pull/3909)) -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- Bump `lavamoat` from `10.1.1` to `11.0.0` ([#3908](https://github.com/MetaMask/snaps/pull/3908)) +- Bump `@lavamoat/webpack` from `1.5.8` to `2.0.0` ([#3909](https://github.com/MetaMask/snaps/pull/3909)) ## [11.0.1] diff --git a/packages/snaps-jest/CHANGELOG.md b/packages/snaps-jest/CHANGELOG.md index ea5b169457..5dc98120b7 100644 --- a/packages/snaps-jest/CHANGELOG.md +++ b/packages/snaps-jest/CHANGELOG.md @@ -9,10 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [10.1.2] -### Uncategorized +### Changed -- refactor!: Standardise all controllers and services ([#3922](https://github.com/MetaMask/snaps/pull/3922)) -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) +- Bump `@metamask/snaps-controllers` from `18.0.4` to `19.0.0` and handle breaking changes ([#3922](https://github.com/MetaMask/snaps/pull/3922)) ## [10.1.1] diff --git a/packages/snaps-rpc-methods/CHANGELOG.md b/packages/snaps-rpc-methods/CHANGELOG.md index 6752633f1c..dc07e5edda 100644 --- a/packages/snaps-rpc-methods/CHANGELOG.md +++ b/packages/snaps-rpc-methods/CHANGELOG.md @@ -9,11 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [15.0.1] -### Uncategorized +### Changed -- refactor!: Standardise all controllers and services ([#3922](https://github.com/MetaMask/snaps/pull/3922)) -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- chore: Bump @metamask/permission-controller from 12.2.0 to 12.2.1 ([#3901](https://github.com/MetaMask/snaps/pull/3901)) +- Bump `@metamask/snaps-controllers` from `18.0.4` to `19.0.0` and handle breaking changes ([#3922](https://github.com/MetaMask/snaps/pull/3922)) ## [15.0.0] diff --git a/packages/snaps-simulation/CHANGELOG.md b/packages/snaps-simulation/CHANGELOG.md index a00cfa42e4..f17ea9f5d4 100644 --- a/packages/snaps-simulation/CHANGELOG.md +++ b/packages/snaps-simulation/CHANGELOG.md @@ -9,12 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.1.2] -### Uncategorized +### Changed -- refactor!: Standardise all controllers and services ([#3922](https://github.com/MetaMask/snaps/pull/3922)) -- chore: Bump @metamask/chain-agnostic-permission from 1.4.0 to 1.5.0 ([#3919](https://github.com/MetaMask/snaps/pull/3919)) -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- chore: Bump @metamask/permission-controller from 12.2.0 to 12.2.1 ([#3901](https://github.com/MetaMask/snaps/pull/3901)) +- Bump `@metamask/snaps-controllers` from `18.0.4` to `19.0.0` and handle breaking changes ([#3922](https://github.com/MetaMask/snaps/pull/3922)) ## [4.1.1] diff --git a/packages/snaps-utils/CHANGELOG.md b/packages/snaps-utils/CHANGELOG.md index b7de14b03a..9b5227420f 100644 --- a/packages/snaps-utils/CHANGELOG.md +++ b/packages/snaps-utils/CHANGELOG.md @@ -9,12 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [12.1.2] -### Uncategorized +### Changed -- refactor!: Standardise all controllers and services ([#3922](https://github.com/MetaMask/snaps/pull/3922)) -- chore: Bump @lavamoat/allow-scripts from 3.4.3 to 4.0.0 ([#3910](https://github.com/MetaMask/snaps/pull/3910)) -- chore: Bump @metamask/permission-controller from 12.2.0 to 12.2.1 ([#3901](https://github.com/MetaMask/snaps/pull/3901)) -- chore: Bump fast-xml-parser from 5.4.1 to 5.5.6 ([#3905](https://github.com/MetaMask/snaps/pull/3905)) +- Bump `@metamask/snaps-controllers` from `18.0.4` to `19.0.0` and handle breaking changes ([#3922](https://github.com/MetaMask/snaps/pull/3922)) ## [12.1.1]