@artsy/cohesion 4.168.0 → 4.169.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.169.0 (Wed Apr 03 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - feat(ONYX-804): add lotsForYouRail and topAuctionLotsRail [#487](https://github.com/artsy/cohesion/pull/487) ([@tam-kis](https://github.com/tam-kis))
6
+
7
+ #### Authors: 1
8
+
9
+ - Tam ([@tam-kis](https://github.com/tam-kis))
10
+
11
+ ---
12
+
1
13
  # v4.168.0 (Tue Apr 02 2024)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -114,6 +114,7 @@ export declare enum ContextModule {
114
114
  latestViewingRoomsRail = "latestViewingRoomsRail",
115
115
  liveAuctionRoom = "liveAuctionRoom",
116
116
  liveAuctionsRail = "liveAuctionsRail",
117
+ lotsForYouRail = "lotsForYouRail",
117
118
  mainCarousel = "mainCarousel",
118
119
  marketInsights = "marketInsights",
119
120
  marketNews = "marketNews",
@@ -193,6 +194,7 @@ export declare enum ContextModule {
193
194
  tabBar = "tabBar",
194
195
  tagHeader = "tagHeader",
195
196
  toDoList = "toDoList",
197
+ topAuctionLotsRail = "topAuctionLotsRail",
196
198
  topTab = "topTab",
197
199
  topWorksRail = "topWorksRail",
198
200
  trendingArtistsRail = "trendingArtistsRail",
@@ -128,6 +128,7 @@ exports.ContextModule = ContextModule;
128
128
  ContextModule["latestViewingRoomsRail"] = "latestViewingRoomsRail";
129
129
  ContextModule["liveAuctionRoom"] = "liveAuctionRoom";
130
130
  ContextModule["liveAuctionsRail"] = "liveAuctionsRail";
131
+ ContextModule["lotsForYouRail"] = "lotsForYouRail";
131
132
  ContextModule["mainCarousel"] = "mainCarousel";
132
133
  ContextModule["marketInsights"] = "marketInsights";
133
134
  ContextModule["marketNews"] = "marketNews";
@@ -207,6 +208,7 @@ exports.ContextModule = ContextModule;
207
208
  ContextModule["tabBar"] = "tabBar";
208
209
  ContextModule["tagHeader"] = "tagHeader";
209
210
  ContextModule["toDoList"] = "toDoList";
211
+ ContextModule["topAuctionLotsRail"] = "topAuctionLotsRail";
210
212
  ContextModule["topTab"] = "topTab";
211
213
  ContextModule["topWorksRail"] = "topWorksRail";
212
214
  ContextModule["trendingArtistsRail"] = "trendingArtistsRail";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.168.0",
3
+ "version": "4.169.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {