Skip to content

Commit 55981f0

Browse files
committed
Remove example and test-snaps from release
1 parent a17c6ef commit 55981f0

File tree

6 files changed

+7
-19
lines changed

6 files changed

+7
-19
lines changed

packages/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/example-snaps",
3-
"version": "3.23.0",
3+
"version": "3.22.0",
44
"private": true,
55
"description": "A collection of examples demonstrating how to build MetaMask Snaps",
66
"keywords": [

packages/examples/packages/client-status/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-
## [1.1.0]
11-
12-
### Added
13-
14-
- Add `active` flag for `snap_getClientStatus` ([#3424](https://github.com/MetaMask/snaps/pull/3424))
15-
1610
## [1.0.3]
1711

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

3832
- Add `snap_getClientStatus` example snap ([#2159](https://github.com/MetaMask/snaps/pull/2159))
3933

40-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
41-
[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
34+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
4235
[1.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
4336
[1.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
4437
[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/examples/packages/client-status/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/client-status-example-snap",
3-
"version": "1.1.0",
3+
"version": "1.0.3",
44
"description": "MetaMask example snap demonstrating the use of `snap_getClientStatus`",
55
"keywords": [
66
"MetaMask",

packages/examples/packages/client-status/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "1.1.0",
2+
"version": "1.0.3",
33
"description": "MetaMask example snap demonstrating the use of `snap_getClientStatus`",
44
"proposedName": "Client Status Example Snap",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "ZrP4+WvA5+SDPc25PM2V4CUFKXQRh9AFX6tPrLqqiEU=",
10+
"shasum": "93hRigM/aBCM3PxkJXQ/MVBBUw30/8B2msA1MYhIIk8=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/test-snaps/CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [2.24.0]
11-
12-
- Use latest versions of example Snaps ([#3425](https://github.com/MetaMask/snaps/pull/3425))
13-
1410
## [2.23.1]
1511

1612
### Fixed
@@ -350,8 +346,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
350346

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

353-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
354-
[2.24.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
349+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
355350
[2.23.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
356351
[2.23.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
357352
[2.22.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": "2.24.0",
3+
"version": "2.23.1",
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)