@artsy/cohesion 4.113.0 → 4.114.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.114.0 (Fri Mar 03 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Feat(CX-3429): Add SWA ContextModules [#412](https://github.com/artsy/cohesion/pull/412) ([@lordkiz](https://github.com/lordkiz))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Kizito Egeonu ([@lordkiz](https://github.com/lordkiz))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.113.0 (Thu Mar 02 2023)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
|
@@ -160,6 +160,9 @@ export declare enum ContextModule {
|
|
|
160
160
|
saveWorksCTA = "saveWorksCTA",
|
|
161
161
|
sellFooter = "sellFooter",
|
|
162
162
|
sellHeader = "sellHeader",
|
|
163
|
+
sellHowItWorks = "sellHowItWorks",
|
|
164
|
+
sellMeetTheSpecialists = "sellMeetTheSpecialists",
|
|
165
|
+
sellSpeakToTheTeam = "sellSpeakToTheTeam",
|
|
163
166
|
showHeader = "showHeader",
|
|
164
167
|
showInfo = "showInfo",
|
|
165
168
|
showsRail = "showsRail",
|
|
@@ -174,6 +174,9 @@ exports.ContextModule = ContextModule;
|
|
|
174
174
|
ContextModule["saveWorksCTA"] = "saveWorksCTA";
|
|
175
175
|
ContextModule["sellFooter"] = "sellFooter";
|
|
176
176
|
ContextModule["sellHeader"] = "sellHeader";
|
|
177
|
+
ContextModule["sellHowItWorks"] = "sellHowItWorks";
|
|
178
|
+
ContextModule["sellMeetTheSpecialists"] = "sellMeetTheSpecialists";
|
|
179
|
+
ContextModule["sellSpeakToTheTeam"] = "sellSpeakToTheTeam";
|
|
177
180
|
ContextModule["showHeader"] = "showHeader";
|
|
178
181
|
ContextModule["showInfo"] = "showInfo";
|
|
179
182
|
ContextModule["showsRail"] = "showsRail";
|