@artsy/cohesion 4.187.0 → 4.188.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.188.0 (Thu Jun 13 2024)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- feat: adds whats new context module [#506](https://github.com/artsy/cohesion/pull/506) ([@dzucconi](https://github.com/dzucconi))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Damon ([@dzucconi](https://github.com/dzucconi))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.187.0 (Fri Jun 07 2024)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
|
@@ -281,6 +281,7 @@ export declare enum ContextModule {
|
|
|
281
281
|
HeaderActivityDropdown = "HeaderActivityDropdown",
|
|
282
282
|
HeaderArtworksDropdown = "HeaderArtworksDropdown",
|
|
283
283
|
HeaderArtistsDropdown = "HeaderArtistsDropdown",
|
|
284
|
+
HeaderWhatsNewDropdown = "HeaderWhatsNewDropdown",
|
|
284
285
|
/**
|
|
285
286
|
* Artist page
|
|
286
287
|
*/
|
|
@@ -213,6 +213,7 @@ exports.ContextModule = ContextModule;
|
|
|
213
213
|
ContextModule["HeaderActivityDropdown"] = "HeaderActivityDropdown";
|
|
214
214
|
ContextModule["HeaderArtworksDropdown"] = "HeaderArtworksDropdown";
|
|
215
215
|
ContextModule["HeaderArtistsDropdown"] = "HeaderArtistsDropdown";
|
|
216
|
+
ContextModule["HeaderWhatsNewDropdown"] = "HeaderWhatsNewDropdown";
|
|
216
217
|
ContextModule["ArtistConsignment"] = "ArtistConsignment";
|
|
217
218
|
ContextModule["ArtistPage"] = "Artist page";
|
|
218
219
|
ContextModule["AboutTheWork"] = "About the work";
|