From 6ba2b5934953a86334bbbbc1d2bce0b5e697f305 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 7 Sep 2023 05:33:57 +0000 Subject: [PATCH 1/6] 2.0.0 --- CHANGELOG.md | 28 +++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae7cab3b..193fe3dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] +### Uncategorized +- Add Snap allowlist process issue templates ([#83](https://github.com/MetaMask/snaps-registry/pull/83)) +- Even more snaps ([#77](https://github.com/MetaMask/snaps-registry/pull/77)) +- Add metadata for two snaps ([#79](https://github.com/MetaMask/snaps-registry/pull/79)) +- Add category enum to metadata ([#82](https://github.com/MetaMask/snaps-registry/pull/82)) +- Make verify snaps exit with code 0 ([#80](https://github.com/MetaMask/snaps-registry/pull/80)) +- Update author and audits fields ([#78](https://github.com/MetaMask/snaps-registry/pull/78)) +- Add Solana, Aptos, and Sui snap by Solflare ([#76](https://github.com/MetaMask/snaps-registry/pull/76)) +- Verify snaps in the registry ([#67](https://github.com/MetaMask/snaps-registry/pull/67)) +- Validate snap ids ([#75](https://github.com/MetaMask/snaps-registry/pull/75)) +- Add missing npm: prefix ([#74](https://github.com/MetaMask/snaps-registry/pull/74)) +- deps: @metamask/utils@^7.1.0->^8.1.0 ([#72](https://github.com/MetaMask/snaps-registry/pull/72)) +- Update registry ([#65](https://github.com/MetaMask/snaps-registry/pull/65)) +- devDeps: @metamask/eslint*@^11.1.0->^12.1.0 ([#69](https://github.com/MetaMask/snaps-registry/pull/69)) +- devDeps: bump @noble/curves, @noble/hashes ([#71](https://github.com/MetaMask/snaps-registry/pull/71)) +- deps: semver@6.3.0->6.3.1 ([#70](https://github.com/MetaMask/snaps-registry/pull/70)) +- devDeps: lavamoat-allow-scripts@^2.0.3->^2.3.1 ([#68](https://github.com/MetaMask/snaps-registry/pull/68)) +- Add new snap metadata ([#49](https://github.com/MetaMask/snaps-registry/pull/49)) +- Update registry ([#66](https://github.com/MetaMask/snaps-registry/pull/66)) +- Bump version and name for npm:@unipasswallet/unipass-snap ([#59](https://github.com/MetaMask/snaps-registry/pull/59)) +- Tezos snap name and version change ([#57](https://github.com/MetaMask/snaps-registry/pull/57)) +- Update example snaps ([#56](https://github.com/MetaMask/snaps-registry/pull/56)) +- Update registry ([#55](https://github.com/MetaMask/snaps-registry/pull/55)) + ## [1.2.2] ### Changed - Bump `@metamask/utils` to `7.1.0` ([#51](https://github.com/MetaMask/snaps-registry/pull/51)) @@ -31,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v1.2.2...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/MetaMask/snaps-registry/compare/v1.2.2...v2.0.0 [1.2.2]: https://github.com/MetaMask/snaps-registry/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/MetaMask/snaps-registry/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/MetaMask/snaps-registry/compare/v1.1.1...v1.2.0 diff --git a/package.json b/package.json index 69b982b9..258aa281 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-registry", - "version": "1.2.2", + "version": "2.0.0", "description": "A registry containing metadata about verified and blocked Snaps.", "repository": { "type": "git", From 1c5f49e5a4c110feb6f18e5887570a68ee942b27 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Thu, 7 Sep 2023 05:40:24 +0000 Subject: [PATCH 2/6] update changelog --- CHANGELOG.md | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 193fe3dd..d60f127f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,29 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [2.0.0] -### Uncategorized -- Add Snap allowlist process issue templates ([#83](https://github.com/MetaMask/snaps-registry/pull/83)) -- Even more snaps ([#77](https://github.com/MetaMask/snaps-registry/pull/77)) -- Add metadata for two snaps ([#79](https://github.com/MetaMask/snaps-registry/pull/79)) -- Add category enum to metadata ([#82](https://github.com/MetaMask/snaps-registry/pull/82)) -- Make verify snaps exit with code 0 ([#80](https://github.com/MetaMask/snaps-registry/pull/80)) -- Update author and audits fields ([#78](https://github.com/MetaMask/snaps-registry/pull/78)) -- Add Solana, Aptos, and Sui snap by Solflare ([#76](https://github.com/MetaMask/snaps-registry/pull/76)) +### Changed +- **BREAKING**: snaps `id` is now required to start with the prefix `npm:` ([#75](https://github.com/MetaMask/snaps-registry/pull/75)) - Verify snaps in the registry ([#67](https://github.com/MetaMask/snaps-registry/pull/67)) -- Validate snap ids ([#75](https://github.com/MetaMask/snaps-registry/pull/75)) -- Add missing npm: prefix ([#74](https://github.com/MetaMask/snaps-registry/pull/74)) -- deps: @metamask/utils@^7.1.0->^8.1.0 ([#72](https://github.com/MetaMask/snaps-registry/pull/72)) -- Update registry ([#65](https://github.com/MetaMask/snaps-registry/pull/65)) -- devDeps: @metamask/eslint*@^11.1.0->^12.1.0 ([#69](https://github.com/MetaMask/snaps-registry/pull/69)) -- devDeps: bump @noble/curves, @noble/hashes ([#71](https://github.com/MetaMask/snaps-registry/pull/71)) -- deps: semver@6.3.0->6.3.1 ([#70](https://github.com/MetaMask/snaps-registry/pull/70)) -- devDeps: lavamoat-allow-scripts@^2.0.3->^2.3.1 ([#68](https://github.com/MetaMask/snaps-registry/pull/68)) -- Add new snap metadata ([#49](https://github.com/MetaMask/snaps-registry/pull/49)) -- Update registry ([#66](https://github.com/MetaMask/snaps-registry/pull/66)) -- Bump version and name for npm:@unipasswallet/unipass-snap ([#59](https://github.com/MetaMask/snaps-registry/pull/59)) -- Tezos snap name and version change ([#57](https://github.com/MetaMask/snaps-registry/pull/57)) -- Update example snaps ([#56](https://github.com/MetaMask/snaps-registry/pull/56)) -- Update registry ([#55](https://github.com/MetaMask/snaps-registry/pull/55)) +- Make verify snaps exit with code 0 ([#80](https://github.com/MetaMask/snaps-registry/pull/80)) +- Bump `@metamask/utils` to `^8.1.0` ([#72](https://github.com/MetaMask/snaps-registry/pull/72)) + +### Fixed +- Bump `semver` to `6.3.1` ([#70](https://github.com/MetaMask/snaps-registry/pull/70)) ## [1.2.2] ### Changed From c48878b2f76622dc035320df8658c42d6642ff6e Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Thu, 7 Sep 2023 06:01:04 +0000 Subject: [PATCH 3/6] update lockfile --- yarn.lock | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index 63309460..bb6ef091 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1181,7 +1181,18 @@ __metadata: languageName: node linkType: hard -"@metamask/snaps-registry@^1.2.1, @metamask/snaps-registry@workspace:.": +"@metamask/snaps-registry@npm:^1.2.1": + version: 1.2.2 + resolution: "@metamask/snaps-registry@npm:1.2.2" + dependencies: + "@metamask/utils": ^7.1.0 + "@noble/secp256k1": ^1.7.1 + superstruct: ^1.0.3 + checksum: 02289b349390466158c4842c6398b56c0a6352258657eb186331636774a894782607aa0c4e4c772689c89248856c325d914a0d8c8f4b739e9324d60b0fb92da1 + languageName: node + linkType: hard + +"@metamask/snaps-registry@workspace:.": version: 0.0.0-use.local resolution: "@metamask/snaps-registry@workspace:." dependencies: @@ -1254,6 +1265,7 @@ __metadata: fast-json-stable-stringify: ^2.1.0 rfdc: ^1.3.0 semver: ^7.5.4 + ses: ^0.18.7 superstruct: ^1.0.3 validate-npm-package-name: ^5.0.0 checksum: e207652c0ba61970f7a298325a75edbd330fc8f62f2a23a6429dd2448db66b59414794e77389b72d007d5b18c21e6331dcb815d2bbe91851843d8ee0902600d9 @@ -1294,6 +1306,20 @@ __metadata: languageName: node linkType: hard +"@metamask/utils@npm:^7.1.0": + version: 7.1.0 + resolution: "@metamask/utils@npm:7.1.0" + dependencies: + "@ethereumjs/tx": ^4.1.2 + "@noble/hashes": ^1.3.1 + "@types/debug": ^4.1.7 + debug: ^4.3.4 + semver: ^7.5.4 + superstruct: ^1.0.3 + checksum: 165ed378f4ac5ca42c241d32154e15b609f9e772a9dc069b870613c005dc0e7e4fa92204c30e98ec2317f1e38c77747057671a26fd0a5ba36a288e3c9ef03790 + languageName: node + linkType: hard + "@metamask/utils@npm:^8.1.0": version: 8.1.0 resolution: "@metamask/utils@npm:8.1.0" @@ -6601,7 +6627,7 @@ __metadata: languageName: node linkType: hard -"ses@npm:^0.18.1": +"ses@npm:^0.18.1, ses@npm:^0.18.7": version: 0.18.7 resolution: "ses@npm:0.18.7" dependencies: From e354d17563410ebd06e66a60973dbcfb5c198b27 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Thu, 7 Sep 2023 06:08:10 +0000 Subject: [PATCH 4/6] update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d60f127f..aed4a549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [2.0.0] +### Added +- Add `verify-snaps` script to verify snaps in the registry ([#67](https://github.com/MetaMask/snaps-registry/pull/67)) ([#80](https://github.com/MetaMask/snaps-registry/pull/80)) + ### Changed - **BREAKING**: snaps `id` is now required to start with the prefix `npm:` ([#75](https://github.com/MetaMask/snaps-registry/pull/75)) -- Verify snaps in the registry ([#67](https://github.com/MetaMask/snaps-registry/pull/67)) -- Make verify snaps exit with code 0 ([#80](https://github.com/MetaMask/snaps-registry/pull/80)) - Bump `@metamask/utils` to `^8.1.0` ([#72](https://github.com/MetaMask/snaps-registry/pull/72)) ### Fixed From c9178f6150363ca68450e512ba51518eb1f4c2f9 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Thu, 7 Sep 2023 07:13:29 +0000 Subject: [PATCH 5/6] remove mention of dev script --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aed4a549..da749c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [2.0.0] -### Added -- Add `verify-snaps` script to verify snaps in the registry ([#67](https://github.com/MetaMask/snaps-registry/pull/67)) ([#80](https://github.com/MetaMask/snaps-registry/pull/80)) - ### Changed - **BREAKING**: snaps `id` is now required to start with the prefix `npm:` ([#75](https://github.com/MetaMask/snaps-registry/pull/75)) - Bump `@metamask/utils` to `^8.1.0` ([#72](https://github.com/MetaMask/snaps-registry/pull/72)) From f474b27e1eb5960ddc70ada987d44426db7f7b64 Mon Sep 17 00:00:00 2001 From: legobeat <109787230+legobeat@users.noreply.github.com> Date: Thu, 7 Sep 2023 16:30:23 +0900 Subject: [PATCH 6/6] Update CHANGELOG.md Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da749c1d..1c74046d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] ### Changed -- **BREAKING**: snaps `id` is now required to start with the prefix `npm:` ([#75](https://github.com/MetaMask/snaps-registry/pull/75)) +- **BREAKING**: Snap IDs are now required to start with the prefix `npm:` ([#75](https://github.com/MetaMask/snaps-registry/pull/75)) - Bump `@metamask/utils` to `^8.1.0` ([#72](https://github.com/MetaMask/snaps-registry/pull/72)) ### Fixed