Skip to content

Commit e92d2b6

Browse files
github-actions[bot]github-actionsshanejonasrekmarks
authored
0.0.7 (#49)
* 0.0.7 * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Shane <jonas.shane@gmail.com> Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
1 parent 997f272 commit e92d2b6

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"workspaces": [
55
"packages/*"
66
],
7-
"version": "0.0.6",
7+
"version": "0.0.7",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/MetaMask/snaps-skunkworks.git"

packages/controllers/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.0.7]
10+
### Fixed
11+
- Store plugin states in the correct place ([#48](https://github.com/MetaMask/snaps-skunkworks/pull/48))
12+
- Previously, plugin states would be set as top-level keys of the `PluginController`'s state. This broke retrieving plugin states. They are now correctly stored under `state.pluginStates`.
13+
914
## [0.0.6]
1015
### Added
1116
- iframe execution environment ([#33](https://github.com/MetaMask/snaps-skunkworks/pull/33))
@@ -25,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2530
### Uncategorized
2631
- First semi-stable release.
2732

28-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...HEAD
33+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.7...HEAD
34+
[0.0.7]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.6...v0.0.7
2935
[0.0.6]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.0.5...v0.0.6
3036
[0.0.5]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.0.5

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": "@mm-snap/controllers",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Controllers for MetaMask Snaps.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)