Skip to content

Commit 2bca8b5

Browse files
github-actions[bot]github-actionsFrederikBolding
authored
0.18.0 (#634)
* 0.18.0 * Update changelogs * Update yarn.lock * Update manifests * Remove breaking from ES2017 entries Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
1 parent f90c2ea commit 2bca8b5

40 files changed

Lines changed: 155 additions & 99 deletions

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.17.0",
3+
"version": "0.18.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/cli/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.18.0]
10+
### Changed
11+
- Reduce TypeScript compilation target to ES2017 ([#628](https://github.com/MetaMask/snaps-skunkworks/pull/628))
12+
- Update template files ([#632](https://github.com/MetaMask/snaps-skunkworks/pull/632))
13+
914
## [0.17.0]
1015
### Added
1116
- Add a TypeScript template for `mm-snap init` ([#546](https://github.com/MetaMask/snaps-skunkworks/pull/546))
@@ -205,7 +210,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
205210
- Example snaps ([#72](https://github.com/MetaMask/snaps-skunkworks/pull/72))
206211
- The examples now live in their own package, [`@metamask/snap-examples`](https://npmjs.com/package/@metamask/snap-examples).
207212

208-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.17.0...HEAD
213+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.0...HEAD
214+
[0.18.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.17.0...v0.18.0
209215
[0.17.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.16.0...v0.17.0
210216
[0.16.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.15.0...v0.16.0
211217
[0.15.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.14.0...v0.15.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.17.0",
3+
"version": "0.18.0",
44
"description": "A CLI for developing MetaMask Snaps.",
55
"repository": {
66
"type": "git",
@@ -46,8 +46,8 @@
4646
"@babel/plugin-transform-runtime": "^7.16.7",
4747
"@babel/preset-env": "^7.16.7",
4848
"@babel/preset-typescript": "^7.16.7",
49-
"@metamask/snap-controllers": "^0.17.0",
50-
"@metamask/snaps-browserify-plugin": "^0.17.0",
49+
"@metamask/snap-controllers": "^0.18.0",
50+
"@metamask/snaps-browserify-plugin": "^0.18.0",
5151
"@metamask/utils": "^2.0.0",
5252
"babelify": "^10.0.0",
5353
"browserify": "^17.0.0",

packages/controllers/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.18.0]
10+
### Changed
11+
- Reduce TypeScript compilation target to ES2017 ([#628](https://github.com/MetaMask/snaps-skunkworks/pull/628))
12+
- **BREAKING:** Add browser entrypoint for execution services ([#629](https://github.com/MetaMask/snaps-skunkworks/pull/629))
13+
- Node.js execution services are now omitted in browser environments
14+
915
## [0.17.0]
1016
### Added
1117
- Add snap blocklist functionality ([#597](https://github.com/MetaMask/snaps-skunkworks/pull/597))
@@ -307,7 +313,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
307313
### Added
308314
- First semi-stable release.
309315

310-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.17.0...HEAD
316+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.0...HEAD
317+
[0.18.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.17.0...v0.18.0
311318
[0.17.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.16.0...v0.17.0
312319
[0.16.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.15.0...v0.16.0
313320
[0.15.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.14.0...v0.15.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.17.0",
3+
"version": "0.18.0",
44
"description": "Controllers for MetaMask Snaps.",
55
"repository": {
66
"type": "git",
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@metamask/browser-passworder": "^3.0.0",
3838
"@metamask/controllers": "^30.0.0",
39-
"@metamask/execution-environments": "^0.17.0",
39+
"@metamask/execution-environments": "^0.18.0",
4040
"@metamask/object-multiplex": "^1.1.0",
4141
"@metamask/obs-store": "^7.0.0",
4242
"@metamask/post-message-stream": "^6.0.0",
@@ -67,7 +67,7 @@
6767
"@metamask/eslint-config-jest": "^9.0.0",
6868
"@metamask/eslint-config-nodejs": "^9.0.0",
6969
"@metamask/eslint-config-typescript": "^9.0.1",
70-
"@metamask/snap-types": "^0.17.0",
70+
"@metamask/snap-types": "^0.18.0",
7171
"@metamask/template-snap": "^0.7.0",
7272
"@peculiar/webcrypto": "^1.3.3",
7373
"@types/concat-stream": "^1.6.1",

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.18.0]
10+
### Changed
11+
- Reduce TypeScript compilation target to ES2017 ([#628](https://github.com/MetaMask/snaps-skunkworks/pull/628))
12+
913
## [0.17.0]
1014
### Changed
1115
- **BREAKING:** Bump minimum Node version to 16 ([#601](https://github.com/MetaMask/snaps-skunkworks/pull/601))
@@ -144,7 +148,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
144148
- 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).
145149
- Some examples have been deleted because they were outdated.
146150

147-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.17.0...HEAD
151+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.18.0...HEAD
152+
[0.18.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.17.0...v0.18.0
148153
[0.17.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.16.0...v0.17.0
149154
[0.16.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.15.0...v0.16.0
150155
[0.15.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.14.0...v0.15.0

packages/examples/examples/bls-signer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bls-signer",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"private": true,
55
"description": "An example Snap that signs messages using BLS.",
66
"repository": {
@@ -28,7 +28,7 @@
2828
"@metamask/eslint-config-jest": "^9.0.0",
2929
"@metamask/eslint-config-nodejs": "^9.0.0",
3030
"@metamask/eslint-config-typescript": "^9.0.1",
31-
"@metamask/snaps-cli": "^0.17.0",
31+
"@metamask/snaps-cli": "^0.18.0",
3232
"eslint": "^7.30.0",
3333
"eslint-config-prettier": "^8.3.0",
3434
"eslint-plugin-import": "^2.23.4",

packages/examples/examples/bls-signer/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.17.0",
2+
"version": "0.18.0",
33
"description": "An example Snap that signs messages using BLS.",
44
"proposedName": "bls-signer",
55
"repository": {

packages/examples/examples/browserify/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browserify-snap",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"private": true,
55
"description": "An example Snap built using TypeScript and Browserify",
66
"repository": {
@@ -27,9 +27,9 @@
2727
"@metamask/eslint-config-jest": "^9.0.0",
2828
"@metamask/eslint-config-nodejs": "^9.0.0",
2929
"@metamask/eslint-config-typescript": "^9.0.1",
30-
"@metamask/snap-types": "^0.17.0",
31-
"@metamask/snaps-browserify-plugin": "^0.17.0",
32-
"@metamask/snaps-cli": "^0.17.0",
30+
"@metamask/snap-types": "^0.18.0",
31+
"@metamask/snaps-browserify-plugin": "^0.18.0",
32+
"@metamask/snaps-cli": "^0.18.0",
3333
"@types/browserify": "^12.0.37",
3434
"@types/gulp": "^4.0.9",
3535
"@types/node": "^17.0.33",

packages/examples/examples/browserify/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.17.0",
2+
"version": "0.18.0",
33
"description": "An example Snap built using TypeScript and Browserify",
44
"proposedName": "browserify-snap",
55
"repository": {

0 commit comments

Comments
 (0)