Skip to content

Commit

Permalink
2.0.0 (#113)
Browse files Browse the repository at this point in the history
* 2.0.0

* Update changelog

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Maarten Zuidhoorn <[email protected]>
  • Loading branch information
3 people authored Sep 7, 2023
1 parent 7b48790 commit d096a92
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
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
27 changes: 26 additions & 1 deletion 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 @@ -1294,6 +1305,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

0 comments on commit d096a92

Please sign in to comment.