@metamask-previews/keyring-snap-sdk 6.0.0-a621908 → 7.0.0-9fbf2ff

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 +8 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [7.0.0]
11
+
12
+ ### Changed
13
+
14
+ - **BREAKING:** Bump `@metamask/keyring-api` from `^20.0.0` to `^21.0.0` ([#355](https://github.com/MetaMask/accounts/pull/355)), ([#356](https://github.com/MetaMask/accounts/pull/356))
15
+
10
16
  ## [6.0.0]
11
17
 
12
18
  ### Changed
@@ -102,7 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102
108
  - This new version fixes a bug with CJS re-exports.
103
109
  - Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
104
110
 
105
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@6.0.0...HEAD
111
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@7.0.0...HEAD
112
+ [7.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@6.0.0...@metamask/keyring-snap-sdk@7.0.0
106
113
  [6.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@5.0.0...@metamask/keyring-snap-sdk@6.0.0
107
114
  [5.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@4.0.0...@metamask/keyring-snap-sdk@5.0.0
108
115
  [4.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@3.2.0...@metamask/keyring-snap-sdk@4.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-snap-sdk",
3
- "version": "6.0.0-a621908",
3
+ "version": "7.0.0-9fbf2ff",
4
4
  "description": "MetaMask Keyring Snap SDK",
5
5
  "keywords": [
6
6
  "metamask",
@@ -45,7 +45,7 @@
45
45
  "test:watch": "jest --watch"
46
46
  },
47
47
  "dependencies": {
48
- "@metamask/keyring-api": "20.1.0",
48
+ "@metamask/keyring-api": "21.0.0",
49
49
  "@metamask/keyring-utils": "3.1.0",
50
50
  "@metamask/snaps-sdk": "^9.0.0",
51
51
  "@metamask/superstruct": "^3.1.0",
@@ -56,7 +56,7 @@
56
56
  "@lavamoat/allow-scripts": "^3.2.1",
57
57
  "@lavamoat/preinstall-always-fail": "^2.1.0",
58
58
  "@metamask/auto-changelog": "^3.4.4",
59
- "@metamask/keyring-api": "20.1.0",
59
+ "@metamask/keyring-api": "21.0.0",
60
60
  "@metamask/providers": "^19.0.0",
61
61
  "@ts-bridge/cli": "^0.6.3",
62
62
  "@types/jest": "^29.5.12",