Skip to content

Commit 683b32e

Browse files
github-actions[bot]github-actionsshanejonasrekmarks
authored
0.2.2 (#99)
* 0.2.2 * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update changelogs Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Shane <jonas.shane@gmail.com> Co-authored-by: Erik Marks <rekmarks@protonmail.com>
1 parent 49104d5 commit 683b32e

15 files changed

Lines changed: 59 additions & 15 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.2.1",
3+
"version": "0.2.2",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/controllers/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.2.2]
10+
### Added
11+
- Added plugin error state ([#96](https://github.com/MetaMask/snaps-skunkworks/pull/96))
12+
13+
### Fixed
14+
- Package script issues ([#97](https://github.com/MetaMask/snaps-skunkworks/pull/97), [#98](https://github.com/MetaMask/snaps-skunkworks/pull/98))
15+
916
## [0.2.0]
1017
### Changed
1118
- Update publish scripts ([#92](https://github.com/MetaMask/snaps-skunkworks/pull/92))
@@ -61,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6168
### Added
6269
- First semi-stable release.
6370

64-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...HEAD
71+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.2...HEAD
72+
[0.2.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...v0.2.2
6573
[0.2.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.2...v0.2.0
6674
[0.1.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...v0.1.2
6775
[0.1.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.1.1

packages/controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snap-controllers",
3-
"version": "0.2.0",
3+
"version": "0.2.2",
44
"description": "Controllers for MetaMask Snaps.",
55
"repository": {
66
"type": "git",

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

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

77
## [Unreleased]
88

9+
## [0.2.2]
10+
### Added
11+
- Plugin error state ([#96](https://github.com/MetaMask/snaps-skunkworks/pull/96))
12+
13+
### Fixed
14+
- Package script issues ([#97](https://github.com/MetaMask/snaps-skunkworks/pull/97), [#98](https://github.com/MetaMask/snaps-skunkworks/pull/98))
15+
916
## [0.2.0]
1017
### Changed
1118
- Update publish scripts ([#92](https://github.com/MetaMask/snaps-skunkworks/pull/92))
@@ -33,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3340
### Added
3441
- Initial release
3542

36-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...HEAD
43+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.2...HEAD
44+
[0.2.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...v0.2.2
3745
[0.2.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.2...v0.2.0
3846
[0.1.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...v0.1.2
3947
[0.1.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.1.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/iframe-execution-environment-service",
3-
"version": "0.2.0",
3+
"version": "0.2.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/MetaMask/snaps-skunkworks.git"

packages/rpc-methods/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.2]
10+
### Fixed
11+
- Package script issues ([#97](https://github.com/MetaMask/snaps-skunkworks/pull/97), [#98](https://github.com/MetaMask/snaps-skunkworks/pull/98))
12+
913
## [0.2.0]
1014
### Changed
1115
- Update publish scripts ([#92](https://github.com/MetaMask/snaps-skunkworks/pull/92))
@@ -26,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2630
### Added
2731
- First semi-stable release.
2832

29-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...HEAD
33+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.2...HEAD
34+
[0.2.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...v0.2.2
3035
[0.2.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.2.0
3136
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...v0.1.0
3237
[0.0.6]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.5...v0.0.6

packages/rpc-methods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/rpc-methods",
3-
"version": "0.2.0",
3+
"version": "0.2.2",
44
"description": "MetaMask Snap RPC method implementations.",
55
"repository": {
66
"type": "git",

packages/snap-examples/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.2.2]
10+
### Fixed
11+
- Package script issues ([#97](https://github.com/MetaMask/snaps-skunkworks/pull/97), [#98](https://github.com/MetaMask/snaps-skunkworks/pull/98))
12+
13+
914
## [0.2.0]
1015
### Changed
1116
- Update publish scripts ([#92](https://github.com/MetaMask/snaps-skunkworks/pull/92))
@@ -23,7 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2328
- 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).
2429
- Some examples have been deleted because they were outdated.
2530

26-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...HEAD
31+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.2...HEAD
32+
[0.2.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...v0.2.2
2733
[0.2.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...v0.2.0
2834
[0.1.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.1.1
2935
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.1.0

packages/snap-examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snap-examples",
3-
"version": "0.2.0",
3+
"version": "0.2.2",
44
"description": "Example MetaMask Snaps.",
55
"repository": {
66
"type": "git",

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.2]
10+
### Fixed
11+
- Package script issues ([#97](https://github.com/MetaMask/snaps-skunkworks/pull/97), [#98](https://github.com/MetaMask/snaps-skunkworks/pull/98))
12+
913
## [0.2.1]
1014
### Fixed
1115
- Snap produced by `mm-snap init` ([#94](https://github.com/MetaMask/snaps-skunkworks/pull/94))
@@ -29,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2933
- Example snaps ([#72](https://github.com/MetaMask/snaps-skunkworks/pull/72))
3034
- The examples now live in their own package, [`@metamask/snap-examples`](https://npmjs.com/package/@metamask/snap-examples).
3135

32-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.1...HEAD
36+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.2...HEAD
37+
[0.2.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.1...v0.2.2
3338
[0.2.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...v0.2.1
3439
[0.2.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...v0.2.0
3540
[0.1.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.1.1

0 commit comments

Comments
 (0)