@metamask-previews/social-controllers 2.2.0-preview-2fdaa18 → 2.2.1-preview-f3d53de3e

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 +6 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.2.1]
11
+
10
12
  ### Changed
11
13
 
12
14
  - Bump `@metamask/messenger` from `^1.1.1` to `^1.2.0` ([#8632](https://github.com/MetaMask/core/pull/8632))
15
+ - Bump `@metamask/base-data-service` from `^0.1.1` to `^0.1.2` ([#8755](https://github.com/MetaMask/core/pull/8755))
16
+ - Bump `@metamask/controller-utils` from `^11.20.0` to `^12.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
13
17
 
14
18
  ## [2.2.0]
15
19
 
@@ -76,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
76
80
  - `unfollowTrader` — unfollows traders and removes addresses from state
77
81
  - `updateFollowing` — fetches following list and replaces addresses in state
78
82
 
79
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@2.2.0...HEAD
83
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@2.2.1...HEAD
84
+ [2.2.1]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@2.2.0...@metamask/social-controllers@2.2.1
80
85
  [2.2.0]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@2.1.0...@metamask/social-controllers@2.2.0
81
86
  [2.1.0]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@2.0.0...@metamask/social-controllers@2.1.0
82
87
  [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@1.0.0...@metamask/social-controllers@2.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/social-controllers",
3
- "version": "2.2.0-preview-2fdaa18",
3
+ "version": "2.2.1-preview-f3d53de3e",
4
4
  "description": "A collection of social related controllers",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -54,8 +54,8 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@metamask/base-controller": "^9.1.0",
57
- "@metamask/base-data-service": "^0.1.1",
58
- "@metamask/controller-utils": "^11.20.0",
57
+ "@metamask/base-data-service": "^0.1.2",
58
+ "@metamask/controller-utils": "^12.0.0",
59
59
  "@metamask/messenger": "^1.2.0",
60
60
  "@metamask/profile-sync-controller": "^28.0.2",
61
61
  "@metamask/superstruct": "^3.1.0"