@metamask-previews/message-manager 13.0.0-preview-6c94ae59 → 13.0.1-preview-05b702c4

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 +10 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [13.0.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/utils` from `^11.8.0` to `^11.8.1` ([#6708](https://github.com/MetaMask/core/pull/6708))
15
+ - Bump `@metamask/base-controller` from `^8.4.0` to `^8.4.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
16
+ - Bump `@metamask/controller-utils` from `^11.14.0` to `^11.14.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
17
+
10
18
  ## [13.0.0]
11
19
 
12
20
  ### Added
@@ -391,7 +399,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
391
399
 
392
400
  All changes listed after this point were applied to this package following the monorepo conversion.
393
401
 
394
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/message-manager@13.0.0...HEAD
402
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/message-manager@13.0.1...HEAD
403
+ [13.0.1]: https://github.com/MetaMask/core/compare/@metamask/message-manager@13.0.0...@metamask/message-manager@13.0.1
395
404
  [13.0.0]: https://github.com/MetaMask/core/compare/@metamask/message-manager@12.0.2...@metamask/message-manager@13.0.0
396
405
  [12.0.2]: https://github.com/MetaMask/core/compare/@metamask/message-manager@12.0.1...@metamask/message-manager@12.0.2
397
406
  [12.0.1]: https://github.com/MetaMask/core/compare/@metamask/message-manager@12.0.0...@metamask/message-manager@12.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/message-manager",
3
- "version": "13.0.0-preview-6c94ae59",
3
+ "version": "13.0.1-preview-05b702c4",
4
4
  "description": "Stores and manages interactions with signing requests",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -47,10 +47,10 @@
47
47
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
48
48
  },
49
49
  "dependencies": {
50
- "@metamask/base-controller": "^8.4.0",
51
- "@metamask/controller-utils": "^11.14.0",
50
+ "@metamask/base-controller": "^8.4.1",
51
+ "@metamask/controller-utils": "^11.14.1",
52
52
  "@metamask/eth-sig-util": "^8.2.0",
53
- "@metamask/utils": "^11.8.0",
53
+ "@metamask/utils": "^11.8.1",
54
54
  "@types/uuid": "^8.3.0",
55
55
  "jsonschema": "^1.4.1",
56
56
  "uuid": "^8.3.2"