@metamask-previews/core-backend 6.1.0-preview-3b760ee09 → 6.1.1-preview-d8a0c2fc5

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 +2 -2
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
+ ## [6.1.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/profile-sync-controller` from `^27.1.0` to `^28.0.0` ([#8162](https://github.com/MetaMask/core/pull/8162))
15
+
10
16
  ## [6.1.0]
11
17
 
12
18
  ### Added
@@ -232,7 +238,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
232
238
  - **Type definitions** - Comprehensive TypeScript types for transactions, balances, WebSocket messages, and service configurations
233
239
  - **Logging infrastructure** - Structured logging with module-specific loggers for debugging and monitoring
234
240
 
235
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.1.0...HEAD
241
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.1.1...HEAD
242
+ [6.1.1]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.1.0...@metamask/core-backend@6.1.1
236
243
  [6.1.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.0.0...@metamask/core-backend@6.1.0
237
244
  [6.0.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@5.1.1...@metamask/core-backend@6.0.0
238
245
  [5.1.1]: https://github.com/MetaMask/core/compare/@metamask/core-backend@5.1.0...@metamask/core-backend@5.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/core-backend",
3
- "version": "6.1.0-preview-3b760ee09",
3
+ "version": "6.1.1-preview-d8a0c2fc5",
4
4
  "description": "Core backend services for MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -52,7 +52,7 @@
52
52
  "@metamask/controller-utils": "^11.19.0",
53
53
  "@metamask/keyring-controller": "^25.1.0",
54
54
  "@metamask/messenger": "^0.3.0",
55
- "@metamask/profile-sync-controller": "^27.1.0",
55
+ "@metamask/profile-sync-controller": "^28.0.0",
56
56
  "@metamask/utils": "^11.9.0",
57
57
  "@tanstack/query-core": "^5.62.16",
58
58
  "uuid": "^8.3.2"