Skip to content

Commit 5b22ab9

Browse files
github-actions[bot]github-actionsFrederikBoldingrekmarks
authored
0.13.0 (#447)
* 0.13.0 * Update changelogs Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com> Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
1 parent bc194c9 commit 5b22ab9

21 files changed

Lines changed: 88 additions & 31 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.12.0",
3+
"version": "0.13.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/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.13.0]
10+
### Changed
11+
- No changes this release.
12+
913
## [0.12.0]
1014
### Changed
1115
- No changes this release.
@@ -169,7 +173,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
169173
- Example snaps ([#72](https://github.com/MetaMask/snaps-skunkworks/pull/72))
170174
- The examples now live in their own package, [`@metamask/snap-examples`](https://npmjs.com/package/@metamask/snap-examples).
171175

172-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.12.0...HEAD
176+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.13.0...HEAD
177+
[0.13.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.12.0...v0.13.0
173178
[0.12.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.1...v0.12.0
174179
[0.11.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.0...v0.11.1
175180
[0.11.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.7...v0.11.0

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-cli",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "A CLI for developing MetaMask Snaps.",
55
"repository": {
66
"type": "git",
@@ -47,8 +47,8 @@
4747
"@babel/plugin-transform-runtime": "^7.16.7",
4848
"@babel/preset-env": "^7.16.7",
4949
"@chainsafe/strip-comments": "^1.0.5",
50-
"@metamask/snap-controllers": "^0.12.0",
51-
"@metamask/snaps-browserify-plugin": "^0.12.0",
50+
"@metamask/snap-controllers": "^0.13.0",
51+
"@metamask/snaps-browserify-plugin": "^0.13.0",
5252
"babelify": "^10.0.0",
5353
"browserify": "^17.0.0",
5454
"chokidar": "^3.0.2",

packages/controllers/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.13.0]
10+
### Added
11+
- Add long-running endowment permission ([#386](https://github.com/MetaMask/snaps-skunkworks/pull/386))
12+
- Add `network-access` endowment from `controllers` ([#439](https://github.com/MetaMask/snaps-skunkworks/pull/439))
13+
14+
### Changed
15+
- **BREAKING:** Rename SnapController constructor argument ([#435](https://github.com/MetaMask/snaps-skunkworks/pull/435))
16+
917
## [0.12.0]
1018
### Added
1119
- Add support for endowment teardown ([#407](https://github.com/MetaMask/snaps-skunkworks/pull/407))
@@ -257,7 +265,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
257265
### Added
258266
- First semi-stable release.
259267

260-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.12.0...HEAD
268+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.13.0...HEAD
269+
[0.13.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.12.0...v0.13.0
261270
[0.12.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.1...v0.12.0
262271
[0.11.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.0...v0.11.1
263272
[0.11.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.7...v0.11.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.12.0",
3+
"version": "0.13.0",
44
"description": "Controllers for MetaMask Snaps.",
55
"repository": {
66
"type": "git",
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@metamask/controllers": "^29.0.1",
36-
"@metamask/execution-environments": "^0.12.0",
36+
"@metamask/execution-environments": "^0.13.0",
3737
"@metamask/object-multiplex": "^1.1.0",
3838
"@metamask/obs-store": "^7.0.0",
3939
"@metamask/post-message-stream": "4.0.0",
@@ -58,7 +58,7 @@
5858
"devDependencies": {
5959
"@jest-runner/electron": "^3.0.1",
6060
"@json-schema-tools/transpiler": "^1.10.2",
61-
"@metamask/snap-types": "^0.12.0",
61+
"@metamask/snap-types": "^0.13.0",
6262
"@metamask/template-snap": "^0.7.0",
6363
"@types/concat-stream": "^1.6.1",
6464
"@types/gunzip-maybe": "^1.4.0",

packages/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.13.0]
10+
### Changed
11+
- No changes this release.
12+
913
## [0.12.0]
1014
### Changed
1115
- No changes this release.
@@ -116,7 +120,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
116120
- 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).
117121
- Some examples have been deleted because they were outdated.
118122

119-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.12.0...HEAD
123+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.13.0...HEAD
124+
[0.13.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.12.0...v0.13.0
120125
[0.12.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.1...v0.12.0
121126
[0.11.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.0...v0.11.1
122127
[0.11.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.7...v0.11.0

packages/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.12.0",
3+
"version": "0.13.0",
44
"description": "Example MetaMask Snaps.",
55
"repository": {
66
"type": "git",
@@ -33,7 +33,7 @@
3333
"@metamask/eslint-config-jest": "^8.0.0",
3434
"@metamask/eslint-config-nodejs": "^8.0.0",
3535
"@metamask/eslint-config-typescript": "^8.0.0",
36-
"@metamask/snaps-cli": "^0.12.0",
36+
"@metamask/snaps-cli": "^0.13.0",
3737
"@types/jest": "^26.0.13",
3838
"@typescript-eslint/eslint-plugin": "^5.19.0",
3939
"@typescript-eslint/parser": "^5.19.0",

packages/execution-environments/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.13.0]
10+
### Changed
11+
- **BREAKING:** Change `execution-environment` build output ([#424](https://github.com/MetaMask/snaps-skunkworks/pull/424))
12+
913
## [0.12.0]
1014
### Added
1115
- Add support for endowment teardown ([#407](https://github.com/MetaMask/snaps-skunkworks/pull/407))
@@ -65,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6569
- 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.
6670
- Add endowments to the global `self` in addition to `window` ([#263](https://github.com/MetaMask/snaps-skunkworks/pull/263))
6771

68-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.12.0...HEAD
72+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.13.0...HEAD
73+
[0.13.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.12.0...v0.13.0
6974
[0.12.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.1...v0.12.0
7075
[0.11.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.11.0...v0.11.1
7176
[0.11.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.7...v0.11.0

packages/execution-environments/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/execution-environments",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "Snap sandbox environments for executing SES javascript",
55
"repository": {
66
"type": "git",
@@ -37,7 +37,7 @@
3737
"@metamask/object-multiplex": "^1.2.0",
3838
"@metamask/post-message-stream": "^4.0.0",
3939
"@metamask/providers": "^8.1.1",
40-
"@metamask/snap-types": "^0.12.0",
40+
"@metamask/snap-types": "^0.13.0",
4141
"eth-rpc-errors": "^4.0.3",
4242
"pump": "^3.0.0",
4343
"ses": "^0.15.15",

packages/plugin-browserify/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.13.0]
10+
### Changed
11+
- No changes this release.
12+
913
## [0.12.0]
1014
### Added
1115
- Initial release ([#410](https://github.com/MetaMask/snaps-skunkworks/pull/410), [#421](https://github.com/MetaMask/snaps-skunkworks/pull/421))
1216

13-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.12.0...HEAD
17+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.13.0...HEAD
18+
[0.13.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.12.0...v0.13.0
1419
[0.12.0]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.12.0

0 commit comments

Comments
 (0)