@artsy/cohesion 4.175.0 → 4.176.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,15 @@
1
+ # v4.176.0 (Fri Apr 26 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - [AS-4453] Adding description to event View Work [#494](https://github.com/artsy/cohesion/pull/494) ([@daytavares](https://github.com/daytavares))
6
+
7
+ #### Authors: 1
8
+
9
+ - Dayane Tavares ([@daytavares](https://github.com/daytavares))
10
+
11
+ ---
12
+
1
13
  # v4.175.0 (Wed Apr 24 2024)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -2030,7 +2030,7 @@ export interface ClickedOnLearnMore {
2030
2030
  * {
2031
2031
  * action: "clickedViewWork",
2032
2032
  * context_owner_type: "notifications",
2033
- * owner_id: "770fa47d-8cc8-4267-93e7-2808544d2a98"
2033
+ * owner_id: "770fa47d-8cc8-4267-93e7-2808544d2a98" (it will change depending on the notification type. For offers, we are using partner offer id)
2034
2034
  * artwork_id: "6617b3410c1cd2000c6e11c7"
2035
2035
  * notification_type: "offers" | "all" | "alerts" | "follows"
2036
2036
  * }
@@ -1010,7 +1010,7 @@ export interface TappedNewsSection {
1010
1010
  * action: "tappedViewWork",
1011
1011
  * context_module : "Notification"
1012
1012
  * context_screen_owner_type: "notification",
1013
- * context_screen_owner_id: ""770fa47d-8cc8-4267-93e7-2808544d2a98"",
1013
+ * context_screen_owner_id: "770fa47d-8cc8-4267-93e7-2808544d2a98", (it will change depending on the notification type. For offers, we are using partner offer id)
1014
1014
  * artwork_id: "6617b3410c1cd2000c6e11c7"
1015
1015
  * notification_type: "offers" | "all" | "alerts" | "follows"
1016
1016
  * }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.175.0",
3
+ "version": "4.176.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {