@artsy/cohesion 4.295.0 → 4.296.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.296.0 (Thu Aug 07 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - chore: add vertical bar example [#631](https://github.com/artsy/cohesion/pull/631) ([@xander-pero](https://github.com/xander-pero))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@xander-pero](https://github.com/xander-pero)
10
+
11
+ ---
12
+
1
13
  # v4.295.0 (Wed Aug 06 2025)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -75,7 +75,7 @@ export interface CmsAnalyticsPageClickedMostViewed {
75
75
  * action: "viewedGraph",
76
76
  * context_module: "analyticsMostViewed" | "analyticsPublishedArtworks" | "analyticsViews" | "analyticsInquiries" | "analyticsSales" | "analyticsAudience",
77
77
  * context_page_owner_type: "analytics",
78
- * graph_type: "cumulative_line" | "donut" | "horizontal_bar"
78
+ * graph_type: "cumulative_line" | "donut" | "horizontal_bar" | "vertical_bar"
79
79
  * }
80
80
  * ```
81
81
  */
@@ -94,7 +94,7 @@ export interface CmsAnalyticsPageViewedGraph {
94
94
  * action: "viewedGraphDatapoint",
95
95
  * context_module: "analyticsMostViewed" | "analyticsPublishedArtworks" | "analyticsViews" | "analyticsInquiries" | "analyticsSales" | "analyticsAudience",
96
96
  * context_page_owner_type: "analytics",
97
- * graph_type: "cumulative_line" | "donut" | "horizontal_bar",
97
+ * graph_type: "cumulative_line" | "donut" | "horizontal_bar" | "vertical_bar",
98
98
  * datapoint_bucket_size?: "daily" | "weekly" | "monthly" | null,
99
99
  * datapoint_is_other?: true | false | null
100
100
  * }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.295.0",
3
+ "version": "4.296.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {