@artsy/cohesion 4.9.0 → 4.10.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.10.0 (Thu Oct 07 2021)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Adding showsRail in Context module [#249](https://github.com/artsy/cohesion/pull/249) ([@rajsam003](https://github.com/rajsam003))
6
+
7
+ #### Authors: 1
8
+
9
+ - Sam Raj ([@rajsam003](https://github.com/rajsam003))
10
+
11
+ ---
12
+
1
13
  # v4.9.0 (Wed Oct 06 2021)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -129,6 +129,7 @@ export declare enum ContextModule {
129
129
  sellHeader = "sellHeader",
130
130
  showHeader = "showHeader",
131
131
  showInfo = "showInfo",
132
+ showsRail = "showsRail",
132
133
  similarToWorksYouSavedRail = "similarToWorksYouSavedRail",
133
134
  similarToWorksYouViewedRail = "similarToWorksYouViewedRail",
134
135
  standoutLots = "standoutLots",
@@ -143,6 +143,7 @@ exports.ContextModule = ContextModule;
143
143
  ContextModule["sellHeader"] = "sellHeader";
144
144
  ContextModule["showHeader"] = "showHeader";
145
145
  ContextModule["showInfo"] = "showInfo";
146
+ ContextModule["showsRail"] = "showsRail";
146
147
  ContextModule["similarToWorksYouSavedRail"] = "similarToWorksYouSavedRail";
147
148
  ContextModule["similarToWorksYouViewedRail"] = "similarToWorksYouViewedRail";
148
149
  ContextModule["standoutLots"] = "standoutLots";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.9.0",
3
+ "version": "4.10.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {