@artsy/cohesion 4.302.0 → 4.303.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.303.0 (Mon Sep 22 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - feat: Add new unpublish type to CmsBulkEditClickLabel [#639](https://github.com/artsy/cohesion/pull/639) ([@jpotts244](https://github.com/jpotts244))
6
+
7
+ #### Authors: 1
8
+
9
+ - Jacqueline Potts ([@jpotts244](https://github.com/jpotts244))
10
+
11
+ ---
12
+
1
13
  # v4.302.0 (Tue Sep 16 2025)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -16,7 +16,7 @@ import { CmsActionType } from ".";
16
16
  * artwork_ids: ["artwork1", "artwork2", "artwork3"]
17
17
  * }
18
18
  */
19
- export type CmsBulkEditClickLabel = "add to show" | "bulk edit" | "cancel" | "change availability" | "confirm edit" | "failed updates page edit" | "publish" | "resolve all conflicts" | "shortlist";
19
+ export type CmsBulkEditClickLabel = "add to show" | "bulk edit" | "cancel" | "change availability" | "confirm edit" | "failed updates page edit" | "publish" | "resolve all conflicts" | "shortlist" | "unpublish";
20
20
  export interface CmsBulkEditClickedEvent {
21
21
  action: "click";
22
22
  context_module: CmsContextModule.bulkEditFlow;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.302.0",
3
+ "version": "4.303.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {