@artsy/cohesion 4.210.0 → 4.211.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.211.0 (Thu Oct 24 2024)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- feat(DIA-863): add discoverSomethingNewSection and exploreBySection modules [#535](https://github.com/artsy/cohesion/pull/535) ([@araujobarret](https://github.com/araujobarret))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Carlos ([@araujobarret](https://github.com/araujobarret))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.210.0 (Wed Oct 23 2024)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
|
@@ -79,9 +79,11 @@ export declare enum ContextModule {
|
|
|
79
79
|
curatorsPicksEmergingRail = "curatorsPicksEmergingRail",
|
|
80
80
|
currentAuctions = "currentAuctions",
|
|
81
81
|
currentShowsRail = "currentShowsRail",
|
|
82
|
+
discoverSomethingNewSection = "discoverSomethingNewSection",
|
|
82
83
|
doMoreOnArtsy = "doMoreOnArtsy",
|
|
83
84
|
editAlert = "editAlert",
|
|
84
85
|
exhibitorsTab = "exhibitorsTab",
|
|
86
|
+
exploreBySection = "exploreBySection",
|
|
85
87
|
fairCard = "fairCard",
|
|
86
88
|
fairHome = "fairHome",
|
|
87
89
|
fairInfo = "fairInfo",
|
|
@@ -93,9 +93,11 @@ exports.ContextModule = ContextModule;
|
|
|
93
93
|
ContextModule["curatorsPicksEmergingRail"] = "curatorsPicksEmergingRail";
|
|
94
94
|
ContextModule["currentAuctions"] = "currentAuctions";
|
|
95
95
|
ContextModule["currentShowsRail"] = "currentShowsRail";
|
|
96
|
+
ContextModule["discoverSomethingNewSection"] = "discoverSomethingNewSection";
|
|
96
97
|
ContextModule["doMoreOnArtsy"] = "doMoreOnArtsy";
|
|
97
98
|
ContextModule["editAlert"] = "editAlert";
|
|
98
99
|
ContextModule["exhibitorsTab"] = "exhibitorsTab";
|
|
100
|
+
ContextModule["exploreBySection"] = "exploreBySection";
|
|
99
101
|
ContextModule["fairCard"] = "fairCard";
|
|
100
102
|
ContextModule["fairHome"] = "fairHome";
|
|
101
103
|
ContextModule["fairInfo"] = "fairInfo";
|