@metamask/snaps-controllers 1.0.1 → 1.0.2

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
+ ## [1.0.2]
10
+ ### Changed
11
+ - No changes this release.
12
+
9
13
  ## [1.0.1]
10
14
  ### Fixed
11
15
  - Fix parallel usage of registry ([#1669](https://github.com/MetaMask/snaps/pull/1669))
@@ -519,7 +523,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
519
523
  ### Added
520
524
  - First semi-stable release.
521
525
 
522
- [Unreleased]: https://github.com/MetaMask/snaps/compare/v1.0.1...HEAD
526
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/v1.0.2...HEAD
527
+ [1.0.2]: https://github.com/MetaMask/snaps/compare/v1.0.1...v1.0.2
523
528
  [1.0.1]: https://github.com/MetaMask/snaps/compare/v1.0.0...v1.0.1
524
529
  [1.0.0]: https://github.com/MetaMask/snaps/compare/v1.0.0-prerelease.1...v1.0.0
525
530
  [1.0.0-prerelease.1]: https://github.com/MetaMask/snaps/compare/v0.32.2...v1.0.0-prerelease.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-controllers",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Controllers for MetaMask Snaps.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -39,10 +39,10 @@
39
39
  "@metamask/object-multiplex": "^1.2.0",
40
40
  "@metamask/permission-controller": "^4.0.0",
41
41
  "@metamask/post-message-stream": "^6.1.2",
42
- "@metamask/rpc-methods": "^1.0.1",
43
- "@metamask/snaps-execution-environments": "^1.0.1",
42
+ "@metamask/rpc-methods": "^1.0.2",
43
+ "@metamask/snaps-execution-environments": "^1.0.2",
44
44
  "@metamask/snaps-registry": "^1.2.1",
45
- "@metamask/snaps-utils": "^1.0.1",
45
+ "@metamask/snaps-utils": "^1.0.2",
46
46
  "@metamask/utils": "^6.0.1",
47
47
  "@xstate/fsm": "^2.0.0",
48
48
  "concat-stream": "^2.0.0",