Skip to content

Commit

Permalink
0.1.0 (#82)
Browse files Browse the repository at this point in the history
* 0.1.0

* Update changelogs

* Bump intre-monorepo dependency package versions

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Erik Marks <[email protected]>
  • Loading branch information
3 people authored Sep 9, 2021
1 parent 53ae55e commit e3a5686
Show file tree
Hide file tree
Showing 15 changed files with 78 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "0.0.9",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
Expand Down
10 changes: 9 additions & 1 deletion packages/controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0]
### Added
- Readme file ([#71](https://github.com/MetaMask/snaps-skunkworks/pull/71))

### Changed
- **(BREAKING)** Rename package to `@metamask/snap-controllers` ([#73](https://github.com/MetaMask/snaps-skunkworks/pull/73))

## [0.0.9]
### Added
- `PluginController`: Always persist plugin `isRunning` state as `false` ([#64](https://github.com/MetaMask/snaps-skunkworks/pull/64))
Expand Down Expand Up @@ -39,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Uncategorized
- First semi-stable release.

[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.9...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.9...v0.1.0
[0.0.9]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.7...v0.0.9
[0.0.7]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.5...v0.0.6
Expand Down
6 changes: 3 additions & 3 deletions packages/controllers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snap-controllers",
"version": "0.0.9",
"version": "0.1.0",
"description": "Controllers for MetaMask Snaps.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@metamask/obs-store": "^6.0.2",
"@metamask/post-message-stream": "4.0.0",
"@metamask/safe-event-emitter": "^2.0.0",
"@metamask/snap-workers": "^0.0.9",
"@metamask/snap-workers": "^0.1.0",
"eth-rpc-errors": "^4.0.2",
"immer": "^9.0.6",
"json-rpc-engine": "^6.1.0",
Expand All @@ -39,7 +39,7 @@
},
"devDependencies": {
"@jest-runner/electron": "^3.0.1",
"@metamask/snap-types": "^0.0.9",
"@metamask/snap-types": "^0.1.0",
"@types/jest": "^26.0.23",
"@types/pump": "^1.1.0",
"@types/readable-stream": "^2.3.9",
Expand Down
10 changes: 9 additions & 1 deletion packages/iframe-execution-environment-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0]
### Added
- License and readme files ([#71](https://github.com/MetaMask/snaps-skunkworks/pull/71))

### Changed
- **(BREAKING)** Rename package to `@metamask/iframe-execution-environment-service` ([#73](https://github.com/MetaMask/snaps-skunkworks/pull/73))

## [0.0.8]
### Added
- JSON-RPC error support for iframe execution environment `executePlugin` ([#51](https://github.com/MetaMask/snaps-skunkworks/pull/51))
Expand All @@ -14,6 +21,7 @@ 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.0.8...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.8...v0.1.0
[0.0.8]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...v0.0.8
[0.0.6]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.0.6
8 changes: 4 additions & 4 deletions packages/iframe-execution-environment-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/iframe-execution-environment-service",
"version": "0.0.9",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-skunkworks.git"
Expand Down Expand Up @@ -28,9 +28,9 @@
"@metamask/object-multiplex": "^1.2.0",
"@metamask/obs-store": "^7.0.0",
"@metamask/post-message-stream": "^4.0.0",
"@metamask/snap-controllers": "^0.0.9",
"@metamask/snap-types": "^0.0.9",
"@metamask/snap-workers": "^0.0.9",
"@metamask/snap-controllers": "^0.1.0",
"@metamask/snap-types": "^0.1.0",
"@metamask/snap-workers": "^0.1.0",
"json-rpc-engine": "^6.1.0",
"json-rpc-middleware-stream": "^3.0.0",
"nanoid": "^3.1.23",
Expand Down
10 changes: 9 additions & 1 deletion packages/rpc-methods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0]
### Added
- Readme file ([#71](https://github.com/MetaMask/snaps-skunkworks/pull/71))

### Changed
- **(BREAKING)** Rename package to `@metamask/rpc-methods` ([#73](https://github.com/MetaMask/snaps-skunkworks/pull/73))

## [0.0.6]
### Changed
- **(BREAKING)** Migrate `CommandEngine` message format to JSON-RPC ([#11](https://github.com/MetaMask/snaps-skunkworks/pull/11))
Expand All @@ -15,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Uncategorized
- First semi-stable release.

[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...v0.1.0
[0.0.6]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.0.5
4 changes: 2 additions & 2 deletions packages/rpc-methods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/rpc-methods",
"version": "0.0.9",
"version": "0.1.0",
"description": "MetaMask Snap RPC method implementations.",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@metamask/key-tree": "^2.0.1",
"@metamask/snap-controllers": "^0.0.9",
"@metamask/snap-controllers": "^0.1.0",
"eth-rpc-errors": "^4.0.2"
},
"devDependencies": {
Expand Down
9 changes: 8 additions & 1 deletion packages/snap-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/
## [0.1.0]
### Changed
- Initial release ([#72](https://github.com/MetaMask/snaps-skunkworks/pull/72))
- 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.1.0...HEAD
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.1.0
4 changes: 2 additions & 2 deletions packages/snap-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snap-examples",
"version": "0.0.9",
"version": "0.1.0",
"description": "Example MetaMask Snaps.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,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.0.9",
"@metamask/snaps-cli": "^0.1.0",
"@types/jest": "^26.0.13",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
Expand Down
13 changes: 12 additions & 1 deletion packages/snaps-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/
## [0.1.0]
### Changed
- **(BREAKING)** Rename package to `@metamask/snaps-cli` ([#72](https://github.com/MetaMask/snaps-skunkworks/pull/72))
- This package was previously named [`snaps-cli`](https://npmjs.com/package/snaps-cli).
- As part of the renaming, and due to the scope of the changes to both this package and MetaMask Snaps generally, its versioning and changelog have been reset. The original changelog can be found [here](https://github.com/MetaMask/snaps-cli/blob/main/CHANGELOG.md).

### Removed
- 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.1.0...HEAD
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion packages/snaps-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snaps-cli",
"version": "0.0.9",
"version": "0.1.0",
"description": "A CLI for developing MetaMask Snaps.",
"repository": {
"type": "git",
Expand Down
10 changes: 9 additions & 1 deletion packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0]
### Added
- Readme file ([#71](https://github.com/MetaMask/snaps-skunkworks/pull/71))

### Changed
- **(BREAKING)** Rename package to `@metamask/snap-types` ([#73](https://github.com/MetaMask/snaps-skunkworks/pull/73))

## [0.0.6]

## [0.0.5]
### Added
- Initial release

[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...v0.1.0
[0.0.6]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.0.5
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snap-types",
"version": "0.0.9",
"version": "0.1.0",
"description": "Shared types for MetaMask Snaps packages.",
"repository": {
"type": "git",
Expand Down
7 changes: 6 additions & 1 deletion packages/workers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0]
### Changed
- **(BREAKING)** Rename package to `@metamask/snap-workers` ([#73](https://github.com/MetaMask/snaps-skunkworks/pull/73))

## [0.0.6]
### Added
- Execution environment OpenRPC spec ([#23](https://github.com/MetaMask/snaps-skunkworks/pull/23))
Expand All @@ -18,6 +22,7 @@ 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.0.6...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...v0.1.0
[0.0.6]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.0.5
4 changes: 2 additions & 2 deletions packages/workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snap-workers",
"version": "0.0.9",
"version": "0.1.0",
"description": "Snap Web Workers for the MetaMask extension.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@metamask/inpage-provider": "^8.0.3",
"@metamask/object-multiplex": "^1.1.0",
"@metamask/post-message-stream": "4.0.0",
"@metamask/snap-types": "^0.0.9",
"@metamask/snap-types": "^0.1.0",
"@types/pump": "^1.1.0",
"@types/readable-stream": "^2.3.9",
"browserify": "16.2.3",
Expand Down

0 comments on commit e3a5686

Please sign in to comment.