@metamask-previews/profile-sync-controller 21.0.0-preview-7b919d75 → 22.0.0-preview-982a3250

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
+ ## [22.0.0]
11
+
12
+ ### Changed
13
+
14
+ - **BREAKING:** Bump peer dependency `@metamask/accounts-controller` from `^31.0.0` to `^32.0.0` ([#6171](https://github.com/MetaMask/core/pull/6171))
15
+
10
16
  ## [21.0.0]
11
17
 
12
18
  ### Added
@@ -667,7 +673,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
667
673
 
668
674
  - Initial release
669
675
 
670
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@21.0.0...HEAD
676
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@22.0.0...HEAD
677
+ [22.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@21.0.0...@metamask/profile-sync-controller@22.0.0
671
678
  [21.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@20.0.0...@metamask/profile-sync-controller@21.0.0
672
679
  [20.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@19.0.0...@metamask/profile-sync-controller@20.0.0
673
680
  [19.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@18.0.0...@metamask/profile-sync-controller@19.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/profile-sync-controller",
3
- "version": "21.0.0-preview-7b919d75",
3
+ "version": "22.0.0-preview-982a3250",
4
4
  "description": "The profile sync helps developers synchronize data across multiple clients and devices in a privacy-preserving way. All data saved in the user storage database is encrypted client-side to preserve privacy. The user storage provides a modular design, giving developers the flexibility to construct and manage their storage spaces in a way that best suits their needs",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -112,7 +112,7 @@
112
112
  "devDependencies": {
113
113
  "@lavamoat/allow-scripts": "^3.0.4",
114
114
  "@lavamoat/preinstall-always-fail": "^2.1.0",
115
- "@metamask/accounts-controller": "^31.0.0",
115
+ "@metamask/accounts-controller": "^32.0.0",
116
116
  "@metamask/auto-changelog": "^3.4.4",
117
117
  "@metamask/keyring-api": "^19.0.0",
118
118
  "@metamask/keyring-controller": "^22.1.0",
@@ -132,7 +132,7 @@
132
132
  "webextension-polyfill": "^0.12.0"
133
133
  },
134
134
  "peerDependencies": {
135
- "@metamask/accounts-controller": "^31.0.0",
135
+ "@metamask/accounts-controller": "^32.0.0",
136
136
  "@metamask/keyring-controller": "^22.0.0",
137
137
  "@metamask/providers": "^22.0.0",
138
138
  "@metamask/snaps-controllers": "^14.0.0",