@artsy/cohesion 4.38.0 → 4.39.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.39.0 (Tue Mar 15 2022)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- (GRO-834) add trove rail to context modules [#313](https://github.com/artsy/cohesion/pull/313) ([@TMcMeans](https://github.com/TMcMeans))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- TanjieM ([@TMcMeans](https://github.com/TMcMeans))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.38.0 (Tue Mar 15 2022)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
|
@@ -155,6 +155,7 @@ export declare enum ContextModule {
|
|
|
155
155
|
topWorksRail = "topWorksRail",
|
|
156
156
|
trendingArtistsRail = "trendingArtistsRail",
|
|
157
157
|
trendingLots = "trendingLots",
|
|
158
|
+
troveArtworksRail = "troveArtworksRail",
|
|
158
159
|
upcomingAuctions = "upcomingAuctions",
|
|
159
160
|
uploadPhotos = "uploadPhotos",
|
|
160
161
|
viewingRoom = "viewingRoom",
|
|
@@ -169,6 +169,7 @@ exports.ContextModule = ContextModule;
|
|
|
169
169
|
ContextModule["topWorksRail"] = "topWorksRail";
|
|
170
170
|
ContextModule["trendingArtistsRail"] = "trendingArtistsRail";
|
|
171
171
|
ContextModule["trendingLots"] = "trendingLots";
|
|
172
|
+
ContextModule["troveArtworksRail"] = "troveArtworksRail";
|
|
172
173
|
ContextModule["upcomingAuctions"] = "upcomingAuctions";
|
|
173
174
|
ContextModule["uploadPhotos"] = "uploadPhotos";
|
|
174
175
|
ContextModule["viewingRoom"] = "viewingRoom";
|