Skip to content

Commit

Permalink
0.10.4 (#296)
Browse files Browse the repository at this point in the history
* 0.10.4

* @metamask/execution-environments only

* Update packages/execution-environments/CHANGELOG.md

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 18, 2022
1 parent e184873 commit 4cfaeb8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 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.10.3",
"version": "0.10.4",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@metamask/controllers": "^26.0.0",
"@metamask/execution-environments": "^0.10.3",
"@metamask/execution-environments": "^0.10.4",
"@metamask/object-multiplex": "^1.1.0",
"@metamask/obs-store": "^7.0.0",
"@metamask/post-message-stream": "4.0.0",
Expand Down
8 changes: 7 additions & 1 deletion packages/execution-environments/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.4]
### Fixed
- Fix endowed global functions with properties ([#294](https://github.com/MetaMask/snaps-skunkworks/pull/294))
- Endowments like `Date` were missing all properties except `name` and `length`, causing e.g. `Date.now` to be `undefined`. This is no longer the case.

## [0.10.3]
### Changed
- No changes this release.
Expand All @@ -28,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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.
- Add endowments to the global `self` in addition to `window` ([#263](https://github.com/MetaMask/snaps-skunkworks/pull/263))

[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.3...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.4...HEAD
[0.10.4]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.3...v0.10.4
[0.10.3]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.2...v0.10.3
[0.10.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.1...v0.10.2
[0.10.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.0...v0.10.1
Expand Down
2 changes: 1 addition & 1 deletion packages/execution-environments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/execution-environments",
"version": "0.10.3",
"version": "0.10.4",
"description": "Snap sandbox environments for executing SES javascript",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/iframe-execution-environment-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@metamask/controllers": "^26.0.0",
"@metamask/execution-environments": "^0.10.3",
"@metamask/execution-environments": "^0.10.4",
"@metamask/object-multiplex": "^1.2.0",
"@metamask/post-message-stream": "^4.0.0",
"@metamask/snap-controllers": "^0.10.3",
Expand Down

0 comments on commit 4cfaeb8

Please sign in to comment.