From 9cfc0dd3867f6449a1ff817e0744b196c5f2960d Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 8 Dec 2022 11:26:15 +0000 Subject: [PATCH 1/3] 0.26.1 --- package.json | 2 +- packages/examples/CHANGELOG.md | 7 ++++++- packages/examples/examples/bls-signer/package.json | 4 ++-- packages/examples/examples/browserify/package.json | 8 ++++---- packages/examples/examples/ethers-js/package.json | 4 ++-- packages/examples/examples/insights/package.json | 6 +++--- packages/examples/examples/ipfs/package.json | 4 ++-- packages/examples/examples/notifications/package.json | 4 ++-- packages/examples/examples/rollup/package.json | 8 ++++---- packages/examples/examples/typescript/package.json | 6 +++--- packages/examples/examples/wasm/package.json | 4 ++-- packages/examples/examples/webpack/package.json | 8 ++++---- packages/examples/package.json | 4 ++-- packages/multichain-provider/CHANGELOG.md | 5 ++++- packages/multichain-provider/package.json | 6 +++--- packages/rpc-methods/CHANGELOG.md | 5 ++++- packages/rpc-methods/package.json | 4 ++-- packages/snaps-browserify-plugin/CHANGELOG.md | 7 ++++++- packages/snaps-browserify-plugin/package.json | 4 ++-- packages/snaps-cli/CHANGELOG.md | 5 ++++- packages/snaps-cli/package.json | 6 +++--- packages/snaps-controllers/CHANGELOG.md | 8 +++++++- packages/snaps-controllers/package.json | 10 +++++----- packages/snaps-execution-environments/CHANGELOG.md | 7 ++++++- packages/snaps-execution-environments/package.json | 6 +++--- packages/snaps-rollup-plugin/CHANGELOG.md | 7 ++++++- packages/snaps-rollup-plugin/package.json | 4 ++-- packages/snaps-types/CHANGELOG.md | 5 ++++- packages/snaps-types/package.json | 4 ++-- packages/snaps-ui/CHANGELOG.md | 5 ++++- packages/snaps-ui/package.json | 2 +- packages/snaps-utils/CHANGELOG.md | 9 ++++++++- packages/snaps-utils/package.json | 4 ++-- packages/snaps-webpack-plugin/CHANGELOG.md | 7 ++++++- packages/snaps-webpack-plugin/package.json | 4 ++-- 35 files changed, 123 insertions(+), 70 deletions(-) diff --git a/package.json b/package.json index d2cf96bb7b..323ee984ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.26.0", + "version": "0.26.1", "private": true, "repository": { "type": "git", diff --git a/packages/examples/CHANGELOG.md b/packages/examples/CHANGELOG.md index 76deda4052..9eff720414 100644 --- a/packages/examples/CHANGELOG.md +++ b/packages/examples/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.1] +### Uncategorized +- Add AVA test runner integration ([#1022](https://github.com/MetaMask/snaps-monorepo/pull/1022)) + ## [0.26.0] ### Changed - No changes this release. @@ -208,7 +212,8 @@ 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-monorepo/compare/v0.26.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...HEAD +[0.26.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...v0.26.1 [0.26.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.25.0...v0.26.0 [0.25.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.1...v0.25.0 [0.24.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.0...v0.24.1 diff --git a/packages/examples/examples/bls-signer/package.json b/packages/examples/examples/bls-signer/package.json index 2da340f2d2..a53b837916 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.26.0", + "version": "0.26.1", "private": true, "description": "An example Snap that signs messages using BLS.", "repository": { @@ -28,7 +28,7 @@ "@metamask/eslint-config-jest": "^11.0.0", "@metamask/eslint-config-nodejs": "^11.0.1", "@metamask/eslint-config-typescript": "^11.0.0", - "@metamask/snaps-cli": "^0.26.0", + "@metamask/snaps-cli": "^0.26.1", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1", "eslint": "^8.27.0", diff --git a/packages/examples/examples/browserify/package.json b/packages/examples/examples/browserify/package.json index f7dfe63d48..88ebe297eb 100644 --- a/packages/examples/examples/browserify/package.json +++ b/packages/examples/examples/browserify/package.json @@ -1,6 +1,6 @@ { "name": "browserify-snap", - "version": "0.26.0", + "version": "0.26.1", "private": true, "description": "An example Snap built using TypeScript and Browserify", "repository": { @@ -27,9 +27,9 @@ "@metamask/eslint-config-jest": "^11.0.0", "@metamask/eslint-config-nodejs": "^11.0.1", "@metamask/eslint-config-typescript": "^11.0.0", - "@metamask/snaps-browserify-plugin": "^0.26.0", - "@metamask/snaps-cli": "^0.26.0", - "@metamask/snaps-types": "^0.26.0", + "@metamask/snaps-browserify-plugin": "^0.26.1", + "@metamask/snaps-cli": "^0.26.1", + "@metamask/snaps-types": "^0.26.1", "@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 a9de1f6f18..f50c4e9ce9 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.26.0", + "version": "0.26.1", "private": true, "description": "An example Snap that that uses ethers.js.", "repository": { @@ -27,7 +27,7 @@ "@metamask/eslint-config-jest": "^11.0.0", "@metamask/eslint-config-nodejs": "^11.0.1", "@metamask/eslint-config-typescript": "^11.0.0", - "@metamask/snaps-cli": "^0.26.0", + "@metamask/snaps-cli": "^0.26.1", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1", "eslint": "^8.27.0", diff --git a/packages/examples/examples/insights/package.json b/packages/examples/examples/insights/package.json index 29218eb818..31cdc3b7d0 100644 --- a/packages/examples/examples/insights/package.json +++ b/packages/examples/examples/insights/package.json @@ -1,6 +1,6 @@ { "name": "transaction-insights-snap", - "version": "0.26.0", + "version": "0.26.1", "private": true, "description": "An example transaction insights Snap.", "repository": { @@ -36,8 +36,8 @@ "@metamask/eslint-config-jest": "^11.0.0", "@metamask/eslint-config-nodejs": "^11.0.1", "@metamask/eslint-config-typescript": "^11.0.0", - "@metamask/snaps-cli": "^0.26.0", - "@metamask/snaps-types": "^0.26.0", + "@metamask/snaps-cli": "^0.26.1", + "@metamask/snaps-types": "^0.26.1", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1", "eslint": "^8.27.0", diff --git a/packages/examples/examples/ipfs/package.json b/packages/examples/examples/ipfs/package.json index dea0dadcd5..6cb1a00bec 100644 --- a/packages/examples/examples/ipfs/package.json +++ b/packages/examples/examples/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-snap", - "version": "0.26.0", + "version": "0.26.1", "private": true, "description": "An example Snap that performs IPFS operations.", "repository": { @@ -28,7 +28,7 @@ "@metamask/eslint-config-jest": "^11.0.0", "@metamask/eslint-config-nodejs": "^11.0.1", "@metamask/eslint-config-typescript": "^11.0.0", - "@metamask/snaps-cli": "^0.26.0", + "@metamask/snaps-cli": "^0.26.1", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1", "eslint": "^8.27.0", diff --git a/packages/examples/examples/notifications/package.json b/packages/examples/examples/notifications/package.json index e506027e33..d1c8dc1571 100644 --- a/packages/examples/examples/notifications/package.json +++ b/packages/examples/examples/notifications/package.json @@ -1,6 +1,6 @@ { "name": "notification-snap", - "version": "0.26.0", + "version": "0.26.1", "private": true, "description": "The 'Hello, world!' of MetaMask Snaps.", "repository": { @@ -32,7 +32,7 @@ "@metamask/eslint-config-jest": "^11.0.0", "@metamask/eslint-config-nodejs": "^11.0.1", "@metamask/eslint-config-typescript": "^11.0.0", - "@metamask/snaps-cli": "^0.26.0", + "@metamask/snaps-cli": "^0.26.1", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1", "eslint": "^8.27.0", diff --git a/packages/examples/examples/rollup/package.json b/packages/examples/examples/rollup/package.json index 532e0a535c..4e5f46b323 100644 --- a/packages/examples/examples/rollup/package.json +++ b/packages/examples/examples/rollup/package.json @@ -1,6 +1,6 @@ { "name": "rollup-snap", - "version": "0.26.0", + "version": "0.26.1", "private": true, "description": "An example Snap built using TypeScript and Rollup", "repository": { @@ -27,9 +27,9 @@ "@metamask/eslint-config-jest": "^11.0.0", "@metamask/eslint-config-nodejs": "^11.0.1", "@metamask/eslint-config-typescript": "^11.0.0", - "@metamask/snaps-cli": "^0.26.0", - "@metamask/snaps-rollup-plugin": "^0.26.0", - "@metamask/snaps-types": "^0.26.0", + "@metamask/snaps-cli": "^0.26.1", + "@metamask/snaps-rollup-plugin": "^0.26.1", + "@metamask/snaps-types": "^0.26.1", "@rollup/plugin-babel": "^5.3.1", "@types/node": "^17.0.33", "@typescript-eslint/eslint-plugin": "^5.42.1", diff --git a/packages/examples/examples/typescript/package.json b/packages/examples/examples/typescript/package.json index be32970506..adeef00503 100644 --- a/packages/examples/examples/typescript/package.json +++ b/packages/examples/examples/typescript/package.json @@ -1,6 +1,6 @@ { "name": "typescript-snap", - "version": "0.26.0", + "version": "0.26.1", "private": true, "description": "The 'Hello, world!' of MetaMask Snaps, now written in TypeScript.", "repository": { @@ -32,8 +32,8 @@ "@metamask/eslint-config-jest": "^11.0.0", "@metamask/eslint-config-nodejs": "^11.0.1", "@metamask/eslint-config-typescript": "^11.0.0", - "@metamask/snaps-cli": "^0.26.0", - "@metamask/snaps-types": "^0.26.0", + "@metamask/snaps-cli": "^0.26.1", + "@metamask/snaps-types": "^0.26.1", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1", "eslint": "^8.27.0", diff --git a/packages/examples/examples/wasm/package.json b/packages/examples/examples/wasm/package.json index e46201c8b6..4b360cfef3 100644 --- a/packages/examples/examples/wasm/package.json +++ b/packages/examples/examples/wasm/package.json @@ -1,6 +1,6 @@ { "name": "wasm", - "version": "0.26.0", + "version": "0.26.1", "private": true, "description": "An example Snap that uses WebAssembly.", "repository": { @@ -30,7 +30,7 @@ "@metamask/eslint-config-jest": "^11.0.0", "@metamask/eslint-config-nodejs": "^11.0.1", "@metamask/eslint-config-typescript": "^11.0.0", - "@metamask/snaps-cli": "^0.26.0", + "@metamask/snaps-cli": "^0.26.1", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1", "assemblyscript": "^0.19.23", diff --git a/packages/examples/examples/webpack/package.json b/packages/examples/examples/webpack/package.json index 57a8b16f07..d287347f83 100644 --- a/packages/examples/examples/webpack/package.json +++ b/packages/examples/examples/webpack/package.json @@ -1,6 +1,6 @@ { "name": "webpack-snap", - "version": "0.26.0", + "version": "0.26.1", "private": true, "description": "An example Snap built using TypeScript and Webpack", "repository": { @@ -29,9 +29,9 @@ "@metamask/eslint-config-jest": "^11.0.0", "@metamask/eslint-config-nodejs": "^11.0.1", "@metamask/eslint-config-typescript": "^11.0.0", - "@metamask/snaps-cli": "^0.26.0", - "@metamask/snaps-types": "^0.26.0", - "@metamask/snaps-webpack-plugin": "^0.26.0", + "@metamask/snaps-cli": "^0.26.1", + "@metamask/snaps-types": "^0.26.1", + "@metamask/snaps-webpack-plugin": "^0.26.1", "@types/node": "^17.0.33", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1", diff --git a/packages/examples/package.json b/packages/examples/package.json index 2d3fe4dcf5..31f1d43994 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,6 +1,6 @@ { "name": "examples", - "version": "0.26.0", + "version": "0.26.1", "private": true, "description": "Example MetaMask Snaps.", "repository": { @@ -30,7 +30,7 @@ "@metamask/eslint-config-jest": "^11.0.0", "@metamask/eslint-config-nodejs": "^11.0.1", "@metamask/eslint-config-typescript": "^11.0.0", - "@metamask/snaps-cli": "^0.26.0", + "@metamask/snaps-cli": "^0.26.1", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1", "eslint": "^8.27.0", diff --git a/packages/multichain-provider/CHANGELOG.md b/packages/multichain-provider/CHANGELOG.md index bbb8d30b9e..f39fc7ba0c 100644 --- a/packages/multichain-provider/CHANGELOG.md +++ b/packages/multichain-provider/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.1] + ## [0.26.0] ### Changed - No changes this release. @@ -42,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release ([#700](https://github.com/MetaMask/snaps-monorepo/pull/700)) -[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...HEAD +[0.26.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...v0.26.1 [0.26.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.25.0...v0.26.0 [0.25.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.1...v0.25.0 [0.24.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.0...v0.24.1 diff --git a/packages/multichain-provider/package.json b/packages/multichain-provider/package.json index a377aab082..319c83dae6 100644 --- a/packages/multichain-provider/package.json +++ b/packages/multichain-provider/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/multichain-provider", - "version": "0.26.0", + "version": "0.26.1", "repository": { "type": "git", "url": "https://github.com/MetaMask/snaps-monorepo.git" @@ -27,7 +27,7 @@ "dependencies": { "@metamask/providers": "^10.2.0", "@metamask/safe-event-emitter": "^2.0.0", - "@metamask/snaps-utils": "^0.26.0", + "@metamask/snaps-utils": "^0.26.1", "@metamask/utils": "^3.3.1", "nanoid": "^3.1.31" }, @@ -38,7 +38,7 @@ "@metamask/eslint-config-jest": "^11.0.0", "@metamask/eslint-config-nodejs": "^11.0.1", "@metamask/eslint-config-typescript": "^11.0.0", - "@metamask/snaps-utils": "^0.26.0", + "@metamask/snaps-utils": "^0.26.1", "@types/jest": "^27.5.1", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1", diff --git a/packages/rpc-methods/CHANGELOG.md b/packages/rpc-methods/CHANGELOG.md index 264a32ae40..c1880b32f8 100644 --- a/packages/rpc-methods/CHANGELOG.md +++ b/packages/rpc-methods/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.1] + ## [0.26.0] ### Changed - No changes this release. @@ -251,7 +253,8 @@ 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-monorepo/compare/v0.26.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...HEAD +[0.26.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...v0.26.1 [0.26.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.25.0...v0.26.0 [0.25.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.1...v0.25.0 [0.24.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.0...v0.24.1 diff --git a/packages/rpc-methods/package.json b/packages/rpc-methods/package.json index 7fb7e2093c..1cb70dfc6b 100644 --- a/packages/rpc-methods/package.json +++ b/packages/rpc-methods/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/rpc-methods", - "version": "0.26.0", + "version": "0.26.1", "description": "MetaMask Snap RPC method implementations.", "repository": { "type": "git", @@ -28,7 +28,7 @@ "dependencies": { "@metamask/key-tree": "^6.0.0", "@metamask/permission-controller": "^1.0.1", - "@metamask/snaps-utils": "^0.26.0", + "@metamask/snaps-utils": "^0.26.1", "@metamask/types": "^1.1.0", "@metamask/utils": "^3.3.1", "@noble/hashes": "^1.1.3", diff --git a/packages/snaps-browserify-plugin/CHANGELOG.md b/packages/snaps-browserify-plugin/CHANGELOG.md index 670e0a46c4..6043872f9b 100644 --- a/packages/snaps-browserify-plugin/CHANGELOG.md +++ b/packages/snaps-browserify-plugin/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.1] +### Uncategorized +- Add AVA test runner integration ([#1022](https://github.com/MetaMask/snaps-monorepo/pull/1022)) + ## [0.26.0] ### Changed - No changes this release. @@ -91,7 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release ([#410](https://github.com/MetaMask/snaps-monorepo/pull/410), [#421](https://github.com/MetaMask/snaps-monorepo/pull/421)) -[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...HEAD +[0.26.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...v0.26.1 [0.26.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.25.0...v0.26.0 [0.25.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.1...v0.25.0 [0.24.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.0...v0.24.1 diff --git a/packages/snaps-browserify-plugin/package.json b/packages/snaps-browserify-plugin/package.json index 6899718101..3edfaf3bd7 100644 --- a/packages/snaps-browserify-plugin/package.json +++ b/packages/snaps-browserify-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-browserify-plugin", - "version": "0.26.0", + "version": "0.26.1", "keywords": [ "browserify-plugin" ], @@ -28,7 +28,7 @@ "publish:package": "../../scripts/publish-package.sh" }, "dependencies": { - "@metamask/snaps-utils": "^0.26.0", + "@metamask/snaps-utils": "^0.26.1", "convert-source-map": "^1.8.0" }, "devDependencies": { diff --git a/packages/snaps-cli/CHANGELOG.md b/packages/snaps-cli/CHANGELOG.md index 91c8531c6e..99bd4e8107 100644 --- a/packages/snaps-cli/CHANGELOG.md +++ b/packages/snaps-cli/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.1] + ## [0.26.0] ### Fixed - Fix post processing issue with `object.eval` ([#1040](https://github.com/MetaMask/snaps-monorepo/pull/1040)) @@ -276,7 +278,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Example snaps ([#72](https://github.com/MetaMask/snaps-monorepo/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-monorepo/compare/v0.26.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...HEAD +[0.26.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...v0.26.1 [0.26.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.25.0...v0.26.0 [0.25.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.1...v0.25.0 [0.24.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.0...v0.24.1 diff --git a/packages/snaps-cli/package.json b/packages/snaps-cli/package.json index 9ccfaa82bc..0f5d05059a 100644 --- a/packages/snaps-cli/package.json +++ b/packages/snaps-cli/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-cli", - "version": "0.26.0", + "version": "0.26.1", "description": "A CLI for developing MetaMask Snaps.", "repository": { "type": "git", @@ -43,8 +43,8 @@ "@babel/plugin-transform-runtime": "^7.16.7", "@babel/preset-env": "^7.16.7", "@babel/preset-typescript": "^7.16.7", - "@metamask/snaps-browserify-plugin": "^0.26.0", - "@metamask/snaps-utils": "^0.26.0", + "@metamask/snaps-browserify-plugin": "^0.26.1", + "@metamask/snaps-utils": "^0.26.1", "@metamask/utils": "^3.3.1", "babelify": "^10.0.0", "browserify": "^17.0.0", diff --git a/packages/snaps-controllers/CHANGELOG.md b/packages/snaps-controllers/CHANGELOG.md index d628b43d73..352b3563bf 100644 --- a/packages/snaps-controllers/CHANGELOG.md +++ b/packages/snaps-controllers/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.1] +### Uncategorized +- Hotfix for SnapLocation paths being wrongly normalized ([#1053](https://github.com/MetaMask/snaps-monorepo/pull/1053)) +- Fix some issues with fetching snaps ([#1050](https://github.com/MetaMask/snaps-monorepo/pull/1050)) + ## [0.26.0] ### Changed - **BREAKING:** Snap installation refactor ([#1023](https://github.com/MetaMask/snaps-monorepo/pull/1023)) @@ -410,7 +415,8 @@ 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-monorepo/compare/v0.26.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...HEAD +[0.26.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...v0.26.1 [0.26.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.25.0...v0.26.0 [0.25.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.1...v0.25.0 [0.24.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.0...v0.24.1 diff --git a/packages/snaps-controllers/package.json b/packages/snaps-controllers/package.json index 4867b2f0b1..a0bfe92292 100644 --- a/packages/snaps-controllers/package.json +++ b/packages/snaps-controllers/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-controllers", - "version": "0.26.0", + "version": "0.26.1", "description": "Controllers for MetaMask Snaps.", "repository": { "type": "git", @@ -37,10 +37,10 @@ "@metamask/object-multiplex": "^1.1.0", "@metamask/permission-controller": "^1.0.1", "@metamask/post-message-stream": "^6.0.0", - "@metamask/rpc-methods": "^0.26.0", - "@metamask/snaps-execution-environments": "^0.26.0", - "@metamask/snaps-types": "^0.26.0", - "@metamask/snaps-utils": "^0.26.0", + "@metamask/rpc-methods": "^0.26.1", + "@metamask/snaps-execution-environments": "^0.26.1", + "@metamask/snaps-types": "^0.26.1", + "@metamask/snaps-utils": "^0.26.1", "@metamask/subject-metadata-controller": "^1.0.1", "@metamask/utils": "^3.3.1", "@xstate/fsm": "^2.0.0", diff --git a/packages/snaps-execution-environments/CHANGELOG.md b/packages/snaps-execution-environments/CHANGELOG.md index cdce868e0b..71941eed8b 100644 --- a/packages/snaps-execution-environments/CHANGELOG.md +++ b/packages/snaps-execution-environments/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.1] +### Uncategorized +- Add AVA test runner integration ([#1022](https://github.com/MetaMask/snaps-monorepo/pull/1022)) + ## [0.26.0] ### Changed - No changes this release. @@ -179,7 +183,8 @@ 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-monorepo/pull/263)) -[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...HEAD +[0.26.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...v0.26.1 [0.26.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.25.0...v0.26.0 [0.25.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.1...v0.25.0 [0.24.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.0...v0.24.1 diff --git a/packages/snaps-execution-environments/package.json b/packages/snaps-execution-environments/package.json index 1e5ed5a793..eaa51e9bb7 100644 --- a/packages/snaps-execution-environments/package.json +++ b/packages/snaps-execution-environments/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-execution-environments", - "version": "0.26.0", + "version": "0.26.1", "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": "^10.2.0", - "@metamask/snaps-types": "^0.26.0", - "@metamask/snaps-utils": "^0.26.0", + "@metamask/snaps-types": "^0.26.1", + "@metamask/snaps-utils": "^0.26.1", "@metamask/utils": "^3.3.1", "eth-rpc-errors": "^4.0.3", "json-rpc-engine": "^6.1.0", diff --git a/packages/snaps-rollup-plugin/CHANGELOG.md b/packages/snaps-rollup-plugin/CHANGELOG.md index ba875e4bbb..7fe5515ee7 100644 --- a/packages/snaps-rollup-plugin/CHANGELOG.md +++ b/packages/snaps-rollup-plugin/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.1] +### Uncategorized +- Add AVA test runner integration ([#1022](https://github.com/MetaMask/snaps-monorepo/pull/1022)) + ## [0.26.0] ### Changed - No changes this release. @@ -90,7 +94,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release ([#431](https://github.com/MetaMask/snaps-monorepo/pull/431)) -[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...HEAD +[0.26.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...v0.26.1 [0.26.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.25.0...v0.26.0 [0.25.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.1...v0.25.0 [0.24.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.0...v0.24.1 diff --git a/packages/snaps-rollup-plugin/package.json b/packages/snaps-rollup-plugin/package.json index 7088d2c42b..59b6a56306 100644 --- a/packages/snaps-rollup-plugin/package.json +++ b/packages/snaps-rollup-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-rollup-plugin", - "version": "0.26.0", + "version": "0.26.1", "keywords": [ "rollup", "rollup-plugin" @@ -29,7 +29,7 @@ "publish:package": "../../scripts/publish-package.sh" }, "dependencies": { - "@metamask/snaps-utils": "^0.26.0" + "@metamask/snaps-utils": "^0.26.1" }, "devDependencies": { "@lavamoat/allow-scripts": "^2.0.3", diff --git a/packages/snaps-types/CHANGELOG.md b/packages/snaps-types/CHANGELOG.md index 26cf99de98..b09fe1628d 100644 --- a/packages/snaps-types/CHANGELOG.md +++ b/packages/snaps-types/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.1] + ## [0.26.0] ### Changed - No changes this release. @@ -219,7 +221,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...HEAD +[0.26.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...v0.26.1 [0.26.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.25.0...v0.26.0 [0.25.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.1...v0.25.0 [0.24.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.0...v0.24.1 diff --git a/packages/snaps-types/package.json b/packages/snaps-types/package.json index 9dbebdf9c7..ef1ffbb88a 100644 --- a/packages/snaps-types/package.json +++ b/packages/snaps-types/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-types", - "version": "0.26.0", + "version": "0.26.1", "description": "TypeScript types for developing MetaMask Snaps.", "repository": { "type": "git", @@ -22,7 +22,7 @@ }, "dependencies": { "@metamask/providers": "^10.2.0", - "@metamask/snaps-utils": "^0.26.0", + "@metamask/snaps-utils": "^0.26.1", "@metamask/types": "^1.1.0" }, "devDependencies": { diff --git a/packages/snaps-ui/CHANGELOG.md b/packages/snaps-ui/CHANGELOG.md index 9d346683a4..c6164f8fc9 100644 --- a/packages/snaps-ui/CHANGELOG.md +++ b/packages/snaps-ui/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.1] + ## [0.26.0] ### Removed - **BREAKING:** Remove spacer component ([#1031](https://github.com/MetaMask/snaps-monorepo/pull/1031)) @@ -14,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release ([#978](https://github.com/MetaMask/snaps-monorepo/pull/978), [#1009](https://github.com/MetaMask/snaps-monorepo/pull/1009)) -[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...HEAD +[0.26.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...v0.26.1 [0.26.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.25.0...v0.26.0 [0.25.0]: https://github.com/MetaMask/snaps-monorepo/releases/tag/v0.25.0 diff --git a/packages/snaps-ui/package.json b/packages/snaps-ui/package.json index 47506ff0fb..e53ead7451 100644 --- a/packages/snaps-ui/package.json +++ b/packages/snaps-ui/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-ui", - "version": "0.26.0", + "version": "0.26.1", "repository": { "type": "git", "url": "https://github.com/MetaMask/snaps-monorepo.git" diff --git a/packages/snaps-utils/CHANGELOG.md b/packages/snaps-utils/CHANGELOG.md index 7dbe8ac09b..004418eeca 100644 --- a/packages/snaps-utils/CHANGELOG.md +++ b/packages/snaps-utils/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.1] +### Uncategorized +- Hotfix for SnapLocation paths being wrongly normalized ([#1053](https://github.com/MetaMask/snaps-monorepo/pull/1053)) +- Add AVA test runner integration ([#1022](https://github.com/MetaMask/snaps-monorepo/pull/1022)) +- Fix utils browser export ([#1049](https://github.com/MetaMask/snaps-monorepo/pull/1049)) + ## [0.26.0] ### Fixed - Fix post processing issue with `object.eval` ([#1040](https://github.com/MetaMask/snaps-monorepo/pull/1040)) @@ -117,7 +123,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release ([#410](https://github.com/MetaMask/snaps-monorepo/pull/410), [#421](https://github.com/MetaMask/snaps-monorepo/pull/421)) -[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...HEAD +[0.26.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...v0.26.1 [0.26.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.25.0...v0.26.0 [0.25.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.1...v0.25.0 [0.24.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.0...v0.24.1 diff --git a/packages/snaps-utils/package.json b/packages/snaps-utils/package.json index decf26cb64..9250701e7e 100644 --- a/packages/snaps-utils/package.json +++ b/packages/snaps-utils/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-utils", - "version": "0.26.0", + "version": "0.26.1", "repository": { "type": "git", "url": "https://github.com/MetaMask/snaps-monorepo.git" @@ -52,7 +52,7 @@ "dependencies": { "@babel/core": "^7.18.6", "@babel/types": "^7.18.7", - "@metamask/snaps-types": "^0.26.0", + "@metamask/snaps-types": "^0.26.1", "@metamask/utils": "^3.3.1", "@noble/hashes": "^1.1.3", "@scure/base": "^1.1.1", diff --git a/packages/snaps-webpack-plugin/CHANGELOG.md b/packages/snaps-webpack-plugin/CHANGELOG.md index 916f3197d0..172adc164e 100644 --- a/packages/snaps-webpack-plugin/CHANGELOG.md +++ b/packages/snaps-webpack-plugin/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.1] +### Uncategorized +- Add AVA test runner integration ([#1022](https://github.com/MetaMask/snaps-monorepo/pull/1022)) + ## [0.26.0] ### Changed - No changes this release. @@ -91,7 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release ([#420](https://github.com/MetaMask/snaps-monorepo/pull/420)) -[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...HEAD +[0.26.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...v0.26.1 [0.26.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.25.0...v0.26.0 [0.25.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.1...v0.25.0 [0.24.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.0...v0.24.1 diff --git a/packages/snaps-webpack-plugin/package.json b/packages/snaps-webpack-plugin/package.json index dfb32093bf..4c1cec819a 100644 --- a/packages/snaps-webpack-plugin/package.json +++ b/packages/snaps-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-webpack-plugin", - "version": "0.26.0", + "version": "0.26.1", "keywords": [ "webpack", "plugin" @@ -29,7 +29,7 @@ "publish:package": "../../scripts/publish-package.sh" }, "dependencies": { - "@metamask/snaps-utils": "^0.26.0", + "@metamask/snaps-utils": "^0.26.1", "@metamask/utils": "^3.3.0", "webpack-sources": "^3.2.3" }, From 7eb79b2279f69648e2dba5df75495a4182faddbc Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 8 Dec 2022 12:30:11 +0100 Subject: [PATCH 2/3] Update changelogs --- packages/examples/CHANGELOG.md | 4 ++-- packages/multichain-provider/CHANGELOG.md | 2 ++ packages/rpc-methods/CHANGELOG.md | 2 ++ packages/snaps-browserify-plugin/CHANGELOG.md | 4 ++-- packages/snaps-cli/CHANGELOG.md | 2 ++ packages/snaps-controllers/CHANGELOG.md | 4 ++-- packages/snaps-execution-environments/CHANGELOG.md | 4 ++-- packages/snaps-rollup-plugin/CHANGELOG.md | 4 ++-- packages/snaps-types/CHANGELOG.md | 2 ++ packages/snaps-ui/CHANGELOG.md | 2 ++ packages/snaps-utils/CHANGELOG.md | 5 ++--- packages/snaps-webpack-plugin/CHANGELOG.md | 4 ++-- 12 files changed, 24 insertions(+), 15 deletions(-) diff --git a/packages/examples/CHANGELOG.md b/packages/examples/CHANGELOG.md index 9eff720414..b8843115bc 100644 --- a/packages/examples/CHANGELOG.md +++ b/packages/examples/CHANGELOG.md @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.26.1] -### Uncategorized -- Add AVA test runner integration ([#1022](https://github.com/MetaMask/snaps-monorepo/pull/1022)) +### Changed +- No changes this release. ## [0.26.0] ### Changed diff --git a/packages/multichain-provider/CHANGELOG.md b/packages/multichain-provider/CHANGELOG.md index f39fc7ba0c..0a1180c5a9 100644 --- a/packages/multichain-provider/CHANGELOG.md +++ b/packages/multichain-provider/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.26.1] +### Changed +- No changes this release. ## [0.26.0] ### Changed diff --git a/packages/rpc-methods/CHANGELOG.md b/packages/rpc-methods/CHANGELOG.md index c1880b32f8..af3f72d747 100644 --- a/packages/rpc-methods/CHANGELOG.md +++ b/packages/rpc-methods/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.26.1] +### Changed +- No changes this release. ## [0.26.0] ### Changed diff --git a/packages/snaps-browserify-plugin/CHANGELOG.md b/packages/snaps-browserify-plugin/CHANGELOG.md index 6043872f9b..05e45b19cd 100644 --- a/packages/snaps-browserify-plugin/CHANGELOG.md +++ b/packages/snaps-browserify-plugin/CHANGELOG.md @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.26.1] -### Uncategorized -- Add AVA test runner integration ([#1022](https://github.com/MetaMask/snaps-monorepo/pull/1022)) +### Changed +- No changes this release. ## [0.26.0] ### Changed diff --git a/packages/snaps-cli/CHANGELOG.md b/packages/snaps-cli/CHANGELOG.md index 99bd4e8107..5915cb744c 100644 --- a/packages/snaps-cli/CHANGELOG.md +++ b/packages/snaps-cli/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.26.1] +### Changed +- No changes this release. ## [0.26.0] ### Fixed diff --git a/packages/snaps-controllers/CHANGELOG.md b/packages/snaps-controllers/CHANGELOG.md index 352b3563bf..e6a09339bb 100644 --- a/packages/snaps-controllers/CHANGELOG.md +++ b/packages/snaps-controllers/CHANGELOG.md @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.26.1] -### Uncategorized -- Hotfix for SnapLocation paths being wrongly normalized ([#1053](https://github.com/MetaMask/snaps-monorepo/pull/1053)) +### Fixed +- Fix some paths being wrongly normalized ([#1053](https://github.com/MetaMask/snaps-monorepo/pull/1053)) - Fix some issues with fetching snaps ([#1050](https://github.com/MetaMask/snaps-monorepo/pull/1050)) ## [0.26.0] diff --git a/packages/snaps-execution-environments/CHANGELOG.md b/packages/snaps-execution-environments/CHANGELOG.md index 71941eed8b..d411ebdecf 100644 --- a/packages/snaps-execution-environments/CHANGELOG.md +++ b/packages/snaps-execution-environments/CHANGELOG.md @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.26.1] -### Uncategorized -- Add AVA test runner integration ([#1022](https://github.com/MetaMask/snaps-monorepo/pull/1022)) +### Changed +- No changes this release. ## [0.26.0] ### Changed diff --git a/packages/snaps-rollup-plugin/CHANGELOG.md b/packages/snaps-rollup-plugin/CHANGELOG.md index 7fe5515ee7..aa4cc92731 100644 --- a/packages/snaps-rollup-plugin/CHANGELOG.md +++ b/packages/snaps-rollup-plugin/CHANGELOG.md @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.26.1] -### Uncategorized -- Add AVA test runner integration ([#1022](https://github.com/MetaMask/snaps-monorepo/pull/1022)) +### Changed +- No changes this release. ## [0.26.0] ### Changed diff --git a/packages/snaps-types/CHANGELOG.md b/packages/snaps-types/CHANGELOG.md index b09fe1628d..1445f1b0a1 100644 --- a/packages/snaps-types/CHANGELOG.md +++ b/packages/snaps-types/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.26.1] +### Changed +- No changes this release. ## [0.26.0] ### Changed diff --git a/packages/snaps-ui/CHANGELOG.md b/packages/snaps-ui/CHANGELOG.md index c6164f8fc9..ae46bdf096 100644 --- a/packages/snaps-ui/CHANGELOG.md +++ b/packages/snaps-ui/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.26.1] +### Changed +- No changes this release. ## [0.26.0] ### Removed diff --git a/packages/snaps-utils/CHANGELOG.md b/packages/snaps-utils/CHANGELOG.md index 004418eeca..f9e47a1304 100644 --- a/packages/snaps-utils/CHANGELOG.md +++ b/packages/snaps-utils/CHANGELOG.md @@ -7,9 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.26.1] -### Uncategorized -- Hotfix for SnapLocation paths being wrongly normalized ([#1053](https://github.com/MetaMask/snaps-monorepo/pull/1053)) -- Add AVA test runner integration ([#1022](https://github.com/MetaMask/snaps-monorepo/pull/1022)) +### Fixed +- Fix some paths being wrongly normalized ([#1053](https://github.com/MetaMask/snaps-monorepo/pull/1053)) - Fix utils browser export ([#1049](https://github.com/MetaMask/snaps-monorepo/pull/1049)) ## [0.26.0] diff --git a/packages/snaps-webpack-plugin/CHANGELOG.md b/packages/snaps-webpack-plugin/CHANGELOG.md index 172adc164e..c73b55fb80 100644 --- a/packages/snaps-webpack-plugin/CHANGELOG.md +++ b/packages/snaps-webpack-plugin/CHANGELOG.md @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.26.1] -### Uncategorized -- Add AVA test runner integration ([#1022](https://github.com/MetaMask/snaps-monorepo/pull/1022)) +### Changed +- No changes this release. ## [0.26.0] ### Changed From 50bf2381e74ba04e404b0d32a6cccf31593aa3a8 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 8 Dec 2022 12:31:31 +0100 Subject: [PATCH 3/3] Update yarn.lock and manifests --- .../examples/bls-signer/snap.manifest.json | 2 +- .../examples/browserify/snap.manifest.json | 2 +- .../examples/ethers-js/snap.manifest.json | 2 +- .../examples/insights/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 | 84 +++++++++---------- 11 files changed, 52 insertions(+), 52 deletions(-) diff --git a/packages/examples/examples/bls-signer/snap.manifest.json b/packages/examples/examples/bls-signer/snap.manifest.json index 0a5412368e..a37a20ea23 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.26.0", + "version": "0.26.1", "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 7b83bce3c5..0633520987 100644 --- a/packages/examples/examples/browserify/snap.manifest.json +++ b/packages/examples/examples/browserify/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.26.0", + "version": "0.26.1", "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 b9b04e2231..b37485e417 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.26.0", + "version": "0.26.1", "description": "An example Snap that that uses ethers.js.", "proposedName": "ethers-js-snap", "repository": { diff --git a/packages/examples/examples/insights/snap.manifest.json b/packages/examples/examples/insights/snap.manifest.json index 9af1d398bc..f556ec615c 100644 --- a/packages/examples/examples/insights/snap.manifest.json +++ b/packages/examples/examples/insights/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.26.0", + "version": "0.26.1", "description": "An example transaction insights Snap.", "proposedName": "Transaction Insights Example Snap", "repository": { diff --git a/packages/examples/examples/ipfs/snap.manifest.json b/packages/examples/examples/ipfs/snap.manifest.json index 8caecc97be..d1b7b07c41 100644 --- a/packages/examples/examples/ipfs/snap.manifest.json +++ b/packages/examples/examples/ipfs/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.26.0", + "version": "0.26.1", "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 e55adbd85b..76be7f99eb 100644 --- a/packages/examples/examples/notifications/snap.manifest.json +++ b/packages/examples/examples/notifications/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.26.0", + "version": "0.26.1", "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 4f58744535..0af1c89cd3 100644 --- a/packages/examples/examples/rollup/snap.manifest.json +++ b/packages/examples/examples/rollup/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.26.0", + "version": "0.26.1", "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 2757cce4d5..d2d4442594 100644 --- a/packages/examples/examples/typescript/snap.manifest.json +++ b/packages/examples/examples/typescript/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.26.0", + "version": "0.26.1", "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 79ab0ba0e1..9000979bb2 100644 --- a/packages/examples/examples/wasm/snap.manifest.json +++ b/packages/examples/examples/wasm/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.26.0", + "version": "0.26.1", "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 c51d5b8d30..aed3cea449 100644 --- a/packages/examples/examples/webpack/snap.manifest.json +++ b/packages/examples/examples/webpack/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.26.0", + "version": "0.26.1", "description": "An example Snap built using TypeScript and Webpack", "proposedName": "webpack-snap", "repository": { diff --git a/yarn.lock b/yarn.lock index 3678301a14..8e462fd812 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2586,7 +2586,7 @@ __metadata: "@metamask/eslint-config-typescript": ^11.0.0 "@metamask/providers": ^10.2.0 "@metamask/safe-event-emitter": ^2.0.0 - "@metamask/snaps-utils": ^0.26.0 + "@metamask/snaps-utils": ^0.26.1 "@metamask/utils": ^3.3.1 "@types/jest": ^27.5.1 "@typescript-eslint/eslint-plugin": ^5.42.1 @@ -2672,7 +2672,7 @@ __metadata: languageName: node linkType: hard -"@metamask/rpc-methods@^0.26.0, @metamask/rpc-methods@workspace:packages/rpc-methods": +"@metamask/rpc-methods@^0.26.1, @metamask/rpc-methods@workspace:packages/rpc-methods": version: 0.0.0-use.local resolution: "@metamask/rpc-methods@workspace:packages/rpc-methods" dependencies: @@ -2684,7 +2684,7 @@ __metadata: "@metamask/eslint-config-typescript": ^11.0.0 "@metamask/key-tree": ^6.0.0 "@metamask/permission-controller": ^1.0.1 - "@metamask/snaps-utils": ^0.26.0 + "@metamask/snaps-utils": ^0.26.1 "@metamask/types": ^1.1.0 "@metamask/utils": ^3.3.1 "@noble/hashes": ^1.1.3 @@ -2720,7 +2720,7 @@ __metadata: languageName: node linkType: hard -"@metamask/snaps-browserify-plugin@^0.26.0, @metamask/snaps-browserify-plugin@workspace:packages/snaps-browserify-plugin": +"@metamask/snaps-browserify-plugin@^0.26.1, @metamask/snaps-browserify-plugin@workspace:packages/snaps-browserify-plugin": version: 0.0.0-use.local resolution: "@metamask/snaps-browserify-plugin@workspace:packages/snaps-browserify-plugin" dependencies: @@ -2730,7 +2730,7 @@ __metadata: "@metamask/eslint-config-jest": ^11.0.0 "@metamask/eslint-config-nodejs": ^11.0.1 "@metamask/eslint-config-typescript": ^11.0.0 - "@metamask/snaps-utils": ^0.26.0 + "@metamask/snaps-utils": ^0.26.1 "@types/browserify": ^12.0.37 "@types/convert-source-map": ^1.5.2 "@types/jest": ^27.5.1 @@ -2758,7 +2758,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/snaps-cli@^0.26.0, @metamask/snaps-cli@workspace:packages/snaps-cli": +"@metamask/snaps-cli@^0.26.1, @metamask/snaps-cli@workspace:packages/snaps-cli": version: 0.0.0-use.local resolution: "@metamask/snaps-cli@workspace:packages/snaps-cli" dependencies: @@ -2776,8 +2776,8 @@ __metadata: "@metamask/eslint-config-jest": ^11.0.0 "@metamask/eslint-config-nodejs": ^11.0.1 "@metamask/eslint-config-typescript": ^11.0.0 - "@metamask/snaps-browserify-plugin": ^0.26.0 - "@metamask/snaps-utils": ^0.26.0 + "@metamask/snaps-browserify-plugin": ^0.26.1 + "@metamask/snaps-utils": ^0.26.1 "@metamask/utils": ^3.3.1 "@types/browserify": ^12.0.36 "@types/is-url": ^1.2.28 @@ -2838,10 +2838,10 @@ __metadata: "@metamask/object-multiplex": ^1.1.0 "@metamask/permission-controller": ^1.0.1 "@metamask/post-message-stream": ^6.0.0 - "@metamask/rpc-methods": ^0.26.0 - "@metamask/snaps-execution-environments": ^0.26.0 - "@metamask/snaps-types": ^0.26.0 - "@metamask/snaps-utils": ^0.26.0 + "@metamask/rpc-methods": ^0.26.1 + "@metamask/snaps-execution-environments": ^0.26.1 + "@metamask/snaps-types": ^0.26.1 + "@metamask/snaps-utils": ^0.26.1 "@metamask/subject-metadata-controller": ^1.0.1 "@metamask/template-snap": ^0.7.0 "@metamask/utils": ^3.3.1 @@ -2889,7 +2889,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/snaps-execution-environments@^0.26.0, @metamask/snaps-execution-environments@workspace:packages/snaps-execution-environments": +"@metamask/snaps-execution-environments@^0.26.1, @metamask/snaps-execution-environments@workspace:packages/snaps-execution-environments": version: 0.0.0-use.local resolution: "@metamask/snaps-execution-environments@workspace:packages/snaps-execution-environments" dependencies: @@ -2903,8 +2903,8 @@ __metadata: "@metamask/object-multiplex": ^1.2.0 "@metamask/post-message-stream": ^6.0.0 "@metamask/providers": ^10.2.0 - "@metamask/snaps-types": ^0.26.0 - "@metamask/snaps-utils": ^0.26.0 + "@metamask/snaps-types": ^0.26.1 + "@metamask/snaps-utils": ^0.26.1 "@metamask/utils": ^3.3.1 "@types/jest": ^27.5.1 "@types/node": ^17.0.36 @@ -2949,7 +2949,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/snaps-rollup-plugin@^0.26.0, @metamask/snaps-rollup-plugin@workspace:packages/snaps-rollup-plugin": +"@metamask/snaps-rollup-plugin@^0.26.1, @metamask/snaps-rollup-plugin@workspace:packages/snaps-rollup-plugin": version: 0.0.0-use.local resolution: "@metamask/snaps-rollup-plugin@workspace:packages/snaps-rollup-plugin" dependencies: @@ -2959,7 +2959,7 @@ __metadata: "@metamask/eslint-config-jest": ^11.0.0 "@metamask/eslint-config-nodejs": ^11.0.1 "@metamask/eslint-config-typescript": ^11.0.0 - "@metamask/snaps-utils": ^0.26.0 + "@metamask/snaps-utils": ^0.26.1 "@rollup/plugin-virtual": ^2.1.0 "@types/jest": ^27.5.1 "@typescript-eslint/eslint-plugin": ^5.42.1 @@ -2984,7 +2984,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/snaps-types@^0.26.0, @metamask/snaps-types@workspace:packages/snaps-types": +"@metamask/snaps-types@^0.26.1, @metamask/snaps-types@workspace:packages/snaps-types": version: 0.0.0-use.local resolution: "@metamask/snaps-types@workspace:packages/snaps-types" dependencies: @@ -2995,7 +2995,7 @@ __metadata: "@metamask/eslint-config-nodejs": ^11.0.1 "@metamask/eslint-config-typescript": ^11.0.0 "@metamask/providers": ^10.2.0 - "@metamask/snaps-utils": ^0.26.0 + "@metamask/snaps-utils": ^0.26.1 "@metamask/types": ^1.1.0 "@typescript-eslint/eslint-plugin": ^5.42.1 "@typescript-eslint/parser": ^5.42.1 @@ -3049,7 +3049,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/snaps-utils@^0.26.0, @metamask/snaps-utils@workspace:packages/snaps-utils": +"@metamask/snaps-utils@^0.26.1, @metamask/snaps-utils@workspace:packages/snaps-utils": version: 0.0.0-use.local resolution: "@metamask/snaps-utils@workspace:packages/snaps-utils" dependencies: @@ -3061,7 +3061,7 @@ __metadata: "@metamask/eslint-config-jest": ^11.0.0 "@metamask/eslint-config-nodejs": ^11.0.1 "@metamask/eslint-config-typescript": ^11.0.0 - "@metamask/snaps-types": ^0.26.0 + "@metamask/snaps-types": ^0.26.1 "@metamask/utils": ^3.3.1 "@noble/hashes": ^1.1.3 "@scure/base": ^1.1.1 @@ -3097,7 +3097,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/snaps-webpack-plugin@^0.26.0, @metamask/snaps-webpack-plugin@workspace:packages/snaps-webpack-plugin": +"@metamask/snaps-webpack-plugin@^0.26.1, @metamask/snaps-webpack-plugin@workspace:packages/snaps-webpack-plugin": version: 0.0.0-use.local resolution: "@metamask/snaps-webpack-plugin@workspace:packages/snaps-webpack-plugin" dependencies: @@ -3107,7 +3107,7 @@ __metadata: "@metamask/eslint-config-jest": ^11.0.0 "@metamask/eslint-config-nodejs": ^11.0.1 "@metamask/eslint-config-typescript": ^11.0.0 - "@metamask/snaps-utils": ^0.26.0 + "@metamask/snaps-utils": ^0.26.1 "@metamask/utils": ^3.3.0 "@types/jest": ^27.5.1 "@types/webpack-sources": ^3.2.0 @@ -5348,7 +5348,7 @@ __metadata: "@metamask/eslint-config-jest": ^11.0.0 "@metamask/eslint-config-nodejs": ^11.0.1 "@metamask/eslint-config-typescript": ^11.0.0 - "@metamask/snaps-cli": ^0.26.0 + "@metamask/snaps-cli": ^0.26.1 "@typescript-eslint/eslint-plugin": ^5.42.1 "@typescript-eslint/parser": ^5.42.1 eslint: ^8.27.0 @@ -5576,9 +5576,9 @@ __metadata: "@metamask/eslint-config-jest": ^11.0.0 "@metamask/eslint-config-nodejs": ^11.0.1 "@metamask/eslint-config-typescript": ^11.0.0 - "@metamask/snaps-browserify-plugin": ^0.26.0 - "@metamask/snaps-cli": ^0.26.0 - "@metamask/snaps-types": ^0.26.0 + "@metamask/snaps-browserify-plugin": ^0.26.1 + "@metamask/snaps-cli": ^0.26.1 + "@metamask/snaps-types": ^0.26.1 "@types/browserify": ^12.0.37 "@types/gulp": ^4.0.9 "@types/node": ^17.0.33 @@ -8063,7 +8063,7 @@ __metadata: "@metamask/eslint-config-jest": ^11.0.0 "@metamask/eslint-config-nodejs": ^11.0.1 "@metamask/eslint-config-typescript": ^11.0.0 - "@metamask/snaps-cli": ^0.26.0 + "@metamask/snaps-cli": ^0.26.1 "@typescript-eslint/eslint-plugin": ^5.42.1 "@typescript-eslint/parser": ^5.42.1 eslint: ^8.27.0 @@ -8182,7 +8182,7 @@ __metadata: "@metamask/eslint-config-jest": ^11.0.0 "@metamask/eslint-config-nodejs": ^11.0.1 "@metamask/eslint-config-typescript": ^11.0.0 - "@metamask/snaps-cli": ^0.26.0 + "@metamask/snaps-cli": ^0.26.1 "@typescript-eslint/eslint-plugin": ^5.42.1 "@typescript-eslint/parser": ^5.42.1 eslint: ^8.27.0 @@ -9752,7 +9752,7 @@ __metadata: "@metamask/eslint-config-jest": ^11.0.0 "@metamask/eslint-config-nodejs": ^11.0.1 "@metamask/eslint-config-typescript": ^11.0.0 - "@metamask/snaps-cli": ^0.26.0 + "@metamask/snaps-cli": ^0.26.1 "@typescript-eslint/eslint-plugin": ^5.42.1 "@typescript-eslint/parser": ^5.42.1 eslint: ^8.27.0 @@ -12358,7 +12358,7 @@ __metadata: "@metamask/eslint-config-jest": ^11.0.0 "@metamask/eslint-config-nodejs": ^11.0.1 "@metamask/eslint-config-typescript": ^11.0.0 - "@metamask/snaps-cli": ^0.26.0 + "@metamask/snaps-cli": ^0.26.1 "@typescript-eslint/eslint-plugin": ^5.42.1 "@typescript-eslint/parser": ^5.42.1 eslint: ^8.27.0 @@ -14096,9 +14096,9 @@ __metadata: "@metamask/eslint-config-jest": ^11.0.0 "@metamask/eslint-config-nodejs": ^11.0.1 "@metamask/eslint-config-typescript": ^11.0.0 - "@metamask/snaps-cli": ^0.26.0 - "@metamask/snaps-rollup-plugin": ^0.26.0 - "@metamask/snaps-types": ^0.26.0 + "@metamask/snaps-cli": ^0.26.1 + "@metamask/snaps-rollup-plugin": ^0.26.1 + "@metamask/snaps-types": ^0.26.1 "@rollup/plugin-babel": ^5.3.1 "@types/node": ^17.0.33 "@typescript-eslint/eslint-plugin": ^5.42.1 @@ -15613,8 +15613,8 @@ __metadata: "@metamask/eslint-config-jest": ^11.0.0 "@metamask/eslint-config-nodejs": ^11.0.1 "@metamask/eslint-config-typescript": ^11.0.0 - "@metamask/snaps-cli": ^0.26.0 - "@metamask/snaps-types": ^0.26.0 + "@metamask/snaps-cli": ^0.26.1 + "@metamask/snaps-types": ^0.26.1 "@metamask/utils": ^3.3.1 "@typescript-eslint/eslint-plugin": ^5.42.1 "@typescript-eslint/parser": ^5.42.1 @@ -15897,8 +15897,8 @@ __metadata: "@metamask/eslint-config-jest": ^11.0.0 "@metamask/eslint-config-nodejs": ^11.0.1 "@metamask/eslint-config-typescript": ^11.0.0 - "@metamask/snaps-cli": ^0.26.0 - "@metamask/snaps-types": ^0.26.0 + "@metamask/snaps-cli": ^0.26.1 + "@metamask/snaps-types": ^0.26.1 "@typescript-eslint/eslint-plugin": ^5.42.1 "@typescript-eslint/parser": ^5.42.1 eslint: ^8.27.0 @@ -16372,7 +16372,7 @@ __metadata: "@metamask/eslint-config-jest": ^11.0.0 "@metamask/eslint-config-nodejs": ^11.0.1 "@metamask/eslint-config-typescript": ^11.0.0 - "@metamask/snaps-cli": ^0.26.0 + "@metamask/snaps-cli": ^0.26.1 "@typescript-eslint/eslint-plugin": ^5.42.1 "@typescript-eslint/parser": ^5.42.1 assemblyscript: ^0.19.23 @@ -16526,9 +16526,9 @@ __metadata: "@metamask/eslint-config-jest": ^11.0.0 "@metamask/eslint-config-nodejs": ^11.0.1 "@metamask/eslint-config-typescript": ^11.0.0 - "@metamask/snaps-cli": ^0.26.0 - "@metamask/snaps-types": ^0.26.0 - "@metamask/snaps-webpack-plugin": ^0.26.0 + "@metamask/snaps-cli": ^0.26.1 + "@metamask/snaps-types": ^0.26.1 + "@metamask/snaps-webpack-plugin": ^0.26.1 "@types/node": ^17.0.33 "@typescript-eslint/eslint-plugin": ^5.42.1 "@typescript-eslint/parser": ^5.42.1