Skip to content

Commit a5d09e9

Browse files
committed
Update preinstalled example as well
1 parent 803cfb5 commit a5d09e9

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.7.2]
11+
12+
### Fixed
13+
14+
- Prevent race condition ([#3725](https://github.com/MetaMask/snaps/pull/3725))
15+
1016
## [0.7.1]
1117

1218
### Fixed
@@ -55,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5561

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

58-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
64+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
65+
[0.7.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
5966
[0.7.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
6067
[0.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
6168
[0.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@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.7.1",
3+
"version": "0.7.2",
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.7.1",
2+
"version": "0.7.2",
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": "4jcI3qKH346dyZbwzGQS2yHQynH9nLNVdYIWIPz3Jos=",
10+
"shasum": "51eEppJ2pU3rQkhrYzNHe5mfpIm1y7E63Q15sqeXZ0E=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

0 commit comments

Comments
 (0)