Skip to content

Commit 8e60870

Browse files
authored
Revert "Release 92.0.0 (#3190)" (#3191)
This reverts commit c557f07.
1 parent c557f07 commit 8e60870

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "92.0.0",
3+
"version": "91.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/test-snaps/CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [2.20.1]
11-
12-
### Fixed
13-
14-
- Use Webpack plugin example Snap for testing updates ([#3186](https://github.com/MetaMask/snaps/pull/3186))
15-
1610
## [2.20.0]
1711

1812
### Added
@@ -295,8 +289,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
295289

296290
- Fix NPM package name of the network access snap ([#1621](https://github.com/MetaMask/snaps/pull/1621))
297291

298-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
299-
[2.20.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
292+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
300293
[2.20.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
301294
[2.19.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
302295
[2.18.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/test-snaps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/test-snaps",
3-
"version": "2.20.1",
3+
"version": "2.20.0",
44
"private": true,
55
"description": "The test snaps website for MetaMask Snaps, used for end-to-end testing",
66
"keywords": [

0 commit comments

Comments
 (0)