@artsy/cohesion 4.340.0 → 4.341.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.341.0 (Mon Feb 02 2026)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - chore: Adds in missing label type for onboarding click event [#679](https://github.com/artsy/cohesion/pull/679) ([@jpotts244](https://github.com/jpotts244))
6
+
7
+ #### Authors: 1
8
+
9
+ - Jacqueline Potts ([@jpotts244](https://github.com/jpotts244))
10
+
11
+ ---
12
+
1
13
  # v4.340.0 (Fri Jan 30 2026)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -14,7 +14,7 @@ import { CmsActionType } from ".";
14
14
  * label: "Gallery Information",
15
15
  * }
16
16
  */
17
- export type CmsOnboardingClickLabel = "start - gallery information" | "start - add primary location" | "start - add primary contact" | "start - add artists" | "start - add show or fairbooth" | "download folio" | "learn more folio";
17
+ export type CmsOnboardingClickLabel = "start - gallery information" | "start - add primary location" | "start - add primary contact" | "start - add artworks" | "start - add artists" | "start - add show or fairbooth" | "download folio" | "learn more folio";
18
18
  export interface CmsOnboardingClickedEvent {
19
19
  action: "click";
20
20
  context_module: CmsContextModule.onboarding;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.340.0",
3
+ "version": "4.341.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {