@metamask/snaps-controllers 0.35.0-flask.1 → 0.35.1-flask.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.35.1-flask.1]
10
+ ### Changed
11
+ - No changes this release.
12
+
9
13
  ## [0.35.0-flask.1]
10
14
  ### Added
11
15
  - Add export for `getRpcCaveatOrigins` ([#1533](https://github.com/MetaMask/snaps/pull/1533))
@@ -534,7 +538,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
534
538
  ### Added
535
539
  - First semi-stable release.
536
540
 
537
- [Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.0-flask.1...HEAD
541
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...HEAD
542
+ [0.35.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.0-flask.1...v0.35.1-flask.1
538
543
  [0.35.0-flask.1]: https://github.com/MetaMask/snaps/compare/v0.34.1-flask.1...v0.35.0-flask.1
539
544
  [0.34.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.34.0-flask.1...v0.34.1-flask.1
540
545
  [0.34.0-flask.1]: https://github.com/MetaMask/snaps/compare/v0.33.1-flask.1...v0.34.0-flask.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-controllers",
3
- "version": "0.35.0-flask.1",
3
+ "version": "0.35.1-flask.1",
4
4
  "description": "Controllers for MetaMask Snaps.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -83,10 +83,10 @@
83
83
  "@metamask/object-multiplex": "^1.2.0",
84
84
  "@metamask/permission-controller": "^4.0.0",
85
85
  "@metamask/post-message-stream": "^6.1.2",
86
- "@metamask/rpc-methods": "^0.35.0-flask.1",
87
- "@metamask/snaps-execution-environments": "^0.35.0-flask.1",
86
+ "@metamask/rpc-methods": "^0.35.1-flask.1",
87
+ "@metamask/snaps-execution-environments": "^0.35.1-flask.1",
88
88
  "@metamask/snaps-registry": "^1.2.1",
89
- "@metamask/snaps-utils": "^0.35.0-flask.1",
89
+ "@metamask/snaps-utils": "^0.35.1-flask.1",
90
90
  "@metamask/utils": "^6.0.1",
91
91
  "@xstate/fsm": "^2.0.0",
92
92
  "concat-stream": "^2.0.0",