Skip to content

Commit d096a92

Browse files
github-actions[bot]github-actionsMrtenz
authored
2.0.0 (#113)
* 2.0.0 * Update changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 7b48790 commit d096a92

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
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+
## [2.0.0]
10+
### Changed
11+
- **BREAKING**: Snap IDs are now required to start with the prefix `npm:` ([#75](https://github.com/MetaMask/snaps-registry/pull/75))
12+
- Bump `@metamask/utils` to `^8.1.0` ([#72](https://github.com/MetaMask/snaps-registry/pull/72))
13+
14+
### Fixed
15+
- Bump `semver` to `6.3.1` ([#70](https://github.com/MetaMask/snaps-registry/pull/70))
16+
917
## [1.2.2]
1018
### Changed
1119
- Bump `@metamask/utils` to `7.1.0` ([#51](https://github.com/MetaMask/snaps-registry/pull/51))
@@ -31,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3139
### Added
3240
- Initial release
3341

34-
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v1.2.2...HEAD
42+
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v2.0.0...HEAD
43+
[2.0.0]: https://github.com/MetaMask/snaps-registry/compare/v1.2.2...v2.0.0
3544
[1.2.2]: https://github.com/MetaMask/snaps-registry/compare/v1.2.1...v1.2.2
3645
[1.2.1]: https://github.com/MetaMask/snaps-registry/compare/v1.2.0...v1.2.1
3746
[1.2.0]: https://github.com/MetaMask/snaps-registry/compare/v1.1.1...v1.2.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": "1.2.2",
3+
"version": "2.0.0",
44
"description": "A registry containing metadata about verified and blocked Snaps.",
55
"repository": {
66
"type": "git",

yarn.lock

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,18 @@ __metadata:
11811181
languageName: node
11821182
linkType: hard
11831183

1184-
"@metamask/snaps-registry@^1.2.1, @metamask/snaps-registry@workspace:.":
1184+
"@metamask/snaps-registry@npm:^1.2.1":
1185+
version: 1.2.2
1186+
resolution: "@metamask/snaps-registry@npm:1.2.2"
1187+
dependencies:
1188+
"@metamask/utils": ^7.1.0
1189+
"@noble/secp256k1": ^1.7.1
1190+
superstruct: ^1.0.3
1191+
checksum: 02289b349390466158c4842c6398b56c0a6352258657eb186331636774a894782607aa0c4e4c772689c89248856c325d914a0d8c8f4b739e9324d60b0fb92da1
1192+
languageName: node
1193+
linkType: hard
1194+
1195+
"@metamask/snaps-registry@workspace:.":
11851196
version: 0.0.0-use.local
11861197
resolution: "@metamask/snaps-registry@workspace:."
11871198
dependencies:
@@ -1294,6 +1305,20 @@ __metadata:
12941305
languageName: node
12951306
linkType: hard
12961307

1308+
"@metamask/utils@npm:^7.1.0":
1309+
version: 7.1.0
1310+
resolution: "@metamask/utils@npm:7.1.0"
1311+
dependencies:
1312+
"@ethereumjs/tx": ^4.1.2
1313+
"@noble/hashes": ^1.3.1
1314+
"@types/debug": ^4.1.7
1315+
debug: ^4.3.4
1316+
semver: ^7.5.4
1317+
superstruct: ^1.0.3
1318+
checksum: 165ed378f4ac5ca42c241d32154e15b609f9e772a9dc069b870613c005dc0e7e4fa92204c30e98ec2317f1e38c77747057671a26fd0a5ba36a288e3c9ef03790
1319+
languageName: node
1320+
linkType: hard
1321+
12971322
"@metamask/utils@npm:^8.1.0":
12981323
version: 8.1.0
12991324
resolution: "@metamask/utils@npm:8.1.0"

0 commit comments

Comments
 (0)