@metamask-previews/keyring-internal-snap-client 6.0.0-a621908 → 7.1.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 +15 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [7.1.0]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/base-controller` from `^7.1.1` to `^8.3.0` ([#364](https://github.com/MetaMask/accounts/pull/364))
15
+
16
+ ## [7.0.0]
17
+
18
+ ### Changed
19
+
20
+ - **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))
21
+
10
22
  ## [6.0.0]
11
23
 
12
24
  ### Changed
@@ -127,7 +139,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
127
139
  - This new version fixes a bug with CJS re-exports.
128
140
  - Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
129
141
 
130
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@6.0.0...HEAD
142
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@7.1.0...HEAD
143
+ [7.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@7.0.0...@metamask/keyring-internal-snap-client@7.1.0
144
+ [7.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@6.0.0...@metamask/keyring-internal-snap-client@7.0.0
131
145
  [6.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@5.0.0...@metamask/keyring-internal-snap-client@6.0.0
132
146
  [5.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@4.1.0...@metamask/keyring-internal-snap-client@5.0.0
133
147
  [4.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@4.0.2...@metamask/keyring-internal-snap-client@4.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-internal-snap-client",
3
- "version": "6.0.0-a621908",
3
+ "version": "7.1.0-9fbf2ff",
4
4
  "description": "MetaMask Keyring Snap internal clients",
5
5
  "keywords": [
6
6
  "metamask",
@@ -45,10 +45,10 @@
45
45
  "test:watch": "jest --watch"
46
46
  },
47
47
  "dependencies": {
48
- "@metamask/base-controller": "^7.1.1",
49
- "@metamask/keyring-api": "20.1.0",
50
- "@metamask/keyring-internal-api": "8.1.0",
51
- "@metamask/keyring-snap-client": "7.0.0",
48
+ "@metamask/base-controller": "^8.3.0",
49
+ "@metamask/keyring-api": "21.0.0",
50
+ "@metamask/keyring-internal-api": "9.0.0",
51
+ "@metamask/keyring-snap-client": "8.0.0",
52
52
  "@metamask/keyring-utils": "3.1.0"
53
53
  },
54
54
  "devDependencies": {