Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0.0 #111

Merged
merged 6 commits into from
Sep 7, 2023
Merged

2.0.0 #111

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0]
### Changed
- **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
- Bump `semver` to `6.3.1` ([#70](https://github.com/MetaMask/snaps-registry/pull/70))

## [1.2.2]
### Changed
- Bump `@metamask/utils` to `7.1.0` ([#51](https://github.com/MetaMask/snaps-registry/pull/51))
Expand All @@ -31,7 +39,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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
30 changes: 28 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down