@artsy/cohesion 4.391.0 → 4.392.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.392.0 (Mon Aug 17 2026)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - feat: Adds new label for show missing details click event [#739](https://github.com/artsy/cohesion/pull/739) ([@jpotts244](https://github.com/jpotts244))
6
+
7
+ #### Authors: 1
8
+
9
+ - Jacqueline Potts ([@jpotts244](https://github.com/jpotts244))
10
+
11
+ ---
12
+
1
13
  # v4.391.0 (Mon Aug 17 2026)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -15,7 +15,7 @@ import { CmsActionType } from ".";
15
15
  * artwork_id: "artwork1"
16
16
  * }
17
17
  */
18
- export type CmsCompletenessScoreClickLabel = "completeness checklist link" | "edit artwork";
18
+ export type CmsCompletenessScoreClickLabel = "completeness checklist link" | "edit artwork" | "show missing details";
19
19
  export interface CmsCompletenessScoreClickedEvent {
20
20
  action: "click";
21
21
  context_module: CmsContextModule.completenessScore;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.391.0",
3
+ "version": "4.392.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {