@artsy/cohesion 4.342.0 → 4.344.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,27 @@
|
|
|
1
|
+
# v4.344.0 (Fri Feb 06 2026)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- feat: add triggers to conventional commits check [#682](https://github.com/artsy/cohesion/pull/682) ([@amonkhouse](https://github.com/amonkhouse))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Amy Monkhouse ([@amonkhouse](https://github.com/amonkhouse))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v4.343.0 (Fri Feb 06 2026)
|
|
14
|
+
|
|
15
|
+
#### 🚀 Enhancement
|
|
16
|
+
|
|
17
|
+
- feat(DIAM-268): add completeMyProfileFlow context module [#681](https://github.com/artsy/cohesion/pull/681) ([@iskounen](https://github.com/iskounen))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Adam Iskounen ([@iskounen](https://github.com/iskounen))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v4.342.0 (Wed Feb 04 2026)
|
|
2
26
|
|
|
3
27
|
#### 🚀 Enhancement
|
|
@@ -85,6 +85,7 @@ export declare enum ContextModule {
|
|
|
85
85
|
collectionRail = "collectionRail",
|
|
86
86
|
collectorProfile = "collectorProfile",
|
|
87
87
|
collectorProfileCard = "collectorProfileCard",
|
|
88
|
+
completeMyProfileFlow = "completeMyProfileFlow",
|
|
88
89
|
consignmentInquiryForm = "consignmentInquiryForm",
|
|
89
90
|
consignSubmissionFlow = "consignSubmissionFlow",
|
|
90
91
|
contactInformation = "contactInformation",
|
|
@@ -99,6 +99,7 @@ exports.ContextModule = ContextModule;
|
|
|
99
99
|
ContextModule["collectionRail"] = "collectionRail";
|
|
100
100
|
ContextModule["collectorProfile"] = "collectorProfile";
|
|
101
101
|
ContextModule["collectorProfileCard"] = "collectorProfileCard";
|
|
102
|
+
ContextModule["completeMyProfileFlow"] = "completeMyProfileFlow";
|
|
102
103
|
ContextModule["consignmentInquiryForm"] = "consignmentInquiryForm";
|
|
103
104
|
ContextModule["consignSubmissionFlow"] = "consignSubmissionFlow";
|
|
104
105
|
ContextModule["contactInformation"] = "contactInformation";
|