@artsy/cohesion 4.274.0 → 4.275.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.275.0 (Thu Jun 19 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - feat(DIA-1363): add optional destination_path field to TappedEntityGroup [#608](https://github.com/artsy/cohesion/pull/608) ([@iskounen](https://github.com/iskounen))
6
+
7
+ #### Authors: 1
8
+
9
+ - Adam Iskounen ([@iskounen](https://github.com/iskounen))
10
+
11
+ ---
12
+
1
13
  # v4.274.0 (Thu Jun 19 2025)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -347,6 +347,7 @@ export interface TappedFairGroup extends TappedEntityGroup {
347
347
  * destination_screen_owner_type: "collectionsCategory",
348
348
  * destination_screen_owner_id: "5359794d1a1e86c3740001f7",
349
349
  * destination_screen_owner_slug: "artworks-under-1000",
350
+ * destination_path: "/collection/artworks-under-1000"
350
351
  * horizontal_slide_position: 1,
351
352
  * type: "thumbnail"
352
353
  * }
@@ -369,6 +370,7 @@ export interface TappedEntityGroup {
369
370
  destination_screen_owner_type?: ScreenOwnerType;
370
371
  destination_screen_owner_id?: string;
371
372
  destination_screen_owner_slug?: string;
373
+ destination_path?: string;
372
374
  curation_boost?: boolean;
373
375
  horizontal_slide_position?: number;
374
376
  module_height?: EntityModuleHeight;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.274.0",
3
+ "version": "4.275.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {