@artsy/cohesion 4.318.0 → 4.320.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.
@@ -0,0 +1,11 @@
1
+ name: ☢️ Add Version Label
2
+
3
+ on:
4
+ pull_request:
5
+ types: [opened, reopened, synchronize]
6
+
7
+ jobs:
8
+ run-add-version-label:
9
+ uses: artsy/duchamp/.github/workflows/add-version-label.yml@main
10
+ secrets:
11
+ danger-token: ${{ secrets.DANGER_TOKEN }}
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v4.320.0 (Mon Nov 10 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - feat: add add-version-label github action [#655](https://github.com/artsy/cohesion/pull/655) ([@amonkhouse](https://github.com/amonkhouse))
6
+
7
+ #### Authors: 1
8
+
9
+ - Amy Monkhouse ([@amonkhouse](https://github.com/amonkhouse))
10
+
11
+ ---
12
+
13
+ # v4.319.0 (Fri Nov 07 2025)
14
+
15
+ #### 🚀 Enhancement
16
+
17
+ - chore: add card type to ItemVieweds item_type [#654](https://github.com/artsy/cohesion/pull/654) ([@dariakoko](https://github.com/dariakoko))
18
+
19
+ #### Authors: 1
20
+
21
+ - Daria Kozlova ([@dariakoko](https://github.com/dariakoko))
22
+
23
+ ---
24
+
1
25
  # v4.318.0 (Thu Nov 06 2025)
2
26
 
3
27
  #### 🚀 Enhancement
@@ -51,7 +51,7 @@ export interface ItemViewed {
51
51
  context_screen: OwnerType;
52
52
  context_module: ContextModule;
53
53
  item_id: string;
54
- item_type: "artwork";
54
+ item_type: "artwork" | "card";
55
55
  position?: number;
56
56
  }
57
57
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.318.0",
3
+ "version": "4.320.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {