Skip to content

Commit 2b14e5d

Browse files
github-actions[bot]github-actionsFrederikBoldingMrtenz
authored
3.0.0 (#317)
This is the release candidate for version 3.0.0. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 323c2cc commit 2b14e5d

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.0.0]
10+
### Changed
11+
- **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#302](https://github.com/MetaMask/snaps-registry/pull/302))
12+
- **BREAKING:** Use `noble-hashes` and `noble-curves` ([#315](https://github.com/MetaMask/snaps-registry/pull/315))
13+
- This is breaking as the exported `verify` function is no longer asynchronous.
14+
- This also improves compatibility with React Native.
15+
- Add more metadata fields ([#316](https://github.com/MetaMask/snaps-registry/pull/316))
16+
917
## [2.1.1]
1018
### Fixed
1119
- License package under MIT / Apache 2.0 dual license ([#272](https://github.com/MetaMask/snaps-registry/pull/272))
@@ -47,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4755
### Added
4856
- Initial release
4957

50-
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v2.1.1...HEAD
58+
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.0.0...HEAD
59+
[3.0.0]: https://github.com/MetaMask/snaps-registry/compare/v2.1.1...v3.0.0
5160
[2.1.1]: https://github.com/MetaMask/snaps-registry/compare/v2.1.0...v2.1.1
5261
[2.1.0]: https://github.com/MetaMask/snaps-registry/compare/v2.0.0...v2.1.0
5362
[2.0.0]: https://github.com/MetaMask/snaps-registry/compare/v1.2.2...v2.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-registry",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"description": "A registry containing metadata about verified and blocked Snaps.",
55
"repository": {
66
"type": "git",

yarn.lock

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,18 @@ __metadata:
11761176
languageName: node
11771177
linkType: hard
11781178

1179-
"@metamask/snaps-registry@^2.1.1, @metamask/snaps-registry@workspace:.":
1179+
"@metamask/snaps-registry@npm:^2.1.1":
1180+
version: 2.1.1
1181+
resolution: "@metamask/snaps-registry@npm:2.1.1"
1182+
dependencies:
1183+
"@metamask/utils": ^8.1.0
1184+
"@noble/secp256k1": ^1.7.1
1185+
superstruct: ^1.0.3
1186+
checksum: 274002c44f0fe028740c19d1014f844aa4b534862abc530f872baaad8b7b3b2445ffaefbd0a5a957b5102a5b04fe51e6f03a03b1236c8818abc4c748076d6475
1187+
languageName: node
1188+
linkType: hard
1189+
1190+
"@metamask/snaps-registry@workspace:.":
11801191
version: 0.0.0-use.local
11811192
resolution: "@metamask/snaps-registry@workspace:."
11821193
dependencies:
@@ -1359,7 +1370,7 @@ __metadata:
13591370
languageName: node
13601371
linkType: hard
13611372

1362-
"@noble/secp256k1@npm:^1.5.5":
1373+
"@noble/secp256k1@npm:^1.5.5, @noble/secp256k1@npm:^1.7.1":
13631374
version: 1.7.1
13641375
resolution: "@noble/secp256k1@npm:1.7.1"
13651376
checksum: d2301f1f7690368d8409a3152450458f27e54df47e3f917292de3de82c298770890c2de7c967d237eff9c95b70af485389a9695f73eb05a43e2bd562d18b18cb

0 commit comments

Comments
 (0)