From aecddc74657d47fd020ddb7320d7710771ac6556 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 7 Nov 2022 09:45:15 +0000 Subject: [PATCH 1/4] 0.23.0 --- package.json | 2 +- packages/cli/CHANGELOG.md | 11 ++++++++++- packages/cli/package.json | 6 +++--- packages/controllers/CHANGELOG.md | 16 +++++++++++++++- packages/controllers/package.json | 10 +++++----- packages/examples/CHANGELOG.md | 7 ++++++- .../examples/examples/bls-signer/package.json | 4 ++-- .../examples/examples/browserify/package.json | 8 ++++---- .../examples/examples/ethers-js/package.json | 4 ++-- packages/examples/examples/insights/package.json | 6 +++--- packages/examples/examples/ipfs/package.json | 4 ++-- .../examples/examples/notifications/package.json | 4 ++-- packages/examples/examples/rollup/package.json | 8 ++++---- .../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/execution-environments/CHANGELOG.md | 11 ++++++++++- packages/execution-environments/package.json | 6 +++--- packages/plugin-browserify/CHANGELOG.md | 5 ++++- packages/plugin-browserify/package.json | 4 ++-- packages/plugin-rollup/CHANGELOG.md | 5 ++++- packages/plugin-rollup/package.json | 4 ++-- packages/plugin-webpack/CHANGELOG.md | 8 +++++++- packages/plugin-webpack/package.json | 4 ++-- packages/provider/CHANGELOG.md | 8 +++++++- packages/provider/package.json | 6 +++--- packages/rpc-methods/CHANGELOG.md | 9 ++++++++- packages/rpc-methods/package.json | 4 ++-- packages/types/CHANGELOG.md | 7 ++++++- packages/types/package.json | 4 ++-- packages/utils/CHANGELOG.md | 13 ++++++++++++- packages/utils/package.json | 4 ++-- 33 files changed, 146 insertions(+), 68 deletions(-) diff --git a/package.json b/package.json index 8a211dcfa5..31afbc36fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.22.3", + "version": "0.23.0", "private": true, "repository": { "type": "git", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 8e682ba464..2c9dd768c3 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.23.0] +### Uncategorized +- Refactor `mm-snap init` command ([#866](https://github.com/MetaMask/snaps-monorepo/pull/866)) +- Upgrade packages to resolve security advisories ([#912](https://github.com/MetaMask/snaps-monorepo/pull/912)) +- Replace auto type guard with struct ([#911](https://github.com/MetaMask/snaps-monorepo/pull/911)) +- Bump @metamask/utils to 3.3.0 ([#906](https://github.com/MetaMask/snaps-monorepo/pull/906)) +- Remove JSON schemas in favour of structs ([#862](https://github.com/MetaMask/snaps-monorepo/pull/862)) + ## [0.22.3] ### Changed - No changes this release. @@ -249,7 +257,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.22.3...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.23.0...HEAD +[0.23.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.3...v0.23.0 [0.22.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...v0.22.3 [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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 2c008b715b..f8e9933b9e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-cli", - "version": "0.22.3", + "version": "0.23.0", "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/snap-utils": "^0.22.3", - "@metamask/snaps-browserify-plugin": "^0.22.3", + "@metamask/snap-utils": "^0.23.0", + "@metamask/snaps-browserify-plugin": "^0.23.0", "@metamask/utils": "^3.3.0", "babelify": "^10.0.0", "browserify": "^17.0.0", diff --git a/packages/controllers/CHANGELOG.md b/packages/controllers/CHANGELOG.md index d1fc9d3ed1..70bf7954cf 100644 --- a/packages/controllers/CHANGELOG.md +++ b/packages/controllers/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.23.0] +### Uncategorized +- Upgrade packages to resolve security advisories ([#912](https://github.com/MetaMask/snaps-monorepo/pull/912)) +- Bump @metamask/utils to 3.3.0 ([#906](https://github.com/MetaMask/snaps-monorepo/pull/906)) +- Stop including snap state in controller state ([#876](https://github.com/MetaMask/snaps-monorepo/pull/876)) +- Add missing cronjob exports ([#890](https://github.com/MetaMask/snaps-monorepo/pull/890)) +- Add snap cronjobs ([#651](https://github.com/MetaMask/snaps-monorepo/pull/651)) +- Make `SnapController.add()` private ([#883](https://github.com/MetaMask/snaps-monorepo/pull/883)) +- Improve keyring endowment error messaging ([#884](https://github.com/MetaMask/snaps-monorepo/pull/884)) +- Stop including source code in state ([#861](https://github.com/MetaMask/snaps-monorepo/pull/861)) +- Remove JSON schemas in favour of structs ([#862](https://github.com/MetaMask/snaps-monorepo/pull/862)) +- `@metamask/controllers@32.0.2` ([#868](https://github.com/MetaMask/snaps-monorepo/pull/868)) + ## [0.22.3] ### Changed - No changes this release. @@ -372,7 +385,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.22.3...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.23.0...HEAD +[0.23.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.3...v0.23.0 [0.22.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...v0.22.3 [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 diff --git a/packages/controllers/package.json b/packages/controllers/package.json index eb6ef999c3..664dfbd354 100644 --- a/packages/controllers/package.json +++ b/packages/controllers/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-controllers", - "version": "0.22.3", + "version": "0.23.0", "description": "Controllers for MetaMask Snaps.", "repository": { "type": "git", @@ -33,12 +33,12 @@ "dependencies": { "@metamask/browser-passworder": "^3.0.0", "@metamask/controllers": "^32.0.2", - "@metamask/execution-environments": "^0.22.3", + "@metamask/execution-environments": "^0.23.0", "@metamask/object-multiplex": "^1.1.0", "@metamask/post-message-stream": "^6.0.0", - "@metamask/rpc-methods": "^0.22.3", - "@metamask/snap-types": "^0.22.3", - "@metamask/snap-utils": "^0.22.3", + "@metamask/rpc-methods": "^0.23.0", + "@metamask/snap-types": "^0.23.0", + "@metamask/snap-utils": "^0.23.0", "@metamask/utils": "^3.3.0", "@xstate/fsm": "^2.0.0", "concat-stream": "^2.0.0", diff --git a/packages/examples/CHANGELOG.md b/packages/examples/CHANGELOG.md index 6f9307bc9b..44b07af4c4 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.23.0] +### Uncategorized +- Bump @metamask/utils to 3.3.0 ([#906](https://github.com/MetaMask/snaps-monorepo/pull/906)) + ## [0.22.3] ### Added - Add transaction insights example snap ([#838](https://github.com/MetaMask/snaps-monorepo/pull/838)) @@ -184,7 +188,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.22.3...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.23.0...HEAD +[0.23.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.3...v0.23.0 [0.22.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...v0.22.3 [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 diff --git a/packages/examples/examples/bls-signer/package.json b/packages/examples/examples/bls-signer/package.json index 55558b6d3e..34a0a5a8fe 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.3", + "version": "0.23.0", "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.3", + "@metamask/snaps-cli": "^0.23.0", "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 465ba5d2b4..15be74ae0a 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.3", + "version": "0.23.0", "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.3", - "@metamask/snaps-browserify-plugin": "^0.22.3", - "@metamask/snaps-cli": "^0.22.3", + "@metamask/snap-types": "^0.23.0", + "@metamask/snaps-browserify-plugin": "^0.23.0", + "@metamask/snaps-cli": "^0.23.0", "@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 4e9c60134d..8931650c6f 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.3", + "version": "0.23.0", "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.3", + "@metamask/snaps-cli": "^0.23.0", "eslint": "^7.30.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.23.4", diff --git a/packages/examples/examples/insights/package.json b/packages/examples/examples/insights/package.json index 4c4cf94187..dd91015200 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.22.3", + "version": "0.23.0", "private": true, "description": "An example transaction insights Snap.", "repository": { @@ -36,8 +36,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.3", - "@metamask/snaps-cli": "^0.22.3", + "@metamask/snap-types": "^0.23.0", + "@metamask/snaps-cli": "^0.23.0", "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 763c6a2437..373c98fd79 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.3", + "version": "0.23.0", "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.3", + "@metamask/snaps-cli": "^0.23.0", "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 5bf150ddd4..ae079b65b2 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.3", + "version": "0.23.0", "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.3", + "@metamask/snaps-cli": "^0.23.0", "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 2c806fda8d..d835d7f1db 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.3", + "version": "0.23.0", "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.3", - "@metamask/snap-types": "^0.22.3", - "@metamask/snaps-cli": "^0.22.3", + "@metamask/rollup-plugin-snaps": "^0.23.0", + "@metamask/snap-types": "^0.23.0", + "@metamask/snaps-cli": "^0.23.0", "@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 54ece6d00c..059b4e3d96 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.3", + "version": "0.23.0", "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.3", - "@metamask/snaps-cli": "^0.22.3", + "@metamask/snap-types": "^0.23.0", + "@metamask/snaps-cli": "^0.23.0", "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 fd711dbdaf..01d54eecf4 100644 --- a/packages/examples/examples/wasm/package.json +++ b/packages/examples/examples/wasm/package.json @@ -1,6 +1,6 @@ { "name": "wasm", - "version": "0.22.3", + "version": "0.23.0", "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.3", + "@metamask/snaps-cli": "^0.23.0", "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 162eae8be9..926e15d965 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.3", + "version": "0.23.0", "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.3", - "@metamask/snaps-cli": "^0.22.3", - "@metamask/snaps-webpack-plugin": "^0.22.3", + "@metamask/snap-types": "^0.23.0", + "@metamask/snaps-cli": "^0.23.0", + "@metamask/snaps-webpack-plugin": "^0.23.0", "@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 8109b9719d..10203b7fc1 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,6 +1,6 @@ { "name": "examples", - "version": "0.22.3", + "version": "0.23.0", "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.3", + "@metamask/snaps-cli": "^0.23.0", "@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 1dd2b9337b..3ebb712fea 100644 --- a/packages/execution-environments/CHANGELOG.md +++ b/packages/execution-environments/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.23.0] +### Uncategorized +- Upgrade packages to resolve security advisories ([#912](https://github.com/MetaMask/snaps-monorepo/pull/912)) +- Bump @metamask/utils to 3.3.0 ([#906](https://github.com/MetaMask/snaps-monorepo/pull/906)) +- Add snap cronjobs ([#651](https://github.com/MetaMask/snaps-monorepo/pull/651)) +- Improve execution environment type validation ([#844](https://github.com/MetaMask/snaps-monorepo/pull/844)) +- BREAKING: Replace Buffer with Typed Arrays ([#878](https://github.com/MetaMask/snaps-monorepo/pull/878)) + ## [0.22.3] ### Fixed - Fix missing properties on WebSocket MessageEvent ([#845](https://github.com/MetaMask/snaps-monorepo/pull/845)) @@ -149,7 +157,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.22.3...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.23.0...HEAD +[0.23.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.3...v0.23.0 [0.22.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...v0.22.3 [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 diff --git a/packages/execution-environments/package.json b/packages/execution-environments/package.json index 83f02ac270..caecf91b80 100644 --- a/packages/execution-environments/package.json +++ b/packages/execution-environments/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/execution-environments", - "version": "0.22.3", + "version": "0.23.0", "description": "Snap sandbox environments for executing SES javascript", "repository": { "type": "git", @@ -33,8 +33,8 @@ "@metamask/object-multiplex": "^1.2.0", "@metamask/post-message-stream": "^6.0.0", "@metamask/providers": "^9.0.0", - "@metamask/snap-types": "^0.22.3", - "@metamask/snap-utils": "^0.22.3", + "@metamask/snap-types": "^0.23.0", + "@metamask/snap-utils": "^0.23.0", "@metamask/utils": "^3.3.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 d510bf8ba6..cd1f2dd525 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.23.0] + ## [0.22.3] ### Changed - No changes this release. @@ -71,7 +73,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.22.3...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.23.0...HEAD +[0.23.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.3...v0.23.0 [0.22.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...v0.22.3 [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 diff --git a/packages/plugin-browserify/package.json b/packages/plugin-browserify/package.json index f5cdc923a6..8f10698678 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.3", + "version": "0.23.0", "keywords": [ "browserify-plugin" ], @@ -28,7 +28,7 @@ "publish:package": "../../scripts/publish-package.sh" }, "dependencies": { - "@metamask/snap-utils": "^0.22.3", + "@metamask/snap-utils": "^0.23.0", "convert-source-map": "^1.8.0" }, "devDependencies": { diff --git a/packages/plugin-rollup/CHANGELOG.md b/packages/plugin-rollup/CHANGELOG.md index 45c62b86b1..410e814694 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.23.0] + ## [0.22.3] ### Changed - No changes this release. @@ -67,7 +69,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.22.3...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.23.0...HEAD +[0.23.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.3...v0.23.0 [0.22.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...v0.22.3 [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 diff --git a/packages/plugin-rollup/package.json b/packages/plugin-rollup/package.json index 12a787d6b3..d8f8f3a3c3 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.3", + "version": "0.23.0", "keywords": [ "rollup", "rollup-plugin" @@ -29,7 +29,7 @@ "publish:package": "../../scripts/publish-package.sh" }, "dependencies": { - "@metamask/snap-utils": "^0.22.3" + "@metamask/snap-utils": "^0.23.0" }, "devDependencies": { "@lavamoat/allow-scripts": "^2.0.3", diff --git a/packages/plugin-webpack/CHANGELOG.md b/packages/plugin-webpack/CHANGELOG.md index 69c3f68553..88241c01df 100644 --- a/packages/plugin-webpack/CHANGELOG.md +++ b/packages/plugin-webpack/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.23.0] +### Uncategorized +- Bump @metamask/utils to 3.3.0 ([#906](https://github.com/MetaMask/snaps-monorepo/pull/906)) +- Fix Webpack plugin issue with existing files ([#858](https://github.com/MetaMask/snaps-monorepo/pull/858)) + ## [0.22.3] ### Changed - No changes this release. @@ -71,7 +76,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.22.3...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.23.0...HEAD +[0.23.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.3...v0.23.0 [0.22.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...v0.22.3 [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 diff --git a/packages/plugin-webpack/package.json b/packages/plugin-webpack/package.json index e7877feba0..92b8b7e5f7 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.3", + "version": "0.23.0", "keywords": [ "webpack", "plugin" @@ -29,7 +29,7 @@ "publish:package": "../../scripts/publish-package.sh" }, "dependencies": { - "@metamask/snap-utils": "^0.22.3", + "@metamask/snap-utils": "^0.23.0", "@metamask/utils": "^3.3.0", "webpack-sources": "^3.2.3" }, diff --git a/packages/provider/CHANGELOG.md b/packages/provider/CHANGELOG.md index fdfda44adf..baec1620b3 100644 --- a/packages/provider/CHANGELOG.md +++ b/packages/provider/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.23.0] +### Uncategorized +- Bump @metamask/utils to 3.3.0 ([#906](https://github.com/MetaMask/snaps-monorepo/pull/906)) +- Export `MultiChainProvider` types ([#857](https://github.com/MetaMask/snaps-monorepo/pull/857)) + ## [0.22.3] ### Fixed - Stop assuming wrapped responses from MetaMask provider ([#854](https://github.com/MetaMask/snaps-monorepo/pull/854)) @@ -22,7 +27,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.22.3...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.23.0...HEAD +[0.23.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.3...v0.23.0 [0.22.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...v0.22.3 [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 diff --git a/packages/provider/package.json b/packages/provider/package.json index a76469e1e9..69d0f98546 100644 --- a/packages/provider/package.json +++ b/packages/provider/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/multichain-provider", - "version": "0.22.3", + "version": "0.23.0", "repository": { "type": "git", "url": "https://github.com/MetaMask/snaps-monorepo.git" @@ -26,7 +26,7 @@ }, "dependencies": { "@metamask/safe-event-emitter": "^2.0.0", - "@metamask/snap-types": "^0.22.3", + "@metamask/snap-types": "^0.23.0", "@metamask/utils": "^3.3.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.3", + "@metamask/snap-utils": "^0.23.0", "@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 596cbdb188..2a27aa960a 100644 --- a/packages/rpc-methods/CHANGELOG.md +++ b/packages/rpc-methods/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.23.0] +### Uncategorized +- BREAKING: Bump `@metamask/key-tree` to 6.0.0 ([#918](https://github.com/MetaMask/snaps-monorepo/pull/918)) +- Bump @metamask/utils to 3.3.0 ([#906](https://github.com/MetaMask/snaps-monorepo/pull/906)) +- `@metamask/controllers@32.0.2` ([#868](https://github.com/MetaMask/snaps-monorepo/pull/868)) + ## [0.22.3] ### Changed - No changes this release. @@ -221,7 +227,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.22.3...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.23.0...HEAD +[0.23.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.3...v0.23.0 [0.22.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...v0.22.3 [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 diff --git a/packages/rpc-methods/package.json b/packages/rpc-methods/package.json index 0de109dfa5..ee0d356610 100644 --- a/packages/rpc-methods/package.json +++ b/packages/rpc-methods/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/rpc-methods", - "version": "0.22.3", + "version": "0.23.0", "description": "MetaMask Snap RPC method implementations.", "repository": { "type": "git", @@ -28,7 +28,7 @@ "dependencies": { "@metamask/controllers": "^32.0.2", "@metamask/key-tree": "^6.0.0", - "@metamask/snap-utils": "^0.22.3", + "@metamask/snap-utils": "^0.23.0", "@metamask/types": "^1.1.0", "@metamask/utils": "^3.3.0", "eth-rpc-errors": "^4.0.2", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 8a69d4cea9..8cdd479dbf 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.23.0] +### Uncategorized +- Add snap cronjobs ([#651](https://github.com/MetaMask/snaps-monorepo/pull/651)) + ## [0.22.3] ### Changed - No changes this release. @@ -194,7 +198,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.22.3...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.23.0...HEAD +[0.23.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.3...v0.23.0 [0.22.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...v0.22.3 [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 diff --git a/packages/types/package.json b/packages/types/package.json index 2a7b69f498..2e72959edb 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-types", - "version": "0.22.3", + "version": "0.23.0", "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.3", + "@metamask/snap-utils": "^0.23.0", "@metamask/types": "^1.1.0" }, "devDependencies": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index a8558d8f44..6ab2759530 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.23.0] +### Uncategorized +- Upgrade packages to resolve security advisories ([#912](https://github.com/MetaMask/snaps-monorepo/pull/912)) +- Bump @metamask/utils to 3.3.0 ([#906](https://github.com/MetaMask/snaps-monorepo/pull/906)) +- Add snap cronjobs ([#651](https://github.com/MetaMask/snaps-monorepo/pull/651)) +- Improve keyring endowment error messaging ([#884](https://github.com/MetaMask/snaps-monorepo/pull/884)) +- BREAKING: Replace Buffer with Typed Arrays ([#878](https://github.com/MetaMask/snaps-monorepo/pull/878)) +- Stop including source code in state ([#861](https://github.com/MetaMask/snaps-monorepo/pull/861)) +- Remove JSON schemas in favour of structs ([#862](https://github.com/MetaMask/snaps-monorepo/pull/862)) + ## [0.22.3] ### Fixed - Make @babel/types a regular dependency ([#852](https://github.com/MetaMask/snaps-monorepo/pull/852)) @@ -81,7 +91,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.22.3...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.23.0...HEAD +[0.23.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.3...v0.23.0 [0.22.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...v0.22.3 [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 diff --git a/packages/utils/package.json b/packages/utils/package.json index 6e5e2e4b6c..005f9239e5 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-utils", - "version": "0.22.3", + "version": "0.23.0", "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/snap-types": "^0.22.3", + "@metamask/snap-types": "^0.23.0", "@metamask/utils": "^3.3.0", "@noble/hashes": "^1.1.3", "@scure/base": "^1.1.1", From ab853a37710c38afbfe8543623a5fff0ee0146ad Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Mon, 7 Nov 2022 10:50:17 +0100 Subject: [PATCH 2/4] Update changelogs --- packages/cli/CHANGELOG.md | 10 +++++----- packages/controllers/CHANGELOG.md | 18 ++++++++---------- packages/examples/CHANGELOG.md | 4 ++-- packages/execution-environments/CHANGELOG.md | 8 ++++---- packages/plugin-browserify/CHANGELOG.md | 2 ++ packages/plugin-rollup/CHANGELOG.md | 2 ++ packages/plugin-webpack/CHANGELOG.md | 3 +-- packages/provider/CHANGELOG.md | 3 +-- packages/rpc-methods/CHANGELOG.md | 8 ++++---- packages/types/CHANGELOG.md | 2 +- packages/utils/CHANGELOG.md | 14 ++++++++------ 11 files changed, 38 insertions(+), 36 deletions(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2c9dd768c3..d2c9a68604 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -7,12 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.23.0] -### Uncategorized -- Refactor `mm-snap init` command ([#866](https://github.com/MetaMask/snaps-monorepo/pull/866)) -- Upgrade packages to resolve security advisories ([#912](https://github.com/MetaMask/snaps-monorepo/pull/912)) +### Changed +- **BREAKING:** Refactor `mm-snap init` command ([#866](https://github.com/MetaMask/snaps-monorepo/pull/866)) + - `mm-snap init` only takes one optional argument now, a directory for the snap to be initialized in. + - It uses a new snap monorepo template. - Replace auto type guard with struct ([#911](https://github.com/MetaMask/snaps-monorepo/pull/911)) -- Bump @metamask/utils to 3.3.0 ([#906](https://github.com/MetaMask/snaps-monorepo/pull/906)) -- Remove JSON schemas in favour of structs ([#862](https://github.com/MetaMask/snaps-monorepo/pull/862)) +- Replace JSON schema validation with structs ([#862](https://github.com/MetaMask/snaps-monorepo/pull/862)) ## [0.22.3] ### Changed diff --git a/packages/controllers/CHANGELOG.md b/packages/controllers/CHANGELOG.md index 70bf7954cf..71cbe97653 100644 --- a/packages/controllers/CHANGELOG.md +++ b/packages/controllers/CHANGELOG.md @@ -7,17 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.23.0] -### Uncategorized -- Upgrade packages to resolve security advisories ([#912](https://github.com/MetaMask/snaps-monorepo/pull/912)) -- Bump @metamask/utils to 3.3.0 ([#906](https://github.com/MetaMask/snaps-monorepo/pull/906)) -- Stop including snap state in controller state ([#876](https://github.com/MetaMask/snaps-monorepo/pull/876)) -- Add missing cronjob exports ([#890](https://github.com/MetaMask/snaps-monorepo/pull/890)) -- Add snap cronjobs ([#651](https://github.com/MetaMask/snaps-monorepo/pull/651)) -- Make `SnapController.add()` private ([#883](https://github.com/MetaMask/snaps-monorepo/pull/883)) +### Added +- Add snap cronjobs ([#651](https://github.com/MetaMask/snaps-monorepo/pull/651), [#890](https://github.com/MetaMask/snaps-monorepo/pull/890)) + +### Changed +- **BREAKING:** Make `SnapController.add()` private ([#883](https://github.com/MetaMask/snaps-monorepo/pull/883)) +- **BREAKING:** Stop including snap state in SnapController state ([#876](https://github.com/MetaMask/snaps-monorepo/pull/876)) +- **BREAKING:** Stop including source code in SnapController state ([#861](https://github.com/MetaMask/snaps-monorepo/pull/861)) - Improve keyring endowment error messaging ([#884](https://github.com/MetaMask/snaps-monorepo/pull/884)) -- Stop including source code in state ([#861](https://github.com/MetaMask/snaps-monorepo/pull/861)) -- Remove JSON schemas in favour of structs ([#862](https://github.com/MetaMask/snaps-monorepo/pull/862)) -- `@metamask/controllers@32.0.2` ([#868](https://github.com/MetaMask/snaps-monorepo/pull/868)) +- Replace JSON schema validation with structs ([#862](https://github.com/MetaMask/snaps-monorepo/pull/862)) ## [0.22.3] ### Changed diff --git a/packages/examples/CHANGELOG.md b/packages/examples/CHANGELOG.md index 44b07af4c4..088cafd278 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.23.0] -### Uncategorized -- Bump @metamask/utils to 3.3.0 ([#906](https://github.com/MetaMask/snaps-monorepo/pull/906)) +### Changed +- No changes this release. ## [0.22.3] ### Added diff --git a/packages/execution-environments/CHANGELOG.md b/packages/execution-environments/CHANGELOG.md index 3ebb712fea..c8c2457b41 100644 --- a/packages/execution-environments/CHANGELOG.md +++ b/packages/execution-environments/CHANGELOG.md @@ -7,12 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.23.0] -### Uncategorized -- Upgrade packages to resolve security advisories ([#912](https://github.com/MetaMask/snaps-monorepo/pull/912)) -- Bump @metamask/utils to 3.3.0 ([#906](https://github.com/MetaMask/snaps-monorepo/pull/906)) +### Added - Add snap cronjobs ([#651](https://github.com/MetaMask/snaps-monorepo/pull/651)) + +### Changed +- **BREAKING:** Replace Buffer with Typed Arrays ([#878](https://github.com/MetaMask/snaps-monorepo/pull/878)) - Improve execution environment type validation ([#844](https://github.com/MetaMask/snaps-monorepo/pull/844)) -- BREAKING: Replace Buffer with Typed Arrays ([#878](https://github.com/MetaMask/snaps-monorepo/pull/878)) ## [0.22.3] ### Fixed diff --git a/packages/plugin-browserify/CHANGELOG.md b/packages/plugin-browserify/CHANGELOG.md index cd1f2dd525..80cc2ebfde 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.23.0] +### Changed +- No changes this release. ## [0.22.3] ### Changed diff --git a/packages/plugin-rollup/CHANGELOG.md b/packages/plugin-rollup/CHANGELOG.md index 410e814694..1b8a574ddb 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.23.0] +### Changed +- No changes this release. ## [0.22.3] ### Changed diff --git a/packages/plugin-webpack/CHANGELOG.md b/packages/plugin-webpack/CHANGELOG.md index 88241c01df..10e83ce089 100644 --- a/packages/plugin-webpack/CHANGELOG.md +++ b/packages/plugin-webpack/CHANGELOG.md @@ -7,8 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.23.0] -### Uncategorized -- Bump @metamask/utils to 3.3.0 ([#906](https://github.com/MetaMask/snaps-monorepo/pull/906)) +### Fixed - Fix Webpack plugin issue with existing files ([#858](https://github.com/MetaMask/snaps-monorepo/pull/858)) ## [0.22.3] diff --git a/packages/provider/CHANGELOG.md b/packages/provider/CHANGELOG.md index baec1620b3..15d79ea0f6 100644 --- a/packages/provider/CHANGELOG.md +++ b/packages/provider/CHANGELOG.md @@ -7,8 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.23.0] -### Uncategorized -- Bump @metamask/utils to 3.3.0 ([#906](https://github.com/MetaMask/snaps-monorepo/pull/906)) +### Added - Export `MultiChainProvider` types ([#857](https://github.com/MetaMask/snaps-monorepo/pull/857)) ## [0.22.3] diff --git a/packages/rpc-methods/CHANGELOG.md b/packages/rpc-methods/CHANGELOG.md index 2a27aa960a..d777b332b6 100644 --- a/packages/rpc-methods/CHANGELOG.md +++ b/packages/rpc-methods/CHANGELOG.md @@ -7,10 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.23.0] -### Uncategorized -- BREAKING: Bump `@metamask/key-tree` to 6.0.0 ([#918](https://github.com/MetaMask/snaps-monorepo/pull/918)) -- Bump @metamask/utils to 3.3.0 ([#906](https://github.com/MetaMask/snaps-monorepo/pull/906)) -- `@metamask/controllers@32.0.2` ([#868](https://github.com/MetaMask/snaps-monorepo/pull/868)) +### Changed +- **BREAKING:** Bump `@metamask/key-tree` to 6.0.0 ([#918](https://github.com/MetaMask/snaps-monorepo/pull/918)) + - All hexadecimal values are now prefixed with `0x` + - The package no longer requires the use of `Buffer`, because of that some fields have been renamed. ## [0.22.3] ### Changed diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 8cdd479dbf..8ffbf803ee 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.23.0] -### Uncategorized +### Added - Add snap cronjobs ([#651](https://github.com/MetaMask/snaps-monorepo/pull/651)) ## [0.22.3] diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 6ab2759530..aa681d2240 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.23.0] -### Uncategorized -- Upgrade packages to resolve security advisories ([#912](https://github.com/MetaMask/snaps-monorepo/pull/912)) -- Bump @metamask/utils to 3.3.0 ([#906](https://github.com/MetaMask/snaps-monorepo/pull/906)) +### Added - Add snap cronjobs ([#651](https://github.com/MetaMask/snaps-monorepo/pull/651)) + +### Changed +- **BREAKING:** Replace Buffer with Typed Arrays ([#878](https://github.com/MetaMask/snaps-monorepo/pull/878)) - Improve keyring endowment error messaging ([#884](https://github.com/MetaMask/snaps-monorepo/pull/884)) -- BREAKING: Replace Buffer with Typed Arrays ([#878](https://github.com/MetaMask/snaps-monorepo/pull/878)) -- Stop including source code in state ([#861](https://github.com/MetaMask/snaps-monorepo/pull/861)) -- Remove JSON schemas in favour of structs ([#862](https://github.com/MetaMask/snaps-monorepo/pull/862)) +- Replace JSON schema validation with structs ([#862](https://github.com/MetaMask/snaps-monorepo/pull/862)) + +### Removed +- **BREAKING:** Stop including source code in SnapController state ([#861](https://github.com/MetaMask/snaps-monorepo/pull/861)) ## [0.22.3] ### Fixed From dd88cce9c39d385052cc4bfaff2d6360ded07de4 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Mon, 7 Nov 2022 10:51:43 +0100 Subject: [PATCH 3/4] 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 | 86 +++++++++---------- 11 files changed, 53 insertions(+), 53 deletions(-) diff --git a/packages/examples/examples/bls-signer/snap.manifest.json b/packages/examples/examples/bls-signer/snap.manifest.json index 5058d2e253..773093bdff 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.3", + "version": "0.23.0", "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 e3545241d8..042f1e5057 100644 --- a/packages/examples/examples/browserify/snap.manifest.json +++ b/packages/examples/examples/browserify/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.22.3", + "version": "0.23.0", "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 d8182c455c..a3de1b29e7 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.3", + "version": "0.23.0", "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 5ff2fa4b77..cd97fbb585 100644 --- a/packages/examples/examples/insights/snap.manifest.json +++ b/packages/examples/examples/insights/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.22.3", + "version": "0.23.0", "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 79297eacd5..5bb6176870 100644 --- a/packages/examples/examples/ipfs/snap.manifest.json +++ b/packages/examples/examples/ipfs/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.22.3", + "version": "0.23.0", "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 03896ec65a..73f7481329 100644 --- a/packages/examples/examples/notifications/snap.manifest.json +++ b/packages/examples/examples/notifications/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.22.3", + "version": "0.23.0", "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 0e273dbb21..543c747402 100644 --- a/packages/examples/examples/rollup/snap.manifest.json +++ b/packages/examples/examples/rollup/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.22.3", + "version": "0.23.0", "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 91b4ac782b..1da1bad0ba 100644 --- a/packages/examples/examples/typescript/snap.manifest.json +++ b/packages/examples/examples/typescript/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.22.3", + "version": "0.23.0", "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 488a5c77ef..db27ef07c4 100644 --- a/packages/examples/examples/wasm/snap.manifest.json +++ b/packages/examples/examples/wasm/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.22.3", + "version": "0.23.0", "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 5798725e3d..7258fa77cf 100644 --- a/packages/examples/examples/webpack/snap.manifest.json +++ b/packages/examples/examples/webpack/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.22.3", + "version": "0.23.0", "description": "An example Snap built using TypeScript and Webpack", "proposedName": "webpack-snap", "repository": { diff --git a/yarn.lock b/yarn.lock index a1749bef2e..34cd34ec67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2749,7 +2749,7 @@ __metadata: languageName: node linkType: hard -"@metamask/execution-environments@^0.22.3, @metamask/execution-environments@workspace:packages/execution-environments": +"@metamask/execution-environments@^0.23.0, @metamask/execution-environments@workspace:packages/execution-environments": version: 0.0.0-use.local resolution: "@metamask/execution-environments@workspace:packages/execution-environments" dependencies: @@ -2762,8 +2762,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.3 - "@metamask/snap-utils": ^0.22.3 + "@metamask/snap-types": ^0.23.0 + "@metamask/snap-utils": ^0.23.0 "@metamask/utils": ^3.3.0 "@types/jest": ^27.5.1 "@types/node": ^17.0.36 @@ -2831,8 +2831,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.3 - "@metamask/snap-utils": ^0.22.3 + "@metamask/snap-types": ^0.23.0 + "@metamask/snap-utils": ^0.23.0 "@metamask/utils": ^3.3.0 "@types/jest": ^27.5.1 eslint: ^7.30.0 @@ -2905,7 +2905,7 @@ __metadata: languageName: node linkType: hard -"@metamask/rollup-plugin-snaps@^0.22.3, @metamask/rollup-plugin-snaps@workspace:packages/plugin-rollup": +"@metamask/rollup-plugin-snaps@^0.23.0, @metamask/rollup-plugin-snaps@workspace:packages/plugin-rollup": version: 0.0.0-use.local resolution: "@metamask/rollup-plugin-snaps@workspace:packages/plugin-rollup" dependencies: @@ -2915,7 +2915,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.3 + "@metamask/snap-utils": ^0.23.0 "@rollup/plugin-virtual": ^2.1.0 "@types/jest": ^27.5.1 eslint: ^7.30.0 @@ -2937,7 +2937,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/rpc-methods@^0.22.3, @metamask/rpc-methods@workspace:packages/rpc-methods": +"@metamask/rpc-methods@^0.23.0, @metamask/rpc-methods@workspace:packages/rpc-methods": version: 0.0.0-use.local resolution: "@metamask/rpc-methods@workspace:packages/rpc-methods" dependencies: @@ -2949,7 +2949,7 @@ __metadata: "@metamask/eslint-config-nodejs": ^9.0.0 "@metamask/eslint-config-typescript": ^9.0.1 "@metamask/key-tree": ^6.0.0 - "@metamask/snap-utils": ^0.22.3 + "@metamask/snap-utils": ^0.23.0 "@metamask/types": ^1.1.0 "@metamask/utils": ^3.3.0 "@types/node": ^14.14.25 @@ -2992,12 +2992,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.3 + "@metamask/execution-environments": ^0.23.0 "@metamask/object-multiplex": ^1.1.0 "@metamask/post-message-stream": ^6.0.0 - "@metamask/rpc-methods": ^0.22.3 - "@metamask/snap-types": ^0.22.3 - "@metamask/snap-utils": ^0.22.3 + "@metamask/rpc-methods": ^0.23.0 + "@metamask/snap-types": ^0.23.0 + "@metamask/snap-utils": ^0.23.0 "@metamask/template-snap": ^0.7.0 "@metamask/utils": ^3.3.0 "@peculiar/webcrypto": ^1.3.3 @@ -3041,7 +3041,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/snap-types@^0.22.3, @metamask/snap-types@workspace:packages/types": +"@metamask/snap-types@^0.23.0, @metamask/snap-types@workspace:packages/types": version: 0.0.0-use.local resolution: "@metamask/snap-types@workspace:packages/types" dependencies: @@ -3052,7 +3052,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.3 + "@metamask/snap-utils": ^0.23.0 "@metamask/types": ^1.1.0 eslint: ^7.30.0 eslint-config-prettier: ^8.3.0 @@ -3070,7 +3070,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/snap-utils@^0.22.3, @metamask/snap-utils@workspace:packages/utils": +"@metamask/snap-utils@^0.23.0, @metamask/snap-utils@workspace:packages/utils": version: 0.0.0-use.local resolution: "@metamask/snap-utils@workspace:packages/utils" dependencies: @@ -3082,7 +3082,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.3 + "@metamask/snap-types": ^0.23.0 "@metamask/utils": ^3.3.0 "@noble/hashes": ^1.1.3 "@scure/base": ^1.1.1 @@ -3113,7 +3113,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/snaps-browserify-plugin@^0.22.3, @metamask/snaps-browserify-plugin@workspace:packages/plugin-browserify": +"@metamask/snaps-browserify-plugin@^0.23.0, @metamask/snaps-browserify-plugin@workspace:packages/plugin-browserify": version: 0.0.0-use.local resolution: "@metamask/snaps-browserify-plugin@workspace:packages/plugin-browserify" dependencies: @@ -3123,7 +3123,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.3 + "@metamask/snap-utils": ^0.23.0 "@types/browserify": ^12.0.37 "@types/convert-source-map": ^1.5.2 "@types/jest": ^27.5.1 @@ -3148,7 +3148,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/snaps-cli@^0.22.3, @metamask/snaps-cli@workspace:packages/cli": +"@metamask/snaps-cli@^0.23.0, @metamask/snaps-cli@workspace:packages/cli": version: 0.0.0-use.local resolution: "@metamask/snaps-cli@workspace:packages/cli" dependencies: @@ -3166,8 +3166,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.3 - "@metamask/snaps-browserify-plugin": ^0.22.3 + "@metamask/snap-utils": ^0.23.0 + "@metamask/snaps-browserify-plugin": ^0.23.0 "@metamask/utils": ^3.3.0 "@types/browserify": ^12.0.36 "@types/is-url": ^1.2.28 @@ -3211,7 +3211,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/snaps-webpack-plugin@^0.22.3, @metamask/snaps-webpack-plugin@workspace:packages/plugin-webpack": +"@metamask/snaps-webpack-plugin@^0.23.0, @metamask/snaps-webpack-plugin@workspace:packages/plugin-webpack": version: 0.0.0-use.local resolution: "@metamask/snaps-webpack-plugin@workspace:packages/plugin-webpack" dependencies: @@ -3221,7 +3221,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.3 + "@metamask/snap-utils": ^0.23.0 "@metamask/utils": ^3.3.0 "@types/jest": ^27.5.1 "@types/webpack-sources": ^3.2.0 @@ -5570,7 +5570,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.3 + "@metamask/snaps-cli": ^0.23.0 eslint: ^7.30.0 eslint-config-prettier: ^8.3.0 eslint-plugin-import: ^2.23.4 @@ -5798,9 +5798,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.3 - "@metamask/snaps-browserify-plugin": ^0.22.3 - "@metamask/snaps-cli": ^0.22.3 + "@metamask/snap-types": ^0.23.0 + "@metamask/snaps-browserify-plugin": ^0.23.0 + "@metamask/snaps-cli": ^0.23.0 "@types/browserify": ^12.0.37 "@types/gulp": ^4.0.9 "@types/node": ^17.0.33 @@ -8484,7 +8484,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.3 + "@metamask/snaps-cli": ^0.23.0 eslint: ^7.30.0 eslint-config-prettier: ^8.3.0 eslint-plugin-import: ^2.23.4 @@ -8744,7 +8744,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.3 + "@metamask/snaps-cli": ^0.23.0 "@typescript-eslint/eslint-plugin": ^5.19.0 "@typescript-eslint/parser": ^5.19.0 eslint: ^7.30.0 @@ -10252,7 +10252,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.3 + "@metamask/snaps-cli": ^0.23.0 eslint: ^7.30.0 eslint-config-prettier: ^8.3.0 eslint-plugin-import: ^2.23.4 @@ -12868,7 +12868,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.3 + "@metamask/snaps-cli": ^0.23.0 eslint: ^7.30.0 eslint-config-prettier: ^8.3.0 eslint-plugin-import: ^2.23.4 @@ -14626,9 +14626,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.3 - "@metamask/snap-types": ^0.22.3 - "@metamask/snaps-cli": ^0.22.3 + "@metamask/rollup-plugin-snaps": ^0.23.0 + "@metamask/snap-types": ^0.23.0 + "@metamask/snaps-cli": ^0.23.0 "@rollup/plugin-babel": ^5.3.1 "@types/node": ^17.0.33 concurrently: ^7.1.0 @@ -16121,8 +16121,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.3 - "@metamask/snaps-cli": ^0.22.3 + "@metamask/snap-types": ^0.23.0 + "@metamask/snaps-cli": ^0.23.0 "@metamask/utils": ^3.3.0 eslint: ^7.30.0 eslint-config-prettier: ^8.3.0 @@ -16394,8 +16394,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.3 - "@metamask/snaps-cli": ^0.22.3 + "@metamask/snap-types": ^0.23.0 + "@metamask/snaps-cli": ^0.23.0 eslint: ^7.30.0 eslint-config-prettier: ^8.3.0 eslint-plugin-import: ^2.23.4 @@ -16879,7 +16879,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.3 + "@metamask/snaps-cli": ^0.23.0 assemblyscript: ^0.19.23 brfs: ^2.0.2 eslint: ^7.30.0 @@ -17074,9 +17074,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.3 - "@metamask/snaps-cli": ^0.22.3 - "@metamask/snaps-webpack-plugin": ^0.22.3 + "@metamask/snap-types": ^0.23.0 + "@metamask/snaps-cli": ^0.23.0 + "@metamask/snaps-webpack-plugin": ^0.23.0 "@types/node": ^17.0.33 babel-loader: ^8.2.5 concurrently: ^7.1.0 From 2d9ce6528783b586610cfb813b143fe8d3609b14 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Mon, 7 Nov 2022 11:04:01 +0100 Subject: [PATCH 4/4] Update packages/rpc-methods/CHANGELOG.md Co-authored-by: Maarten Zuidhoorn --- packages/rpc-methods/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rpc-methods/CHANGELOG.md b/packages/rpc-methods/CHANGELOG.md index d777b332b6..d676a7ee6d 100644 --- a/packages/rpc-methods/CHANGELOG.md +++ b/packages/rpc-methods/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - **BREAKING:** Bump `@metamask/key-tree` to 6.0.0 ([#918](https://github.com/MetaMask/snaps-monorepo/pull/918)) - All hexadecimal values are now prefixed with `0x` - - The package no longer requires the use of `Buffer`, because of that some fields have been renamed. + - The package no longer uses `Buffer`. Because of that some fields have been renamed. ## [0.22.3] ### Changed