From 3e136d9eaa02f655fb39b3be7ebe76cedf2b7a10 Mon Sep 17 00:00:00 2001 From: Jongsun Suh Date: Tue, 23 Jul 2024 11:22:31 -0400 Subject: [PATCH] Update Release 59.0.0 --- package.json | 2 +- packages/create-snap/CHANGELOG.md | 61 +++------ packages/examples/packages/bip32/CHANGELOG.md | 63 ++-------- packages/examples/packages/bip44/CHANGELOG.md | 74 ++--------- .../packages/browserify-plugin/CHANGELOG.md | 67 ++-------- .../examples/packages/browserify/CHANGELOG.md | 67 ++-------- .../packages/client-status/CHANGELOG.md | 46 +------ .../examples/packages/cronjobs/CHANGELOG.md | 74 ++--------- .../examples/packages/dialogs/CHANGELOG.md | 72 ++--------- .../examples/packages/errors/CHANGELOG.md | 45 ++----- .../packages/ethereum-provider/CHANGELOG.md | 71 ++--------- .../examples/packages/ethers-js/CHANGELOG.md | 71 ++--------- .../packages/file-upload/CHANGELOG.md | 16 +-- .../packages/get-entropy/CHANGELOG.md | 71 ++--------- .../examples/packages/get-file/CHANGELOG.md | 54 +------- .../examples/packages/home-page/CHANGELOG.md | 51 +------- .../examples/packages/images/CHANGELOG.md | 42 +------ .../packages/interactive-ui/CHANGELOG.md | 32 +---- .../packages/consumer-signer/CHANGELOG.md | 74 ++--------- .../packages/core-signer/CHANGELOG.md | 74 ++--------- .../examples/packages/json-rpc/CHANGELOG.md | 66 ++-------- packages/examples/packages/jsx/CHANGELOG.md | 24 +--- .../packages/lifecycle-hooks/CHANGELOG.md | 66 ++-------- .../packages/localization/CHANGELOG.md | 55 +-------- .../packages/manage-state/CHANGELOG.md | 75 ++--------- .../packages/network-access/CHANGELOG.md | 75 ++--------- .../packages/notifications/CHANGELOG.md | 75 ++--------- .../packages/rollup-plugin/CHANGELOG.md | 66 ++-------- .../packages/signature-insights/CHANGELOG.md | 47 +------ .../transaction-insights/CHANGELOG.md | 80 ++---------- packages/examples/packages/wasm/CHANGELOG.md | 70 ++--------- .../packages/webpack-plugin/CHANGELOG.md | 66 ++-------- packages/snaps-browserify-plugin/CHANGELOG.md | 44 ++----- packages/snaps-cli/CHANGELOG.md | 116 ++++-------------- packages/snaps-jest/CHANGELOG.md | 109 ++++------------ packages/snaps-rollup-plugin/CHANGELOG.md | 40 ++---- packages/snaps-sdk/CHANGELOG.md | 5 +- packages/snaps-sdk/package.json | 2 +- packages/snaps-simulator/CHANGELOG.md | 85 +++---------- packages/snaps-webpack-plugin/CHANGELOG.md | 58 ++------- 40 files changed, 367 insertions(+), 1984 deletions(-) diff --git a/package.json b/package.json index 4d69251cea..ff215e1d77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "58.0.0", + "version": "59.0.0", "private": true, "repository": { "type": "git", diff --git a/packages/create-snap/CHANGELOG.md b/packages/create-snap/CHANGELOG.md index 74aa8ec6ea..73882d81a1 100644 --- a/packages/create-snap/CHANGELOG.md +++ b/packages/create-snap/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,106 +6,74 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- Fix some typos in comments ([#2349](https://github.com/metamask/snaps/pull/2349)) - ## [4.0.2] - ### Fixed - - Fix detection of minimum Node.js version ([#2292](https://github.com/MetaMask/snaps/pull/2292)) ## [4.0.1] - ### Fixed - - Fix minor build configuration problems ([#2220](https://github.com/MetaMask/snaps/pull/2220)) ## [4.0.0] - ### Changed - - **BREAKING:** Update ESM build to be fully compliant with the ESM standard ([#2210](https://github.com/MetaMask/snaps/pull/2210)) ## [3.1.1] - ### Changed - - Bump several MetaMask dependencies ([#1964](https://github.com/MetaMask/snaps/pull/1964)) ## [3.1.0] - ### Added - - Create an initial commit when creating a Snap from the template ([#1917](https://github.com/MetaMask/snaps/pull/1917)) ### Fixed - - Handle unhandled errors ([#1916](https://github.com/MetaMask/snaps/pull/1916)) ## [3.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [3.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `18.6.0` ([#1789](https://github.com/MetaMask/snaps/pull/1789)) ## [1.0.1] - ### Fixed - - Fix shell command injection ([#1784](https://github.com/MetaMask/snaps/pull/1784)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.37.4-flask.1] - ### Changed - - Bump `metamask/utils` and `metamask/snaps-registry` ([#1738](https://github.com/MetaMask/snaps/pull/1738), [#1694](https://github.com/MetaMask/snaps/pull/1694)) ## [0.37.3-flask.1] - ### Changed - - Remove unused dependencies ([#1674](https://github.com/MetaMask/snaps/pull/1674)) ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/create-snap@4.0.2...HEAD -[4.0.2]: https://github.com/metamask/snaps/compare/@metamask/create-snap@4.0.1...@metamask/create-snap@4.0.2 -[4.0.1]: https://github.com/metamask/snaps/compare/@metamask/create-snap@4.0.0...@metamask/create-snap@4.0.1 -[4.0.0]: https://github.com/metamask/snaps/compare/@metamask/create-snap@3.1.1...@metamask/create-snap@4.0.0 -[3.1.1]: https://github.com/metamask/snaps/compare/@metamask/create-snap@3.1.0...@metamask/create-snap@3.1.1 -[3.1.0]: https://github.com/metamask/snaps/compare/@metamask/create-snap@3.0.1...@metamask/create-snap@3.1.0 -[3.0.1]: https://github.com/metamask/snaps/compare/@metamask/create-snap@3.0.0...@metamask/create-snap@3.0.1 -[3.0.0]: https://github.com/metamask/snaps/compare/@metamask/create-snap@2.0.0...@metamask/create-snap@3.0.0 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/create-snap@1.0.1...@metamask/create-snap@2.0.0 -[1.0.1]: https://github.com/metamask/snaps/compare/@metamask/create-snap@1.0.0...@metamask/create-snap@1.0.1 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/create-snap@0.37.4-flask.1...@metamask/create-snap@1.0.0 -[0.37.4-flask.1]: https://github.com/metamask/snaps/compare/@metamask/create-snap@0.37.3-flask.1...@metamask/create-snap@0.37.4-flask.1 -[0.37.3-flask.1]: https://github.com/metamask/snaps/compare/@metamask/create-snap@0.37.2-flask.1...@metamask/create-snap@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/create-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@4.0.2...HEAD +[4.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@4.0.1...@metamask/create-snap@4.0.2 +[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@4.0.0...@metamask/create-snap@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@3.1.1...@metamask/create-snap@4.0.0 +[3.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@3.1.0...@metamask/create-snap@3.1.1 +[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@3.0.1...@metamask/create-snap@3.1.0 +[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@3.0.0...@metamask/create-snap@3.0.1 +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@2.0.0...@metamask/create-snap@3.0.0 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@1.0.1...@metamask/create-snap@2.0.0 +[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@1.0.0...@metamask/create-snap@1.0.1 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@0.37.4-flask.1...@metamask/create-snap@1.0.0 +[0.37.4-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@0.37.3-flask.1...@metamask/create-snap@0.37.4-flask.1 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/create-snap@0.37.2-flask.1...@metamask/create-snap@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/create-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/bip32/CHANGELOG.md b/packages/examples/packages/bip32/CHANGELOG.md index 73d9192631..5ebfa14911 100644 --- a/packages/examples/packages/bip32/CHANGELOG.md +++ b/packages/examples/packages/bip32/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,51 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- Bump @metamask/key-tree from 9.1.0 to 9.1.1 ([#2431](https://github.com/metamask/snaps/pull/2431)) - ## [2.2.0] - ### Added - - Add support for `ed25519Bip32` to the BIP-32 example snap ([#2428](https://github.com/MetaMask/snaps/pull/2428)) ## [2.1.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.1.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1930](https://github.com/MetaMask/snaps/pull/1930), [#1946](https://github.com/MetaMask/snaps/pull/1946), [#1950](https://github.com/MetaMask/snaps/pull/1950), [#1949](https://github.com/MetaMask/snaps/pull/1949), [#1954](https://github.com/MetaMask/snaps/pull/1954)) @@ -59,48 +27,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.37.3-flask.1] - ### Changed - - Use `polyfills` option for specifying Node.js polyfills ([#1650](https://github.com/MetaMask/snaps/pull/1650)) ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/bip32-example-snap@2.2.0...HEAD -[2.2.0]: https://github.com/metamask/snaps/compare/@metamask/bip32-example-snap@2.1.2...@metamask/bip32-example-snap@2.2.0 -[2.1.2]: https://github.com/metamask/snaps/compare/@metamask/bip32-example-snap@2.1.1...@metamask/bip32-example-snap@2.1.2 -[2.1.1]: https://github.com/metamask/snaps/compare/@metamask/bip32-example-snap@2.1.0...@metamask/bip32-example-snap@2.1.1 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/bip32-example-snap@2.0.1...@metamask/bip32-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/bip32-example-snap@2.0.0...@metamask/bip32-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/bip32-example-snap@1.0.0...@metamask/bip32-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/bip32-example-snap@0.37.3-flask.1...@metamask/bip32-example-snap@1.0.0 -[0.37.3-flask.1]: https://github.com/metamask/snaps/compare/@metamask/bip32-example-snap@0.37.2-flask.1...@metamask/bip32-example-snap@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/bip32-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.2.0...HEAD +[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.1.2...@metamask/bip32-example-snap@2.2.0 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.1.1...@metamask/bip32-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.1.0...@metamask/bip32-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.0.1...@metamask/bip32-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@2.0.0...@metamask/bip32-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@1.0.0...@metamask/bip32-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@0.37.3-flask.1...@metamask/bip32-example-snap@1.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip32-example-snap@0.37.2-flask.1...@metamask/bip32-example-snap@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/bip32-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/bip44/CHANGELOG.md b/packages/examples/packages/bip44/CHANGELOG.md index 8631002c9b..3b77680764 100644 --- a/packages/examples/packages/bip44/CHANGELOG.md +++ b/packages/examples/packages/bip44/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,56 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- Bump @metamask/key-tree from 9.1.0 to 9.1.1 ([#2431](https://github.com/metamask/snaps/pull/2431)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add support for BIP-32-Ed25519 / CIP-3 key derivation ([#2408](https://github.com/metamask/snaps/pull/2408)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Dedupe yarn.lock ([#2335](https://github.com/metamask/snaps/pull/2335)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [2.1.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.1.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1930](https://github.com/MetaMask/snaps/pull/1930), [#1946](https://github.com/MetaMask/snaps/pull/1946), [#1950](https://github.com/MetaMask/snaps/pull/1950), [#1949](https://github.com/MetaMask/snaps/pull/1949), [#1954](https://github.com/MetaMask/snaps/pull/1954)) @@ -64,55 +23,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.38.1-flask.1] - ### Changed - - Use `polyfills` option for specifying Node.js polyfills ([#1650](https://github.com/MetaMask/snaps/pull/1650)) ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.38.0-flask.1] - ### Changed - - Update example to the new configuration format ([#1632](https://github.com/MetaMask/snaps/pull/1632)) - The example now uses Webpack instead of Browserify. ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/bip44-example-snap@2.1.2...HEAD -[2.1.2]: https://github.com/metamask/snaps/compare/@metamask/bip44-example-snap@2.1.1...@metamask/bip44-example-snap@2.1.2 -[2.1.1]: https://github.com/metamask/snaps/compare/@metamask/bip44-example-snap@2.1.0...@metamask/bip44-example-snap@2.1.1 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/bip44-example-snap@2.0.1...@metamask/bip44-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/bip44-example-snap@2.0.0...@metamask/bip44-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/bip44-example-snap@1.0.0...@metamask/bip44-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/bip44-example-snap@0.38.1-flask.1...@metamask/bip44-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/metamask/snaps/compare/@metamask/bip44-example-snap@0.38.0-flask.1...@metamask/bip44-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/metamask/snaps/compare/@metamask/bip44-example-snap@0.37.2-flask.1...@metamask/bip44-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/bip44-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@2.1.2...HEAD +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@2.1.1...@metamask/bip44-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@2.1.0...@metamask/bip44-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@2.0.1...@metamask/bip44-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@2.0.0...@metamask/bip44-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@1.0.0...@metamask/bip44-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@0.38.1-flask.1...@metamask/bip44-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@0.38.0-flask.1...@metamask/bip44-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/bip44-example-snap@0.37.2-flask.1...@metamask/bip44-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/bip44-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/browserify-plugin/CHANGELOG.md b/packages/examples/packages/browserify-plugin/CHANGELOG.md index 59359bb7f7..f932696cf4 100644 --- a/packages/examples/packages/browserify-plugin/CHANGELOG.md +++ b/packages/examples/packages/browserify-plugin/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,96 +6,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Dedupe yarn.lock ([#2335](https://github.com/metamask/snaps/pull/2335)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [2.1.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.1.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1946](https://github.com/MetaMask/snaps/pull/1946)) - This package replaces the `@metamask/snaps-types` and - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.37.3-flask.1] - ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/browserify-plugin-example-snap@2.1.2...HEAD -[2.1.2]: https://github.com/metamask/snaps/compare/@metamask/browserify-plugin-example-snap@2.1.1...@metamask/browserify-plugin-example-snap@2.1.2 -[2.1.1]: https://github.com/metamask/snaps/compare/@metamask/browserify-plugin-example-snap@2.1.0...@metamask/browserify-plugin-example-snap@2.1.1 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/browserify-plugin-example-snap@2.0.1...@metamask/browserify-plugin-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/browserify-plugin-example-snap@2.0.0...@metamask/browserify-plugin-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/browserify-plugin-example-snap@1.0.0...@metamask/browserify-plugin-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/browserify-plugin-example-snap@0.37.3-flask.1...@metamask/browserify-plugin-example-snap@1.0.0 -[0.37.3-flask.1]: https://github.com/metamask/snaps/compare/@metamask/browserify-plugin-example-snap@0.37.2-flask.1...@metamask/browserify-plugin-example-snap@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/browserify-plugin-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@2.1.2...HEAD +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@2.1.1...@metamask/browserify-plugin-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@2.1.0...@metamask/browserify-plugin-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@2.0.1...@metamask/browserify-plugin-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@2.0.0...@metamask/browserify-plugin-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@1.0.0...@metamask/browserify-plugin-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@0.37.3-flask.1...@metamask/browserify-plugin-example-snap@1.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-plugin-example-snap@0.37.2-flask.1...@metamask/browserify-plugin-example-snap@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/browserify-plugin-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/browserify/CHANGELOG.md b/packages/examples/packages/browserify/CHANGELOG.md index 4fad2d7923..bc723aceb6 100644 --- a/packages/examples/packages/browserify/CHANGELOG.md +++ b/packages/examples/packages/browserify/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,95 +6,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Dedupe yarn.lock ([#2335](https://github.com/metamask/snaps/pull/2335)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [2.1.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.1.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1946](https://github.com/MetaMask/snaps/pull/1946)) - This package replaces the `@metamask/snaps-types` and - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.38.1-flask.1] - ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.38.0-flask.1] - ### Added - - Add Browserify example snap ([#1632](https://github.com/MetaMask/snaps/pull/1632)) - This snap demonstrates how to use the deprecated Browserify configuration format. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/browserify-example-snap@2.1.2...HEAD -[2.1.2]: https://github.com/metamask/snaps/compare/@metamask/browserify-example-snap@2.1.1...@metamask/browserify-example-snap@2.1.2 -[2.1.1]: https://github.com/metamask/snaps/compare/@metamask/browserify-example-snap@2.1.0...@metamask/browserify-example-snap@2.1.1 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/browserify-example-snap@2.0.1...@metamask/browserify-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/browserify-example-snap@2.0.0...@metamask/browserify-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/browserify-example-snap@1.0.0...@metamask/browserify-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/browserify-example-snap@0.38.1-flask.1...@metamask/browserify-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/metamask/snaps/compare/@metamask/browserify-example-snap@0.38.0-flask.1...@metamask/browserify-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/browserify-example-snap@0.38.0-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@2.1.2...HEAD +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@2.1.1...@metamask/browserify-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@2.1.0...@metamask/browserify-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@2.0.1...@metamask/browserify-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@2.0.0...@metamask/browserify-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@1.0.0...@metamask/browserify-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@0.38.1-flask.1...@metamask/browserify-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/browserify-example-snap@0.38.0-flask.1...@metamask/browserify-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/browserify-example-snap@0.38.0-flask.1 diff --git a/packages/examples/packages/client-status/CHANGELOG.md b/packages/examples/packages/client-status/CHANGELOG.md index 2406d05bf0..419b51103f 100644 --- a/packages/examples/packages/client-status/CHANGELOG.md +++ b/packages/examples/packages/client-status/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,56 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [1.0.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [1.0.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [1.0.0] - ### Added - - Add `snap_getClientStatus` example snap ([#2159](https://github.com/MetaMask/snaps/pull/2159)) -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/client-status-example-snap@1.0.2...HEAD -[1.0.2]: https://github.com/metamask/snaps/compare/@metamask/client-status-example-snap@1.0.1...@metamask/client-status-example-snap@1.0.2 -[1.0.1]: https://github.com/metamask/snaps/compare/@metamask/client-status-example-snap@1.0.0...@metamask/client-status-example-snap@1.0.1 -[1.0.0]: https://github.com/metamask/snaps/releases/tag/@metamask/client-status-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/client-status-example-snap@1.0.2...HEAD +[1.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/client-status-example-snap@1.0.1...@metamask/client-status-example-snap@1.0.2 +[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/client-status-example-snap@1.0.0...@metamask/client-status-example-snap@1.0.1 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/client-status-example-snap@1.0.0 diff --git a/packages/examples/packages/cronjobs/CHANGELOG.md b/packages/examples/packages/cronjobs/CHANGELOG.md index 8ce635e64c..ca52c8c0f5 100644 --- a/packages/examples/packages/cronjobs/CHANGELOG.md +++ b/packages/examples/packages/cronjobs/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,110 +6,59 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [2.1.3] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.1.2] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.1.1] - ### Changed - - Change cronjob interval to run more often ([#2164](https://github.com/MetaMask/snaps/pull/2164)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1946](https://github.com/MetaMask/snaps/pull/1946), [#1954](https://github.com/MetaMask/snaps/pull/1954)) - This package replaces the `@metamask/snaps-types` and - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.38.1-flask.1] - ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.38.0-flask.1] - ### Changed - - Update example to the new configuration format ([#1632](https://github.com/MetaMask/snaps/pull/1632)) - The example now uses Webpack instead of Browserify. ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/cronjob-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/metamask/snaps/compare/@metamask/cronjob-example-snap@2.1.2...@metamask/cronjob-example-snap@2.1.3 -[2.1.2]: https://github.com/metamask/snaps/compare/@metamask/cronjob-example-snap@2.1.1...@metamask/cronjob-example-snap@2.1.2 -[2.1.1]: https://github.com/metamask/snaps/compare/@metamask/cronjob-example-snap@2.1.0...@metamask/cronjob-example-snap@2.1.1 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/cronjob-example-snap@2.0.1...@metamask/cronjob-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/cronjob-example-snap@2.0.0...@metamask/cronjob-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/cronjob-example-snap@1.0.0...@metamask/cronjob-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/cronjob-example-snap@0.38.1-flask.1...@metamask/cronjob-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/metamask/snaps/compare/@metamask/cronjob-example-snap@0.38.0-flask.1...@metamask/cronjob-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/metamask/snaps/compare/@metamask/cronjob-example-snap@0.37.2-flask.1...@metamask/cronjob-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/cronjob-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.1.2...@metamask/cronjob-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.1.1...@metamask/cronjob-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.1.0...@metamask/cronjob-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.0.1...@metamask/cronjob-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.0.0...@metamask/cronjob-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@1.0.0...@metamask/cronjob-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@0.38.1-flask.1...@metamask/cronjob-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@0.38.0-flask.1...@metamask/cronjob-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@0.37.2-flask.1...@metamask/cronjob-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/cronjob-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/dialogs/CHANGELOG.md b/packages/examples/packages/dialogs/CHANGELOG.md index dca5f15359..8d53df319d 100644 --- a/packages/examples/packages/dialogs/CHANGELOG.md +++ b/packages/examples/packages/dialogs/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,57 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [2.2.1] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.2.0] - ### Added - - Add a link to confirmation dialog ([#2112](https://github.com/MetaMask/snaps/pull/2112)) ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1930](https://github.com/MetaMask/snaps/pull/1930), [#1946](https://github.com/MetaMask/snaps/pull/1946), [#1950](https://github.com/MetaMask/snaps/pull/1950), [#1949](https://github.com/MetaMask/snaps/pull/1949), [#1954](https://github.com/MetaMask/snaps/pull/1954)) @@ -65,55 +26,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.38.1-flask.1] - ### Changed - - Use `polyfills` option for specifying Node.js polyfills ([#1650](https://github.com/MetaMask/snaps/pull/1650)) ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.38.0-flask.1] - ### Changed - - Update example to the new configuration format ([#1632](https://github.com/MetaMask/snaps/pull/1632)) - The example now uses Webpack instead of Browserify. ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/dialog-example-snap@2.2.1...HEAD -[2.2.1]: https://github.com/metamask/snaps/compare/@metamask/dialog-example-snap@2.2.0...@metamask/dialog-example-snap@2.2.1 -[2.2.0]: https://github.com/metamask/snaps/compare/@metamask/dialog-example-snap@2.1.0...@metamask/dialog-example-snap@2.2.0 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/dialog-example-snap@2.0.1...@metamask/dialog-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/dialog-example-snap@2.0.0...@metamask/dialog-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/dialog-example-snap@1.0.0...@metamask/dialog-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/dialog-example-snap@0.38.1-flask.1...@metamask/dialog-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/metamask/snaps/compare/@metamask/dialog-example-snap@0.38.0-flask.1...@metamask/dialog-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/metamask/snaps/compare/@metamask/dialog-example-snap@0.37.2-flask.1...@metamask/dialog-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/dialog-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@2.2.1...HEAD +[2.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@2.2.0...@metamask/dialog-example-snap@2.2.1 +[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@2.1.0...@metamask/dialog-example-snap@2.2.0 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@2.0.1...@metamask/dialog-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@2.0.0...@metamask/dialog-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@1.0.0...@metamask/dialog-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@0.38.1-flask.1...@metamask/dialog-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@0.38.0-flask.1...@metamask/dialog-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/dialog-example-snap@0.37.2-flask.1...@metamask/dialog-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/dialog-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/errors/CHANGELOG.md b/packages/examples/packages/errors/CHANGELOG.md index 7af5b033e0..6fd06c78ef 100644 --- a/packages/examples/packages/errors/CHANGELOG.md +++ b/packages/examples/packages/errors/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,81 +6,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) - ## [2.1.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.1.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1946](https://github.com/MetaMask/snaps/pull/1946)) - This package replaces the `@metamask/snaps-types` and - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.38.1-flask.1] - ### Changed - - Use `polyfills` option for specifying Node.js polyfills ([#1650](https://github.com/MetaMask/snaps/pull/1650)) ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.38.0-flask.1] - ### Changed - - Update example to the new configuration format ([#1632](https://github.com/MetaMask/snaps/pull/1632)) - The example now uses Webpack instead of Browserify. ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/error-example-snap@2.1.2...HEAD -[2.1.2]: https://github.com/metamask/snaps/compare/@metamask/error-example-snap@2.1.1...@metamask/error-example-snap@2.1.2 -[2.1.1]: https://github.com/metamask/snaps/compare/@metamask/error-example-snap@2.1.0...@metamask/error-example-snap@2.1.1 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/error-example-snap@2.0.1...@metamask/error-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/error-example-snap@2.0.0...@metamask/error-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/error-example-snap@1.0.0...@metamask/error-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/error-example-snap@0.38.1-flask.1...@metamask/error-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/metamask/snaps/compare/@metamask/error-example-snap@0.38.0-flask.1...@metamask/error-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/metamask/snaps/compare/@metamask/error-example-snap@0.37.2-flask.1...@metamask/error-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/error-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@2.1.2...HEAD +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@2.1.1...@metamask/error-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@2.1.0...@metamask/error-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@2.0.1...@metamask/error-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@2.0.0...@metamask/error-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@1.0.0...@metamask/error-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@0.38.1-flask.1...@metamask/error-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@0.38.0-flask.1...@metamask/error-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/error-example-snap@0.37.2-flask.1...@metamask/error-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/error-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/ethereum-provider/CHANGELOG.md b/packages/examples/packages/ethereum-provider/CHANGELOG.md index 5d99d30d37..72c1664020 100644 --- a/packages/examples/packages/ethereum-provider/CHANGELOG.md +++ b/packages/examples/packages/ethereum-provider/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,107 +6,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [2.1.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.1.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1946](https://github.com/MetaMask/snaps/pull/1946)) - This package replaces the `@metamask/snaps-types` and - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.38.1-flask.1] - ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.38.0-flask.1] - ### Added - - Add example JSON-RPC method using `personal_sign` ([#1601](https://github.com/MetaMask/snaps/pull/1601)) ### Changed - - Update example to the new configuration format ([#1632](https://github.com/MetaMask/snaps/pull/1632)) - The example now uses Webpack instead of Browserify. ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/ethereum-provider-example-snap@2.1.2...HEAD -[2.1.2]: https://github.com/metamask/snaps/compare/@metamask/ethereum-provider-example-snap@2.1.1...@metamask/ethereum-provider-example-snap@2.1.2 -[2.1.1]: https://github.com/metamask/snaps/compare/@metamask/ethereum-provider-example-snap@2.1.0...@metamask/ethereum-provider-example-snap@2.1.1 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/ethereum-provider-example-snap@2.0.1...@metamask/ethereum-provider-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/ethereum-provider-example-snap@2.0.0...@metamask/ethereum-provider-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/ethereum-provider-example-snap@1.0.0...@metamask/ethereum-provider-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/ethereum-provider-example-snap@0.38.1-flask.1...@metamask/ethereum-provider-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/metamask/snaps/compare/@metamask/ethereum-provider-example-snap@0.38.0-flask.1...@metamask/ethereum-provider-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/metamask/snaps/compare/@metamask/ethereum-provider-example-snap@0.37.2-flask.1...@metamask/ethereum-provider-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/ethereum-provider-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.1.2...HEAD +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.1.1...@metamask/ethereum-provider-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.1.0...@metamask/ethereum-provider-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.0.1...@metamask/ethereum-provider-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@2.0.0...@metamask/ethereum-provider-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@1.0.0...@metamask/ethereum-provider-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@0.38.1-flask.1...@metamask/ethereum-provider-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@0.38.0-flask.1...@metamask/ethereum-provider-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethereum-provider-example-snap@0.37.2-flask.1...@metamask/ethereum-provider-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/ethereum-provider-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/ethers-js/CHANGELOG.md b/packages/examples/packages/ethers-js/CHANGELOG.md index 06a0c1c100..057b484d41 100644 --- a/packages/examples/packages/ethers-js/CHANGELOG.md +++ b/packages/examples/packages/ethers-js/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,107 +6,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [2.1.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.1.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1946](https://github.com/MetaMask/snaps/pull/1946), [#1954](https://github.com/MetaMask/snaps/pull/1954)) - This package replaces the `@metamask/snaps-types` and - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.38.1-flask.1] - ### Changed - - Use `polyfills` option for specifying Node.js polyfills ([#1650](https://github.com/MetaMask/snaps/pull/1650)) ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.38.0-flask.1] - ### Changed - - Update example to the new configuration format ([#1632](https://github.com/MetaMask/snaps/pull/1632)) - The example now uses Webpack instead of Browserify. ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/ethers-js-example-snap@2.1.2...HEAD -[2.1.2]: https://github.com/metamask/snaps/compare/@metamask/ethers-js-example-snap@2.1.1...@metamask/ethers-js-example-snap@2.1.2 -[2.1.1]: https://github.com/metamask/snaps/compare/@metamask/ethers-js-example-snap@2.1.0...@metamask/ethers-js-example-snap@2.1.1 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/ethers-js-example-snap@2.0.1...@metamask/ethers-js-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/ethers-js-example-snap@2.0.0...@metamask/ethers-js-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/ethers-js-example-snap@1.0.0...@metamask/ethers-js-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/ethers-js-example-snap@0.38.1-flask.1...@metamask/ethers-js-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/metamask/snaps/compare/@metamask/ethers-js-example-snap@0.38.0-flask.1...@metamask/ethers-js-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/metamask/snaps/compare/@metamask/ethers-js-example-snap@0.37.2-flask.1...@metamask/ethers-js-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/ethers-js-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@2.1.2...HEAD +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@2.1.1...@metamask/ethers-js-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@2.1.0...@metamask/ethers-js-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@2.0.1...@metamask/ethers-js-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@2.0.0...@metamask/ethers-js-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@1.0.0...@metamask/ethers-js-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@0.38.1-flask.1...@metamask/ethers-js-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@0.38.0-flask.1...@metamask/ethers-js-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/ethers-js-example-snap@0.37.2-flask.1...@metamask/ethers-js-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/ethers-js-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/file-upload/CHANGELOG.md b/packages/examples/packages/file-upload/CHANGELOG.md index 2051e210b3..cbd5a77587 100644 --- a/packages/examples/packages/file-upload/CHANGELOG.md +++ b/packages/examples/packages/file-upload/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,20 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) - ## [1.0.0] - ### Added - - Add file input example Snap ([#2469](https://github.com/MetaMask/snaps/pull/2469), [#2494](https://github.com/MetaMask/snaps/pull/2494), [#2504](https://github.com/MetaMask/snaps/pull/2504)) -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/file-upload-example-snap@1.0.0...HEAD -[1.0.0]: https://github.com/metamask/snaps/releases/tag/@metamask/file-upload-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/file-upload-example-snap@1.0.0...HEAD +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/file-upload-example-snap@1.0.0 diff --git a/packages/examples/packages/get-entropy/CHANGELOG.md b/packages/examples/packages/get-entropy/CHANGELOG.md index 8a5ae3463f..386aaf6d89 100644 --- a/packages/examples/packages/get-entropy/CHANGELOG.md +++ b/packages/examples/packages/get-entropy/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,53 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [2.1.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.1.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1930](https://github.com/MetaMask/snaps/pull/1930), [#1946](https://github.com/MetaMask/snaps/pull/1946), [#1950](https://github.com/MetaMask/snaps/pull/1950), [#1949](https://github.com/MetaMask/snaps/pull/1949), [#1954](https://github.com/MetaMask/snaps/pull/1954)) @@ -61,55 +23,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.38.1-flask.1] - ### Changed - - Use `polyfills` option for specifying Node.js polyfills ([#1650](https://github.com/MetaMask/snaps/pull/1650)) ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.38.0-flask.1] - ### Changed - - Update example to the new configuration format ([#1632](https://github.com/MetaMask/snaps/pull/1632)) - The example now uses Webpack instead of Browserify. ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/get-entropy-example-snap@2.1.2...HEAD -[2.1.2]: https://github.com/metamask/snaps/compare/@metamask/get-entropy-example-snap@2.1.1...@metamask/get-entropy-example-snap@2.1.2 -[2.1.1]: https://github.com/metamask/snaps/compare/@metamask/get-entropy-example-snap@2.1.0...@metamask/get-entropy-example-snap@2.1.1 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/get-entropy-example-snap@2.0.1...@metamask/get-entropy-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/get-entropy-example-snap@2.0.0...@metamask/get-entropy-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/get-entropy-example-snap@1.0.0...@metamask/get-entropy-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/get-entropy-example-snap@0.38.1-flask.1...@metamask/get-entropy-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/metamask/snaps/compare/@metamask/get-entropy-example-snap@0.38.0-flask.1...@metamask/get-entropy-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/metamask/snaps/compare/@metamask/get-entropy-example-snap@0.37.2-flask.1...@metamask/get-entropy-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/get-entropy-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/get-entropy-example-snap@2.1.2...HEAD +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/get-entropy-example-snap@2.1.1...@metamask/get-entropy-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/get-entropy-example-snap@2.1.0...@metamask/get-entropy-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/get-entropy-example-snap@2.0.1...@metamask/get-entropy-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/get-entropy-example-snap@2.0.0...@metamask/get-entropy-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/get-entropy-example-snap@1.0.0...@metamask/get-entropy-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/get-entropy-example-snap@0.38.1-flask.1...@metamask/get-entropy-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/get-entropy-example-snap@0.38.0-flask.1...@metamask/get-entropy-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/get-entropy-example-snap@0.37.2-flask.1...@metamask/get-entropy-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/get-entropy-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/get-file/CHANGELOG.md b/packages/examples/packages/get-file/CHANGELOG.md index c74db8d8ef..463738d5e4 100644 --- a/packages/examples/packages/get-file/CHANGELOG.md +++ b/packages/examples/packages/get-file/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,72 +6,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [1.1.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [1.1.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [1.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1946](https://github.com/MetaMask/snaps/pull/1946)) - This package replaces the `@metamask/snaps-types` and - `@metamask/snaps-ui` packages, and is much more lightweight. ## [1.0.1] - ### Fixed - - Fix missing files in package.json ([#1894](https://github.com/MetaMask/snaps/pull/1894)) ## [1.0.0] - ### Added - - Add `snap_getFile` example Snap ([#1836](https://github.com/MetaMask/snaps/pull/1836), [#1858](https://github.com/MetaMask/snaps/pull/1858)) -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/get-file-example-snap@1.1.2...HEAD -[1.1.2]: https://github.com/metamask/snaps/compare/@metamask/get-file-example-snap@1.1.1...@metamask/get-file-example-snap@1.1.2 -[1.1.1]: https://github.com/metamask/snaps/compare/@metamask/get-file-example-snap@1.1.0...@metamask/get-file-example-snap@1.1.1 -[1.1.0]: https://github.com/metamask/snaps/compare/@metamask/get-file-example-snap@1.0.1...@metamask/get-file-example-snap@1.1.0 -[1.0.1]: https://github.com/metamask/snaps/compare/@metamask/get-file-example-snap@1.0.0...@metamask/get-file-example-snap@1.0.1 -[1.0.0]: https://github.com/metamask/snaps/releases/tag/@metamask/get-file-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/get-file-example-snap@1.1.2...HEAD +[1.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/get-file-example-snap@1.1.1...@metamask/get-file-example-snap@1.1.2 +[1.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/get-file-example-snap@1.1.0...@metamask/get-file-example-snap@1.1.1 +[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/get-file-example-snap@1.0.1...@metamask/get-file-example-snap@1.1.0 +[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/get-file-example-snap@1.0.0...@metamask/get-file-example-snap@1.0.1 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/get-file-example-snap@1.0.0 diff --git a/packages/examples/packages/home-page/CHANGELOG.md b/packages/examples/packages/home-page/CHANGELOG.md index c8a58ba085..319fdfc27c 100644 --- a/packages/examples/packages/home-page/CHANGELOG.md +++ b/packages/examples/packages/home-page/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,66 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) -- [BREAKING] Support Interactive UI in `snaps-jest` ([#2286](https://github.com/metamask/snaps/pull/2286)) - ## [1.1.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [1.1.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [1.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1946](https://github.com/MetaMask/snaps/pull/1946), [#1954](https://github.com/MetaMask/snaps/pull/1954)) - This package replaces the `@metamask/snaps-types` and - `@metamask/snaps-ui` packages, and is much more lightweight. ## [1.0.0] - ### Added - - Initial release ([#1918](https://github.com/MetaMask/snaps/pull/1918)) -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/home-page-example-snap@1.1.2...HEAD -[1.1.2]: https://github.com/metamask/snaps/compare/@metamask/home-page-example-snap@1.1.1...@metamask/home-page-example-snap@1.1.2 -[1.1.1]: https://github.com/metamask/snaps/compare/@metamask/home-page-example-snap@1.1.0...@metamask/home-page-example-snap@1.1.1 -[1.1.0]: https://github.com/metamask/snaps/compare/@metamask/home-page-example-snap@1.0.0...@metamask/home-page-example-snap@1.1.0 -[1.0.0]: https://github.com/metamask/snaps/releases/tag/@metamask/home-page-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/home-page-example-snap@1.1.2...HEAD +[1.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/home-page-example-snap@1.1.1...@metamask/home-page-example-snap@1.1.2 +[1.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/home-page-example-snap@1.1.0...@metamask/home-page-example-snap@1.1.1 +[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/home-page-example-snap@1.0.0...@metamask/home-page-example-snap@1.1.0 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/home-page-example-snap@1.0.0 diff --git a/packages/examples/packages/images/CHANGELOG.md b/packages/examples/packages/images/CHANGELOG.md index 7a436f36b7..144e6dd66b 100644 --- a/packages/examples/packages/images/CHANGELOG.md +++ b/packages/examples/packages/images/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,50 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [1.1.0] - ### Changed - - Add example showing how to import and use images ([#2284](https://github.com/MetaMask/snaps/pull/2284)) - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [1.0.0] - ### Added - - Add images example Snap ([#2002](https://github.com/MetaMask/snaps/pull/2002)) -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/images-example-snap@1.1.0...HEAD -[1.1.0]: https://github.com/metamask/snaps/compare/@metamask/images-example-snap@1.0.0...@metamask/images-example-snap@1.1.0 -[1.0.0]: https://github.com/metamask/snaps/releases/tag/@metamask/images-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/images-example-snap@1.1.0...HEAD +[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/images-example-snap@1.0.0...@metamask/images-example-snap@1.1.0 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/images-example-snap@1.0.0 diff --git a/packages/examples/packages/interactive-ui/CHANGELOG.md b/packages/examples/packages/interactive-ui/CHANGELOG.md index 4471541eff..836c5ceb3e 100644 --- a/packages/examples/packages/interactive-ui/CHANGELOG.md +++ b/packages/examples/packages/interactive-ui/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,49 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) - ## [2.1.0] - ### Added - - Add `Checkbox` to interactive UI example ([#2515](https://github.com/MetaMask/snaps/pull/2515)) ## [2.0.0] - ### Changed - - **BREAKING:** Revamp interactive UI example using JSX ([#2427](https://github.com/MetaMask/snaps/pull/2427)) - The `getState` RPC method was removed as part of this refactor. ## [1.0.2] - ### Fixed - - Fix a crash when submitting an empty string ([#2333](https://github.com/MetaMask/snaps/pull/2333)) ## [1.0.1] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [1.0.0] - ### Added - - Add interactive UI example Snap ([#2171](https://github.com/MetaMask/snaps/pull/2171)) -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/interactive-ui-example-snap@2.1.0...HEAD -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/interactive-ui-example-snap@2.0.0...@metamask/interactive-ui-example-snap@2.1.0 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/interactive-ui-example-snap@1.0.2...@metamask/interactive-ui-example-snap@2.0.0 -[1.0.2]: https://github.com/metamask/snaps/compare/@metamask/interactive-ui-example-snap@1.0.1...@metamask/interactive-ui-example-snap@1.0.2 -[1.0.1]: https://github.com/metamask/snaps/compare/@metamask/interactive-ui-example-snap@1.0.0...@metamask/interactive-ui-example-snap@1.0.1 -[1.0.0]: https://github.com/metamask/snaps/releases/tag/@metamask/interactive-ui-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@2.1.0...HEAD +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@2.0.0...@metamask/interactive-ui-example-snap@2.1.0 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@1.0.2...@metamask/interactive-ui-example-snap@2.0.0 +[1.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@1.0.1...@metamask/interactive-ui-example-snap@1.0.2 +[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/interactive-ui-example-snap@1.0.0...@metamask/interactive-ui-example-snap@1.0.1 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/interactive-ui-example-snap@1.0.0 diff --git a/packages/examples/packages/invoke-snap/packages/consumer-signer/CHANGELOG.md b/packages/examples/packages/invoke-snap/packages/consumer-signer/CHANGELOG.md index 91860a5f0f..7bf1c33d39 100644 --- a/packages/examples/packages/invoke-snap/packages/consumer-signer/CHANGELOG.md +++ b/packages/examples/packages/invoke-snap/packages/consumer-signer/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,110 +6,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- Bump @metamask/key-tree from 9.1.0 to 9.1.1 ([#2431](https://github.com/metamask/snaps/pull/2431)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add support for BIP-32-Ed25519 / CIP-3 key derivation ([#2408](https://github.com/metamask/snaps/pull/2408)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Dedupe yarn.lock ([#2335](https://github.com/metamask/snaps/pull/2335)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [2.1.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.1.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1946](https://github.com/MetaMask/snaps/pull/1946)) - This package replaces the `@metamask/snaps-types` and - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.38.1-flask.1] - ### Changed - - Use `polyfills` option for specifying Node.js polyfills ([#1650](https://github.com/MetaMask/snaps/pull/1650)) ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.38.0-flask.1] - ### Changed - - Update example to the new configuration format ([#1632](https://github.com/MetaMask/snaps/pull/1632)) - The example now uses Webpack instead of Browserify. ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/consumer-signer-example-snap@2.1.2...HEAD -[2.1.2]: https://github.com/metamask/snaps/compare/@metamask/consumer-signer-example-snap@2.1.1...@metamask/consumer-signer-example-snap@2.1.2 -[2.1.1]: https://github.com/metamask/snaps/compare/@metamask/consumer-signer-example-snap@2.1.0...@metamask/consumer-signer-example-snap@2.1.1 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/consumer-signer-example-snap@2.0.1...@metamask/consumer-signer-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/consumer-signer-example-snap@2.0.0...@metamask/consumer-signer-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/consumer-signer-example-snap@1.0.0...@metamask/consumer-signer-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/consumer-signer-example-snap@0.38.1-flask.1...@metamask/consumer-signer-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/metamask/snaps/compare/@metamask/consumer-signer-example-snap@0.38.0-flask.1...@metamask/consumer-signer-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/metamask/snaps/compare/@metamask/consumer-signer-example-snap@0.37.2-flask.1...@metamask/consumer-signer-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/consumer-signer-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@2.1.2...HEAD +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@2.1.1...@metamask/consumer-signer-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@2.1.0...@metamask/consumer-signer-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@2.0.1...@metamask/consumer-signer-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@2.0.0...@metamask/consumer-signer-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@1.0.0...@metamask/consumer-signer-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@0.38.1-flask.1...@metamask/consumer-signer-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@0.38.0-flask.1...@metamask/consumer-signer-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/consumer-signer-example-snap@0.37.2-flask.1...@metamask/consumer-signer-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/consumer-signer-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/invoke-snap/packages/core-signer/CHANGELOG.md b/packages/examples/packages/invoke-snap/packages/core-signer/CHANGELOG.md index 95e635e297..733728d83d 100644 --- a/packages/examples/packages/invoke-snap/packages/core-signer/CHANGELOG.md +++ b/packages/examples/packages/invoke-snap/packages/core-signer/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,56 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- Bump @metamask/key-tree from 9.1.0 to 9.1.1 ([#2431](https://github.com/metamask/snaps/pull/2431)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add support for BIP-32-Ed25519 / CIP-3 key derivation ([#2408](https://github.com/metamask/snaps/pull/2408)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Dedupe yarn.lock ([#2335](https://github.com/metamask/snaps/pull/2335)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [2.1.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.1.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1930](https://github.com/MetaMask/snaps/pull/1930), [#1946](https://github.com/MetaMask/snaps/pull/1946), [#1950](https://github.com/MetaMask/snaps/pull/1950), [#1949](https://github.com/MetaMask/snaps/pull/1949), [#1954](https://github.com/MetaMask/snaps/pull/1954)) @@ -64,55 +23,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.38.1-flask.1] - ### Changed - - Use `polyfills` option for specifying Node.js polyfills ([#1650](https://github.com/MetaMask/snaps/pull/1650)) ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.38.0-flask.1] - ### Changed - - Update example to the new configuration format ([#1632](https://github.com/MetaMask/snaps/pull/1632)) - The example now uses Webpack instead of Browserify. ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/core-signer-example-snap@2.1.2...HEAD -[2.1.2]: https://github.com/metamask/snaps/compare/@metamask/core-signer-example-snap@2.1.1...@metamask/core-signer-example-snap@2.1.2 -[2.1.1]: https://github.com/metamask/snaps/compare/@metamask/core-signer-example-snap@2.1.0...@metamask/core-signer-example-snap@2.1.1 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/core-signer-example-snap@2.0.1...@metamask/core-signer-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/core-signer-example-snap@2.0.0...@metamask/core-signer-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/core-signer-example-snap@1.0.0...@metamask/core-signer-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/core-signer-example-snap@0.38.1-flask.1...@metamask/core-signer-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/metamask/snaps/compare/@metamask/core-signer-example-snap@0.38.0-flask.1...@metamask/core-signer-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/metamask/snaps/compare/@metamask/core-signer-example-snap@0.37.2-flask.1...@metamask/core-signer-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/core-signer-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@2.1.2...HEAD +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@2.1.1...@metamask/core-signer-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@2.1.0...@metamask/core-signer-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@2.0.1...@metamask/core-signer-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@2.0.0...@metamask/core-signer-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@1.0.0...@metamask/core-signer-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@0.38.1-flask.1...@metamask/core-signer-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@0.38.0-flask.1...@metamask/core-signer-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/core-signer-example-snap@0.37.2-flask.1...@metamask/core-signer-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/core-signer-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/json-rpc/CHANGELOG.md b/packages/examples/packages/json-rpc/CHANGELOG.md index 9b92945e02..0f224cc13b 100644 --- a/packages/examples/packages/json-rpc/CHANGELOG.md +++ b/packages/examples/packages/json-rpc/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,95 +6,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [2.1.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.1.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1946](https://github.com/MetaMask/snaps/pull/1946)) - This package replaces the `@metamask/snaps-types` and - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.37.3-flask.1] - ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/json-rpc-example-snap@2.1.2...HEAD -[2.1.2]: https://github.com/metamask/snaps/compare/@metamask/json-rpc-example-snap@2.1.1...@metamask/json-rpc-example-snap@2.1.2 -[2.1.1]: https://github.com/metamask/snaps/compare/@metamask/json-rpc-example-snap@2.1.0...@metamask/json-rpc-example-snap@2.1.1 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/json-rpc-example-snap@2.0.1...@metamask/json-rpc-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/json-rpc-example-snap@2.0.0...@metamask/json-rpc-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/json-rpc-example-snap@1.0.0...@metamask/json-rpc-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/json-rpc-example-snap@0.37.3-flask.1...@metamask/json-rpc-example-snap@1.0.0 -[0.37.3-flask.1]: https://github.com/metamask/snaps/compare/@metamask/json-rpc-example-snap@0.37.2-flask.1...@metamask/json-rpc-example-snap@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/json-rpc-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@2.1.2...HEAD +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@2.1.1...@metamask/json-rpc-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@2.1.0...@metamask/json-rpc-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@2.0.1...@metamask/json-rpc-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@2.0.0...@metamask/json-rpc-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@1.0.0...@metamask/json-rpc-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@0.37.3-flask.1...@metamask/json-rpc-example-snap@1.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/json-rpc-example-snap@0.37.2-flask.1...@metamask/json-rpc-example-snap@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/json-rpc-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/jsx/CHANGELOG.md b/packages/examples/packages/jsx/CHANGELOG.md index 686f0f8980..7953d5ff9b 100644 --- a/packages/examples/packages/jsx/CHANGELOG.md +++ b/packages/examples/packages/jsx/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,34 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) - ## [1.1.1] - ### Fixed - - Move bold tags in JSX Example Snap ([#2520](https://github.com/MetaMask/snaps/pull/2520)) ## [1.1.0] - ### Added - - Add `Tooltip` to JSX example ([#2498](https://github.com/MetaMask/snaps/pull/2498)) ## [1.0.0] - ### Added - - Add JSX example Snap ([#2258](https://github.com/MetaMask/snaps/pull/2258)) -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/jsx-example-snap@1.1.1...HEAD -[1.1.1]: https://github.com/metamask/snaps/compare/@metamask/jsx-example-snap@1.1.0...@metamask/jsx-example-snap@1.1.1 -[1.1.0]: https://github.com/metamask/snaps/compare/@metamask/jsx-example-snap@1.0.0...@metamask/jsx-example-snap@1.1.0 -[1.0.0]: https://github.com/metamask/snaps/releases/tag/@metamask/jsx-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/jsx-example-snap@1.1.1...HEAD +[1.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/jsx-example-snap@1.1.0...@metamask/jsx-example-snap@1.1.1 +[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/jsx-example-snap@1.0.0...@metamask/jsx-example-snap@1.1.0 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/jsx-example-snap@1.0.0 diff --git a/packages/examples/packages/lifecycle-hooks/CHANGELOG.md b/packages/examples/packages/lifecycle-hooks/CHANGELOG.md index 5738d200ca..11648d45ec 100644 --- a/packages/examples/packages/lifecycle-hooks/CHANGELOG.md +++ b/packages/examples/packages/lifecycle-hooks/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,94 +6,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [2.1.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.1.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1946](https://github.com/MetaMask/snaps/pull/1946), [#1954](https://github.com/MetaMask/snaps/pull/1954)) - This package replaces the `@metamask/snaps-types` and - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.38.1-flask.1] - ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.38.0-flask.1] - ### Added - - Add lifecycle hooks example snap ([#1645](https://github.com/MetaMask/snaps/pull/1645)) - This snap demonstrates how to use the `onInstall` and `onUpdate` lifecycle hooks. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.1.2...HEAD -[2.1.2]: https://github.com/metamask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.1.1...@metamask/lifecycle-hooks-example-snap@2.1.2 -[2.1.1]: https://github.com/metamask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.1.0...@metamask/lifecycle-hooks-example-snap@2.1.1 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.0.1...@metamask/lifecycle-hooks-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.0.0...@metamask/lifecycle-hooks-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/lifecycle-hooks-example-snap@1.0.0...@metamask/lifecycle-hooks-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/lifecycle-hooks-example-snap@0.38.1-flask.1...@metamask/lifecycle-hooks-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/metamask/snaps/compare/@metamask/lifecycle-hooks-example-snap@0.38.0-flask.1...@metamask/lifecycle-hooks-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/lifecycle-hooks-example-snap@0.38.0-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.1.2...HEAD +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.1.1...@metamask/lifecycle-hooks-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.1.0...@metamask/lifecycle-hooks-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.0.1...@metamask/lifecycle-hooks-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@2.0.0...@metamask/lifecycle-hooks-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@1.0.0...@metamask/lifecycle-hooks-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@0.38.1-flask.1...@metamask/lifecycle-hooks-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/lifecycle-hooks-example-snap@0.38.0-flask.1...@metamask/lifecycle-hooks-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/lifecycle-hooks-example-snap@0.38.0-flask.1 diff --git a/packages/examples/packages/localization/CHANGELOG.md b/packages/examples/packages/localization/CHANGELOG.md index db5647a79f..c9eca57547 100644 --- a/packages/examples/packages/localization/CHANGELOG.md +++ b/packages/examples/packages/localization/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,76 +6,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [1.1.3] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [1.1.2] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [1.1.1] - ### Fixed - - Publish locales folder to NPM ([#1962](https://github.com/MetaMask/snaps/pull/1962)) ## [1.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1946](https://github.com/MetaMask/snaps/pull/1946)) - This package replaces the `@metamask/snaps-types` and - `@metamask/snaps-ui` packages, and is much more lightweight. ### Fixed - - Include localization files in checksum calculations ([#1956](https://github.com/MetaMask/snaps/pull/1956)) ## [1.0.0] - ### Added - - Initial release ([#1889](https://github.com/MetaMask/snaps/pull/1889)) -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/localization-example-snap@1.1.3...HEAD -[1.1.3]: https://github.com/metamask/snaps/compare/@metamask/localization-example-snap@1.1.2...@metamask/localization-example-snap@1.1.3 -[1.1.2]: https://github.com/metamask/snaps/compare/@metamask/localization-example-snap@1.1.1...@metamask/localization-example-snap@1.1.2 -[1.1.1]: https://github.com/metamask/snaps/compare/@metamask/localization-example-snap@1.1.0...@metamask/localization-example-snap@1.1.1 -[1.1.0]: https://github.com/metamask/snaps/compare/@metamask/localization-example-snap@1.0.0...@metamask/localization-example-snap@1.1.0 -[1.0.0]: https://github.com/metamask/snaps/releases/tag/@metamask/localization-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/localization-example-snap@1.1.3...HEAD +[1.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/localization-example-snap@1.1.2...@metamask/localization-example-snap@1.1.3 +[1.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/localization-example-snap@1.1.1...@metamask/localization-example-snap@1.1.2 +[1.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/localization-example-snap@1.1.0...@metamask/localization-example-snap@1.1.1 +[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/localization-example-snap@1.0.0...@metamask/localization-example-snap@1.1.0 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/localization-example-snap@1.0.0 diff --git a/packages/examples/packages/manage-state/CHANGELOG.md b/packages/examples/packages/manage-state/CHANGELOG.md index c195963417..dd70cca2e8 100644 --- a/packages/examples/packages/manage-state/CHANGELOG.md +++ b/packages/examples/packages/manage-state/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,53 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [2.2.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.2.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.2.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1930](https://github.com/MetaMask/snaps/pull/1930), [#1946](https://github.com/MetaMask/snaps/pull/1946), [#1950](https://github.com/MetaMask/snaps/pull/1950), [#1949](https://github.com/MetaMask/snaps/pull/1949), [#1954](https://github.com/MetaMask/snaps/pull/1954)) @@ -61,62 +23,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.1.0] - ### Changed - - Add support for unencrypted storage ([#1915](https://github.com/MetaMask/snaps/pull/1915)) ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.38.1-flask.1] - ### Changed - - Use `polyfills` option for specifying Node.js polyfills ([#1650](https://github.com/MetaMask/snaps/pull/1650)) ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.38.0-flask.1] - ### Changed - - Update example to the new configuration format ([#1632](https://github.com/MetaMask/snaps/pull/1632)) - The example now uses Webpack instead of Browserify. ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/manage-state-example-snap@2.2.2...HEAD -[2.2.2]: https://github.com/metamask/snaps/compare/@metamask/manage-state-example-snap@2.2.1...@metamask/manage-state-example-snap@2.2.2 -[2.2.1]: https://github.com/metamask/snaps/compare/@metamask/manage-state-example-snap@2.2.0...@metamask/manage-state-example-snap@2.2.1 -[2.2.0]: https://github.com/metamask/snaps/compare/@metamask/manage-state-example-snap@2.1.0...@metamask/manage-state-example-snap@2.2.0 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/manage-state-example-snap@2.0.1...@metamask/manage-state-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/manage-state-example-snap@2.0.0...@metamask/manage-state-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/manage-state-example-snap@1.0.0...@metamask/manage-state-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/manage-state-example-snap@0.38.1-flask.1...@metamask/manage-state-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/metamask/snaps/compare/@metamask/manage-state-example-snap@0.38.0-flask.1...@metamask/manage-state-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/metamask/snaps/compare/@metamask/manage-state-example-snap@0.37.2-flask.1...@metamask/manage-state-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/manage-state-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.2.2...HEAD +[2.2.2]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.2.1...@metamask/manage-state-example-snap@2.2.2 +[2.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.2.0...@metamask/manage-state-example-snap@2.2.1 +[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.1.0...@metamask/manage-state-example-snap@2.2.0 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.0.1...@metamask/manage-state-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@2.0.0...@metamask/manage-state-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@1.0.0...@metamask/manage-state-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@0.38.1-flask.1...@metamask/manage-state-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@0.38.0-flask.1...@metamask/manage-state-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/manage-state-example-snap@0.37.2-flask.1...@metamask/manage-state-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/manage-state-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/network-access/CHANGELOG.md b/packages/examples/packages/network-access/CHANGELOG.md index 8aed47522a..704745359e 100644 --- a/packages/examples/packages/network-access/CHANGELOG.md +++ b/packages/examples/packages/network-access/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,114 +6,62 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [2.1.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.1.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1946](https://github.com/MetaMask/snaps/pull/1946)) - This package replaces the `@metamask/snaps-types` and - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.38.2-flask.1] - ### Fixed - - Fix network access example snap ([#1747](https://github.com/MetaMask/snaps/pull/1747)) ## [0.38.1-flask.1] - ### Changed - - Use `polyfills` option for specifying Node.js polyfills ([#1650](https://github.com/MetaMask/snaps/pull/1650)) ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.38.0-flask.1] - ### Changed - - Update example to the new configuration format ([#1632](https://github.com/MetaMask/snaps/pull/1632)) - The example now uses Webpack instead of Browserify. ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/network-example-snap@2.1.2...HEAD -[2.1.2]: https://github.com/metamask/snaps/compare/@metamask/network-example-snap@2.1.1...@metamask/network-example-snap@2.1.2 -[2.1.1]: https://github.com/metamask/snaps/compare/@metamask/network-example-snap@2.1.0...@metamask/network-example-snap@2.1.1 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/network-example-snap@2.0.1...@metamask/network-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/network-example-snap@2.0.0...@metamask/network-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/network-example-snap@1.0.0...@metamask/network-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/network-example-snap@0.38.2-flask.1...@metamask/network-example-snap@1.0.0 -[0.38.2-flask.1]: https://github.com/metamask/snaps/compare/@metamask/network-example-snap@0.38.1-flask.1...@metamask/network-example-snap@0.38.2-flask.1 -[0.38.1-flask.1]: https://github.com/metamask/snaps/compare/@metamask/network-example-snap@0.38.0-flask.1...@metamask/network-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/metamask/snaps/compare/@metamask/network-example-snap@0.37.2-flask.1...@metamask/network-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/network-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@2.1.2...HEAD +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@2.1.1...@metamask/network-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@2.1.0...@metamask/network-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@2.0.1...@metamask/network-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@2.0.0...@metamask/network-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@1.0.0...@metamask/network-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@0.38.2-flask.1...@metamask/network-example-snap@1.0.0 +[0.38.2-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@0.38.1-flask.1...@metamask/network-example-snap@0.38.2-flask.1 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@0.38.0-flask.1...@metamask/network-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/network-example-snap@0.37.2-flask.1...@metamask/network-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/network-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/notifications/CHANGELOG.md b/packages/examples/packages/notifications/CHANGELOG.md index 436b8b8797..a5b942fe78 100644 --- a/packages/examples/packages/notifications/CHANGELOG.md +++ b/packages/examples/packages/notifications/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,59 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [2.1.3] - ### Fixed - - Fix native notifications not working reliably ([#2310](https://github.com/MetaMask/snaps/pull/2310)) ## [2.1.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.1.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1930](https://github.com/MetaMask/snaps/pull/1930), [#1946](https://github.com/MetaMask/snaps/pull/1946), [#1950](https://github.com/MetaMask/snaps/pull/1950), [#1949](https://github.com/MetaMask/snaps/pull/1949), [#1954](https://github.com/MetaMask/snaps/pull/1954)) @@ -67,56 +27,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.38.1-flask.1] - ### Changed - - Use `polyfills` option for specifying Node.js polyfills ([#1650](https://github.com/MetaMask/snaps/pull/1650)) ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.38.0-flask.1] - ### Changed - - Update example to the new configuration format ([#1632](https://github.com/MetaMask/snaps/pull/1632)) - The example now uses Webpack instead of Browserify. ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/notification-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/metamask/snaps/compare/@metamask/notification-example-snap@2.1.2...@metamask/notification-example-snap@2.1.3 -[2.1.2]: https://github.com/metamask/snaps/compare/@metamask/notification-example-snap@2.1.1...@metamask/notification-example-snap@2.1.2 -[2.1.1]: https://github.com/metamask/snaps/compare/@metamask/notification-example-snap@2.1.0...@metamask/notification-example-snap@2.1.1 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/notification-example-snap@2.0.1...@metamask/notification-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/notification-example-snap@2.0.0...@metamask/notification-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/notification-example-snap@1.0.0...@metamask/notification-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/notification-example-snap@0.38.1-flask.1...@metamask/notification-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/metamask/snaps/compare/@metamask/notification-example-snap@0.38.0-flask.1...@metamask/notification-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/metamask/snaps/compare/@metamask/notification-example-snap@0.37.2-flask.1...@metamask/notification-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/notification-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.1.2...@metamask/notification-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.1.1...@metamask/notification-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.1.0...@metamask/notification-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.0.1...@metamask/notification-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@2.0.0...@metamask/notification-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@1.0.0...@metamask/notification-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@0.38.1-flask.1...@metamask/notification-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@0.38.0-flask.1...@metamask/notification-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/notification-example-snap@0.37.2-flask.1...@metamask/notification-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/notification-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/rollup-plugin/CHANGELOG.md b/packages/examples/packages/rollup-plugin/CHANGELOG.md index db514506f0..058418416f 100644 --- a/packages/examples/packages/rollup-plugin/CHANGELOG.md +++ b/packages/examples/packages/rollup-plugin/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,95 +6,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [2.1.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.1.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1946](https://github.com/MetaMask/snaps/pull/1946)) - This package replaces the `@metamask/snaps-types` and - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.37.3-flask.1] - ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/rollup-plugin-example-snap@2.1.2...HEAD -[2.1.2]: https://github.com/metamask/snaps/compare/@metamask/rollup-plugin-example-snap@2.1.1...@metamask/rollup-plugin-example-snap@2.1.2 -[2.1.1]: https://github.com/metamask/snaps/compare/@metamask/rollup-plugin-example-snap@2.1.0...@metamask/rollup-plugin-example-snap@2.1.1 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/rollup-plugin-example-snap@2.0.1...@metamask/rollup-plugin-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/rollup-plugin-example-snap@2.0.0...@metamask/rollup-plugin-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/rollup-plugin-example-snap@1.0.0...@metamask/rollup-plugin-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/rollup-plugin-example-snap@0.37.3-flask.1...@metamask/rollup-plugin-example-snap@1.0.0 -[0.37.3-flask.1]: https://github.com/metamask/snaps/compare/@metamask/rollup-plugin-example-snap@0.37.2-flask.1...@metamask/rollup-plugin-example-snap@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/rollup-plugin-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@2.1.2...HEAD +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@2.1.1...@metamask/rollup-plugin-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@2.1.0...@metamask/rollup-plugin-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@2.0.1...@metamask/rollup-plugin-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@2.0.0...@metamask/rollup-plugin-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@1.0.0...@metamask/rollup-plugin-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@0.37.3-flask.1...@metamask/rollup-plugin-example-snap@1.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/rollup-plugin-example-snap@0.37.2-flask.1...@metamask/rollup-plugin-example-snap@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/rollup-plugin-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/signature-insights/CHANGELOG.md b/packages/examples/packages/signature-insights/CHANGELOG.md index 21b636d9ee..2c000b5b8a 100644 --- a/packages/examples/packages/signature-insights/CHANGELOG.md +++ b/packages/examples/packages/signature-insights/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,57 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) -- [BREAKING] Support Interactive UI in `snaps-jest` ([#2286](https://github.com/metamask/snaps/pull/2286)) - ## [1.0.2] - ### Changed - - Re-release after multiple changes in the monorepo ([#2295](https://github.com/MetaMask/snaps/pull/2295)) ## [1.0.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [1.0.0] - ### Added - - Add signature insights example ([#2114](https://github.com/MetaMask/snaps/pull/2079)) -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/signature-insights-example-snap@1.0.2...HEAD -[1.0.2]: https://github.com/metamask/snaps/compare/@metamask/signature-insights-example-snap@1.0.1...@metamask/signature-insights-example-snap@1.0.2 -[1.0.1]: https://github.com/metamask/snaps/compare/@metamask/signature-insights-example-snap@1.0.0...@metamask/signature-insights-example-snap@1.0.1 -[1.0.0]: https://github.com/metamask/snaps/releases/tag/@metamask/signature-insights-example-snap@1.0.0 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/signature-insights-example-snap@1.0.2...HEAD +[1.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/signature-insights-example-snap@1.0.1...@metamask/signature-insights-example-snap@1.0.2 +[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/signature-insights-example-snap@1.0.0...@metamask/signature-insights-example-snap@1.0.1 +[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/signature-insights-example-snap@1.0.0 diff --git a/packages/examples/packages/transaction-insights/CHANGELOG.md b/packages/examples/packages/transaction-insights/CHANGELOG.md index 6f7b31572a..8cc70eb16f 100644 --- a/packages/examples/packages/transaction-insights/CHANGELOG.md +++ b/packages/examples/packages/transaction-insights/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,60 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) -- [BREAKING] Support Interactive UI in `snaps-jest` ([#2286](https://github.com/metamask/snaps/pull/2286)) - ## [2.2.2] - ### Fixed - - Fix address validation in row component ([#2257](https://github.com/MetaMask/snaps/pull/2257)) ## [2.2.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.2.0] - ### Added - - Use new `row` and `address` component ([#1968](https://github.com/MetaMask/snaps/pull/1968)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1930](https://github.com/MetaMask/snaps/pull/1930), [#1946](https://github.com/MetaMask/snaps/pull/1946), [#1950](https://github.com/MetaMask/snaps/pull/1950), [#1949](https://github.com/MetaMask/snaps/pull/1949), [#1954](https://github.com/MetaMask/snaps/pull/1954)) @@ -68,63 +27,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.2] - ### Changed - - Update example insight snap to support transaction insights v2 ([#1911](https://github.com/MetaMask/snaps/pull/1911)) ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.38.1-flask.1] - ### Changed - - Use `polyfills` option for specifying Node.js polyfills ([#1650](https://github.com/MetaMask/snaps/pull/1650)) ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.38.0-flask.1] - ### Changed - - Update example to the new configuration format ([#1632](https://github.com/MetaMask/snaps/pull/1632)) - The example now uses Webpack instead of Browserify. ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/insights-example-snap@2.2.2...HEAD -[2.2.2]: https://github.com/metamask/snaps/compare/@metamask/insights-example-snap@2.2.1...@metamask/insights-example-snap@2.2.2 -[2.2.1]: https://github.com/metamask/snaps/compare/@metamask/insights-example-snap@2.2.0...@metamask/insights-example-snap@2.2.1 -[2.2.0]: https://github.com/metamask/snaps/compare/@metamask/insights-example-snap@2.1.0...@metamask/insights-example-snap@2.2.0 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/insights-example-snap@2.0.2...@metamask/insights-example-snap@2.1.0 -[2.0.2]: https://github.com/metamask/snaps/compare/@metamask/insights-example-snap@2.0.1...@metamask/insights-example-snap@2.0.2 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/insights-example-snap@2.0.0...@metamask/insights-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/insights-example-snap@1.0.0...@metamask/insights-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/insights-example-snap@0.38.1-flask.1...@metamask/insights-example-snap@1.0.0 -[0.38.1-flask.1]: https://github.com/metamask/snaps/compare/@metamask/insights-example-snap@0.38.0-flask.1...@metamask/insights-example-snap@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/metamask/snaps/compare/@metamask/insights-example-snap@0.37.2-flask.1...@metamask/insights-example-snap@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/insights-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.2.2...HEAD +[2.2.2]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.2.1...@metamask/insights-example-snap@2.2.2 +[2.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.2.0...@metamask/insights-example-snap@2.2.1 +[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.1.0...@metamask/insights-example-snap@2.2.0 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.0.2...@metamask/insights-example-snap@2.1.0 +[2.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.0.1...@metamask/insights-example-snap@2.0.2 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@2.0.0...@metamask/insights-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@1.0.0...@metamask/insights-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@0.38.1-flask.1...@metamask/insights-example-snap@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@0.38.0-flask.1...@metamask/insights-example-snap@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/insights-example-snap@0.37.2-flask.1...@metamask/insights-example-snap@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/insights-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/wasm/CHANGELOG.md b/packages/examples/packages/wasm/CHANGELOG.md index faab4a9081..3d13d5bd03 100644 --- a/packages/examples/packages/wasm/CHANGELOG.md +++ b/packages/examples/packages/wasm/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,102 +6,53 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [2.1.3] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.1.2] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.1.1] - ### Changed - - Use synchronously initialized WASM ([#2024](https://github.com/MetaMask/snaps/pull/2024)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1946](https://github.com/MetaMask/snaps/pull/1946), [#1954](https://github.com/MetaMask/snaps/pull/1954)) - This package replaces the `@metamask/snaps-types` and - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.37.3-flask.1] - ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/wasm-example-snap@2.1.3...HEAD -[2.1.3]: https://github.com/metamask/snaps/compare/@metamask/wasm-example-snap@2.1.2...@metamask/wasm-example-snap@2.1.3 -[2.1.2]: https://github.com/metamask/snaps/compare/@metamask/wasm-example-snap@2.1.1...@metamask/wasm-example-snap@2.1.2 -[2.1.1]: https://github.com/metamask/snaps/compare/@metamask/wasm-example-snap@2.1.0...@metamask/wasm-example-snap@2.1.1 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/wasm-example-snap@2.0.1...@metamask/wasm-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/wasm-example-snap@2.0.0...@metamask/wasm-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/wasm-example-snap@1.0.0...@metamask/wasm-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/wasm-example-snap@0.37.3-flask.1...@metamask/wasm-example-snap@1.0.0 -[0.37.3-flask.1]: https://github.com/metamask/snaps/compare/@metamask/wasm-example-snap@0.37.2-flask.1...@metamask/wasm-example-snap@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/wasm-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@2.1.3...HEAD +[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@2.1.2...@metamask/wasm-example-snap@2.1.3 +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@2.1.1...@metamask/wasm-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@2.1.0...@metamask/wasm-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@2.0.1...@metamask/wasm-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@2.0.0...@metamask/wasm-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@1.0.0...@metamask/wasm-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@0.37.3-flask.1...@metamask/wasm-example-snap@1.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/wasm-example-snap@0.37.2-flask.1...@metamask/wasm-example-snap@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/wasm-example-snap@0.37.2-flask.1 diff --git a/packages/examples/packages/webpack-plugin/CHANGELOG.md b/packages/examples/packages/webpack-plugin/CHANGELOG.md index 253c220bbf..b92ae4aeab 100644 --- a/packages/examples/packages/webpack-plugin/CHANGELOG.md +++ b/packages/examples/packages/webpack-plugin/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,95 +6,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- fix: Add typed union validation ([#2534](https://github.com/metamask/snaps/pull/2534)) -- feat: Card component ([#2480](https://github.com/metamask/snaps/pull/2480)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- Add `Container` and `Footer` components ([#2517](https://github.com/metamask/snaps/pull/2517)) -- Support conditional children in most JSX components ([#2506](https://github.com/metamask/snaps/pull/2506)) -- feat!: Checkbox component ([#2501](https://github.com/metamask/snaps/pull/2501)) -- BREAKING: Move form submit `files` to `value` property ([#2504](https://github.com/metamask/snaps/pull/2504)) -- feat: support additional components inside forms ([#2497](https://github.com/metamask/snaps/pull/2497)) -- Add `Tooltip` component ([#2490](https://github.com/metamask/snaps/pull/2490)) -- Add file input component ([#2469](https://github.com/metamask/snaps/pull/2469)) -- feat: Add text alignment prop ([#2489](https://github.com/metamask/snaps/pull/2489)) -- fix: Correct Row variant in JSX ([#2486](https://github.com/metamask/snaps/pull/2486)) -- feat: Allow row tooltips ([#2483](https://github.com/metamask/snaps/pull/2483)) -- feat: Support nested children in JSX ([#2482](https://github.com/metamask/snaps/pull/2482)) -- fix: Revert requiring at least one child ([#2481](https://github.com/metamask/snaps/pull/2481)) -- chore!: Simplify SVG validation ([#2475](https://github.com/metamask/snaps/pull/2475)) -- Require at least 1 child in JSX components ([#2466](https://github.com/metamask/snaps/pull/2466)) -- feat: Add value component ([#2435](https://github.com/metamask/snaps/pull/2435)) -- feat: add dropdown component ([#2420](https://github.com/metamask/snaps/pull/2420)) -- feat: add `context` field to `snap_createInterface` ([#2413](https://github.com/metamask/snaps/pull/2413)) -- fix: correct validation for children of Box component ([#2423](https://github.com/metamask/snaps/pull/2423)) -- feat: add box positioning props ([#2422](https://github.com/metamask/snaps/pull/2422)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- feat: add button within input field ([#2407](https://github.com/metamask/snaps/pull/2407)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Allow `null` in `FormSubmitEventStruct` form state ([#2333](https://github.com/metamask/snaps/pull/2333)) - ## [2.1.2] - ### Changed - - Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178)) ## [2.1.1] - ### Changed - - Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189)) ## [2.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1946](https://github.com/MetaMask/snaps/pull/1946)) - This package replaces the `@metamask/snaps-types` and - `@metamask/snaps-ui` packages, and is much more lightweight. ## [2.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.37.3-flask.1] - ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - 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/webpack-plugin-example-snap@2.1.2...HEAD -[2.1.2]: https://github.com/metamask/snaps/compare/@metamask/webpack-plugin-example-snap@2.1.1...@metamask/webpack-plugin-example-snap@2.1.2 -[2.1.1]: https://github.com/metamask/snaps/compare/@metamask/webpack-plugin-example-snap@2.1.0...@metamask/webpack-plugin-example-snap@2.1.1 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/webpack-plugin-example-snap@2.0.1...@metamask/webpack-plugin-example-snap@2.1.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/webpack-plugin-example-snap@2.0.0...@metamask/webpack-plugin-example-snap@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/webpack-plugin-example-snap@1.0.0...@metamask/webpack-plugin-example-snap@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/webpack-plugin-example-snap@0.37.3-flask.1...@metamask/webpack-plugin-example-snap@1.0.0 -[0.37.3-flask.1]: https://github.com/metamask/snaps/compare/@metamask/webpack-plugin-example-snap@0.37.2-flask.1...@metamask/webpack-plugin-example-snap@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/webpack-plugin-example-snap@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/webpack-plugin-example-snap@2.1.2...HEAD +[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/webpack-plugin-example-snap@2.1.1...@metamask/webpack-plugin-example-snap@2.1.2 +[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/webpack-plugin-example-snap@2.1.0...@metamask/webpack-plugin-example-snap@2.1.1 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/webpack-plugin-example-snap@2.0.1...@metamask/webpack-plugin-example-snap@2.1.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/webpack-plugin-example-snap@2.0.0...@metamask/webpack-plugin-example-snap@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/webpack-plugin-example-snap@1.0.0...@metamask/webpack-plugin-example-snap@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/webpack-plugin-example-snap@0.37.3-flask.1...@metamask/webpack-plugin-example-snap@1.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/webpack-plugin-example-snap@0.37.2-flask.1...@metamask/webpack-plugin-example-snap@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/webpack-plugin-example-snap@0.37.2-flask.1 diff --git a/packages/snaps-browserify-plugin/CHANGELOG.md b/packages/snaps-browserify-plugin/CHANGELOG.md index 8756f9b8ff..89351faca6 100644 --- a/packages/snaps-browserify-plugin/CHANGELOG.md +++ b/packages/snaps-browserify-plugin/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,74 +6,51 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- Bump LavaMoat packages ([#2234](https://github.com/metamask/snaps/pull/2234)) - ## [4.0.1] - ### Fixed - - Fix minor build configuration problems ([#2220](https://github.com/MetaMask/snaps/pull/2220)) ## [4.0.0] - ### Changed - - **BREAKING:** Update ESM build to be fully compliant with the ESM standard ([#2210](https://github.com/MetaMask/snaps/pull/2210)) ## [3.0.3] - ### Changed - - Bump several MetaMask dependencies ([#2054](https://github.com/MetaMask/snaps/pull/2054), [#2100](https://github.com/MetaMask/snaps/pull/2100), [#2105](https://github.com/MetaMask/snaps/pull/2105), [#2173](https://github.com/MetaMask/snaps/pull/2173)) ## [3.0.2] - ### Changed - - Bump several MetaMask dependencies ([#1964](https://github.com/MetaMask/snaps/pull/1964)) ## [3.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [3.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [2.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.37.3-flask.1] - ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/snaps-browserify-plugin@4.0.1...HEAD -[4.0.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-browserify-plugin@4.0.0...@metamask/snaps-browserify-plugin@4.0.1 -[4.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-browserify-plugin@3.0.3...@metamask/snaps-browserify-plugin@4.0.0 -[3.0.3]: https://github.com/metamask/snaps/compare/@metamask/snaps-browserify-plugin@3.0.2...@metamask/snaps-browserify-plugin@3.0.3 -[3.0.2]: https://github.com/metamask/snaps/compare/@metamask/snaps-browserify-plugin@3.0.1...@metamask/snaps-browserify-plugin@3.0.2 -[3.0.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-browserify-plugin@3.0.0...@metamask/snaps-browserify-plugin@3.0.1 -[3.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-browserify-plugin@2.0.0...@metamask/snaps-browserify-plugin@3.0.0 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-browserify-plugin@0.37.3-flask.1...@metamask/snaps-browserify-plugin@2.0.0 -[0.37.3-flask.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-browserify-plugin@0.37.2-flask.1...@metamask/snaps-browserify-plugin@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/snaps-browserify-plugin@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@4.0.1...HEAD +[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@4.0.0...@metamask/snaps-browserify-plugin@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@3.0.3...@metamask/snaps-browserify-plugin@4.0.0 +[3.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@3.0.2...@metamask/snaps-browserify-plugin@3.0.3 +[3.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@3.0.1...@metamask/snaps-browserify-plugin@3.0.2 +[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@3.0.0...@metamask/snaps-browserify-plugin@3.0.1 +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@2.0.0...@metamask/snaps-browserify-plugin@3.0.0 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@0.37.3-flask.1...@metamask/snaps-browserify-plugin@2.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-browserify-plugin@0.37.2-flask.1...@metamask/snaps-browserify-plugin@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-browserify-plugin@0.37.2-flask.1 diff --git a/packages/snaps-cli/CHANGELOG.md b/packages/snaps-cli/CHANGELOG.md index 1b2d158b3f..7809bda850 100644 --- a/packages/snaps-cli/CHANGELOG.md +++ b/packages/snaps-cli/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,35 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) - ## [6.2.1] - ### Fixed - - Improve validation of `endowment:rpc` ([#2512](https://github.com/MetaMask/snaps/pull/2512)) ## [6.2.0] - ### Added - - Add support for building Snaps with JSX ([#2258](https://github.com/MetaMask/snaps/pull/2258)) - It's now possible to use JSX components from `@metamask/snaps-sdk` to build user interfaces for Snaps. ## [6.1.1] - ### Fixed - - Disable `topLevelAwait` configuration option ([#2358](https://github.com/MetaMask/snaps/pull/2358)) - Before this the CLI would produce invalid builds when using top-level await. ## [6.1.0] - ### Added - - Add support for importing SVG, PNG, and JPEG files directly ([#2284](https://github.com/MetaMask/snaps/pull/2284)) - You can now import these files using a regular import declaration when using the Webpack-based config. - To opt out of this feature (i.e., to use custom image loading logic), add the following to your config: @@ -48,164 +35,116 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ``` ### Changed - - Update CLI docs link ([#2294](https://github.com/MetaMask/snaps/pull/2294)) ### Fixed - - Fix detection of minimum Node.js version ([#2292](https://github.com/MetaMask/snaps/pull/2292)) ## [6.0.2] - ### Fixed - - Publish `.browserslistrc` ([#2227](https://github.com/MetaMask/snaps/pull/2227)) ## [6.0.1] - ### Fixed - - Fix minor build configuration problems ([#2220](https://github.com/MetaMask/snaps/pull/2220)) ## [6.0.0] - ### Changed - - **BREAKING:** Update ESM build to be fully compliant with the ESM standard ([#2210](https://github.com/MetaMask/snaps/pull/2210)) - **BREAKING:** Change config to use Webpack by default ([#2214](https://github.com/MetaMask/snaps/pull/2214)) - You can still use Browserify by specifying `bundler: 'browserify'`. ## [5.1.1] - ### Fixed - - Support new lines in CLI message formatting ([#2194](https://github.com/MetaMask/snaps/pull/2194)) ## [5.1.0] - ### Changed - - Optimize CLI Webpack configuration ([#2175](https://github.com/MetaMask/snaps/pull/2175)) - This can reduce the size of Snaps in certain cases. - Show Webpack compilation warnings in CLI ([#2186](https://github.com/MetaMask/snaps/pull/2186), [#2192](https://github.com/MetaMask/snaps/pull/2192)) - Add a warning when no icon is found and when icon is not square ([#2185](https://github.com/MetaMask/snaps/pull/2185)) ## [5.0.0] - ### Changed - - **BREAKING:** Disable source maps by default ([#2166](https://github.com/MetaMask/snaps/pull/2166)) - This slightly speeds up the build process. - You can enable source maps again by setting `sourceMap: true` in your Snap config. - Set `output.chunkFormat` to `commonjs` by default ([#2136](https://github.com/MetaMask/snaps/pull/2136)) ## [4.0.1] - ### Fixed - - Fix missing `global` during snap evaluation ([#2072](https://github.com/MetaMask/snaps/pull/2072)) ## [4.0.0] - ### Changed - - **BREAKING:** Synchronously initialize WASM modules ([#2024](https://github.com/MetaMask/snaps/pull/2024)) - When the `experimental.wasm` flag in the Snaps CLI is enabled, the WASM module will now be synchronously initialized, rather than being inlined as a Uint8Array. ## [3.0.5] - ### Fixed - - Include Snap icon in allowed server paths ([#2003](https://github.com/MetaMask/snaps/pull/2003)) ## [3.0.4] - ### Fixed - - Only serve Snap files from CLI ([#1979](https://github.com/MetaMask/snaps/pull/1979)) ## [3.0.3] - ### Changed - - Bump several MetaMask dependencies ([#1964](https://github.com/MetaMask/snaps/pull/1964)) ### Fixed - - Fix issues generating checksum with binary auxiliary files ([#1975](https://github.com/MetaMask/snaps/pull/1975)) ## [3.0.2] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1951](https://github.com/MetaMask/snaps/pull/1951)) - This package replaces the `@metamask/snaps-types` and `@metamask/snaps-ui` packages. ## [3.0.1] - ### Changed - - Bump Babel packages from `^7.20.12` to `^7.23.2` ([#1862](https://github.com/MetaMask/snaps/pull/1862)) - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [3.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [2.0.2] - ### Fixed - - Fix Webpack being unable to find `swc-loader` in some cases ([#1798](https://github.com/MetaMask/snaps/pull/1798)) - Check minimum Node version in CLI ([#1797](https://github.com/MetaMask/snaps/pull/1797)) ## [2.0.1] - ### Fixed - - Disable the `fullySpecified` rule for `.js` imports in the default Webpack config ([#1780](https://github.com/MetaMask/snaps/pull/1780)) ## [2.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.38.4-flask.1] - ### Changed - - Bump `metamask/utils` and `metamask/snaps-registry` ([#1738](https://github.com/MetaMask/snaps/pull/1738), [#1694](https://github.com/MetaMask/snaps/pull/1694)) ## [0.38.3-flask.1] - ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.38.2-flask.1] - ### Added - - Add `polyfills` option to Webpack configuration ([#1650](https://github.com/MetaMask/snaps/pull/1650)) ### Fixed - - Fix breaking change to SWC causing the CLI to break ([#1677](https://github.com/MetaMask/snaps/pull/1677)) ## [0.38.1-flask.1] - ### Changed - - Update all examples to use Webpack ([#1632](https://github.com/MetaMask/snaps/pull/1632)) ## [0.38.0-flask.1] - ### Added - - Add support for bundling with Webpack ([#1521](https://github.com/MetaMask/snaps/pull/1521)) - For backwards compatibility, the Webpack bundler is opt-in. To use it, add `"bundler": "webpack"` to your snap configuration file, and follow the new @@ -218,35 +157,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support TypeScript snap configuration files ([#1521](https://github.com/MetaMask/snaps/pull/1521)) ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@6.2.1...HEAD -[6.2.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@6.2.0...@metamask/snaps-cli@6.2.1 -[6.2.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@6.1.1...@metamask/snaps-cli@6.2.0 -[6.1.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@6.1.0...@metamask/snaps-cli@6.1.1 -[6.1.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@6.0.2...@metamask/snaps-cli@6.1.0 -[6.0.2]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@6.0.1...@metamask/snaps-cli@6.0.2 -[6.0.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@6.0.0...@metamask/snaps-cli@6.0.1 -[6.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@5.1.1...@metamask/snaps-cli@6.0.0 -[5.1.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@5.1.0...@metamask/snaps-cli@5.1.1 -[5.1.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@5.0.0...@metamask/snaps-cli@5.1.0 -[5.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@4.0.1...@metamask/snaps-cli@5.0.0 -[4.0.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@4.0.0...@metamask/snaps-cli@4.0.1 -[4.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@3.0.5...@metamask/snaps-cli@4.0.0 -[3.0.5]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@3.0.4...@metamask/snaps-cli@3.0.5 -[3.0.4]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@3.0.3...@metamask/snaps-cli@3.0.4 -[3.0.3]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@3.0.2...@metamask/snaps-cli@3.0.3 -[3.0.2]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@3.0.1...@metamask/snaps-cli@3.0.2 -[3.0.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@3.0.0...@metamask/snaps-cli@3.0.1 -[3.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@2.0.2...@metamask/snaps-cli@3.0.0 -[2.0.2]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@2.0.1...@metamask/snaps-cli@2.0.2 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@2.0.0...@metamask/snaps-cli@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@0.38.4-flask.1...@metamask/snaps-cli@2.0.0 -[0.38.4-flask.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@0.38.3-flask.1...@metamask/snaps-cli@0.38.4-flask.1 -[0.38.3-flask.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@0.38.2-flask.1...@metamask/snaps-cli@0.38.3-flask.1 -[0.38.2-flask.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@0.38.1-flask.1...@metamask/snaps-cli@0.38.2-flask.1 -[0.38.1-flask.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-cli@0.38.0-flask.1...@metamask/snaps-cli@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/snaps-cli@0.38.0-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.2.1...HEAD +[6.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.2.0...@metamask/snaps-cli@6.2.1 +[6.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.1.1...@metamask/snaps-cli@6.2.0 +[6.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.1.0...@metamask/snaps-cli@6.1.1 +[6.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.0.2...@metamask/snaps-cli@6.1.0 +[6.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.0.1...@metamask/snaps-cli@6.0.2 +[6.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.0.0...@metamask/snaps-cli@6.0.1 +[6.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@5.1.1...@metamask/snaps-cli@6.0.0 +[5.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@5.1.0...@metamask/snaps-cli@5.1.1 +[5.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@5.0.0...@metamask/snaps-cli@5.1.0 +[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@4.0.1...@metamask/snaps-cli@5.0.0 +[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@4.0.0...@metamask/snaps-cli@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.5...@metamask/snaps-cli@4.0.0 +[3.0.5]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.4...@metamask/snaps-cli@3.0.5 +[3.0.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.3...@metamask/snaps-cli@3.0.4 +[3.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.2...@metamask/snaps-cli@3.0.3 +[3.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.1...@metamask/snaps-cli@3.0.2 +[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.0...@metamask/snaps-cli@3.0.1 +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@2.0.2...@metamask/snaps-cli@3.0.0 +[2.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@2.0.1...@metamask/snaps-cli@2.0.2 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@2.0.0...@metamask/snaps-cli@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.4-flask.1...@metamask/snaps-cli@2.0.0 +[0.38.4-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.3-flask.1...@metamask/snaps-cli@0.38.4-flask.1 +[0.38.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.2-flask.1...@metamask/snaps-cli@0.38.3-flask.1 +[0.38.2-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.1-flask.1...@metamask/snaps-cli@0.38.2-flask.1 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.0-flask.1...@metamask/snaps-cli@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-cli@0.38.0-flask.1 diff --git a/packages/snaps-jest/CHANGELOG.md b/packages/snaps-jest/CHANGELOG.md index 8774a7a646..3c58f2353b 100644 --- a/packages/snaps-jest/CHANGELOG.md +++ b/packages/snaps-jest/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,58 +6,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 58.0.0 ([#2595](https://github.com/metamask/snaps/pull/2595)) -- chore(snaps-controllers): Bump all core deps ([#2593](https://github.com/metamask/snaps/pull/2593)) -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/metamask/snaps/pull/2526)) -- [BREAKING] Add `snap_resolveInterface` RPC method ([#2509](https://github.com/metamask/snaps/pull/2509)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) - ## [8.2.0] - ### Added - - Add support for `Checkbox` to `snaps-jest` ([#2515](https://github.com/MetaMask/snaps/pull/2515)) - Checkboxes can be interacted with using `clickElement`. - Add support for `FileInput` to `snaps-jest` ([#2494](https://github.com/MetaMask/snaps/pull/2494)) - Files can be uploaded to file inputs using `uploadFile`. ## [8.1.3] - ### Changed - - Bump MetaMask dependencies ([#2460](https://github.com/MetaMask/snaps/pull/2460), [#2477](https://github.com/MetaMask/snaps/pull/2477)) ## [8.1.2] - ### Fixed - - Fix invalid `@metamask/snaps-sdk` imports ([#2452](https://github.com/MetaMask/snaps/pull/2452)) ## [8.1.1] - ### Changed - - Bump `@metamask/key-tree` from `9.1.0` to `9.1.1` ([#2431](https://github.com/MetaMask/snaps/pull/2431)) ## [8.1.0] - ### Added - - Add `selectInDropdown` to be used with the newly added `Dropdown` component ([#2420](https://github.com/MetaMask/snaps/pull/2420)) - Add `context` field to `snap_createInterface` ([#2413](https://github.com/MetaMask/snaps/pull/2413)) ### Fixed - - Properly handle invalid interfaces during test ([#2433](https://github.com/MetaMask/snaps/pull/2433)) - Properly diff when using legacy UI with `toRender` matcher ([#2432](https://github.com/MetaMask/snaps/pull/2432)) ## [8.0.0] - ### Added - - **BREAKING:** Add JSX support for custom UI ([#2258](https://github.com/MetaMask/snaps/pull/2258)) - It's now possible to use JSX components from `@metamask/snaps-sdk` to build user interfaces for Snaps. @@ -68,52 +45,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 need to update your tests to check the JSX format. ### Changed - - Bump `@metamask/base-controller` from `5.0.1` to `5.0.2` ([#2375](https://github.com/MetaMask/snaps/pull/2375)) ## [7.0.2] - ### Changed - - Bump `@metamask/snaps-execution-environments` to latest ([#2339](https://github.com/MetaMask/snaps/pull/2339)) ## [7.0.1] - ### Fixed - - Improve correctness of `clickElement` ([#2334](https://github.com/MetaMask/snaps/pull/2334)) - The function should now behave closer to the client implementation. ## [7.0.0] - ### Added - - **BREAKING:** Support Interactive UI in `snaps-jest` ([#2286](https://github.com/MetaMask/snaps/pull/2286)) - Remove `content` from the Snap response, instead `getInterface()` must be used - `clickElement` and `typeInField` can be used on the interface return value to simulate actions ### Changed - - Improve Jest expect types ([#2308](https://github.com/MetaMask/snaps/pull/2308)) - Refactor to support changes to encryption ([#2316](https://github.com/MetaMask/snaps/pull/2316)) ## [6.0.2] - ### Changed - - Bump MetaMask dependencies ([#2270](https://github.com/MetaMask/snaps/pull/2270)) - Bump @metamask/json-rpc-engine from 7.3.2 to 7.3.3 ([#2247](https://github.com/MetaMask/snaps/pull/2247)) ## [6.0.1] - ### Fixed - - Fix minor build configuration problems ([#2220](https://github.com/MetaMask/snaps/pull/2220)) ## [6.0.0] - ### Changed - - **BREAKING:** Update ESM build to be fully compliant with the ESM standard ([#2210](https://github.com/MetaMask/snaps/pull/2210)) - **BREAKING:** Move Node.js exports to separate export ([#2210](https://github.com/MetaMask/snaps/pull/2210)) - The default export is now browser-compatible. @@ -121,9 +84,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `@metamask/rpc-errors` to `^6.2.1` ([#2209](https://github.com/MetaMask/snaps/pull/2209)) ## [5.0.0] - ### Added - - **BREAKING:** Implement testing framework using Node.js executor ([#1982](https://github.com/MetaMask/snaps/pull/1982), [#2118](https://github.com/MetaMask/snaps/pull/2118)) - The network mocking functionality was removed, but may be reintroduced in a future version. - `mockJsonRpc` no longer returns a `Promise`. @@ -134,40 +95,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `snap_getClientStatus` support ([#2159](https://github.com/MetaMask/snaps/pull/2159)) ### Changed - - Bump several MetaMask dependencies ([#2101](https://github.com/MetaMask/snaps/pull/2101), [#2100](https://github.com/MetaMask/snaps/pull/2100), [#2129](https://github.com/MetaMask/snaps/pull/2129), [#2140](https://github.com/MetaMask/snaps/pull/2140), [#2141](https://github.com/MetaMask/snaps/pull/2141), [#2142](https://github.com/MetaMask/snaps/pull/2142)) ## [4.0.1] - ### Fixed - - Fix coercing of address values in `sendTransaction` function ([#1970](https://github.com/MetaMask/snaps/pull/1970)) ## [4.0.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1930](https://github.com/MetaMask/snaps/pull/1930), [#1950](https://github.com/MetaMask/snaps/pull/1950), [#1954](https://github.com/MetaMask/snaps/pull/1954)) - This package replaces the `@metamask/snaps-types` and - `@metamask/snaps-ui` packages. ### Removed - - **BREAKING**: `DialogType`, `ManageStateOperation`, `NotificationType` are no longer re-exported from `@metamask/snaps-jest` ([#1930](https://github.com/MetaMask/snaps/pull/1930)) - These enums can now be imported from `@metamask/snaps-sdk` instead. ## [3.1.0] - ### Added - - Add support for links in custom UI and notifications ([#1814](https://github.com/MetaMask/snaps/pull/1814)) ## [3.0.0] - ### Changed - - **BREAKING:** Improve error handling ([#1841](https://github.com/MetaMask/snaps/pull/1841)) - This is a breaking change, because errors returned by the Snap now have a different format. For example, if the Snap throws a JSON-RPC method not found error, previously, the following error would be returned: ```ts @@ -196,64 +147,52 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ``` ## [2.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.37.5-flask.1] - ### Changed - - Bump `metamask/utils` and `metamask/snaps-registry` ([#1738](https://github.com/MetaMask/snaps/pull/1738), [#1694](https://github.com/MetaMask/snaps/pull/1694)) ## [0.37.4-flask.1] - ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.37.3-flask.1] - ### Changed - - Bump `semver` to `^7.5.4` ([#1631](https://github.com/MetaMask/snaps/pull/1631)) ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@8.2.0...HEAD -[8.2.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@8.1.3...@metamask/snaps-jest@8.2.0 -[8.1.3]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@8.1.2...@metamask/snaps-jest@8.1.3 -[8.1.2]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@8.1.1...@metamask/snaps-jest@8.1.2 -[8.1.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@8.1.0...@metamask/snaps-jest@8.1.1 -[8.1.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@8.0.0...@metamask/snaps-jest@8.1.0 -[8.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@7.0.2...@metamask/snaps-jest@8.0.0 -[7.0.2]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@7.0.1...@metamask/snaps-jest@7.0.2 -[7.0.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@7.0.0...@metamask/snaps-jest@7.0.1 -[7.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@6.0.2...@metamask/snaps-jest@7.0.0 -[6.0.2]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@6.0.1...@metamask/snaps-jest@6.0.2 -[6.0.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@6.0.0...@metamask/snaps-jest@6.0.1 -[6.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@5.0.0...@metamask/snaps-jest@6.0.0 -[5.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@4.0.1...@metamask/snaps-jest@5.0.0 -[4.0.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@4.0.0...@metamask/snaps-jest@4.0.1 -[4.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@3.1.0...@metamask/snaps-jest@4.0.0 -[3.1.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@3.0.0...@metamask/snaps-jest@3.1.0 -[3.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@2.0.0...@metamask/snaps-jest@3.0.0 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@1.0.0...@metamask/snaps-jest@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@0.37.5-flask.1...@metamask/snaps-jest@1.0.0 -[0.37.5-flask.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@0.37.4-flask.1...@metamask/snaps-jest@0.37.5-flask.1 -[0.37.4-flask.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@0.37.3-flask.1...@metamask/snaps-jest@0.37.4-flask.1 -[0.37.3-flask.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-jest@0.37.2-flask.1...@metamask/snaps-jest@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/snaps-jest@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.2.0...HEAD +[8.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.1.3...@metamask/snaps-jest@8.2.0 +[8.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.1.2...@metamask/snaps-jest@8.1.3 +[8.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.1.1...@metamask/snaps-jest@8.1.2 +[8.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.1.0...@metamask/snaps-jest@8.1.1 +[8.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.0.0...@metamask/snaps-jest@8.1.0 +[8.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@7.0.2...@metamask/snaps-jest@8.0.0 +[7.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@7.0.1...@metamask/snaps-jest@7.0.2 +[7.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@7.0.0...@metamask/snaps-jest@7.0.1 +[7.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@6.0.2...@metamask/snaps-jest@7.0.0 +[6.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@6.0.1...@metamask/snaps-jest@6.0.2 +[6.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@6.0.0...@metamask/snaps-jest@6.0.1 +[6.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@5.0.0...@metamask/snaps-jest@6.0.0 +[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@4.0.1...@metamask/snaps-jest@5.0.0 +[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@4.0.0...@metamask/snaps-jest@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@3.1.0...@metamask/snaps-jest@4.0.0 +[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@3.0.0...@metamask/snaps-jest@3.1.0 +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@2.0.0...@metamask/snaps-jest@3.0.0 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@1.0.0...@metamask/snaps-jest@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@0.37.5-flask.1...@metamask/snaps-jest@1.0.0 +[0.37.5-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@0.37.4-flask.1...@metamask/snaps-jest@0.37.5-flask.1 +[0.37.4-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@0.37.3-flask.1...@metamask/snaps-jest@0.37.4-flask.1 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@0.37.2-flask.1...@metamask/snaps-jest@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-jest@0.37.2-flask.1 diff --git a/packages/snaps-rollup-plugin/CHANGELOG.md b/packages/snaps-rollup-plugin/CHANGELOG.md index 51af5fde69..4adf7529d8 100644 --- a/packages/snaps-rollup-plugin/CHANGELOG.md +++ b/packages/snaps-rollup-plugin/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,67 +6,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- Bump LavaMoat packages ([#2234](https://github.com/metamask/snaps/pull/2234)) - ## [4.0.1] - ### Fixed - - Fix minor build configuration problems ([#2220](https://github.com/MetaMask/snaps/pull/2220)) ## [4.0.0] - ### Changed - - **BREAKING:** Update ESM build to be fully compliant with the ESM standard ([#2210](https://github.com/MetaMask/snaps/pull/2210)) ## [3.0.2] - ### Changed - - Bump several MetaMask dependencies ([#2054](https://github.com/MetaMask/snaps/pull/2054), [#2100](https://github.com/MetaMask/snaps/pull/2100), [#2105](https://github.com/MetaMask/snaps/pull/2105), [#2173](https://github.com/MetaMask/snaps/pull/2173)) ## [3.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [3.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [2.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.37.3-flask.1] - ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/snaps-rollup-plugin@4.0.1...HEAD -[4.0.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-rollup-plugin@4.0.0...@metamask/snaps-rollup-plugin@4.0.1 -[4.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-rollup-plugin@3.0.2...@metamask/snaps-rollup-plugin@4.0.0 -[3.0.2]: https://github.com/metamask/snaps/compare/@metamask/snaps-rollup-plugin@3.0.1...@metamask/snaps-rollup-plugin@3.0.2 -[3.0.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-rollup-plugin@3.0.0...@metamask/snaps-rollup-plugin@3.0.1 -[3.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-rollup-plugin@2.0.0...@metamask/snaps-rollup-plugin@3.0.0 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-rollup-plugin@0.37.3-flask.1...@metamask/snaps-rollup-plugin@2.0.0 -[0.37.3-flask.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-rollup-plugin@0.37.2-flask.1...@metamask/snaps-rollup-plugin@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/snaps-rollup-plugin@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@4.0.1...HEAD +[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@4.0.0...@metamask/snaps-rollup-plugin@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@3.0.2...@metamask/snaps-rollup-plugin@4.0.0 +[3.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@3.0.1...@metamask/snaps-rollup-plugin@3.0.2 +[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@3.0.0...@metamask/snaps-rollup-plugin@3.0.1 +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@2.0.0...@metamask/snaps-rollup-plugin@3.0.0 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@0.37.3-flask.1...@metamask/snaps-rollup-plugin@2.0.0 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@0.37.2-flask.1...@metamask/snaps-rollup-plugin@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-rollup-plugin@0.37.2-flask.1 diff --git a/packages/snaps-sdk/CHANGELOG.md b/packages/snaps-sdk/CHANGELOG.md index 99b21a4e18..4b22c116e1 100644 --- a/packages/snaps-sdk/CHANGELOG.md +++ b/packages/snaps-sdk/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.1.1] + ### Uncategorized - Bump `@metamask/providers` to `^17.1.2` ([#2598](https://github.com/metamask/snaps/pull/2598)) @@ -271,7 +273,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of this package. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/snaps-sdk@6.1.0...HEAD +[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/snaps-sdk@6.1.1...HEAD +[6.1.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-sdk@6.1.0...@metamask/snaps-sdk@6.1.1 [6.1.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-sdk@6.0.0...@metamask/snaps-sdk@6.1.0 [6.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-sdk@5.0.0...@metamask/snaps-sdk@6.0.0 [5.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-sdk@4.4.2...@metamask/snaps-sdk@5.0.0 diff --git a/packages/snaps-sdk/package.json b/packages/snaps-sdk/package.json index 64dce992bc..f9f8379b31 100644 --- a/packages/snaps-sdk/package.json +++ b/packages/snaps-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-sdk", - "version": "6.1.0", + "version": "6.1.1", "repository": { "type": "git", "url": "https://github.com/MetaMask/snaps.git" diff --git a/packages/snaps-simulator/CHANGELOG.md b/packages/snaps-simulator/CHANGELOG.md index d61763b0d0..fc2b1e885e 100644 --- a/packages/snaps-simulator/CHANGELOG.md +++ b/packages/snaps-simulator/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,56 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 58.0.0 ([#2595](https://github.com/metamask/snaps/pull/2595)) -- chore(snaps-controllers): Bump all core deps ([#2593](https://github.com/metamask/snaps/pull/2593)) -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- Support JSX and Interactive UI in simulator ([#2409](https://github.com/metamask/snaps/pull/2409)) -- chore(deps): bump @metamask/eth-json-rpc-middleware from 12.1.1 to 12.1.2 ([#2477](https://github.com/metamask/snaps/pull/2477)) -- chore: bump MetaMask dependencies ([#2460](https://github.com/metamask/snaps/pull/2460)) -- Bump @metamask/key-tree from 9.1.0 to 9.1.1 ([#2431](https://github.com/metamask/snaps/pull/2431)) -- Bump @metamask/eth-json-rpc-middleware from 12.1.0 to 12.1.1 ([#2436](https://github.com/metamask/snaps/pull/2436)) -- Add support for BIP-32-Ed25519 / CIP-3 key derivation ([#2408](https://github.com/metamask/snaps/pull/2408)) -- Add JSX support for custom UI ([#2258](https://github.com/metamask/snaps/pull/2258)) -- Bump @metamask/base-controller from 5.0.1 to 5.0.2 ([#2375](https://github.com/metamask/snaps/pull/2375)) -- Update Snap Simulator with interactive UI components ([#2363](https://github.com/metamask/snaps/pull/2363)) -- BREAKING: Refactor encryption to enable caching ([#2316](https://github.com/metamask/snaps/pull/2316)) -- Add support for importing SVG, PNG, and JPEG files directly ([#2284](https://github.com/metamask/snaps/pull/2284)) -- Bump MetaMask dependencies ([#2270](https://github.com/metamask/snaps/pull/2270)) -- Bump @metamask/json-rpc-engine from 7.3.2 to 7.3.3 ([#2247](https://github.com/metamask/snaps/pull/2247)) -- Bump `@metamask/rpc-errors` to `^6.2.1` ([#2209](https://github.com/metamask/snaps/pull/2209)) -- BREAKING: Use `tsup` and refactor exports ([#2210](https://github.com/metamask/snaps/pull/2210)) -- Deploy multiple bundles to AWS ([#2150](https://github.com/metamask/snaps/pull/2150)) -- Add `snap_getClientStatus` example snap ([#2159](https://github.com/metamask/snaps/pull/2159)) -- [BREAKING] Move endowments from Controllers to RPC methods ([#2155](https://github.com/metamask/snaps/pull/2155)) -- Bump @metamask/permission-controller from 7.1.0 to 8.0.0 ([#2142](https://github.com/metamask/snaps/pull/2142)) -- Bump @metamask/eth-json-rpc-middleware from 12.0.1 to 12.1.0 ([#2140](https://github.com/metamask/snaps/pull/2140)) -- Bump @metamask/json-rpc-engine from 7.3.1 to 7.3.2 ([#2129](https://github.com/metamask/snaps/pull/2129)) -- Add support for dynamic user interfaces ([#1465](https://github.com/metamask/snaps/pull/1465)) - ## [2.4.3] - ### Changed - - Bump several MetaMask dependencies ([#1999](https://github.com/MetaMask/snaps/pull/1999), [#2065](https://github.com/MetaMask/snaps/pull/2065), [#2064](https://github.com/MetaMask/snaps/pull/2064), [#2069](https://github.com/MetaMask/snaps/pull/2069), [#2054](https://github.com/MetaMask/snaps/pull/2054), [#2086](https://github.com/MetaMask/snaps/pull/2086), [#2100](https://github.com/MetaMask/snaps/pull/2100)) ## [2.4.2] - ### Changed - - Bump several MetaMask dependencies ([#1989](https://github.com/MetaMask/snaps/pull/1989)) ## [2.4.1] - ### Changed - - Bump several MetaMask dependencies ([#1964](https://github.com/MetaMask/snaps/pull/1964)) ## [2.4.0] - ### Changed - - Use `SubtleCrypto` for checksum calculation if available ([#1953](https://github.com/MetaMask/snaps/pull/1953)) - This reduces the time of the checksum calculation by up to 95% in some environments. @@ -67,90 +30,70 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `@metamask/eth-json-rpc-middleware` from `12.0.0` to `12.0.1` ([#1935](https://github.com/MetaMask/snaps/pull/1935)) ## [2.3.0] - ### Added - - Add manifest localization functionality ([#1889](https://github.com/MetaMask/snaps/pull/1889)) - Add support for unencrypted storage using `snap_manageState` ([#1902](https://github.com/MetaMask/snaps/pull/1902)) ## [2.2.0] - ### Added - - Add support for links in custom UI ([#1814](https://github.com/MetaMask/snaps/pull/1814)) ## [2.1.0] - ### Added - - Add support for the static file API ([#1836](https://github.com/MetaMask/snaps/pull/1836)) ### Changed - - Improve error handling ([#1841](https://github.com/MetaMask/snaps/pull/1841)) - Errors shown in the simulator now more accurately reflect the error thrown by the Snap. ## [2.0.0] - ### Added - - Add image component ([#1783](https://github.com/MetaMask/snaps/pull/1783)) ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.38.1-flask.1] - ### Added - - Add basic support for account RPC methods in snaps simulator ([#1710](https://github.com/MetaMask/snaps/pull/1710)) ### Changed - - Remove `pump` ([#1730](https://github.com/MetaMask/snaps/pull/1730)) - Bump `metamask/utils` and `metamask/snaps-registry` ([#1738](https://github.com/MetaMask/snaps/pull/1738), [#1694](https://github.com/MetaMask/snaps/pull/1694)) - Bump @metamask/eth-json-rpc-middleware from 11.0.1 to 11.0.2 ([#1735](https://github.com/MetaMask/snaps/pull/1735)) -### Fixed +### Fixed - Fix error when using single quotes in UI builder ([#1709](https://github.com/MetaMask/snaps/pull/1709)) - Fix fallback icon in snaps simulator ([#1726](https://github.com/MetaMask/snaps/pull/1726)) ## [0.38.0-flask.1] - ### Added - - Add support for `snap_getLocale` JSON-RPC method ([#1684](https://github.com/MetaMask/snaps/pull/1684)) ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/snaps-simulator@2.4.3...HEAD -[2.4.3]: https://github.com/metamask/snaps/compare/@metamask/snaps-simulator@2.4.2...@metamask/snaps-simulator@2.4.3 -[2.4.2]: https://github.com/metamask/snaps/compare/@metamask/snaps-simulator@2.4.1...@metamask/snaps-simulator@2.4.2 -[2.4.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-simulator@2.4.0...@metamask/snaps-simulator@2.4.1 -[2.4.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-simulator@2.3.0...@metamask/snaps-simulator@2.4.0 -[2.3.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-simulator@2.2.0...@metamask/snaps-simulator@2.3.0 -[2.2.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-simulator@2.1.0...@metamask/snaps-simulator@2.2.0 -[2.1.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-simulator@2.0.0...@metamask/snaps-simulator@2.1.0 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-simulator@1.0.0...@metamask/snaps-simulator@2.0.0 -[1.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-simulator@0.38.1-flask.1...@metamask/snaps-simulator@1.0.0 -[0.38.1-flask.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-simulator@0.38.0-flask.1...@metamask/snaps-simulator@0.38.1-flask.1 -[0.38.0-flask.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-simulator@0.37.2-flask.1...@metamask/snaps-simulator@0.38.0-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/snaps-simulator@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.4.3...HEAD +[2.4.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.4.2...@metamask/snaps-simulator@2.4.3 +[2.4.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.4.1...@metamask/snaps-simulator@2.4.2 +[2.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.4.0...@metamask/snaps-simulator@2.4.1 +[2.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.3.0...@metamask/snaps-simulator@2.4.0 +[2.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.2.0...@metamask/snaps-simulator@2.3.0 +[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.1.0...@metamask/snaps-simulator@2.2.0 +[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@2.0.0...@metamask/snaps-simulator@2.1.0 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@1.0.0...@metamask/snaps-simulator@2.0.0 +[1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@0.38.1-flask.1...@metamask/snaps-simulator@1.0.0 +[0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@0.38.0-flask.1...@metamask/snaps-simulator@0.38.1-flask.1 +[0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulator@0.37.2-flask.1...@metamask/snaps-simulator@0.38.0-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-simulator@0.37.2-flask.1 diff --git a/packages/snaps-webpack-plugin/CHANGELOG.md b/packages/snaps-webpack-plugin/CHANGELOG.md index 096193f24b..024d603aa3 100644 --- a/packages/snaps-webpack-plugin/CHANGELOG.md +++ b/packages/snaps-webpack-plugin/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,103 +6,72 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/metamask/snaps/pull/2445)) -- chore(devdeps): @lavamoat/allow-scripts@^3.0.3>^3.0.4 ([#2418](https://github.com/metamask/snaps/pull/2418)) -- Bump LavaMoat packages ([#2234](https://github.com/metamask/snaps/pull/2234)) - ## [4.0.1] - ### Fixed - - Fix minor build configuration problems ([#2220](https://github.com/MetaMask/snaps/pull/2220)) ## [4.0.0] - ### Changed - - **BREAKING:** Update ESM build to be fully compliant with the ESM standard ([#2210](https://github.com/MetaMask/snaps/pull/2210)) ## [3.2.0] - ### Added - - Add a manifest warning when no icon is found and when icon is not square ([#2185](https://github.com/MetaMask/snaps/pull/2185)) ### Changed - - Update warning messages ([#2186](https://github.com/MetaMask/snaps/pull/2186)) - Bump several MetaMask dependencies ([#2054](https://github.com/MetaMask/snaps/pull/2054), [#2100](https://github.com/MetaMask/snaps/pull/2100), [#2105](https://github.com/MetaMask/snaps/pull/2105), [#2173](https://github.com/MetaMask/snaps/pull/2173)) ## [3.1.1] - ### Changed - - Bump several MetaMask dependencies ([#1964](https://github.com/MetaMask/snaps/pull/1964)) ## [3.1.0] - ### Changed - - Use `@metamask/snaps-sdk` package ([#1949](https://github.com/MetaMask/snaps/pull/1949)) - This package replaces the `@metamask/snaps-types` and - `@metamask/snaps-ui` packages. ## [3.0.1] - ### Changed - - Update multiple MetaMask dependencies ([#1841](https://github.com/MetaMask/snaps/pull/1841)) ## [3.0.0] - ### Changed - - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741)) ## [2.0.1] - ### Changed - - Improve error messaging ([#1798](https://github.com/MetaMask/snaps/pull/1798)) ## [2.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.37.4-flask.1] - ### Changed - - Bump `metamask/utils` and `metamask/snaps-registry` ([#1738](https://github.com/MetaMask/snaps/pull/1738), [#1694](https://github.com/MetaMask/snaps/pull/1694)) ## [0.37.3-flask.1] - ### Fixed - - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680)) ## [0.37.2-flask.1] - ### Changed - - Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600)) - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/metamask/snaps/compare/@metamask/snaps-webpack-plugin@4.0.1...HEAD -[4.0.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-webpack-plugin@4.0.0...@metamask/snaps-webpack-plugin@4.0.1 -[4.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-webpack-plugin@3.2.0...@metamask/snaps-webpack-plugin@4.0.0 -[3.2.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-webpack-plugin@3.1.1...@metamask/snaps-webpack-plugin@3.2.0 -[3.1.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-webpack-plugin@3.1.0...@metamask/snaps-webpack-plugin@3.1.1 -[3.1.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-webpack-plugin@3.0.1...@metamask/snaps-webpack-plugin@3.1.0 -[3.0.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-webpack-plugin@3.0.0...@metamask/snaps-webpack-plugin@3.0.1 -[3.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-webpack-plugin@2.0.1...@metamask/snaps-webpack-plugin@3.0.0 -[2.0.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-webpack-plugin@2.0.0...@metamask/snaps-webpack-plugin@2.0.1 -[2.0.0]: https://github.com/metamask/snaps/compare/@metamask/snaps-webpack-plugin@0.37.4-flask.1...@metamask/snaps-webpack-plugin@2.0.0 -[0.37.4-flask.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-webpack-plugin@0.37.3-flask.1...@metamask/snaps-webpack-plugin@0.37.4-flask.1 -[0.37.3-flask.1]: https://github.com/metamask/snaps/compare/@metamask/snaps-webpack-plugin@0.37.2-flask.1...@metamask/snaps-webpack-plugin@0.37.3-flask.1 -[0.37.2-flask.1]: https://github.com/metamask/snaps/releases/tag/@metamask/snaps-webpack-plugin@0.37.2-flask.1 +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.0.1...HEAD +[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.0.0...@metamask/snaps-webpack-plugin@4.0.1 +[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@3.2.0...@metamask/snaps-webpack-plugin@4.0.0 +[3.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@3.1.1...@metamask/snaps-webpack-plugin@3.2.0 +[3.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@3.1.0...@metamask/snaps-webpack-plugin@3.1.1 +[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@3.0.1...@metamask/snaps-webpack-plugin@3.1.0 +[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@3.0.0...@metamask/snaps-webpack-plugin@3.0.1 +[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@2.0.1...@metamask/snaps-webpack-plugin@3.0.0 +[2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@2.0.0...@metamask/snaps-webpack-plugin@2.0.1 +[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@0.37.4-flask.1...@metamask/snaps-webpack-plugin@2.0.0 +[0.37.4-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@0.37.3-flask.1...@metamask/snaps-webpack-plugin@0.37.4-flask.1 +[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@0.37.2-flask.1...@metamask/snaps-webpack-plugin@0.37.3-flask.1 +[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-webpack-plugin@0.37.2-flask.1