Skip to content

Commit 0ce2aa7

Browse files
github-actions[bot]github-actionsrekmarks
authored
0.2.0 (#93)
* 0.2.0 * Update changelogs * Update internal package versions Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
1 parent 289e6b8 commit 0ce2aa7

15 files changed

Lines changed: 59 additions & 24 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/controllers/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.0]
10+
### Changed
11+
- Update publish scripts ([#92](https://github.com/MetaMask/snaps-skunkworks/pull/92))
12+
913
## [0.1.2]
1014
### Changed
1115
- Restore name of `handshake` method to `ping` ([#90](https://github.com/MetaMask/snaps-skunkworks/pull/90))
@@ -57,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5761
### Added
5862
- First semi-stable release.
5963

60-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.2...HEAD
64+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...HEAD
65+
[0.2.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.2...v0.2.0
6166
[0.1.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...v0.1.2
6267
[0.1.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.1.1
6368
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.9...v0.1.0

packages/controllers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snap-controllers",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Controllers for MetaMask Snaps.",
55
"repository": {
66
"type": "git",
@@ -29,7 +29,7 @@
2929
"@metamask/obs-store": "^6.0.2",
3030
"@metamask/post-message-stream": "4.0.0",
3131
"@metamask/safe-event-emitter": "^2.0.0",
32-
"@metamask/snap-workers": "^0.1.0",
32+
"@metamask/snap-workers": "^0.2.0",
3333
"eth-rpc-errors": "^4.0.2",
3434
"immer": "^9.0.6",
3535
"json-rpc-engine": "^6.1.0",
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@jest-runner/electron": "^3.0.1",
42-
"@metamask/snap-types": "^0.1.0",
42+
"@metamask/snap-types": "^0.2.0",
4343
"@types/jest": "^26.0.23",
4444
"@types/pump": "^1.1.0",
4545
"@types/readable-stream": "^2.3.9",

packages/iframe-execution-environment-service/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.0]
10+
### Changed
11+
- Update publish scripts ([#92](https://github.com/MetaMask/snaps-skunkworks/pull/92))
12+
913
## [0.1.2]
1014
### Changed
1115
- Restore name of `handshake` method to `ping` ([#90](https://github.com/MetaMask/snaps-skunkworks/pull/90))
@@ -29,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2933
### Added
3034
- Initial release
3135

32-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.2...HEAD
36+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...HEAD
37+
[0.2.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.2...v0.2.0
3338
[0.1.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...v0.1.2
3439
[0.1.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.1.1
3540
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.8...v0.1.0

packages/iframe-execution-environment-service/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/iframe-execution-environment-service",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/MetaMask/snaps-skunkworks.git"
@@ -28,9 +28,9 @@
2828
"@metamask/object-multiplex": "^1.2.0",
2929
"@metamask/obs-store": "^7.0.0",
3030
"@metamask/post-message-stream": "^4.0.0",
31-
"@metamask/snap-controllers": "^0.1.0",
32-
"@metamask/snap-types": "^0.1.0",
33-
"@metamask/snap-workers": "^0.1.0",
31+
"@metamask/snap-controllers": "^0.2.0",
32+
"@metamask/snap-types": "^0.2.0",
33+
"@metamask/snap-workers": "^0.2.0",
3434
"eth-rpc-errors": "^4.0.3",
3535
"json-rpc-engine": "^6.1.0",
3636
"json-rpc-middleware-stream": "^3.0.0",

packages/rpc-methods/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.0]
10+
### Changed
11+
- Update publish scripts ([#92](https://github.com/MetaMask/snaps-skunkworks/pull/92))
12+
913
## [0.1.0]
1014
### Added
1115
- Readme file ([#71](https://github.com/MetaMask/snaps-skunkworks/pull/71))
@@ -19,10 +23,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1923
- **(BREAKING)** Use generic execution environment interface ([#19](https://github.com/MetaMask/snaps-skunkworks/pull/19))
2024

2125
## [0.0.5]
22-
### Uncategorized
26+
### Added
2327
- First semi-stable release.
2428

25-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...HEAD
29+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...HEAD
30+
[0.2.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.2.0
2631
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...v0.1.0
2732
[0.0.6]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.5...v0.0.6
2833
[0.0.5]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.0.5

packages/rpc-methods/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/rpc-methods",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "MetaMask Snap RPC method implementations.",
55
"repository": {
66
"type": "git",
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@metamask/key-tree": "^2.0.1",
28-
"@metamask/snap-controllers": "^0.1.0",
28+
"@metamask/snap-controllers": "^0.2.0",
2929
"eth-rpc-errors": "^4.0.2"
3030
},
3131
"devDependencies": {

packages/snap-examples/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.0]
10+
### Changed
11+
- Update publish scripts ([#92](https://github.com/MetaMask/snaps-skunkworks/pull/92))
12+
913
## [0.1.1]
1014
### Added
1115
- Add missing publish scripts to new packages
@@ -19,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1923
- 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).
2024
- Some examples have been deleted because they were outdated.
2125

22-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...HEAD
26+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...HEAD
27+
[0.2.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...v0.2.0
2328
[0.1.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.1.1
2429
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.1.0

packages/snap-examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snap-examples",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Example MetaMask Snaps.",
55
"repository": {
66
"type": "git",
@@ -30,7 +30,7 @@
3030
"@metamask/eslint-config-jest": "^8.0.0",
3131
"@metamask/eslint-config-nodejs": "^8.0.0",
3232
"@metamask/eslint-config-typescript": "^8.0.0",
33-
"@metamask/snaps-cli": "^0.1.0",
33+
"@metamask/snaps-cli": "^0.2.0",
3434
"@types/jest": "^26.0.13",
3535
"@typescript-eslint/eslint-plugin": "^4.21.0",
3636
"@typescript-eslint/parser": "^4.21.0",

packages/snaps-cli/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.0]
10+
### Changed
11+
- Update publish scripts ([#92](https://github.com/MetaMask/snaps-skunkworks/pull/92))
12+
913
## [0.1.1]
1014
### Added
1115
- Missing publish scripts to new packages
@@ -20,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2024
- Example snaps ([#72](https://github.com/MetaMask/snaps-skunkworks/pull/72))
2125
- The examples now live in their own package, [`@metamask/snap-examples`](https://npmjs.com/package/@metamask/snap-examples).
2226

23-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...HEAD
27+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...HEAD
28+
[0.2.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...v0.2.0
2429
[0.1.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.1.1
2530
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.1.0

0 commit comments

Comments
 (0)