diff --git a/package.json b/package.json index 91d21bcfef..95501aa1ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.10.0", + "version": "0.10.1", "private": true, "repository": { "type": "git", diff --git a/packages/controllers/CHANGELOG.md b/packages/controllers/CHANGELOG.md index 861ae39fbc..350f564b97 100644 --- a/packages/controllers/CHANGELOG.md +++ b/packages/controllers/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.1] +### Changed +- Populate `jsonrpc` field in Snap RPC requests ([#273](https://github.com/MetaMask/snaps-skunkworks/pull/273)) + +### Fixed +- Various bugs ([#275](https://github.com/MetaMask/snaps-skunkworks/pull/275)) + - Snap fetching during installation. + - Snap removal when cancelling a Snap installation request. + ## [0.10.0] ### Added - Allow specifying a version range when installing snap ([#250](https://github.com/MetaMask/snaps-skunkworks/pull/250)) @@ -185,7 +194,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-skunkworks/compare/v0.10.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.1...HEAD +[0.10.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.8.1...v0.9.0 [0.8.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.8.0...v0.8.1 diff --git a/packages/controllers/package.json b/packages/controllers/package.json index 738401c8b0..73a545f6cf 100644 --- a/packages/controllers/package.json +++ b/packages/controllers/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-controllers", - "version": "0.10.0", + "version": "0.10.1", "description": "Controllers for MetaMask Snaps.", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@metamask/controllers": "^26.0.0", - "@metamask/execution-environments": "^0.10.0", + "@metamask/execution-environments": "^0.10.1", "@metamask/object-multiplex": "^1.1.0", "@metamask/obs-store": "^7.0.0", "@metamask/post-message-stream": "4.0.0", @@ -58,7 +58,7 @@ "devDependencies": { "@jest-runner/electron": "^3.0.1", "@json-schema-tools/transpiler": "^1.10.2", - "@metamask/snap-types": "^0.10.0", + "@metamask/snap-types": "^0.10.1", "@metamask/template-snap": "^0.7.0", "@types/concat-stream": "^1.6.1", "@types/gunzip-maybe": "^1.4.0", diff --git a/packages/execution-environments/CHANGELOG.md b/packages/execution-environments/CHANGELOG.md index b1237ba56b..c6282ecb9f 100644 --- a/packages/execution-environments/CHANGELOG.md +++ b/packages/execution-environments/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.1] +### Fixed +- Removed deprecated package ([#272](https://github.com/MetaMask/snaps-skunkworks/pull/272)) + - This package now uses the functionally equivalent `@metamask/providers` instead of the deprecated `@metamask/inpage-provider`. + ## [0.10.0] ### Changed - Initial release, made using components from the deprecated [`@metamask/snap-workers`](https://npmjs.com/package/@metamask/snap-workers) package. ([#231](https://github.com/MetaMask/snaps-skunkworks/pull/231)) @@ -14,5 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Previously, default endowments were specified in the execution environment itself. Now, all endowments must be specified in the `executeSnap` RPC parameters, except for the `wallet` API object. - Add endowments to the global `self` in addition to `window` ([#263](https://github.com/MetaMask/snaps-skunkworks/pull/263)) -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.1...HEAD +[0.10.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.10.0 diff --git a/packages/execution-environments/package.json b/packages/execution-environments/package.json index d8280700b5..ee49b9d95f 100644 --- a/packages/execution-environments/package.json +++ b/packages/execution-environments/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/execution-environments", - "version": "0.10.0", + "version": "0.10.1", "description": "Snap sandbox environments for executing SES javascript", "repository": { "type": "git", @@ -37,7 +37,7 @@ "@metamask/object-multiplex": "^1.2.0", "@metamask/post-message-stream": "^4.0.0", "@metamask/providers": "^8.1.1", - "@metamask/snap-types": "^0.10.0", + "@metamask/snap-types": "^0.10.1", "cross-fetch": "^3.1.5", "eth-rpc-errors": "^4.0.3", "pump": "^3.0.0", diff --git a/packages/iframe-execution-environment-service/package.json b/packages/iframe-execution-environment-service/package.json index 4d51e22724..e711fb0be0 100644 --- a/packages/iframe-execution-environment-service/package.json +++ b/packages/iframe-execution-environment-service/package.json @@ -28,11 +28,11 @@ }, "dependencies": { "@metamask/controllers": "^26.0.0", - "@metamask/execution-environments": "^0.10.0", + "@metamask/execution-environments": "^0.10.1", "@metamask/object-multiplex": "^1.2.0", "@metamask/post-message-stream": "^4.0.0", - "@metamask/snap-controllers": "^0.10.0", - "@metamask/snap-types": "^0.10.0", + "@metamask/snap-controllers": "^0.10.1", + "@metamask/snap-types": "^0.10.1", "eth-rpc-errors": "^4.0.3", "json-rpc-engine": "^6.1.0", "json-rpc-middleware-stream": "^3.0.0", diff --git a/packages/rpc-methods/package.json b/packages/rpc-methods/package.json index 5aa37bf081..655b6b9972 100644 --- a/packages/rpc-methods/package.json +++ b/packages/rpc-methods/package.json @@ -29,7 +29,7 @@ "dependencies": { "@metamask/controllers": "^26.0.0", "@metamask/key-tree": "^3.0.1", - "@metamask/snap-controllers": "^0.10.0", + "@metamask/snap-controllers": "^0.10.1", "@metamask/types": "^1.1.0", "eth-rpc-errors": "^4.0.2" }, diff --git a/packages/snap-examples/package.json b/packages/snap-examples/package.json index 5da81962e3..8db32aa6cc 100644 --- a/packages/snap-examples/package.json +++ b/packages/snap-examples/package.json @@ -33,7 +33,7 @@ "@metamask/eslint-config-jest": "^8.0.0", "@metamask/eslint-config-nodejs": "^8.0.0", "@metamask/eslint-config-typescript": "^8.0.0", - "@metamask/snaps-cli": "^0.10.0", + "@metamask/snaps-cli": "^0.10.1", "@types/jest": "^26.0.13", "@typescript-eslint/eslint-plugin": "^4.21.0", "@typescript-eslint/parser": "^4.21.0", diff --git a/packages/snaps-cli/CHANGELOG.md b/packages/snaps-cli/CHANGELOG.md index a112f915e4..d7bf5655e1 100644 --- a/packages/snaps-cli/CHANGELOG.md +++ b/packages/snaps-cli/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.1] +### Fixed +- Comment stripping will no longer remove empty block comments in strings ([#276](https://github.com/MetaMask/snaps-skunkworks/pull/276)) + ## [0.10.0] ### Added - **BREAKING:** Transform HTML comments by default ([#237](https://github.com/MetaMask/snaps-skunkworks/pull/237)) @@ -123,7 +127,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Example snaps ([#72](https://github.com/MetaMask/snaps-skunkworks/pull/72)) - The examples now live in their own package, [`@metamask/snap-examples`](https://npmjs.com/package/@metamask/snap-examples). -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.1...HEAD +[0.10.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.7.0...v0.8.0 diff --git a/packages/snaps-cli/package.json b/packages/snaps-cli/package.json index e9d1e87945..aad7d87b75 100644 --- a/packages/snaps-cli/package.json +++ b/packages/snaps-cli/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-cli", - "version": "0.10.0", + "version": "0.10.1", "description": "A CLI for developing MetaMask Snaps.", "repository": { "type": "git", @@ -45,7 +45,7 @@ "@babel/plugin-proposal-optional-chaining": "^7.16.7", "@babel/plugin-transform-runtime": "^7.16.7", "@babel/preset-env": "^7.16.7", - "@metamask/snap-controllers": "^0.10.0", + "@metamask/snap-controllers": "^0.10.1", "@nodefactory/strip-comments": "^1.0.4", "babelify": "^10.0.0", "browserify": "^17.0.0", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 596b13fd07..a251a54118 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.1] +### Fixed +- Removed deprecated package ([#272](https://github.com/MetaMask/snaps-skunkworks/pull/272)) + - This package now uses the functionally equivalent `@metamask/providers` instead of the deprecated `@metamask/inpage-provider`. + ## [0.10.0] ### Changed - No changes this release. @@ -84,7 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.1...HEAD +[0.10.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.7.0...v0.8.0 diff --git a/packages/types/package.json b/packages/types/package.json index f7aca609cb..db61da5a78 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-types", - "version": "0.10.0", + "version": "0.10.1", "description": "Shared types for MetaMask Snaps packages.", "repository": { "type": "git",