Skip to content

Commit

Permalink
Revert "2.0.0 (#111)" (#112)
Browse files Browse the repository at this point in the history
This reverts commit a689dc9.

The release failed and will be rescheduled as-is.
  • Loading branch information
legobeat authored Sep 7, 2023
1 parent a689dc9 commit 7b48790
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 39 deletions.
11 changes: 1 addition & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ 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 @@ -39,8 +31,7 @@ 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/v2.0.0...HEAD
[2.0.0]: https://github.com/MetaMask/snaps-registry/compare/v1.2.2...v2.0.0
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v1.2.2...HEAD
[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": "2.0.0",
"version": "1.2.2",
"description": "A registry containing metadata about verified and blocked Snaps.",
"repository": {
"type": "git",
Expand Down
30 changes: 2 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1181,18 +1181,7 @@ __metadata:
languageName: node
linkType: hard

"@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:.":
"@metamask/snaps-registry@^1.2.1, @metamask/snaps-registry@workspace:.":
version: 0.0.0-use.local
resolution: "@metamask/snaps-registry@workspace:."
dependencies:
Expand Down Expand Up @@ -1265,7 +1254,6 @@ __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 @@ -1306,20 +1294,6 @@ __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 @@ -6627,7 +6601,7 @@ __metadata:
languageName: node
linkType: hard

"ses@npm:^0.18.1, ses@npm:^0.18.7":
"ses@npm:^0.18.1":
version: 0.18.7
resolution: "ses@npm:0.18.7"
dependencies:
Expand Down

0 comments on commit 7b48790

Please sign in to comment.