Skip to content

Commit fff1ef6

Browse files
authored
chore: Revert "release: 128.0.0 (#3685)" (#3688)
This reverts commit e246ad7. The release failed because `test-snaps` isn't built in the publish NPM workflow. Will need further investigation.
1 parent e246ad7 commit fff1ef6

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": "128.0.0",
3+
"version": "127.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-
## [3.0.0]
11-
12-
### Changed
13-
14-
- Make `@metamask/test-snaps` publishable ([#3679](https://github.com/MetaMask/snaps/pull/3679))
15-
1610
## [2.28.1]
1711

1812
### Fixed
@@ -394,8 +388,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
394388

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

397-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
398-
[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
391+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
399392
[2.28.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
400393
[2.28.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
401394
[2.27.0]: 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": "3.0.0",
3+
"version": "2.28.1",
44
"description": "The test snaps website for MetaMask Snaps, used for end-to-end testing",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)