@artsy/cohesion 4.189.0 → 4.190.0
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
# v4.190.0 (Mon Jul 01 2024)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- amending CollectorProfiles for the new flow [#509](https://github.com/artsy/cohesion/pull/509) ([@leodmz](https://github.com/leodmz))
|
|
6
|
+
|
|
7
|
+
#### 🏠 Internal
|
|
8
|
+
|
|
9
|
+
- Bump ws from 7.5.8 to 7.5.10 [#508](https://github.com/artsy/cohesion/pull/508) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
10
|
+
|
|
11
|
+
#### Authors: 2
|
|
12
|
+
|
|
13
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
14
|
+
- Leo Demazeau ([@leodmz](https://github.com/leodmz))
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
1
18
|
# v4.189.0 (Mon Jun 17 2024)
|
|
2
19
|
|
|
3
20
|
#### 🚀 Enhancement
|
|
@@ -23,7 +23,7 @@ import { Platform } from "./MyCollection";
|
|
|
23
23
|
*/
|
|
24
24
|
export interface EditedUserProfile {
|
|
25
25
|
action: ActionType.editedUserProfile;
|
|
26
|
-
context_screen: ContextModule
|
|
27
|
-
context_screen_owner_type: OwnerType
|
|
26
|
+
context_screen: ContextModule;
|
|
27
|
+
context_screen_owner_type: OwnerType;
|
|
28
28
|
platform: Platform;
|
|
29
29
|
}
|