Skip to content

Commit 8cf11b2

Browse files
authored
release: 101.0.0 (#3333)
1 parent 731db9e commit 8cf11b2

File tree

7 files changed

+22
-8
lines changed

7 files changed

+22
-8
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": "100.0.0",
3+
"version": "101.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

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.20.0",
3+
"version": "3.20.1",
44
"private": true,
55
"description": "A collection of examples demonstrating how to build MetaMask Snaps",
66
"keywords": [

packages/examples/packages/wasm/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+
## [2.1.5]
11+
12+
### Fixed
13+
14+
- Remove deprecated Browserify options ([#3313](https://github.com/MetaMask/snaps/pull/3313))
15+
1016
## [2.1.4]
1117

1218
### Fixed
@@ -71,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7177
- The version of the package no longer needs to match the version of all other
7278
MetaMask Snaps packages.
7379

74-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
80+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
81+
[2.1.5]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
7582
[2.1.4]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
7683
[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
7784
[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/examples/packages/wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/wasm-example-snap",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "MetaMask example snap demonstrating the use of WebAssembly and the `endowment:webassembly` permission",
55
"keywords": [
66
"MetaMask",

packages/examples/packages/wasm/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "2.1.4",
2+
"version": "2.1.5",
33
"description": "MetaMask example snap demonstrating the use of WebAssembly and the `endowment:webassembly` permission.",
44
"proposedName": "WebAssembly Example Snap",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "6MsBR6Q/fNzDp5dGRWhBZLIBYu4o31cZRTI9iIUdIn0=",
10+
"shasum": "wdI83+z6Tq2JRwosE5vlj+gBM1oGo0C0kjZPkJcd9mA=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/test-snaps/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+
## [2.21.1]
11+
12+
### Changed
13+
14+
- Use latest versions of example Snaps ([#3333](https://github.com/MetaMask/snaps/pull/3333))
15+
1016
## [2.21.0]
1117

1218
### Removed
@@ -313,7 +319,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
313319

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

316-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
322+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
323+
[2.21.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
317324
[2.21.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
318325
[2.20.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
319326
[2.20.2]: 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.21.0",
3+
"version": "2.21.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)