diff --git a/package.json b/package.json index 172a5b7cde..55082b669f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.6.2", + "version": "0.6.3", "private": true, "repository": { "type": "git", diff --git a/packages/controllers/CHANGELOG.md b/packages/controllers/CHANGELOG.md index a09e656260..c390549ce1 100644 --- a/packages/controllers/CHANGELOG.md +++ b/packages/controllers/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.3] +### Fixed +- Prevent `disableSnap` from throwing if the specified Snap is stopped ([#175](https://github.com/MetaMask/snaps-skunkworks/pull/175)) + ## [0.6.2] ### Changed - **BREAKING:** Rename endowment permission builder exports ([#171](https://github.com/MetaMask/snaps-skunkworks/pull/171)) @@ -137,7 +141,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.6.2...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.3...HEAD +[0.6.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.5.0...v0.6.0 diff --git a/packages/controllers/package.json b/packages/controllers/package.json index 89e289b3d9..46a7091b4e 100644 --- a/packages/controllers/package.json +++ b/packages/controllers/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-controllers", - "version": "0.6.2", + "version": "0.6.3", "description": "Controllers for MetaMask Snaps.", "repository": { "type": "git", @@ -36,7 +36,7 @@ "@metamask/obs-store": "^7.0.0", "@metamask/post-message-stream": "4.0.0", "@metamask/safe-event-emitter": "^2.0.0", - "@metamask/snap-workers": "^0.6.2", + "@metamask/snap-workers": "^0.6.3", "@types/deep-freeze-strict": "^1.1.0", "ajv": "^8.8.2", "concat-stream": "^2.0.0", @@ -56,7 +56,7 @@ "devDependencies": { "@jest-runner/electron": "^3.0.1", "@json-schema-tools/transpiler": "^1.10.2", - "@metamask/snap-types": "^0.6.2", + "@metamask/snap-types": "^0.6.3", "@types/concat-stream": "^1.6.1", "@types/gunzip-maybe": "^1.4.0", "@types/jest": "^26.0.23", diff --git a/packages/example-snap/CHANGELOG.md b/packages/example-snap/CHANGELOG.md index 5dc4280c56..24a5d20f26 100644 --- a/packages/example-snap/CHANGELOG.md +++ b/packages/example-snap/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.3] +### Changed +- No changes this release. + ## [0.6.2] ### Changed - No changes this release. @@ -28,7 +32,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.6.2...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.3...HEAD +[0.6.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.4.0...v0.6.0 diff --git a/packages/example-snap/package.json b/packages/example-snap/package.json index c56e07cbcf..2c4d7c71b0 100644 --- a/packages/example-snap/package.json +++ b/packages/example-snap/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/example-snap", - "version": "0.6.2", + "version": "0.6.3", "description": "An example MetaMask Snap.", "repository": { "type": "git", @@ -30,7 +30,7 @@ }, "devDependencies": { "@metamask/auto-changelog": "^2.5.0", - "@metamask/snaps-cli": "^0.6.2", + "@metamask/snaps-cli": "^0.6.3", "rimraf": "^3.0.2" }, "publishConfig": { diff --git a/packages/example-snap/snap.manifest.json b/packages/example-snap/snap.manifest.json index d7727105ea..21ed1b51ef 100644 --- a/packages/example-snap/snap.manifest.json +++ b/packages/example-snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.6.2", + "version": "0.6.3", "proposedName": "MetaMask Example Snap", "description": "An example MetaMask Snap.", "repository": { diff --git a/packages/iframe-execution-environment-service/CHANGELOG.md b/packages/iframe-execution-environment-service/CHANGELOG.md index 8dd497b649..ad4fbf7307 100644 --- a/packages/iframe-execution-environment-service/CHANGELOG.md +++ b/packages/iframe-execution-environment-service/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.3] +### Changed +- No changes this release. + ## [0.6.2] ### Changed - No changes this release. @@ -76,7 +80,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.6.2...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.3...HEAD +[0.6.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.5.0...v0.6.0 diff --git a/packages/iframe-execution-environment-service/package.json b/packages/iframe-execution-environment-service/package.json index 46a85bf870..88db8adeff 100644 --- a/packages/iframe-execution-environment-service/package.json +++ b/packages/iframe-execution-environment-service/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/iframe-execution-environment-service", - "version": "0.6.2", + "version": "0.6.3", "repository": { "type": "git", "url": "https://github.com/MetaMask/snaps-skunkworks.git" @@ -30,9 +30,9 @@ "@metamask/controllers": "^17.0.0", "@metamask/object-multiplex": "^1.2.0", "@metamask/post-message-stream": "^4.0.0", - "@metamask/snap-controllers": "^0.6.2", - "@metamask/snap-types": "^0.6.2", - "@metamask/snap-workers": "^0.6.2", + "@metamask/snap-controllers": "^0.6.3", + "@metamask/snap-types": "^0.6.3", + "@metamask/snap-workers": "^0.6.3", "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/CHANGELOG.md b/packages/rpc-methods/CHANGELOG.md index b4df5822e8..234214a451 100644 --- a/packages/rpc-methods/CHANGELOG.md +++ b/packages/rpc-methods/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.3] +### Changed +- No changes this release. + ## [0.6.2] ### Changed - **BREAKING:** Rename restricted method permission builder exports ([#171](https://github.com/MetaMask/snaps-skunkworks/pull/171)) @@ -81,7 +85,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.6.2...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.3...HEAD +[0.6.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.5.0...v0.6.0 diff --git a/packages/rpc-methods/package.json b/packages/rpc-methods/package.json index cf921381cc..5f324c3af0 100644 --- a/packages/rpc-methods/package.json +++ b/packages/rpc-methods/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/rpc-methods", - "version": "0.6.2", + "version": "0.6.3", "description": "MetaMask Snap RPC method implementations.", "repository": { "type": "git", @@ -28,7 +28,7 @@ }, "dependencies": { "@metamask/key-tree": "^3.0.1", - "@metamask/snap-controllers": "^0.6.2", + "@metamask/snap-controllers": "^0.6.3", "eth-rpc-errors": "^4.0.2" }, "devDependencies": { diff --git a/packages/snap-examples/CHANGELOG.md b/packages/snap-examples/CHANGELOG.md index 6821690a68..51bc1743cd 100644 --- a/packages/snap-examples/CHANGELOG.md +++ b/packages/snap-examples/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.3] +### Changed +- No changes this release. + ## [0.6.2] ### Changed - No changes this release. @@ -62,7 +66,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-skunkworks/compare/v0.6.2...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.3...HEAD +[0.6.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.5.0...v0.6.0 diff --git a/packages/snap-examples/package.json b/packages/snap-examples/package.json index 14cf4235ce..1533803291 100644 --- a/packages/snap-examples/package.json +++ b/packages/snap-examples/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-examples", - "version": "0.6.2", + "version": "0.6.3", "description": "Example MetaMask Snaps.", "repository": { "type": "git", @@ -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.6.2", + "@metamask/snaps-cli": "^0.6.3", "@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 3be8f06dad..a5513cacde 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.6.3] +### Changed +- No changes this release. + ## [0.6.2] ### Changed - No changes this release. @@ -69,7 +73,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.6.2...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.3...HEAD +[0.6.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.5.0...v0.6.0 diff --git a/packages/snaps-cli/package.json b/packages/snaps-cli/package.json index df669c8ac7..8c4cf213be 100644 --- a/packages/snaps-cli/package.json +++ b/packages/snaps-cli/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-cli", - "version": "0.6.2", + "version": "0.6.3", "description": "A CLI for developing MetaMask Snaps.", "repository": { "type": "git", @@ -36,7 +36,7 @@ "publish": "../../scripts/publish-package.sh" }, "dependencies": { - "@metamask/snap-controllers": "^0.6.2", + "@metamask/snap-controllers": "^0.6.3", "browserify": "^17.0.0", "chokidar": "^3.0.2", "fast-deep-equal": "^2.0.1", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 4e4cfdd4d3..00f0051d27 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.6.3] +### Changed +- No changes this release. + ## [0.6.2] ### Changed - No changes this release. @@ -63,7 +67,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.6.2...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.3...HEAD +[0.6.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.5.0...v0.6.0 diff --git a/packages/types/package.json b/packages/types/package.json index e3f48d9f79..0a6ba036e9 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-types", - "version": "0.6.2", + "version": "0.6.3", "description": "Shared types for MetaMask Snaps packages.", "repository": { "type": "git", diff --git a/packages/workers/CHANGELOG.md b/packages/workers/CHANGELOG.md index 8ae73f1a58..8e7d872e99 100644 --- a/packages/workers/CHANGELOG.md +++ b/packages/workers/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.3] +### Changed +- No changes this release. + ## [0.6.2] ### Changed - No changes this release. @@ -67,7 +71,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.6.2...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.3...HEAD +[0.6.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.5.0...v0.6.0 diff --git a/packages/workers/package.json b/packages/workers/package.json index 3bd3f0c64b..457cd2af45 100644 --- a/packages/workers/package.json +++ b/packages/workers/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-workers", - "version": "0.6.2", + "version": "0.6.3", "description": "Snap Web Workers for the MetaMask extension.", "repository": { "type": "git", @@ -31,7 +31,7 @@ "@metamask/inpage-provider": "^8.0.3", "@metamask/object-multiplex": "^1.1.0", "@metamask/post-message-stream": "4.0.0", - "@metamask/snap-types": "^0.6.2", + "@metamask/snap-types": "^0.6.3", "@types/pump": "^1.1.0", "@types/readable-stream": "^2.3.9", "browserify": "16.2.3",