@metamask-previews/eth-snap-keyring 4.3.2-preview-e65b905 → 4.3.3-38c4bd5

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 +11 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [4.3.3]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/snaps-controllers` from `^9.3.0` to `^9.6.0` ([#372](https://github.com/MetaMask/eth-snap-keyring/pull/372), [#389](https://github.com/MetaMask/eth-snap-keyring/pull/389))
15
+ - Bump `@metamask/snaps-sdk` from `^6.1.0` to `^6.4.0` ([#389](https://github.com/MetaMask/eth-snap-keyring/pull/389))
16
+ - Bump `@metamask/utils` from `^9.1.0` to `^9.2.1` ([#385](https://github.com/MetaMask/eth-snap-keyring/pull/385))
17
+ - Bump `@metamask/keyring-api` from `^8.0.1` to `^8.1.0` ([#374](https://github.com/MetaMask/eth-snap-keyring/pull/374), [#376](https://github.com/MetaMask/eth-snap-keyring/pull/376))
18
+
10
19
  ## [4.3.2]
11
20
 
12
21
  ### Changed
@@ -311,7 +320,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
311
320
 
312
321
  - Initial release.
313
322
 
314
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.3.2...HEAD
323
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.3.3...HEAD
324
+ [4.3.3]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.3.2...@metamask/eth-snap-keyring@4.3.3
315
325
  [4.3.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.3.1...@metamask/eth-snap-keyring@4.3.2
316
326
  [4.3.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.3.0...@metamask/eth-snap-keyring@4.3.1
317
327
  [4.3.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.2.1...@metamask/eth-snap-keyring@4.3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/eth-snap-keyring",
3
- "version": "4.3.2-preview-e65b905",
3
+ "version": "4.3.3-38c4bd5",
4
4
  "description": "Snaps keyring bridge.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,9 +27,9 @@
27
27
  "dependencies": {
28
28
  "@ethereumjs/tx": "^4.2.0",
29
29
  "@metamask/eth-sig-util": "^7.0.3",
30
- "@metamask/keyring-api": "^8.0.2",
31
- "@metamask/snaps-controllers": "^9.3.0",
32
- "@metamask/snaps-sdk": "^6.1.0",
30
+ "@metamask/keyring-api": "^8.1.0",
31
+ "@metamask/snaps-controllers": "^9.6.0",
32
+ "@metamask/snaps-sdk": "^6.4.0",
33
33
  "@metamask/snaps-utils": "^7.8.0",
34
34
  "@metamask/superstruct": "^3.1.0",
35
35
  "@metamask/utils": "^9.1.0",