Skip to content

Commit df4a468

Browse files
committed
Include @metamask/preinstalled-example-snap in release
1 parent cf330a5 commit df4a468

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

packages/examples/packages/preinstalled/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.0]
11+
12+
### Changed
13+
14+
- Use `initialConnections` ([#3391](https://github.com/MetaMask/snaps/pull/3391))
15+
1016
## [0.3.0]
1117

1218
### Added
@@ -25,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2531

2632
- Add preinstalled example Snap ([#2721](https://github.com/MetaMask/snaps/pull/2721))
2733

28-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
34+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
35+
[0.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
2936
[0.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
3037
[0.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
3138
[0.1.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/[email protected]

packages/examples/packages/preinstalled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/preinstalled-example-snap",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "MetaMask example snap demonstrating preinstalled Snaps",
55
"keywords": [
66
"MetaMask",

packages/examples/packages/preinstalled/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "0.3.0",
2+
"version": "0.4.0",
33
"description": "MetaMask example snap demonstrating preinstalled Snaps.",
44
"proposedName": "Preinstalled Example Snap",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "yvyyOWSPGoTe//PIFQrOexRoymaOh7ZIiuy/8BVbjdY=",
10+
"shasum": "POaRW3JZ+lIibu9tQ7vvQOo13BgQCbj9R6+Nvck0PKc=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

0 commit comments

Comments
 (0)