From 379d8dfb30140b54401e32ec4e0375bb71c232a2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 11 Oct 2022 11:41:21 +0000 Subject: [PATCH 1/4] 0.22.2 --- package.json | 2 +- packages/cli/CHANGELOG.md | 83 ++++++++-------- packages/cli/package.json | 6 +- packages/controllers/CHANGELOG.md | 95 ++++++++++--------- packages/controllers/package.json | 10 +- packages/examples/CHANGELOG.md | 77 +++++++-------- .../examples/examples/bls-signer/package.json | 4 +- .../examples/examples/browserify/package.json | 8 +- .../examples/examples/ethers-js/package.json | 4 +- packages/examples/examples/ipfs/package.json | 4 +- .../examples/notifications/package.json | 4 +- .../examples/examples/rollup/package.json | 8 +- .../examples/examples/typescript/package.json | 6 +- packages/examples/examples/wasm/package.json | 4 +- .../examples/examples/webpack/package.json | 8 +- packages/examples/package.json | 4 +- packages/execution-environments/CHANGELOG.md | 55 ++++++----- packages/execution-environments/package.json | 6 +- packages/plugin-browserify/CHANGELOG.md | 33 ++++--- packages/plugin-browserify/package.json | 4 +- packages/plugin-rollup/CHANGELOG.md | 31 +++--- packages/plugin-rollup/package.json | 4 +- packages/plugin-webpack/CHANGELOG.md | 33 ++++--- packages/plugin-webpack/package.json | 4 +- packages/provider/CHANGELOG.md | 9 +- packages/provider/package.json | 6 +- packages/rpc-methods/CHANGELOG.md | 81 ++++++++-------- packages/rpc-methods/package.json | 4 +- packages/types/CHANGELOG.md | 81 ++++++++-------- packages/types/package.json | 4 +- packages/utils/CHANGELOG.md | 33 ++++--- packages/utils/package.json | 4 +- 32 files changed, 379 insertions(+), 340 deletions(-) diff --git a/package.json b/package.json index 62248fc564..088b605fe8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.22.1", + "version": "0.22.2", "private": true, "repository": { "type": "git", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 391ebdfb8b..bcb2cac284 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.2] + ## [0.22.1] ### Changed - No changes this release. @@ -241,43 +243,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Example snaps ([#72](https://github.com/MetaMask/snaps-skunkworks/pull/72)) - The examples now live in their own package, [`@metamask/snap-examples`](https://npmjs.com/package/@metamask/snap-examples). -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.1...HEAD -[0.22.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.0...v0.22.1 -[0.22.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.21.0...v0.22.0 -[0.21.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.20.0...v0.21.0 -[0.20.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.1...v0.20.0 -[0.19.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.0...v0.19.1 -[0.19.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.1...v0.19.0 -[0.18.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.0...v0.18.1 -[0.18.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.17.0...v0.18.0 -[0.17.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.16.0...v0.17.0 -[0.16.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.15.0...v0.16.0 -[0.15.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.14.0...v0.15.0 -[0.14.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.13.0...v0.14.0 -[0.13.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.12.0...v0.13.0 -[0.12.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.1...v0.12.0 -[0.11.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.0...v0.11.1 -[0.11.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.7...v0.11.0 -[0.10.7]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.6...v0.10.7 -[0.10.6]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.5...v0.10.6 -[0.10.5]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.3...v0.10.5 -[0.10.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.2...v0.10.3 -[0.10.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.1...v0.10.2 -[0.10.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.0...v0.10.1 -[0.10.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.9.0...v0.10.0 -[0.9.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.8.0...v0.9.0 -[0.8.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.7.0...v0.8.0 -[0.7.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.3...v0.7.0 -[0.6.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.2...v0.6.3 -[0.6.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.1...v0.6.2 -[0.6.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.0...v0.6.1 -[0.6.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.5.0...v0.6.0 -[0.5.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.4.0...v0.5.0 -[0.4.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.3.1...v0.4.0 -[0.3.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.3.0...v0.3.1 -[0.3.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.2...v0.3.0 -[0.2.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.1...v0.2.2 -[0.2.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...v0.2.1 -[0.2.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...v0.2.0 -[0.1.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.1.1 -[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.1.0 +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...HEAD +[0.22.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.1...v0.22.2 +[0.22.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.0...v0.22.1 +[0.22.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.21.0...v0.22.0 +[0.21.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.20.0...v0.21.0 +[0.20.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.1...v0.20.0 +[0.19.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.0...v0.19.1 +[0.19.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.1...v0.19.0 +[0.18.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.0...v0.18.1 +[0.18.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.17.0...v0.18.0 +[0.17.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.16.0...v0.17.0 +[0.16.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.15.0...v0.16.0 +[0.15.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.14.0...v0.15.0 +[0.14.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.13.0...v0.14.0 +[0.13.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.12.0...v0.13.0 +[0.12.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.11.1...v0.12.0 +[0.11.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.11.0...v0.11.1 +[0.11.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.7...v0.11.0 +[0.10.7]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.6...v0.10.7 +[0.10.6]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.5...v0.10.6 +[0.10.5]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.3...v0.10.5 +[0.10.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.2...v0.10.3 +[0.10.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.1...v0.10.2 +[0.10.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.0...v0.10.1 +[0.10.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.9.0...v0.10.0 +[0.9.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.8.0...v0.9.0 +[0.8.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.7.0...v0.8.0 +[0.7.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.3...v0.7.0 +[0.6.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.2...v0.6.3 +[0.6.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.1...v0.6.2 +[0.6.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.0...v0.6.1 +[0.6.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.5.0...v0.6.0 +[0.5.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.4.0...v0.5.0 +[0.4.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.3.1...v0.4.0 +[0.3.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.3.0...v0.3.1 +[0.3.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.2.2...v0.3.0 +[0.2.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.2.1...v0.2.2 +[0.2.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.2.0...v0.2.1 +[0.2.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.1.1...v0.2.0 +[0.1.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.1.0...v0.1.1 +[0.1.0]: https://github.com/MetaMask/snaps-monorepo/releases/tag/v0.1.0 diff --git a/packages/cli/package.json b/packages/cli/package.json index 86cbefe548..54455488a6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-cli", - "version": "0.22.1", + "version": "0.22.2", "description": "A CLI for developing MetaMask Snaps.", "repository": { "type": "git", @@ -46,8 +46,8 @@ "@babel/plugin-transform-runtime": "^7.16.7", "@babel/preset-env": "^7.16.7", "@babel/preset-typescript": "^7.16.7", - "@metamask/snap-utils": "^0.22.1", - "@metamask/snaps-browserify-plugin": "^0.22.1", + "@metamask/snap-utils": "^0.22.2", + "@metamask/snaps-browserify-plugin": "^0.22.2", "@metamask/utils": "^3.1.0", "babelify": "^10.0.0", "browserify": "^17.0.0", diff --git a/packages/controllers/CHANGELOG.md b/packages/controllers/CHANGELOG.md index e36c13e112..8caa638204 100644 --- a/packages/controllers/CHANGELOG.md +++ b/packages/controllers/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.2] +### Uncategorized +- Fix an issue with installing snaps that request `eth_accounts` ([#839](https://github.com/MetaMask/snaps-monorepo/pull/839)) + ## [0.22.1] ### Fixed - Assert that multichain RPC methods are supported before usage ([#814](https://github.com/MetaMask/snaps-skunkworks/pull/814)) @@ -364,48 +368,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - First semi-stable release. -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.1...HEAD -[0.22.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.0...v0.22.1 -[0.22.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.21.0...v0.22.0 -[0.21.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.20.0...v0.21.0 -[0.20.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.1...v0.20.0 -[0.19.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.0...v0.19.1 -[0.19.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.1...v0.19.0 -[0.18.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.0...v0.18.1 -[0.18.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.17.0...v0.18.0 -[0.17.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.16.0...v0.17.0 -[0.16.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.15.0...v0.16.0 -[0.15.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.14.0...v0.15.0 -[0.14.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.13.0...v0.14.0 -[0.13.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.12.0...v0.13.0 -[0.12.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.1...v0.12.0 -[0.11.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.0...v0.11.1 -[0.11.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.7...v0.11.0 -[0.10.7]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.6...v0.10.7 -[0.10.6]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.5...v0.10.6 -[0.10.5]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.3...v0.10.5 -[0.10.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.2...v0.10.3 -[0.10.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.1...v0.10.2 -[0.10.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.0...v0.10.1 -[0.10.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.9.0...v0.10.0 -[0.9.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.8.1...v0.9.0 -[0.8.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.8.0...v0.8.1 -[0.8.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.7.0...v0.8.0 -[0.7.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.3...v0.7.0 -[0.6.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.2...v0.6.3 -[0.6.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.1...v0.6.2 -[0.6.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.0...v0.6.1 -[0.6.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.5.0...v0.6.0 -[0.5.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.4.0...v0.5.0 -[0.4.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.3.1...v0.4.0 -[0.3.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.3.0...v0.3.1 -[0.3.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.2...v0.3.0 -[0.2.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...v0.2.2 -[0.2.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.2...v0.2.0 -[0.1.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...v0.1.2 -[0.1.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.1.1 -[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.9...v0.1.0 -[0.0.9]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.7...v0.0.9 -[0.0.7]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...v0.0.7 -[0.0.6]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.5...v0.0.6 -[0.0.5]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.0.5 +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...HEAD +[0.22.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.1...v0.22.2 +[0.22.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.0...v0.22.1 +[0.22.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.21.0...v0.22.0 +[0.21.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.20.0...v0.21.0 +[0.20.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.1...v0.20.0 +[0.19.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.0...v0.19.1 +[0.19.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.1...v0.19.0 +[0.18.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.0...v0.18.1 +[0.18.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.17.0...v0.18.0 +[0.17.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.16.0...v0.17.0 +[0.16.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.15.0...v0.16.0 +[0.15.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.14.0...v0.15.0 +[0.14.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.13.0...v0.14.0 +[0.13.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.12.0...v0.13.0 +[0.12.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.11.1...v0.12.0 +[0.11.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.11.0...v0.11.1 +[0.11.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.7...v0.11.0 +[0.10.7]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.6...v0.10.7 +[0.10.6]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.5...v0.10.6 +[0.10.5]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.3...v0.10.5 +[0.10.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.2...v0.10.3 +[0.10.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.1...v0.10.2 +[0.10.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.0...v0.10.1 +[0.10.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.9.0...v0.10.0 +[0.9.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.8.1...v0.9.0 +[0.8.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.8.0...v0.8.1 +[0.8.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.7.0...v0.8.0 +[0.7.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.3...v0.7.0 +[0.6.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.2...v0.6.3 +[0.6.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.1...v0.6.2 +[0.6.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.0...v0.6.1 +[0.6.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.5.0...v0.6.0 +[0.5.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.4.0...v0.5.0 +[0.4.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.3.1...v0.4.0 +[0.3.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.3.0...v0.3.1 +[0.3.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.2.2...v0.3.0 +[0.2.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.2.0...v0.2.2 +[0.2.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.1.2...v0.2.0 +[0.1.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.1.1...v0.1.2 +[0.1.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.1.0...v0.1.1 +[0.1.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.0.9...v0.1.0 +[0.0.9]: https://github.com/MetaMask/snaps-monorepo/compare/v0.0.7...v0.0.9 +[0.0.7]: https://github.com/MetaMask/snaps-monorepo/compare/v0.0.6...v0.0.7 +[0.0.6]: https://github.com/MetaMask/snaps-monorepo/compare/v0.0.5...v0.0.6 +[0.0.5]: https://github.com/MetaMask/snaps-monorepo/releases/tag/v0.0.5 diff --git a/packages/controllers/package.json b/packages/controllers/package.json index 752eb1357e..4bdd9f674a 100644 --- a/packages/controllers/package.json +++ b/packages/controllers/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-controllers", - "version": "0.22.1", + "version": "0.22.2", "description": "Controllers for MetaMask Snaps.", "repository": { "type": "git", @@ -33,12 +33,12 @@ "dependencies": { "@metamask/browser-passworder": "^3.0.0", "@metamask/controllers": "^31.0.0", - "@metamask/execution-environments": "^0.22.1", + "@metamask/execution-environments": "^0.22.2", "@metamask/object-multiplex": "^1.1.0", "@metamask/post-message-stream": "^6.0.0", - "@metamask/rpc-methods": "^0.22.1", - "@metamask/snap-types": "^0.22.1", - "@metamask/snap-utils": "^0.22.1", + "@metamask/rpc-methods": "^0.22.2", + "@metamask/snap-types": "^0.22.2", + "@metamask/snap-utils": "^0.22.2", "@metamask/utils": "^3.1.0", "@xstate/fsm": "^2.0.0", "concat-stream": "^2.0.0", diff --git a/packages/examples/CHANGELOG.md b/packages/examples/CHANGELOG.md index 08dd598924..3e023f7553 100644 --- a/packages/examples/CHANGELOG.md +++ b/packages/examples/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.2] + ## [0.22.1] ### Changed - No changes this release. @@ -176,40 +178,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - This package was previously a subset of [`snaps-cli`](https://github.com/MetaMask/snaps-cli/tree/main/examples), which has been renamed to [`@metamask/snaps-cli`](https://npmjs.com/package/@metamask/snaps-cli). - Some examples have been deleted because they were outdated. -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.1...HEAD -[0.22.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.0...v0.22.1 -[0.22.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.21.0...v0.22.0 -[0.21.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.20.0...v0.21.0 -[0.20.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.1...v0.20.0 -[0.19.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.0...v0.19.1 -[0.19.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.1...v0.19.0 -[0.18.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.0...v0.18.1 -[0.18.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.17.0...v0.18.0 -[0.17.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.16.0...v0.17.0 -[0.16.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.15.0...v0.16.0 -[0.15.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.14.0...v0.15.0 -[0.14.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.13.0...v0.14.0 -[0.13.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.12.0...v0.13.0 -[0.12.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.1...v0.12.0 -[0.11.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.0...v0.11.1 -[0.11.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.7...v0.11.0 -[0.10.7]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.6...v0.10.7 -[0.10.6]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.5...v0.10.6 -[0.10.5]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.3...v0.10.5 -[0.10.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.0...v0.10.3 -[0.10.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.9.0...v0.10.0 -[0.9.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.8.0...v0.9.0 -[0.8.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.7.0...v0.8.0 -[0.7.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.3...v0.7.0 -[0.6.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.2...v0.6.3 -[0.6.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.1...v0.6.2 -[0.6.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.0...v0.6.1 -[0.6.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.5.0...v0.6.0 -[0.5.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.4.0...v0.5.0 -[0.4.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.3.1...v0.4.0 -[0.3.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.3.0...v0.3.1 -[0.3.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.2...v0.3.0 -[0.2.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...v0.2.2 -[0.2.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...v0.2.0 -[0.1.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.1.1 -[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.1.0 +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...HEAD +[0.22.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.1...v0.22.2 +[0.22.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.0...v0.22.1 +[0.22.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.21.0...v0.22.0 +[0.21.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.20.0...v0.21.0 +[0.20.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.1...v0.20.0 +[0.19.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.0...v0.19.1 +[0.19.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.1...v0.19.0 +[0.18.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.0...v0.18.1 +[0.18.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.17.0...v0.18.0 +[0.17.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.16.0...v0.17.0 +[0.16.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.15.0...v0.16.0 +[0.15.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.14.0...v0.15.0 +[0.14.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.13.0...v0.14.0 +[0.13.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.12.0...v0.13.0 +[0.12.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.11.1...v0.12.0 +[0.11.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.11.0...v0.11.1 +[0.11.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.7...v0.11.0 +[0.10.7]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.6...v0.10.7 +[0.10.6]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.5...v0.10.6 +[0.10.5]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.3...v0.10.5 +[0.10.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.0...v0.10.3 +[0.10.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.9.0...v0.10.0 +[0.9.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.8.0...v0.9.0 +[0.8.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.7.0...v0.8.0 +[0.7.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.3...v0.7.0 +[0.6.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.2...v0.6.3 +[0.6.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.1...v0.6.2 +[0.6.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.0...v0.6.1 +[0.6.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.5.0...v0.6.0 +[0.5.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.4.0...v0.5.0 +[0.4.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.3.1...v0.4.0 +[0.3.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.3.0...v0.3.1 +[0.3.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.2.2...v0.3.0 +[0.2.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.2.0...v0.2.2 +[0.2.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.1.1...v0.2.0 +[0.1.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.1.0...v0.1.1 +[0.1.0]: https://github.com/MetaMask/snaps-monorepo/releases/tag/v0.1.0 diff --git a/packages/examples/examples/bls-signer/package.json b/packages/examples/examples/bls-signer/package.json index f29f9a0d7b..961967623a 100644 --- a/packages/examples/examples/bls-signer/package.json +++ b/packages/examples/examples/bls-signer/package.json @@ -1,6 +1,6 @@ { "name": "bls-signer", - "version": "0.22.1", + "version": "0.22.2", "private": true, "description": "An example Snap that signs messages using BLS.", "repository": { @@ -28,7 +28,7 @@ "@metamask/eslint-config-jest": "^9.0.0", "@metamask/eslint-config-nodejs": "^9.0.0", "@metamask/eslint-config-typescript": "^9.0.1", - "@metamask/snaps-cli": "^0.22.1", + "@metamask/snaps-cli": "^0.22.2", "eslint": "^7.30.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.23.4", diff --git a/packages/examples/examples/browserify/package.json b/packages/examples/examples/browserify/package.json index 7baad8274d..f4c8cc6dbe 100644 --- a/packages/examples/examples/browserify/package.json +++ b/packages/examples/examples/browserify/package.json @@ -1,6 +1,6 @@ { "name": "browserify-snap", - "version": "0.22.1", + "version": "0.22.2", "private": true, "description": "An example Snap built using TypeScript and Browserify", "repository": { @@ -27,9 +27,9 @@ "@metamask/eslint-config-jest": "^9.0.0", "@metamask/eslint-config-nodejs": "^9.0.0", "@metamask/eslint-config-typescript": "^9.0.1", - "@metamask/snap-types": "^0.22.1", - "@metamask/snaps-browserify-plugin": "^0.22.1", - "@metamask/snaps-cli": "^0.22.1", + "@metamask/snap-types": "^0.22.2", + "@metamask/snaps-browserify-plugin": "^0.22.2", + "@metamask/snaps-cli": "^0.22.2", "@types/browserify": "^12.0.37", "@types/gulp": "^4.0.9", "@types/node": "^17.0.33", diff --git a/packages/examples/examples/ethers-js/package.json b/packages/examples/examples/ethers-js/package.json index 0a829b1853..d3ac9d2542 100644 --- a/packages/examples/examples/ethers-js/package.json +++ b/packages/examples/examples/ethers-js/package.json @@ -1,6 +1,6 @@ { "name": "ethers-js-snap", - "version": "0.22.1", + "version": "0.22.2", "private": true, "description": "An example Snap that that uses ethers.js.", "repository": { @@ -27,7 +27,7 @@ "@metamask/eslint-config-jest": "^9.0.0", "@metamask/eslint-config-nodejs": "^9.0.0", "@metamask/eslint-config-typescript": "^9.0.1", - "@metamask/snaps-cli": "^0.22.1", + "@metamask/snaps-cli": "^0.22.2", "eslint": "^7.30.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.23.4", diff --git a/packages/examples/examples/ipfs/package.json b/packages/examples/examples/ipfs/package.json index fd47e594ee..83ede668b8 100644 --- a/packages/examples/examples/ipfs/package.json +++ b/packages/examples/examples/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-snap", - "version": "0.22.1", + "version": "0.22.2", "private": true, "description": "An example Snap that performs IPFS operations.", "repository": { @@ -28,7 +28,7 @@ "@metamask/eslint-config-jest": "^9.0.0", "@metamask/eslint-config-nodejs": "^9.0.0", "@metamask/eslint-config-typescript": "^9.0.1", - "@metamask/snaps-cli": "^0.22.1", + "@metamask/snaps-cli": "^0.22.2", "eslint": "^7.30.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.23.4", diff --git a/packages/examples/examples/notifications/package.json b/packages/examples/examples/notifications/package.json index d7852d2da3..48c94d1b56 100644 --- a/packages/examples/examples/notifications/package.json +++ b/packages/examples/examples/notifications/package.json @@ -1,6 +1,6 @@ { "name": "notification-snap", - "version": "0.22.1", + "version": "0.22.2", "private": true, "description": "The 'Hello, world!' of MetaMask Snaps.", "repository": { @@ -32,7 +32,7 @@ "@metamask/eslint-config-jest": "^9.0.0", "@metamask/eslint-config-nodejs": "^9.0.0", "@metamask/eslint-config-typescript": "^9.0.1", - "@metamask/snaps-cli": "^0.22.1", + "@metamask/snaps-cli": "^0.22.2", "eslint": "^7.30.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.23.4", diff --git a/packages/examples/examples/rollup/package.json b/packages/examples/examples/rollup/package.json index 71141302ea..22eb883a83 100644 --- a/packages/examples/examples/rollup/package.json +++ b/packages/examples/examples/rollup/package.json @@ -1,6 +1,6 @@ { "name": "rollup-snap", - "version": "0.22.1", + "version": "0.22.2", "private": true, "description": "An example Snap built using TypeScript and Rollup", "repository": { @@ -27,9 +27,9 @@ "@metamask/eslint-config-jest": "^9.0.0", "@metamask/eslint-config-nodejs": "^9.0.0", "@metamask/eslint-config-typescript": "^9.0.1", - "@metamask/rollup-plugin-snaps": "^0.22.1", - "@metamask/snap-types": "^0.22.1", - "@metamask/snaps-cli": "^0.22.1", + "@metamask/rollup-plugin-snaps": "^0.22.2", + "@metamask/snap-types": "^0.22.2", + "@metamask/snaps-cli": "^0.22.2", "@rollup/plugin-babel": "^5.3.1", "@types/node": "^17.0.33", "concurrently": "^7.1.0", diff --git a/packages/examples/examples/typescript/package.json b/packages/examples/examples/typescript/package.json index 09e884b252..ec6924189c 100644 --- a/packages/examples/examples/typescript/package.json +++ b/packages/examples/examples/typescript/package.json @@ -1,6 +1,6 @@ { "name": "typescript-snap", - "version": "0.22.1", + "version": "0.22.2", "private": true, "description": "The 'Hello, world!' of MetaMask Snaps, now written in TypeScript.", "repository": { @@ -32,8 +32,8 @@ "@metamask/eslint-config-jest": "^9.0.0", "@metamask/eslint-config-nodejs": "^9.0.0", "@metamask/eslint-config-typescript": "^9.0.1", - "@metamask/snap-types": "^0.22.1", - "@metamask/snaps-cli": "^0.22.1", + "@metamask/snap-types": "^0.22.2", + "@metamask/snaps-cli": "^0.22.2", "eslint": "^7.30.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.23.4", diff --git a/packages/examples/examples/wasm/package.json b/packages/examples/examples/wasm/package.json index 47b6aa529b..f5cd53650c 100644 --- a/packages/examples/examples/wasm/package.json +++ b/packages/examples/examples/wasm/package.json @@ -1,6 +1,6 @@ { "name": "wasm", - "version": "0.22.1", + "version": "0.22.2", "private": true, "description": "An example Snap that uses WebAssembly.", "repository": { @@ -30,7 +30,7 @@ "@metamask/eslint-config-jest": "^9.0.0", "@metamask/eslint-config-nodejs": "^9.0.0", "@metamask/eslint-config-typescript": "^9.0.1", - "@metamask/snaps-cli": "^0.22.1", + "@metamask/snaps-cli": "^0.22.2", "assemblyscript": "^0.19.23", "brfs": "^2.0.2", "eslint": "^7.30.0", diff --git a/packages/examples/examples/webpack/package.json b/packages/examples/examples/webpack/package.json index 27147ae71c..f96a174d36 100644 --- a/packages/examples/examples/webpack/package.json +++ b/packages/examples/examples/webpack/package.json @@ -1,6 +1,6 @@ { "name": "webpack-snap", - "version": "0.22.1", + "version": "0.22.2", "private": true, "description": "An example Snap built using TypeScript and Webpack", "repository": { @@ -29,9 +29,9 @@ "@metamask/eslint-config-jest": "^9.0.0", "@metamask/eslint-config-nodejs": "^9.0.0", "@metamask/eslint-config-typescript": "^9.0.1", - "@metamask/snap-types": "^0.22.1", - "@metamask/snaps-cli": "^0.22.1", - "@metamask/snaps-webpack-plugin": "^0.22.1", + "@metamask/snap-types": "^0.22.2", + "@metamask/snaps-cli": "^0.22.2", + "@metamask/snaps-webpack-plugin": "^0.22.2", "@types/node": "^17.0.33", "babel-loader": "^8.2.5", "concurrently": "^7.1.0", diff --git a/packages/examples/package.json b/packages/examples/package.json index 8e27d5ac71..96e2cea661 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,6 +1,6 @@ { "name": "examples", - "version": "0.22.1", + "version": "0.22.2", "private": true, "description": "Example MetaMask Snaps.", "repository": { @@ -30,7 +30,7 @@ "@metamask/eslint-config-jest": "^9.0.0", "@metamask/eslint-config-nodejs": "^9.0.0", "@metamask/eslint-config-typescript": "^9.0.1", - "@metamask/snaps-cli": "^0.22.1", + "@metamask/snaps-cli": "^0.22.2", "@typescript-eslint/eslint-plugin": "^5.19.0", "@typescript-eslint/parser": "^5.19.0", "eslint": "^7.30.0", diff --git a/packages/execution-environments/CHANGELOG.md b/packages/execution-environments/CHANGELOG.md index 715db26ac6..e5d336b6a0 100644 --- a/packages/execution-environments/CHANGELOG.md +++ b/packages/execution-environments/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.2] +### Uncategorized +- Throw an error when response is unserializable ([#840](https://github.com/MetaMask/snaps-monorepo/pull/840)) + ## [0.22.1] ### Changed - No changes this release. @@ -141,28 +145,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Previously, default endowments were specified in the execution environment itself. Now, all endowments must be specified in the `executeSnap` RPC parameters, except for the `wallet` API object. - Add endowments to the global `self` in addition to `window` ([#263](https://github.com/MetaMask/snaps-skunkworks/pull/263)) -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.1...HEAD -[0.22.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.0...v0.22.1 -[0.22.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.21.0...v0.22.0 -[0.21.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.20.0...v0.21.0 -[0.20.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.1...v0.20.0 -[0.19.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.0...v0.19.1 -[0.19.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.1...v0.19.0 -[0.18.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.0...v0.18.1 -[0.18.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.17.0...v0.18.0 -[0.17.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.16.0...v0.17.0 -[0.16.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.15.0...v0.16.0 -[0.15.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.14.0...v0.15.0 -[0.14.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.13.0...v0.14.0 -[0.13.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.12.0...v0.13.0 -[0.12.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.1...v0.12.0 -[0.11.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.0...v0.11.1 -[0.11.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.7...v0.11.0 -[0.10.7]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.6...v0.10.7 -[0.10.6]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.5...v0.10.6 -[0.10.5]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.4...v0.10.5 -[0.10.4]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.3...v0.10.4 -[0.10.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.2...v0.10.3 -[0.10.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.1...v0.10.2 -[0.10.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.0...v0.10.1 -[0.10.0]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.10.0 +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...HEAD +[0.22.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.1...v0.22.2 +[0.22.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.0...v0.22.1 +[0.22.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.21.0...v0.22.0 +[0.21.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.20.0...v0.21.0 +[0.20.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.1...v0.20.0 +[0.19.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.0...v0.19.1 +[0.19.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.1...v0.19.0 +[0.18.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.0...v0.18.1 +[0.18.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.17.0...v0.18.0 +[0.17.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.16.0...v0.17.0 +[0.16.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.15.0...v0.16.0 +[0.15.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.14.0...v0.15.0 +[0.14.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.13.0...v0.14.0 +[0.13.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.12.0...v0.13.0 +[0.12.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.11.1...v0.12.0 +[0.11.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.11.0...v0.11.1 +[0.11.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.7...v0.11.0 +[0.10.7]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.6...v0.10.7 +[0.10.6]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.5...v0.10.6 +[0.10.5]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.4...v0.10.5 +[0.10.4]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.3...v0.10.4 +[0.10.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.2...v0.10.3 +[0.10.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.1...v0.10.2 +[0.10.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.0...v0.10.1 +[0.10.0]: https://github.com/MetaMask/snaps-monorepo/releases/tag/v0.10.0 diff --git a/packages/execution-environments/package.json b/packages/execution-environments/package.json index aecc51bd8a..43d435073b 100644 --- a/packages/execution-environments/package.json +++ b/packages/execution-environments/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/execution-environments", - "version": "0.22.1", + "version": "0.22.2", "description": "Snap sandbox environments for executing SES javascript", "repository": { "type": "git", @@ -35,8 +35,8 @@ "@metamask/object-multiplex": "^1.2.0", "@metamask/post-message-stream": "^6.0.0", "@metamask/providers": "^9.0.0", - "@metamask/snap-types": "^0.22.1", - "@metamask/snap-utils": "^0.22.1", + "@metamask/snap-types": "^0.22.2", + "@metamask/snap-utils": "^0.22.2", "@metamask/utils": "^3.1.0", "eth-rpc-errors": "^4.0.3", "pump": "^3.0.0", diff --git a/packages/plugin-browserify/CHANGELOG.md b/packages/plugin-browserify/CHANGELOG.md index 4f028f0f7b..332092f5e9 100644 --- a/packages/plugin-browserify/CHANGELOG.md +++ b/packages/plugin-browserify/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.2] + ## [0.22.1] ### Changed - No changes this release. @@ -63,18 +65,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release ([#410](https://github.com/MetaMask/snaps-skunkworks/pull/410), [#421](https://github.com/MetaMask/snaps-skunkworks/pull/421)) -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.1...HEAD -[0.22.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.0...v0.22.1 -[0.22.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.21.0...v0.22.0 -[0.21.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.20.0...v0.21.0 -[0.20.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.1...v0.20.0 -[0.19.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.0...v0.19.1 -[0.19.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.1...v0.19.0 -[0.18.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.0...v0.18.1 -[0.18.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.17.0...v0.18.0 -[0.17.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.16.0...v0.17.0 -[0.16.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.15.0...v0.16.0 -[0.15.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.14.0...v0.15.0 -[0.14.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.13.0...v0.14.0 -[0.13.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.12.0...v0.13.0 -[0.12.0]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.12.0 +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...HEAD +[0.22.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.1...v0.22.2 +[0.22.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.0...v0.22.1 +[0.22.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.21.0...v0.22.0 +[0.21.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.20.0...v0.21.0 +[0.20.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.1...v0.20.0 +[0.19.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.0...v0.19.1 +[0.19.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.1...v0.19.0 +[0.18.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.0...v0.18.1 +[0.18.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.17.0...v0.18.0 +[0.17.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.16.0...v0.17.0 +[0.16.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.15.0...v0.16.0 +[0.15.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.14.0...v0.15.0 +[0.14.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.13.0...v0.14.0 +[0.13.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.12.0...v0.13.0 +[0.12.0]: https://github.com/MetaMask/snaps-monorepo/releases/tag/v0.12.0 diff --git a/packages/plugin-browserify/package.json b/packages/plugin-browserify/package.json index 3781a7063e..2ad25353d0 100644 --- a/packages/plugin-browserify/package.json +++ b/packages/plugin-browserify/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-browserify-plugin", - "version": "0.22.1", + "version": "0.22.2", "keywords": [ "browserify-plugin" ], @@ -28,7 +28,7 @@ "publish:package": "../../scripts/publish-package.sh" }, "dependencies": { - "@metamask/snap-utils": "^0.22.1", + "@metamask/snap-utils": "^0.22.2", "convert-source-map": "^1.8.0" }, "devDependencies": { diff --git a/packages/plugin-rollup/CHANGELOG.md b/packages/plugin-rollup/CHANGELOG.md index b9c09e34ff..f32d619003 100644 --- a/packages/plugin-rollup/CHANGELOG.md +++ b/packages/plugin-rollup/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.2] + ## [0.22.1] ### Changed - No changes this release. @@ -59,17 +61,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release ([#431](https://github.com/MetaMask/snaps-skunkworks/pull/431)) -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.1...HEAD -[0.22.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.0...v0.22.1 -[0.22.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.21.0...v0.22.0 -[0.21.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.20.0...v0.21.0 -[0.20.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.1...v0.20.0 -[0.19.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.0...v0.19.1 -[0.19.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.1...v0.19.0 -[0.18.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.0...v0.18.1 -[0.18.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.17.0...v0.18.0 -[0.17.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.16.0...v0.17.0 -[0.16.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.15.0...v0.16.0 -[0.15.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.14.0...v0.15.0 -[0.14.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.13.0...v0.14.0 -[0.13.0]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.13.0 +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...HEAD +[0.22.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.1...v0.22.2 +[0.22.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.0...v0.22.1 +[0.22.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.21.0...v0.22.0 +[0.21.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.20.0...v0.21.0 +[0.20.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.1...v0.20.0 +[0.19.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.0...v0.19.1 +[0.19.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.1...v0.19.0 +[0.18.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.0...v0.18.1 +[0.18.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.17.0...v0.18.0 +[0.17.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.16.0...v0.17.0 +[0.16.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.15.0...v0.16.0 +[0.15.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.14.0...v0.15.0 +[0.14.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.13.0...v0.14.0 +[0.13.0]: https://github.com/MetaMask/snaps-monorepo/releases/tag/v0.13.0 diff --git a/packages/plugin-rollup/package.json b/packages/plugin-rollup/package.json index 7d8fea70f9..bb572f1160 100644 --- a/packages/plugin-rollup/package.json +++ b/packages/plugin-rollup/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/rollup-plugin-snaps", - "version": "0.22.1", + "version": "0.22.2", "keywords": [ "rollup", "rollup-plugin" @@ -29,7 +29,7 @@ "publish:package": "../../scripts/publish-package.sh" }, "dependencies": { - "@metamask/snap-utils": "^0.22.1" + "@metamask/snap-utils": "^0.22.2" }, "devDependencies": { "@lavamoat/allow-scripts": "^2.0.3", diff --git a/packages/plugin-webpack/CHANGELOG.md b/packages/plugin-webpack/CHANGELOG.md index 1f0dca00e8..91f750e19f 100644 --- a/packages/plugin-webpack/CHANGELOG.md +++ b/packages/plugin-webpack/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.2] + ## [0.22.1] ### Changed - No changes this release. @@ -63,18 +65,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release ([#420](https://github.com/MetaMask/snaps-skunkworks/pull/420)) -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.1...HEAD -[0.22.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.0...v0.22.1 -[0.22.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.21.0...v0.22.0 -[0.21.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.20.0...v0.21.0 -[0.20.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.1...v0.20.0 -[0.19.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.0...v0.19.1 -[0.19.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.1...v0.19.0 -[0.18.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.0...v0.18.1 -[0.18.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.17.0...v0.18.0 -[0.17.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.16.0...v0.17.0 -[0.16.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.15.0...v0.16.0 -[0.15.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.14.0...v0.15.0 -[0.14.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.13.0...v0.14.0 -[0.13.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.12.0...v0.13.0 -[0.12.0]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.12.0 +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...HEAD +[0.22.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.1...v0.22.2 +[0.22.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.0...v0.22.1 +[0.22.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.21.0...v0.22.0 +[0.21.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.20.0...v0.21.0 +[0.20.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.1...v0.20.0 +[0.19.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.0...v0.19.1 +[0.19.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.1...v0.19.0 +[0.18.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.0...v0.18.1 +[0.18.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.17.0...v0.18.0 +[0.17.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.16.0...v0.17.0 +[0.16.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.15.0...v0.16.0 +[0.15.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.14.0...v0.15.0 +[0.14.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.13.0...v0.14.0 +[0.13.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.12.0...v0.13.0 +[0.12.0]: https://github.com/MetaMask/snaps-monorepo/releases/tag/v0.12.0 diff --git a/packages/plugin-webpack/package.json b/packages/plugin-webpack/package.json index 3e090d098a..ca188b3169 100644 --- a/packages/plugin-webpack/package.json +++ b/packages/plugin-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-webpack-plugin", - "version": "0.22.1", + "version": "0.22.2", "keywords": [ "webpack", "plugin" @@ -29,7 +29,7 @@ "publish:package": "../../scripts/publish-package.sh" }, "dependencies": { - "@metamask/snap-utils": "^0.22.1", + "@metamask/snap-utils": "^0.22.2", "webpack-sources": "^3.2.3" }, "devDependencies": { diff --git a/packages/provider/CHANGELOG.md b/packages/provider/CHANGELOG.md index fcb921ddee..f3d336f3c4 100644 --- a/packages/provider/CHANGELOG.md +++ b/packages/provider/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.2] + ## [0.22.1] ### Fixed - The provider now works properly with bundlers ([#820](https://github.com/MetaMask/snaps-skunkworks/pull/820)) @@ -14,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release ([#700](https://github.com/MetaMask/snaps-skunkworks/pull/700)) -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.1...HEAD -[0.22.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.0...v0.22.1 -[0.22.0]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.22.0 +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...HEAD +[0.22.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.1...v0.22.2 +[0.22.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.0...v0.22.1 +[0.22.0]: https://github.com/MetaMask/snaps-monorepo/releases/tag/v0.22.0 diff --git a/packages/provider/package.json b/packages/provider/package.json index 50bc2802e0..c2d000928b 100644 --- a/packages/provider/package.json +++ b/packages/provider/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/multichain-provider", - "version": "0.22.1", + "version": "0.22.2", "repository": { "type": "git", "url": "https://github.com/MetaMask/snaps-skunkworks.git" @@ -26,7 +26,7 @@ }, "dependencies": { "@metamask/safe-event-emitter": "^2.0.0", - "@metamask/snap-types": "^0.22.1", + "@metamask/snap-types": "^0.22.2", "@metamask/utils": "^3.1.0", "nanoid": "^3.1.31" }, @@ -37,7 +37,7 @@ "@metamask/eslint-config-jest": "^9.0.0", "@metamask/eslint-config-nodejs": "^9.0.0", "@metamask/eslint-config-typescript": "^9.0.1", - "@metamask/snap-utils": "^0.22.1", + "@metamask/snap-utils": "^0.22.2", "@types/jest": "^27.5.1", "eslint": "^7.30.0", "eslint-config-prettier": "^8.3.0", diff --git a/packages/rpc-methods/CHANGELOG.md b/packages/rpc-methods/CHANGELOG.md index aff9dc42d0..ef441face1 100644 --- a/packages/rpc-methods/CHANGELOG.md +++ b/packages/rpc-methods/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.2] +### Uncategorized +- Add JSON-RPC validation for invokeSnap ([#833](https://github.com/MetaMask/snaps-monorepo/pull/833)) + ## [0.22.1] ### Changed - No changes this release. @@ -213,41 +217,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - First semi-stable release. -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.1...HEAD -[0.22.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.0...v0.22.1 -[0.22.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.21.0...v0.22.0 -[0.21.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.20.0...v0.21.0 -[0.20.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.1...v0.20.0 -[0.19.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.0...v0.19.1 -[0.19.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.1...v0.19.0 -[0.18.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.0...v0.18.1 -[0.18.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.17.0...v0.18.0 -[0.17.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.16.0...v0.17.0 -[0.16.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.15.0...v0.16.0 -[0.15.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.14.0...v0.15.0 -[0.14.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.13.0...v0.14.0 -[0.13.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.12.0...v0.13.0 -[0.12.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.1...v0.12.0 -[0.11.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.0...v0.11.1 -[0.11.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.7...v0.11.0 -[0.10.7]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.6...v0.10.7 -[0.10.6]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.5...v0.10.6 -[0.10.5]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.3...v0.10.5 -[0.10.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.0...v0.10.3 -[0.10.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.9.0...v0.10.0 -[0.9.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.8.0...v0.9.0 -[0.8.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.7.0...v0.8.0 -[0.7.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.3...v0.7.0 -[0.6.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.2...v0.6.3 -[0.6.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.1...v0.6.2 -[0.6.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.0...v0.6.1 -[0.6.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.5.0...v0.6.0 -[0.5.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.4.0...v0.5.0 -[0.4.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.3.1...v0.4.0 -[0.3.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.3.0...v0.3.1 -[0.3.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.2...v0.3.0 -[0.2.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...v0.2.2 -[0.2.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.2.0 -[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...v0.1.0 -[0.0.6]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.5...v0.0.6 -[0.0.5]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.0.5 +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...HEAD +[0.22.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.1...v0.22.2 +[0.22.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.0...v0.22.1 +[0.22.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.21.0...v0.22.0 +[0.21.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.20.0...v0.21.0 +[0.20.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.1...v0.20.0 +[0.19.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.0...v0.19.1 +[0.19.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.1...v0.19.0 +[0.18.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.0...v0.18.1 +[0.18.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.17.0...v0.18.0 +[0.17.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.16.0...v0.17.0 +[0.16.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.15.0...v0.16.0 +[0.15.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.14.0...v0.15.0 +[0.14.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.13.0...v0.14.0 +[0.13.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.12.0...v0.13.0 +[0.12.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.11.1...v0.12.0 +[0.11.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.11.0...v0.11.1 +[0.11.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.7...v0.11.0 +[0.10.7]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.6...v0.10.7 +[0.10.6]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.5...v0.10.6 +[0.10.5]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.3...v0.10.5 +[0.10.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.0...v0.10.3 +[0.10.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.9.0...v0.10.0 +[0.9.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.8.0...v0.9.0 +[0.8.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.7.0...v0.8.0 +[0.7.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.3...v0.7.0 +[0.6.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.2...v0.6.3 +[0.6.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.1...v0.6.2 +[0.6.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.0...v0.6.1 +[0.6.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.5.0...v0.6.0 +[0.5.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.4.0...v0.5.0 +[0.4.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.3.1...v0.4.0 +[0.3.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.3.0...v0.3.1 +[0.3.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.2.2...v0.3.0 +[0.2.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.2.0...v0.2.2 +[0.2.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.1.0...v0.2.0 +[0.1.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.0.6...v0.1.0 +[0.0.6]: https://github.com/MetaMask/snaps-monorepo/compare/v0.0.5...v0.0.6 +[0.0.5]: https://github.com/MetaMask/snaps-monorepo/releases/tag/v0.0.5 diff --git a/packages/rpc-methods/package.json b/packages/rpc-methods/package.json index e4d24b3aaa..94c0066aa9 100644 --- a/packages/rpc-methods/package.json +++ b/packages/rpc-methods/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/rpc-methods", - "version": "0.22.1", + "version": "0.22.2", "description": "MetaMask Snap RPC method implementations.", "repository": { "type": "git", @@ -28,7 +28,7 @@ "dependencies": { "@metamask/controllers": "^31.0.0", "@metamask/key-tree": "^5.0.2", - "@metamask/snap-utils": "^0.22.1", + "@metamask/snap-utils": "^0.22.2", "@metamask/types": "^1.1.0", "@metamask/utils": "^3.1.0", "eth-rpc-errors": "^4.0.2", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 2c6effb62c..4bc814745d 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.2] + ## [0.22.1] ### Changed - No changes this release. @@ -186,42 +188,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.1...HEAD -[0.22.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.0...v0.22.1 -[0.22.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.21.0...v0.22.0 -[0.21.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.20.0...v0.21.0 -[0.20.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.1...v0.20.0 -[0.19.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.0...v0.19.1 -[0.19.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.1...v0.19.0 -[0.18.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.0...v0.18.1 -[0.18.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.17.0...v0.18.0 -[0.17.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.16.0...v0.17.0 -[0.16.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.15.0...v0.16.0 -[0.15.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.14.0...v0.15.0 -[0.14.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.13.0...v0.14.0 -[0.13.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.12.0...v0.13.0 -[0.12.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.1...v0.12.0 -[0.11.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.0...v0.11.1 -[0.11.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.7...v0.11.0 -[0.10.7]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.6...v0.10.7 -[0.10.6]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.5...v0.10.6 -[0.10.5]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.3...v0.10.5 -[0.10.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.1...v0.10.3 -[0.10.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.0...v0.10.1 -[0.10.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.9.0...v0.10.0 -[0.9.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.8.0...v0.9.0 -[0.8.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.7.0...v0.8.0 -[0.7.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.3...v0.7.0 -[0.6.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.2...v0.6.3 -[0.6.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.1...v0.6.2 -[0.6.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.0...v0.6.1 -[0.6.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.5.0...v0.6.0 -[0.5.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.4.0...v0.5.0 -[0.4.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.3.1...v0.4.0 -[0.3.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.3.0...v0.3.1 -[0.3.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.2...v0.3.0 -[0.2.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...v0.2.2 -[0.2.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.2.0 -[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...v0.1.0 -[0.0.6]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.5...v0.0.6 -[0.0.5]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.0.5 +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...HEAD +[0.22.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.1...v0.22.2 +[0.22.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.0...v0.22.1 +[0.22.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.21.0...v0.22.0 +[0.21.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.20.0...v0.21.0 +[0.20.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.1...v0.20.0 +[0.19.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.0...v0.19.1 +[0.19.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.1...v0.19.0 +[0.18.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.0...v0.18.1 +[0.18.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.17.0...v0.18.0 +[0.17.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.16.0...v0.17.0 +[0.16.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.15.0...v0.16.0 +[0.15.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.14.0...v0.15.0 +[0.14.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.13.0...v0.14.0 +[0.13.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.12.0...v0.13.0 +[0.12.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.11.1...v0.12.0 +[0.11.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.11.0...v0.11.1 +[0.11.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.7...v0.11.0 +[0.10.7]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.6...v0.10.7 +[0.10.6]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.5...v0.10.6 +[0.10.5]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.3...v0.10.5 +[0.10.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.1...v0.10.3 +[0.10.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.10.0...v0.10.1 +[0.10.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.9.0...v0.10.0 +[0.9.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.8.0...v0.9.0 +[0.8.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.7.0...v0.8.0 +[0.7.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.3...v0.7.0 +[0.6.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.2...v0.6.3 +[0.6.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.1...v0.6.2 +[0.6.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.6.0...v0.6.1 +[0.6.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.5.0...v0.6.0 +[0.5.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.4.0...v0.5.0 +[0.4.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.3.1...v0.4.0 +[0.3.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.3.0...v0.3.1 +[0.3.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.2.2...v0.3.0 +[0.2.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.2.0...v0.2.2 +[0.2.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.1.0...v0.2.0 +[0.1.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.0.6...v0.1.0 +[0.0.6]: https://github.com/MetaMask/snaps-monorepo/compare/v0.0.5...v0.0.6 +[0.0.5]: https://github.com/MetaMask/snaps-monorepo/releases/tag/v0.0.5 diff --git a/packages/types/package.json b/packages/types/package.json index 1e2d15002a..38663af404 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-types", - "version": "0.22.1", + "version": "0.22.2", "description": "TypeScript types for developing MetaMask Snaps.", "repository": { "type": "git", @@ -22,7 +22,7 @@ }, "dependencies": { "@metamask/providers": "^9.0.0", - "@metamask/snap-utils": "^0.22.1", + "@metamask/snap-utils": "^0.22.2", "@metamask/types": "^1.1.0" }, "devDependencies": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 3647df9738..ec88ad9aeb 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.2] + ## [0.22.1] ### Fixed - Add browser entry point for `snap-utils` ([#820](https://github.com/MetaMask/snaps-skunkworks/pull/820)) @@ -73,18 +75,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release ([#410](https://github.com/MetaMask/snaps-skunkworks/pull/410), [#421](https://github.com/MetaMask/snaps-skunkworks/pull/421)) -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.1...HEAD -[0.22.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.22.0...v0.22.1 -[0.22.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.21.0...v0.22.0 -[0.21.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.20.0...v0.21.0 -[0.20.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.1...v0.20.0 -[0.19.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.19.0...v0.19.1 -[0.19.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.1...v0.19.0 -[0.18.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.0...v0.18.1 -[0.18.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.17.0...v0.18.0 -[0.17.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.16.0...v0.17.0 -[0.16.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.15.0...v0.16.0 -[0.15.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.14.0...v0.15.0 -[0.14.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.13.0...v0.14.0 -[0.13.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.12.0...v0.13.0 -[0.12.0]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.12.0 +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...HEAD +[0.22.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.1...v0.22.2 +[0.22.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.0...v0.22.1 +[0.22.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.21.0...v0.22.0 +[0.21.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.20.0...v0.21.0 +[0.20.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.1...v0.20.0 +[0.19.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.0...v0.19.1 +[0.19.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.1...v0.19.0 +[0.18.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.0...v0.18.1 +[0.18.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.17.0...v0.18.0 +[0.17.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.16.0...v0.17.0 +[0.16.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.15.0...v0.16.0 +[0.15.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.14.0...v0.15.0 +[0.14.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.13.0...v0.14.0 +[0.13.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.12.0...v0.13.0 +[0.12.0]: https://github.com/MetaMask/snaps-monorepo/releases/tag/v0.12.0 diff --git a/packages/utils/package.json b/packages/utils/package.json index 139d6a2e3d..bbe27efcc8 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-utils", - "version": "0.22.1", + "version": "0.22.2", "repository": { "type": "git", "url": "https://github.com/MetaMask/snaps-skunkworks.git" @@ -55,7 +55,7 @@ }, "dependencies": { "@babel/core": "^7.18.6", - "@metamask/snap-types": "^0.22.1", + "@metamask/snap-types": "^0.22.2", "@metamask/utils": "^3.1.0", "@noble/hashes": "^1.1.3", "@scure/base": "^1.1.1", From 0d2cad025b02751d350e1c2791e37ca403016778 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Tue, 11 Oct 2022 13:45:32 +0200 Subject: [PATCH 2/4] Update changelogs --- packages/cli/CHANGELOG.md | 2 ++ packages/controllers/CHANGELOG.md | 4 ++-- packages/execution-environments/CHANGELOG.md | 2 +- packages/plugin-browserify/CHANGELOG.md | 2 ++ packages/plugin-rollup/CHANGELOG.md | 2 ++ packages/plugin-webpack/CHANGELOG.md | 2 ++ packages/provider/CHANGELOG.md | 2 ++ packages/rpc-methods/CHANGELOG.md | 4 ++-- packages/types/CHANGELOG.md | 2 ++ packages/utils/CHANGELOG.md | 2 ++ 10 files changed, 19 insertions(+), 5 deletions(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index bcb2cac284..84ac9bcd25 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.22.2] +### Changed +- No changes this release. ## [0.22.1] ### Changed diff --git a/packages/controllers/CHANGELOG.md b/packages/controllers/CHANGELOG.md index 8caa638204..9a3244016c 100644 --- a/packages/controllers/CHANGELOG.md +++ b/packages/controllers/CHANGELOG.md @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.22.2] -### Uncategorized -- Fix an issue with installing snaps that request `eth_accounts` ([#839](https://github.com/MetaMask/snaps-monorepo/pull/839)) +### Fixed +- Fix an issue with installing snaps that request the `eth_accounts` permission ([#839](https://github.com/MetaMask/snaps-monorepo/pull/839)) ## [0.22.1] ### Fixed diff --git a/packages/execution-environments/CHANGELOG.md b/packages/execution-environments/CHANGELOG.md index e5d336b6a0..c532fc5213 100644 --- a/packages/execution-environments/CHANGELOG.md +++ b/packages/execution-environments/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.22.2] -### Uncategorized +### Fixed - Throw an error when response is unserializable ([#840](https://github.com/MetaMask/snaps-monorepo/pull/840)) ## [0.22.1] diff --git a/packages/plugin-browserify/CHANGELOG.md b/packages/plugin-browserify/CHANGELOG.md index 332092f5e9..4b3a557e71 100644 --- a/packages/plugin-browserify/CHANGELOG.md +++ b/packages/plugin-browserify/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.22.2] +### Changed +- No changes this release. ## [0.22.1] ### Changed diff --git a/packages/plugin-rollup/CHANGELOG.md b/packages/plugin-rollup/CHANGELOG.md index f32d619003..1be453e2ba 100644 --- a/packages/plugin-rollup/CHANGELOG.md +++ b/packages/plugin-rollup/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.22.2] +### Changed +- No changes this release. ## [0.22.1] ### Changed diff --git a/packages/plugin-webpack/CHANGELOG.md b/packages/plugin-webpack/CHANGELOG.md index 91f750e19f..100a192e98 100644 --- a/packages/plugin-webpack/CHANGELOG.md +++ b/packages/plugin-webpack/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.22.2] +### Changed +- No changes this release. ## [0.22.1] ### Changed diff --git a/packages/provider/CHANGELOG.md b/packages/provider/CHANGELOG.md index f3d336f3c4..252b8c48e5 100644 --- a/packages/provider/CHANGELOG.md +++ b/packages/provider/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.22.2] +### Changed +- No changes this release. ## [0.22.1] ### Fixed diff --git a/packages/rpc-methods/CHANGELOG.md b/packages/rpc-methods/CHANGELOG.md index ef441face1..18d8b2d5e6 100644 --- a/packages/rpc-methods/CHANGELOG.md +++ b/packages/rpc-methods/CHANGELOG.md @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.22.2] -### Uncategorized -- Add JSON-RPC validation for invokeSnap ([#833](https://github.com/MetaMask/snaps-monorepo/pull/833)) +### Added +- Add JSON-RPC validation for Snap RPC requests ([#833](https://github.com/MetaMask/snaps-monorepo/pull/833)) ## [0.22.1] ### Changed diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 4bc814745d..5d13dc0165 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.22.2] +### Changed +- No changes this release. ## [0.22.1] ### Changed diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index ec88ad9aeb..59f3a1ac24 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.22.2] +### Changed +- No changes this release. ## [0.22.1] ### Fixed From 641afc2d549df69e293a92b9c70ba24e21b7a49e Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Tue, 11 Oct 2022 13:46:09 +0200 Subject: [PATCH 3/4] Update manifests and yarn.lock --- .../examples/bls-signer/snap.manifest.json | 2 +- .../examples/browserify/snap.manifest.json | 2 +- .../examples/ethers-js/snap.manifest.json | 2 +- .../examples/examples/ipfs/snap.manifest.json | 2 +- .../examples/notifications/snap.manifest.json | 2 +- .../examples/rollup/snap.manifest.json | 2 +- .../examples/typescript/snap.manifest.json | 2 +- .../examples/examples/wasm/snap.manifest.json | 2 +- .../examples/webpack/snap.manifest.json | 2 +- yarn.lock | 82 +++++++++---------- 10 files changed, 50 insertions(+), 50 deletions(-) diff --git a/packages/examples/examples/bls-signer/snap.manifest.json b/packages/examples/examples/bls-signer/snap.manifest.json index c5fddaa868..41b4d1d244 100644 --- a/packages/examples/examples/bls-signer/snap.manifest.json +++ b/packages/examples/examples/bls-signer/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.22.1", + "version": "0.22.2", "description": "An example Snap that signs messages using BLS.", "proposedName": "bls-signer", "repository": { diff --git a/packages/examples/examples/browserify/snap.manifest.json b/packages/examples/examples/browserify/snap.manifest.json index d71783efa1..cad5067813 100644 --- a/packages/examples/examples/browserify/snap.manifest.json +++ b/packages/examples/examples/browserify/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.22.1", + "version": "0.22.2", "description": "An example Snap built using TypeScript and Browserify", "proposedName": "browserify-snap", "repository": { diff --git a/packages/examples/examples/ethers-js/snap.manifest.json b/packages/examples/examples/ethers-js/snap.manifest.json index 3c8263b4b2..afbe9d980d 100644 --- a/packages/examples/examples/ethers-js/snap.manifest.json +++ b/packages/examples/examples/ethers-js/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.22.1", + "version": "0.22.2", "description": "An example Snap that that uses ethers.js.", "proposedName": "ethers-js-snap", "repository": { diff --git a/packages/examples/examples/ipfs/snap.manifest.json b/packages/examples/examples/ipfs/snap.manifest.json index 6d235f6134..ffe2874fb7 100644 --- a/packages/examples/examples/ipfs/snap.manifest.json +++ b/packages/examples/examples/ipfs/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.22.1", + "version": "0.22.2", "description": "An example Snap that performs IPFS operations.", "proposedName": "ipfs-snap", "repository": { diff --git a/packages/examples/examples/notifications/snap.manifest.json b/packages/examples/examples/notifications/snap.manifest.json index dc97e8fcf6..a71a602d08 100644 --- a/packages/examples/examples/notifications/snap.manifest.json +++ b/packages/examples/examples/notifications/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.22.1", + "version": "0.22.2", "description": "A notification example snap.", "proposedName": "Notification Example Snap", "repository": { diff --git a/packages/examples/examples/rollup/snap.manifest.json b/packages/examples/examples/rollup/snap.manifest.json index 12e07f09f0..0d85e530f5 100644 --- a/packages/examples/examples/rollup/snap.manifest.json +++ b/packages/examples/examples/rollup/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.22.1", + "version": "0.22.2", "description": "An example Snap built using TypeScript and Rollup", "proposedName": "rollup-snap", "repository": { diff --git a/packages/examples/examples/typescript/snap.manifest.json b/packages/examples/examples/typescript/snap.manifest.json index 2b6979f521..be97f1cfd8 100644 --- a/packages/examples/examples/typescript/snap.manifest.json +++ b/packages/examples/examples/typescript/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.22.1", + "version": "0.22.2", "description": "An example Snap written in TypeScript.", "proposedName": "TypeScript Example Snap", "repository": { diff --git a/packages/examples/examples/wasm/snap.manifest.json b/packages/examples/examples/wasm/snap.manifest.json index ba032e9c2a..6302548e4c 100644 --- a/packages/examples/examples/wasm/snap.manifest.json +++ b/packages/examples/examples/wasm/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.22.1", + "version": "0.22.2", "description": "An example Snap that uses WebAssembly.", "proposedName": "wasm", "repository": { diff --git a/packages/examples/examples/webpack/snap.manifest.json b/packages/examples/examples/webpack/snap.manifest.json index 923a37f414..ad2fcaf765 100644 --- a/packages/examples/examples/webpack/snap.manifest.json +++ b/packages/examples/examples/webpack/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.22.1", + "version": "0.22.2", "description": "An example Snap built using TypeScript and Webpack", "proposedName": "webpack-snap", "repository": { diff --git a/yarn.lock b/yarn.lock index 666beb7a91..78e2433eca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2813,7 +2813,7 @@ __metadata: languageName: node linkType: hard -"@metamask/execution-environments@^0.22.1, @metamask/execution-environments@workspace:packages/execution-environments": +"@metamask/execution-environments@^0.22.2, @metamask/execution-environments@workspace:packages/execution-environments": version: 0.0.0-use.local resolution: "@metamask/execution-environments@workspace:packages/execution-environments" dependencies: @@ -2826,8 +2826,8 @@ __metadata: "@metamask/object-multiplex": ^1.2.0 "@metamask/post-message-stream": ^6.0.0 "@metamask/providers": ^9.0.0 - "@metamask/snap-types": ^0.22.1 - "@metamask/snap-utils": ^0.22.1 + "@metamask/snap-types": ^0.22.2 + "@metamask/snap-utils": ^0.22.2 "@metamask/utils": ^3.1.0 "@open-rpc/typings": ^1.12.1 "@types/jest": ^27.5.1 @@ -2895,8 +2895,8 @@ __metadata: "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 "@metamask/safe-event-emitter": ^2.0.0 - "@metamask/snap-types": ^0.22.1 - "@metamask/snap-utils": ^0.22.1 + "@metamask/snap-types": ^0.22.2 + "@metamask/snap-utils": ^0.22.2 "@metamask/utils": ^3.1.0 "@types/jest": ^27.5.1 eslint: ^7.30.0 @@ -2969,7 +2969,7 @@ __metadata: languageName: node linkType: hard -"@metamask/rollup-plugin-snaps@^0.22.1, @metamask/rollup-plugin-snaps@workspace:packages/plugin-rollup": +"@metamask/rollup-plugin-snaps@^0.22.2, @metamask/rollup-plugin-snaps@workspace:packages/plugin-rollup": version: 0.0.0-use.local resolution: "@metamask/rollup-plugin-snaps@workspace:packages/plugin-rollup" dependencies: @@ -2979,7 +2979,7 @@ __metadata: "@metamask/eslint-config-jest": ^9.0.0 "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 - "@metamask/snap-utils": ^0.22.1 + "@metamask/snap-utils": ^0.22.2 "@rollup/plugin-virtual": ^2.1.0 "@types/jest": ^27.5.1 eslint: ^7.30.0 @@ -3001,7 +3001,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/rpc-methods@^0.22.1, @metamask/rpc-methods@workspace:packages/rpc-methods": +"@metamask/rpc-methods@^0.22.2, @metamask/rpc-methods@workspace:packages/rpc-methods": version: 0.0.0-use.local resolution: "@metamask/rpc-methods@workspace:packages/rpc-methods" dependencies: @@ -3013,7 +3013,7 @@ __metadata: "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 "@metamask/key-tree": ^5.0.2 - "@metamask/snap-utils": ^0.22.1 + "@metamask/snap-utils": ^0.22.2 "@metamask/types": ^1.1.0 "@metamask/utils": ^3.1.0 "@types/node": ^14.14.25 @@ -3056,12 +3056,12 @@ __metadata: "@metamask/eslint-config-jest": ^9.0.0 "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 - "@metamask/execution-environments": ^0.22.1 + "@metamask/execution-environments": ^0.22.2 "@metamask/object-multiplex": ^1.1.0 "@metamask/post-message-stream": ^6.0.0 - "@metamask/rpc-methods": ^0.22.1 - "@metamask/snap-types": ^0.22.1 - "@metamask/snap-utils": ^0.22.1 + "@metamask/rpc-methods": ^0.22.2 + "@metamask/snap-types": ^0.22.2 + "@metamask/snap-utils": ^0.22.2 "@metamask/template-snap": ^0.7.0 "@metamask/utils": ^3.1.0 "@peculiar/webcrypto": ^1.3.3 @@ -3104,7 +3104,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/snap-types@^0.22.1, @metamask/snap-types@workspace:packages/types": +"@metamask/snap-types@^0.22.2, @metamask/snap-types@workspace:packages/types": version: 0.0.0-use.local resolution: "@metamask/snap-types@workspace:packages/types" dependencies: @@ -3115,7 +3115,7 @@ __metadata: "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 "@metamask/providers": ^9.0.0 - "@metamask/snap-utils": ^0.22.1 + "@metamask/snap-utils": ^0.22.2 "@metamask/types": ^1.1.0 eslint: ^7.30.0 eslint-config-prettier: ^8.3.0 @@ -3133,7 +3133,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/snap-utils@^0.22.1, @metamask/snap-utils@workspace:packages/utils": +"@metamask/snap-utils@^0.22.2, @metamask/snap-utils@workspace:packages/utils": version: 0.0.0-use.local resolution: "@metamask/snap-utils@workspace:packages/utils" dependencies: @@ -3146,7 +3146,7 @@ __metadata: "@metamask/eslint-config-jest": ^9.0.0 "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 - "@metamask/snap-types": ^0.22.1 + "@metamask/snap-types": ^0.22.2 "@metamask/utils": ^3.1.0 "@noble/hashes": ^1.1.3 "@scure/base": ^1.1.1 @@ -3178,7 +3178,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/snaps-browserify-plugin@^0.22.1, @metamask/snaps-browserify-plugin@workspace:packages/plugin-browserify": +"@metamask/snaps-browserify-plugin@^0.22.2, @metamask/snaps-browserify-plugin@workspace:packages/plugin-browserify": version: 0.0.0-use.local resolution: "@metamask/snaps-browserify-plugin@workspace:packages/plugin-browserify" dependencies: @@ -3188,7 +3188,7 @@ __metadata: "@metamask/eslint-config-jest": ^9.0.0 "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 - "@metamask/snap-utils": ^0.22.1 + "@metamask/snap-utils": ^0.22.2 "@types/browserify": ^12.0.37 "@types/convert-source-map": ^1.5.2 "@types/jest": ^27.5.1 @@ -3213,7 +3213,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/snaps-cli@^0.22.1, @metamask/snaps-cli@workspace:packages/cli": +"@metamask/snaps-cli@^0.22.2, @metamask/snaps-cli@workspace:packages/cli": version: 0.0.0-use.local resolution: "@metamask/snaps-cli@workspace:packages/cli" dependencies: @@ -3231,8 +3231,8 @@ __metadata: "@metamask/eslint-config-jest": ^9.0.0 "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 - "@metamask/snap-utils": ^0.22.1 - "@metamask/snaps-browserify-plugin": ^0.22.1 + "@metamask/snap-utils": ^0.22.2 + "@metamask/snaps-browserify-plugin": ^0.22.2 "@metamask/utils": ^3.1.0 "@types/browserify": ^12.0.36 "@types/init-package-json": ^1.10.0 @@ -3280,7 +3280,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/snaps-webpack-plugin@^0.22.1, @metamask/snaps-webpack-plugin@workspace:packages/plugin-webpack": +"@metamask/snaps-webpack-plugin@^0.22.2, @metamask/snaps-webpack-plugin@workspace:packages/plugin-webpack": version: 0.0.0-use.local resolution: "@metamask/snaps-webpack-plugin@workspace:packages/plugin-webpack" dependencies: @@ -3290,7 +3290,7 @@ __metadata: "@metamask/eslint-config-jest": ^9.0.0 "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 - "@metamask/snap-utils": ^0.22.1 + "@metamask/snap-utils": ^0.22.2 "@types/jest": ^27.5.1 "@types/webpack-sources": ^3.2.0 eslint: ^7.30.0 @@ -5783,7 +5783,7 @@ __metadata: "@metamask/eslint-config-jest": ^9.0.0 "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 - "@metamask/snaps-cli": ^0.22.1 + "@metamask/snaps-cli": ^0.22.2 eslint: ^7.30.0 eslint-config-prettier: ^8.3.0 eslint-plugin-import: ^2.23.4 @@ -6011,9 +6011,9 @@ __metadata: "@metamask/eslint-config-jest": ^9.0.0 "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 - "@metamask/snap-types": ^0.22.1 - "@metamask/snaps-browserify-plugin": ^0.22.1 - "@metamask/snaps-cli": ^0.22.1 + "@metamask/snap-types": ^0.22.2 + "@metamask/snaps-browserify-plugin": ^0.22.2 + "@metamask/snaps-cli": ^0.22.2 "@types/browserify": ^12.0.37 "@types/gulp": ^4.0.9 "@types/node": ^17.0.33 @@ -8735,7 +8735,7 @@ __metadata: "@metamask/eslint-config-jest": ^9.0.0 "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 - "@metamask/snaps-cli": ^0.22.1 + "@metamask/snaps-cli": ^0.22.2 eslint: ^7.30.0 eslint-config-prettier: ^8.3.0 eslint-plugin-import: ^2.23.4 @@ -8995,7 +8995,7 @@ __metadata: "@metamask/eslint-config-jest": ^9.0.0 "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 - "@metamask/snaps-cli": ^0.22.1 + "@metamask/snaps-cli": ^0.22.2 "@typescript-eslint/eslint-plugin": ^5.19.0 "@typescript-eslint/parser": ^5.19.0 eslint: ^7.30.0 @@ -10560,7 +10560,7 @@ __metadata: "@metamask/eslint-config-jest": ^9.0.0 "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 - "@metamask/snaps-cli": ^0.22.1 + "@metamask/snaps-cli": ^0.22.2 eslint: ^7.30.0 eslint-config-prettier: ^8.3.0 eslint-plugin-import: ^2.23.4 @@ -13241,7 +13241,7 @@ __metadata: "@metamask/eslint-config-jest": ^9.0.0 "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 - "@metamask/snaps-cli": ^0.22.1 + "@metamask/snaps-cli": ^0.22.2 eslint: ^7.30.0 eslint-config-prettier: ^8.3.0 eslint-plugin-import: ^2.23.4 @@ -15063,9 +15063,9 @@ __metadata: "@metamask/eslint-config-jest": ^9.0.0 "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 - "@metamask/rollup-plugin-snaps": ^0.22.1 - "@metamask/snap-types": ^0.22.1 - "@metamask/snaps-cli": ^0.22.1 + "@metamask/rollup-plugin-snaps": ^0.22.2 + "@metamask/snap-types": ^0.22.2 + "@metamask/snaps-cli": ^0.22.2 "@rollup/plugin-babel": ^5.3.1 "@types/node": ^17.0.33 concurrently: ^7.1.0 @@ -16861,8 +16861,8 @@ __metadata: "@metamask/eslint-config-jest": ^9.0.0 "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 - "@metamask/snap-types": ^0.22.1 - "@metamask/snaps-cli": ^0.22.1 + "@metamask/snap-types": ^0.22.2 + "@metamask/snaps-cli": ^0.22.2 eslint: ^7.30.0 eslint-config-prettier: ^8.3.0 eslint-plugin-import: ^2.23.4 @@ -17396,7 +17396,7 @@ __metadata: "@metamask/eslint-config-jest": ^9.0.0 "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 - "@metamask/snaps-cli": ^0.22.1 + "@metamask/snaps-cli": ^0.22.2 assemblyscript: ^0.19.23 brfs: ^2.0.2 eslint: ^7.30.0 @@ -17591,9 +17591,9 @@ __metadata: "@metamask/eslint-config-jest": ^9.0.0 "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 - "@metamask/snap-types": ^0.22.1 - "@metamask/snaps-cli": ^0.22.1 - "@metamask/snaps-webpack-plugin": ^0.22.1 + "@metamask/snap-types": ^0.22.2 + "@metamask/snaps-cli": ^0.22.2 + "@metamask/snaps-webpack-plugin": ^0.22.2 "@types/node": ^17.0.33 babel-loader: ^8.2.5 concurrently: ^7.1.0 From c1e630b9c8a3fa15d900156ba6f7bb71e0d133bf Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Tue, 11 Oct 2022 14:03:18 +0200 Subject: [PATCH 4/4] Add missing changelog entry --- packages/examples/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/examples/CHANGELOG.md b/packages/examples/CHANGELOG.md index 3e023f7553..9014f3a122 100644 --- a/packages/examples/CHANGELOG.md +++ b/packages/examples/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.22.2] +### Changed +- No changes this release. ## [0.22.1] ### Changed