Skip to content

Commit

Permalink
0.35.2-flask.1 (#1542)
Browse files Browse the repository at this point in the history
* 0.35.2-flask.1

* Update changelogs, snap manifests, and package versions

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Maarten Zuidhoorn <[email protected]>
  • Loading branch information
3 people authored Jun 23, 2023
1 parent 2811aeb commit 7d0f7bf
Show file tree
Hide file tree
Showing 86 changed files with 265 additions and 105 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "0.35.1-flask.1",
"version": "0.35.2-flask.1",
"private": true,
"repository": {
"type": "git",
Expand Down
7 changes: 6 additions & 1 deletion packages/create-snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.35.2-flask.1]
### Fixed
- Fix type issue introduced by [#1532](https://github.com/MetaMask/snaps/pull/1532) ([#1541](https://github.com/MetaMask/snaps/pull/1541))

## [0.35.1-flask.1]
### Changed
- No changes this release.
Expand All @@ -28,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- No changes this release.

[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...HEAD
[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.2-flask.1...HEAD
[0.35.2-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...v0.35.2-flask.1
[0.35.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.0-flask.1...v0.35.1-flask.1
[0.35.0-flask.1]: https://github.com/MetaMask/snaps/compare/v0.34.1-flask.1...v0.35.0-flask.1
[0.34.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.34.0-flask.1...v0.34.1-flask.1
Expand Down
2 changes: 1 addition & 1 deletion packages/create-snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/create-snap",
"version": "0.35.1-flask.1",
"version": "0.35.2-flask.1",
"description": "A CLI for creating MetaMask Snaps.",
"repository": {
"type": "git",
Expand Down
7 changes: 6 additions & 1 deletion packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.35.2-flask.1]
### Changed
- No changes this release.

## [0.35.1-flask.1]
### Changed
- No changes this release.
Expand All @@ -14,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Re-do all examples ([#1488](https://github.com/MetaMask/snaps/pull/1488), [#1507](https://github.com/MetaMask/snaps/pull/1507))

[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...HEAD
[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.2-flask.1...HEAD
[0.35.2-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...v0.35.2-flask.1
[0.35.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.0-flask.1...v0.35.1-flask.1
[0.35.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/v0.35.0-flask.1
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/example-snaps",
"version": "0.35.1-flask.1",
"version": "0.35.2-flask.1",
"private": true,
"repository": {
"type": "git",
Expand Down
7 changes: 6 additions & 1 deletion packages/examples/packages/bip32/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.35.2-flask.1]
### Changed
- No changes this release.

## [0.35.1-flask.1]
### Changed
- No changes this release.
Expand All @@ -14,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Re-do all examples ([#1488](https://github.com/MetaMask/snaps/pull/1488), [#1507](https://github.com/MetaMask/snaps/pull/1507))

[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...HEAD
[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.2-flask.1...HEAD
[0.35.2-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...v0.35.2-flask.1
[0.35.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.0-flask.1...v0.35.1-flask.1
[0.35.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/v0.35.0-flask.1
2 changes: 1 addition & 1 deletion packages/examples/packages/bip32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/bip32-example-snap",
"version": "0.35.1-flask.1",
"version": "0.35.2-flask.1",
"description": "MetaMask example snap demonstrating the use of `snap_getBip32Entropy`.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/packages/bip32/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.35.1-flask.1",
"version": "0.35.2-flask.1",
"description": "MetaMask example snap demonstrating the use of `snap_getBip32Entropy`.",
"proposedName": "BIP-32 Example Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "gcsBhqX8+08y6OFkQILbEzNBzbDqjPIPrCfs5EAsQV4=",
"shasum": "cOJYxa17Mn160j/YH8887WOpGFVl0N0c2TK4WBfpdh0=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
7 changes: 6 additions & 1 deletion packages/examples/packages/bip44/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.35.2-flask.1]
### Changed
- No changes this release.

## [0.35.1-flask.1]
### Changed
- No changes this release.
Expand All @@ -14,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Re-do all examples ([#1488](https://github.com/MetaMask/snaps/pull/1488), [#1507](https://github.com/MetaMask/snaps/pull/1507))

[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...HEAD
[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.2-flask.1...HEAD
[0.35.2-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...v0.35.2-flask.1
[0.35.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.0-flask.1...v0.35.1-flask.1
[0.35.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/v0.35.0-flask.1
2 changes: 1 addition & 1 deletion packages/examples/packages/bip44/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/bip44-example-snap",
"version": "0.35.1-flask.1",
"version": "0.35.2-flask.1",
"description": "MetaMask example snap demonstrating the use of `snap_getBip44Entropy`.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/packages/bip44/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.35.1-flask.1",
"version": "0.35.2-flask.1",
"description": "MetaMask example snap demonstrating the use of `snap_getBip44Entropy`.",
"proposedName": "BIP-44 Example Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "YfV3JwbVp3WOrGEGriA5N9mV6Fp0aWZAxEDwF7gCk7o=",
"shasum": "/tbydO725MRM49ZgIJ/B9mKSysfVRxDL8JulEYLcvz4=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
7 changes: 6 additions & 1 deletion packages/examples/packages/browserify-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.35.2-flask.1]
### Changed
- No changes this release.

## [0.35.1-flask.1]
### Changed
- No changes this release.
Expand All @@ -14,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Re-do all examples ([#1488](https://github.com/MetaMask/snaps/pull/1488), [#1507](https://github.com/MetaMask/snaps/pull/1507))

[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...HEAD
[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.2-flask.1...HEAD
[0.35.2-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...v0.35.2-flask.1
[0.35.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.0-flask.1...v0.35.1-flask.1
[0.35.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/v0.35.0-flask.1
2 changes: 1 addition & 1 deletion packages/examples/packages/browserify-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/browserify-plugin-example-snap",
"version": "0.35.1-flask.1",
"version": "0.35.2-flask.1",
"description": "MetaMask example snap demonstrating how to use the Browserify plugin to bundle a snap.",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.35.1-flask.1",
"version": "0.35.2-flask.1",
"description": "MetaMask example snap demonstrating how to use the Browserify plugin to bundle a snap.",
"proposedName": "Browserify Plugin Example Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "pqUwX3nlevBO+86WFDQX1DDougzf1lvlz/PAWYjSvKg=",
"shasum": "ECeFDJhDJ7KYgTGfmaj7GAdWJeZfH32fgm6IIHCobEM=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
7 changes: 6 additions & 1 deletion packages/examples/packages/cronjobs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.35.2-flask.1]
### Changed
- No changes this release.

## [0.35.1-flask.1]
### Changed
- No changes this release.
Expand All @@ -14,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Re-do all examples ([#1488](https://github.com/MetaMask/snaps/pull/1488), [#1507](https://github.com/MetaMask/snaps/pull/1507))

[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...HEAD
[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.2-flask.1...HEAD
[0.35.2-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...v0.35.2-flask.1
[0.35.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.0-flask.1...v0.35.1-flask.1
[0.35.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/v0.35.0-flask.1
2 changes: 1 addition & 1 deletion packages/examples/packages/cronjobs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/cronjob-example-snap",
"version": "0.35.1-flask.1",
"version": "0.35.2-flask.1",
"description": "MetaMask example snap demonstrating the use of cronjobs in snaps.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/packages/cronjobs/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.35.1-flask.1",
"version": "0.35.2-flask.1",
"description": "MetaMask example snap demonstrating the use of cronjobs in snaps.",
"proposedName": "Cronjob Example Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "2PlJln2OMQspgLMDdmTcOTGuXBEDeyCp7HQ8jHigeo0=",
"shasum": "y3IRbbddb71xUp+nEWjsP91kfApesZLzg9PLsUL/Z38=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
7 changes: 6 additions & 1 deletion packages/examples/packages/dialogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.35.2-flask.1]
### Changed
- No changes this release.

## [0.35.1-flask.1]
### Changed
- No changes this release.
Expand All @@ -14,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Re-do all examples ([#1488](https://github.com/MetaMask/snaps/pull/1488), [#1507](https://github.com/MetaMask/snaps/pull/1507))

[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...HEAD
[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.2-flask.1...HEAD
[0.35.2-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...v0.35.2-flask.1
[0.35.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.0-flask.1...v0.35.1-flask.1
[0.35.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/v0.35.0-flask.1
2 changes: 1 addition & 1 deletion packages/examples/packages/dialogs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/dialog-example-snap",
"version": "0.35.1-flask.1",
"version": "0.35.2-flask.1",
"description": "MetaMask example snap demonstrating the use of `snap_dialog`.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/packages/dialogs/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.35.1-flask.1",
"version": "0.35.2-flask.1",
"description": "MetaMask example snap demonstrating the use of `snap_dialog`.",
"proposedName": "Dialog Example Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "Gf1ZHlAJ2FNeBAy9BL7TsR4xTjQTg7j+DoJEmHSC6fM=",
"shasum": "VGoLdBnY9aOihxKIC243QpxbSd7N54D2JtSUwCwj/Go=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
7 changes: 6 additions & 1 deletion packages/examples/packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.35.2-flask.1]
### Changed
- No changes this release.

## [0.35.1-flask.1]
### Changed
- No changes this release.
Expand All @@ -14,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Re-do all examples ([#1488](https://github.com/MetaMask/snaps/pull/1488), [#1507](https://github.com/MetaMask/snaps/pull/1507))

[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...HEAD
[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.2-flask.1...HEAD
[0.35.2-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...v0.35.2-flask.1
[0.35.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.0-flask.1...v0.35.1-flask.1
[0.35.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/v0.35.0-flask.1
2 changes: 1 addition & 1 deletion packages/examples/packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/error-example-snap",
"version": "0.35.1-flask.1",
"version": "0.35.2-flask.1",
"description": "MetaMask example snap demonstrating the use of error handling in snaps.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/packages/errors/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.35.1-flask.1",
"version": "0.35.2-flask.1",
"description": "MetaMask example snap demonstrating the use of error handling in snaps.",
"proposedName": "Error Example Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "0FVZPk75wxDPSSNE6ZcwP+57eb/hPN0j26KeKmQpfRo=",
"shasum": "hBUfX1TG4x4Qj5Lo7P6zJ5YR6Q1eL7BqbGYmTVgQEN4=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
7 changes: 6 additions & 1 deletion packages/examples/packages/ethereum-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.35.2-flask.1]
### Changed
- No changes this release.

## [0.35.1-flask.1]
### Changed
- No changes this release.
Expand All @@ -14,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Re-do all examples ([#1488](https://github.com/MetaMask/snaps/pull/1488), [#1507](https://github.com/MetaMask/snaps/pull/1507))

[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...HEAD
[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.2-flask.1...HEAD
[0.35.2-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...v0.35.2-flask.1
[0.35.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.0-flask.1...v0.35.1-flask.1
[0.35.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/v0.35.0-flask.1
2 changes: 1 addition & 1 deletion packages/examples/packages/ethereum-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/ethereum-provider-example-snap",
"version": "0.35.1-flask.1",
"version": "0.35.2-flask.1",
"description": "MetaMask example snap demonstrating the use of the Ethereum Provider API and `endowment:ethereum-provider` permission.",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.35.1-flask.1",
"version": "0.35.2-flask.1",
"description": "MetaMask example snap demonstrating the use of the Ethereum Provider API and `endowment:ethereum-provider` permission.",
"proposedName": "Ethereum Provider Example Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "FrPK2vko/2K6e/XCtqPaNiYVC8FX3KzMNuEa9ahVWlA=",
"shasum": "r6NoqdRNA1FA1FpDctLExwCQ0KlAGT17QSjVMwEv7Yc=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
7 changes: 6 additions & 1 deletion packages/examples/packages/ethers-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.35.2-flask.1]
### Changed
- No changes this release.

## [0.35.1-flask.1]
### Changed
- No changes this release.
Expand All @@ -14,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Re-do all examples ([#1488](https://github.com/MetaMask/snaps/pull/1488), [#1507](https://github.com/MetaMask/snaps/pull/1507))

[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...HEAD
[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.2-flask.1...HEAD
[0.35.2-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...v0.35.2-flask.1
[0.35.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.0-flask.1...v0.35.1-flask.1
[0.35.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/v0.35.0-flask.1
Loading

0 comments on commit 7d0f7bf

Please sign in to comment.