@artsy/cohesion 4.299.0 → 4.300.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.300.0 (Mon Sep 15 2025)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- feat: Adds publish Click label type to BulkEdits flow [#635](https://github.com/artsy/cohesion/pull/635) ([@jpotts244](https://github.com/jpotts244))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Jacqueline Potts ([@jpotts244](https://github.com/jpotts244))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.299.0 (Wed Sep 03 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 = "
|
|
19
|
+
export type CmsBulkEditClickLabel = "add to show" | "bulk edit" | "cancel" | "change availability" | "confirm edit" | "publish" | "resolve all conflicts" | "shortlist";
|
|
20
20
|
export interface CmsBulkEditClickedEvent {
|
|
21
21
|
action: "click";
|
|
22
22
|
context_module: CmsContextModule.bulkEditFlow;
|