From 0dba7556e6392b0f7daa1dbf4231a580e559fbf6 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Fri, 13 Sep 2024 09:26:49 +0200 Subject: [PATCH 1/4] Initialize Release 66.0.0 --- .../packages/browserify-plugin/CHANGELOG.md | 25 +++++++ .../examples/packages/browserify/CHANGELOG.md | 25 +++++++ .../packages/preinstalled/CHANGELOG.md | 5 ++ packages/test-snaps/CHANGELOG.md | 67 +++++++++++++++++++ 4 files changed, 122 insertions(+) diff --git a/packages/examples/packages/browserify-plugin/CHANGELOG.md b/packages/examples/packages/browserify-plugin/CHANGELOG.md index 3d151b104f..d86e9e28d3 100644 --- a/packages/examples/packages/browserify-plugin/CHANGELOG.md +++ b/packages/examples/packages/browserify-plugin/CHANGELOG.md @@ -1,4 +1,5 @@ # 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/), @@ -6,42 +7,66 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Add `center` prop to `Box` component ([#2716](https://github.com/MetaMask/snaps/pull/2716)) +- Fix type issue with `Field` children ([#2715](https://github.com/MetaMask/snaps/pull/2715)) +- Added form property to Button JSX component ([#2712](https://github.com/MetaMask/snaps/pull/2712)) + ## [2.1.3] + ### Fixed + - Bump MetaMask dependencies ## [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. diff --git a/packages/examples/packages/browserify/CHANGELOG.md b/packages/examples/packages/browserify/CHANGELOG.md index 2cd3486363..918f79d039 100644 --- a/packages/examples/packages/browserify/CHANGELOG.md +++ b/packages/examples/packages/browserify/CHANGELOG.md @@ -1,4 +1,5 @@ # 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/), @@ -6,42 +7,66 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Add `center` prop to `Box` component ([#2716](https://github.com/MetaMask/snaps/pull/2716)) +- Fix type issue with `Field` children ([#2715](https://github.com/MetaMask/snaps/pull/2715)) +- Added form property to Button JSX component ([#2712](https://github.com/MetaMask/snaps/pull/2712)) + ## [2.1.3] + ### Fixed + - Bump MetaMask dependencies ## [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. diff --git a/packages/examples/packages/preinstalled/CHANGELOG.md b/packages/examples/packages/preinstalled/CHANGELOG.md index aa399df1be..4ea09c1f7d 100644 --- a/packages/examples/packages/preinstalled/CHANGELOG.md +++ b/packages/examples/packages/preinstalled/CHANGELOG.md @@ -1,4 +1,5 @@ # 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/), @@ -6,4 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Add preinstalled example Snap ([#2721](https://github.com/MetaMask/snaps/pull/2721)) + [Unreleased]: https://github.com/MetaMask/snaps/ diff --git a/packages/test-snaps/CHANGELOG.md b/packages/test-snaps/CHANGELOG.md index b95c563943..31db8734cf 100644 --- a/packages/test-snaps/CHANGELOG.md +++ b/packages/test-snaps/CHANGELOG.md @@ -1,4 +1,5 @@ # 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/), @@ -6,140 +7,206 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Add preinstalled example Snap ([#2721](https://github.com/MetaMask/snaps/pull/2721)) + ## [2.13.1] + ### Changed + - Use latest versions of example Snaps ([#2705](https://github.com/MetaMask/snaps/pull/2705)) ## [2.13.0] + ### Changed + - Use latest versions of example Snaps ([#2670](https://github.com/MetaMask/snaps/pull/2670)) ## [2.12.0] + ### Added + - Add `Custom` button to the dialog example snap in `test-snaps` ([#2618](https://github.com/MetaMask/snaps/pull/2618)) ## [2.11.0] + ### Changed + - Use latest versions of example Snaps ([#2522](https://github.com/MetaMask/snaps/pull/2522)) ## [2.10.0] + ### Added + - Add file input example ([#2469](https://github.com/MetaMask/snaps/pull/2469)) ### Changed + - Use latest versions of example Snaps ([#2516](https://github.com/MetaMask/snaps/pull/2516)) ## [2.9.0] + ### Changed + - Use latest versions of example Snaps ([#2487](https://github.com/MetaMask/snaps/pull/2487)) ## [2.8.0] + ### Added + - Add support for `ed25519Bip32` to the BIP-32 example snap ([#2428](https://github.com/MetaMask/snaps/pull/2428)) ### Changed + - Use latest versions of example Snaps ([#2438](https://github.com/MetaMask/snaps/pull/2438)) ## [2.7.0] + ### Added + - Add JSX example Snap ([#2258](https://github.com/MetaMask/snaps/pull/2258), [#2378](https://github.com/MetaMask/snaps/pull/2378)) ## [2.6.1] + ### Changed + - Use latest versions of example Snaps ([#2337](https://github.com/MetaMask/snaps/pull/2337)) ## [2.6.0] + ### Added + - Add multi install entry to test-snaps ([#2305](https://github.com/MetaMask/snaps/pull/2305)) ## [2.5.0] + ### Added + - Add support for new image Snap functionality ([#2284](https://github.com/MetaMask/snaps/pull/2284)) ### Changed + - Bump MetaMask dependencies ([#2270](https://github.com/MetaMask/snaps/pull/2270)) ## [2.4.0] + ### Added + - Add interactive UI example Snap ([#2171](https://github.com/MetaMask/snaps/pull/2171)) ## [2.3.0] + ### Added + - Add `snap_getClientStatus` example snap ([#2159](https://github.com/MetaMask/snaps/pull/2159)) - Add signature insights example snap ([#2115](https://github.com/MetaMask/snaps/pull/2115)) ## [2.2.4] + ### Changed + - Use latest versions of example Snaps ([#2034](https://github.com/MetaMask/snaps/pull/2034)) ## [2.2.3] + ### Changed + - Use latest versions of example Snaps ([#1976](https://github.com/MetaMask/snaps/pull/1976)) - Bump several MetaMask dependencies ([#1964](https://github.com/MetaMask/snaps/pull/1964)) ## [2.2.2] + ### Changed + - Use latest versions of example Snaps ([#1963](https://github.com/MetaMask/snaps/pull/1963)) ## [2.2.1] + ### Changed + - Use latest versions of example Snaps ([#1959](https://github.com/MetaMask/snaps/pull/1959)) ## [2.2.0] + ### Added + - Add home page example ([#1918](https://github.com/MetaMask/snaps/pull/1918)) ### Changed + - Replace `getLocale` example with localization example ([#1889](https://github.com/MetaMask/snaps/pull/1889)) - Update manage state example ([#1915](https://github.com/MetaMask/snaps/pull/1915)) ## [2.1.0] + ### Added + - Add `snap_getFile` example snap ([#1893](https://github.com/MetaMask/snaps/pull/1893)) ## [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.1.0] + ### Added + - Add name lookup example snap ([#1768](https://github.com/MetaMask/snaps/pull/1768)) ## [1.0.0] + ### Changed + - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.39.1-flask.1] + ### Changed + - Bump `metamask/utils` and `metamask/snaps-registry` ([#1738](https://github.com/MetaMask/snaps/pull/1738)) ### Fixed + - Fix network access example snap ([#1747](https://github.com/MetaMask/snaps/pull/1747)) ## [0.39.0-flask.1] + ### Added + - Add test snap for `snap_getLocale` ([#1684](https://github.com/MetaMask/snaps/pull/1684)) ## [0.38.0-flask.1] + ### Added + - Add lifecycle hooks example snap ([#1645](https://github.com/MetaMask/snaps/pull/1645)) - Add `personal_sign` test to the Ethereum Provider example snap ([#1601](https://github.com/MetaMask/snaps/pull/1601)) ## [0.37.3-flask.1] + ### Fixed + - Fix transaction insights example snap NPM package name ([#1628](https://github.com/MetaMask/snaps/pull/1628)) ## [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. ### Fixed + - Fix NPM package name of the network access snap ([#1621](https://github.com/MetaMask/snaps/pull/1621)) [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.13.1...HEAD From 92e26d1bc400f581c645a1395d9b8361a2bb220f Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Fri, 13 Sep 2024 09:30:09 +0200 Subject: [PATCH 2/4] Update Release 66.0.0 --- package.json | 2 +- packages/examples/package.json | 2 +- .../packages/browserify-plugin/CHANGELOG.md | 25 ------------------- .../examples/packages/browserify/CHANGELOG.md | 25 ------------------- .../packages/preinstalled/CHANGELOG.md | 5 +++- .../packages/preinstalled/package.json | 2 +- packages/test-snaps/CHANGELOG.md | 5 +++- packages/test-snaps/package.json | 2 +- 8 files changed, 12 insertions(+), 56 deletions(-) diff --git a/package.json b/package.json index 5bd9e29b40..65acb051bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "65.0.0", + "version": "66.0.0", "private": true, "repository": { "type": "git", diff --git a/packages/examples/package.json b/packages/examples/package.json index 43fb04d24b..6ae53c8342 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/example-snaps", - "version": "3.8.1", + "version": "3.9.0", "private": true, "repository": { "type": "git", diff --git a/packages/examples/packages/browserify-plugin/CHANGELOG.md b/packages/examples/packages/browserify-plugin/CHANGELOG.md index d86e9e28d3..3d151b104f 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,66 +6,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Add `center` prop to `Box` component ([#2716](https://github.com/MetaMask/snaps/pull/2716)) -- Fix type issue with `Field` children ([#2715](https://github.com/MetaMask/snaps/pull/2715)) -- Added form property to Button JSX component ([#2712](https://github.com/MetaMask/snaps/pull/2712)) - ## [2.1.3] - ### Fixed - - Bump MetaMask dependencies ## [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. diff --git a/packages/examples/packages/browserify/CHANGELOG.md b/packages/examples/packages/browserify/CHANGELOG.md index 918f79d039..2cd3486363 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,66 +6,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Add `center` prop to `Box` component ([#2716](https://github.com/MetaMask/snaps/pull/2716)) -- Fix type issue with `Field` children ([#2715](https://github.com/MetaMask/snaps/pull/2715)) -- Added form property to Button JSX component ([#2712](https://github.com/MetaMask/snaps/pull/2712)) - ## [2.1.3] - ### Fixed - - Bump MetaMask dependencies ## [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. diff --git a/packages/examples/packages/preinstalled/CHANGELOG.md b/packages/examples/packages/preinstalled/CHANGELOG.md index 4ea09c1f7d..e23dd56391 100644 --- a/packages/examples/packages/preinstalled/CHANGELOG.md +++ b/packages/examples/packages/preinstalled/CHANGELOG.md @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0] + ### Uncategorized - Add preinstalled example Snap ([#2721](https://github.com/MetaMask/snaps/pull/2721)) -[Unreleased]: https://github.com/MetaMask/snaps/ +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.1.0...HEAD +[0.1.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/preinstalled-example-snap@0.1.0 diff --git a/packages/examples/packages/preinstalled/package.json b/packages/examples/packages/preinstalled/package.json index 0952d329f0..3c6717b88a 100644 --- a/packages/examples/packages/preinstalled/package.json +++ b/packages/examples/packages/preinstalled/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/preinstalled-example-snap", - "version": "0.0.0", + "version": "0.1.0", "description": "MetaMask example snap demonstrating preinstalled Snaps.", "repository": { "type": "git", diff --git a/packages/test-snaps/CHANGELOG.md b/packages/test-snaps/CHANGELOG.md index 31db8734cf..b064c50add 100644 --- a/packages/test-snaps/CHANGELOG.md +++ b/packages/test-snaps/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.14.0] + ### Uncategorized - Add preinstalled example Snap ([#2721](https://github.com/MetaMask/snaps/pull/2721)) @@ -209,7 +211,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix NPM package name of the network access snap ([#1621](https://github.com/MetaMask/snaps/pull/1621)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.13.1...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.14.0...HEAD +[2.14.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.13.1...@metamask/test-snaps@2.14.0 [2.13.1]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.13.0...@metamask/test-snaps@2.13.1 [2.13.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.12.0...@metamask/test-snaps@2.13.0 [2.12.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.11.0...@metamask/test-snaps@2.12.0 diff --git a/packages/test-snaps/package.json b/packages/test-snaps/package.json index e6fc62eb3b..371c0db21b 100644 --- a/packages/test-snaps/package.json +++ b/packages/test-snaps/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/test-snaps", - "version": "2.13.1", + "version": "2.14.0", "private": true, "description": "The test snaps website for MetaMask Snaps, used for end-to-end testing.", "repository": { From 33e0eed6851ae12d21cc0cebcd34ea5fdcf7f6b8 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Fri, 13 Sep 2024 09:32:17 +0200 Subject: [PATCH 3/4] Update changelogs --- .../packages/preinstalled/CHANGELOG.md | 5 +- packages/test-snaps/CHANGELOG.md | 67 +------------------ 2 files changed, 2 insertions(+), 70 deletions(-) diff --git a/packages/examples/packages/preinstalled/CHANGELOG.md b/packages/examples/packages/preinstalled/CHANGELOG.md index e23dd56391..5ac00dc9d0 100644 --- a/packages/examples/packages/preinstalled/CHANGELOG.md +++ b/packages/examples/packages/preinstalled/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/), @@ -8,9 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.1.0] - -### Uncategorized - +### Added - Add preinstalled example Snap ([#2721](https://github.com/MetaMask/snaps/pull/2721)) [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.1.0...HEAD diff --git a/packages/test-snaps/CHANGELOG.md b/packages/test-snaps/CHANGELOG.md index b064c50add..f7b411afc3 100644 --- a/packages/test-snaps/CHANGELOG.md +++ b/packages/test-snaps/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/), @@ -8,207 +7,143 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [2.14.0] - -### Uncategorized - +### Added - Add preinstalled example Snap ([#2721](https://github.com/MetaMask/snaps/pull/2721)) ## [2.13.1] - ### Changed - - Use latest versions of example Snaps ([#2705](https://github.com/MetaMask/snaps/pull/2705)) ## [2.13.0] - ### Changed - - Use latest versions of example Snaps ([#2670](https://github.com/MetaMask/snaps/pull/2670)) ## [2.12.0] - ### Added - - Add `Custom` button to the dialog example snap in `test-snaps` ([#2618](https://github.com/MetaMask/snaps/pull/2618)) ## [2.11.0] - ### Changed - - Use latest versions of example Snaps ([#2522](https://github.com/MetaMask/snaps/pull/2522)) ## [2.10.0] - ### Added - - Add file input example ([#2469](https://github.com/MetaMask/snaps/pull/2469)) ### Changed - - Use latest versions of example Snaps ([#2516](https://github.com/MetaMask/snaps/pull/2516)) ## [2.9.0] - ### Changed - - Use latest versions of example Snaps ([#2487](https://github.com/MetaMask/snaps/pull/2487)) ## [2.8.0] - ### Added - - Add support for `ed25519Bip32` to the BIP-32 example snap ([#2428](https://github.com/MetaMask/snaps/pull/2428)) ### Changed - - Use latest versions of example Snaps ([#2438](https://github.com/MetaMask/snaps/pull/2438)) ## [2.7.0] - ### Added - - Add JSX example Snap ([#2258](https://github.com/MetaMask/snaps/pull/2258), [#2378](https://github.com/MetaMask/snaps/pull/2378)) ## [2.6.1] - ### Changed - - Use latest versions of example Snaps ([#2337](https://github.com/MetaMask/snaps/pull/2337)) ## [2.6.0] - ### Added - - Add multi install entry to test-snaps ([#2305](https://github.com/MetaMask/snaps/pull/2305)) ## [2.5.0] - ### Added - - Add support for new image Snap functionality ([#2284](https://github.com/MetaMask/snaps/pull/2284)) ### Changed - - Bump MetaMask dependencies ([#2270](https://github.com/MetaMask/snaps/pull/2270)) ## [2.4.0] - ### Added - - Add interactive UI example Snap ([#2171](https://github.com/MetaMask/snaps/pull/2171)) ## [2.3.0] - ### Added - - Add `snap_getClientStatus` example snap ([#2159](https://github.com/MetaMask/snaps/pull/2159)) - Add signature insights example snap ([#2115](https://github.com/MetaMask/snaps/pull/2115)) ## [2.2.4] - ### Changed - - Use latest versions of example Snaps ([#2034](https://github.com/MetaMask/snaps/pull/2034)) ## [2.2.3] - ### Changed - - Use latest versions of example Snaps ([#1976](https://github.com/MetaMask/snaps/pull/1976)) - Bump several MetaMask dependencies ([#1964](https://github.com/MetaMask/snaps/pull/1964)) ## [2.2.2] - ### Changed - - Use latest versions of example Snaps ([#1963](https://github.com/MetaMask/snaps/pull/1963)) ## [2.2.1] - ### Changed - - Use latest versions of example Snaps ([#1959](https://github.com/MetaMask/snaps/pull/1959)) ## [2.2.0] - ### Added - - Add home page example ([#1918](https://github.com/MetaMask/snaps/pull/1918)) ### Changed - - Replace `getLocale` example with localization example ([#1889](https://github.com/MetaMask/snaps/pull/1889)) - Update manage state example ([#1915](https://github.com/MetaMask/snaps/pull/1915)) ## [2.1.0] - ### Added - - Add `snap_getFile` example snap ([#1893](https://github.com/MetaMask/snaps/pull/1893)) ## [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.1.0] - ### Added - - Add name lookup example snap ([#1768](https://github.com/MetaMask/snaps/pull/1768)) ## [1.0.0] - ### Changed - - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757)) ## [0.39.1-flask.1] - ### Changed - - Bump `metamask/utils` and `metamask/snaps-registry` ([#1738](https://github.com/MetaMask/snaps/pull/1738)) ### Fixed - - Fix network access example snap ([#1747](https://github.com/MetaMask/snaps/pull/1747)) ## [0.39.0-flask.1] - ### Added - - Add test snap for `snap_getLocale` ([#1684](https://github.com/MetaMask/snaps/pull/1684)) ## [0.38.0-flask.1] - ### Added - - Add lifecycle hooks example snap ([#1645](https://github.com/MetaMask/snaps/pull/1645)) - Add `personal_sign` test to the Ethereum Provider example snap ([#1601](https://github.com/MetaMask/snaps/pull/1601)) ## [0.37.3-flask.1] - ### Fixed - - Fix transaction insights example snap NPM package name ([#1628](https://github.com/MetaMask/snaps/pull/1628)) ## [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. ### Fixed - - Fix NPM package name of the network access snap ([#1621](https://github.com/MetaMask/snaps/pull/1621)) [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.14.0...HEAD From be5f634efd974a46f9c67eec1c347a15b6832596 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Fri, 13 Sep 2024 09:44:38 +0200 Subject: [PATCH 4/4] Update shasum --- packages/examples/packages/preinstalled/snap.manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/examples/packages/preinstalled/snap.manifest.json b/packages/examples/packages/preinstalled/snap.manifest.json index 85df654c0c..0fce6d755b 100644 --- a/packages/examples/packages/preinstalled/snap.manifest.json +++ b/packages/examples/packages/preinstalled/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.0.0", + "version": "0.1.0", "description": "MetaMask example snap demonstrating preinstalled Snaps.", "proposedName": "Preinstalled Example Snap", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "/YfLZb+BVDBLQrJBz0T8y9SvTNeA2K38n/6xBsmMmqU=", + "shasum": "NzLP9BfbhyGMuOG5TgjxLkvOUQUKJI58t+dTOoY+ylE=", "location": { "npm": { "filePath": "dist/bundle.js",