@artsy/cohesion 4.48.0 → 4.49.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.49.0 (Thu Jun 02 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - add myCollectionMarketSignals module [#331](https://github.com/artsy/cohesion/pull/331) ([@dariakoko](https://github.com/dariakoko))
6
+
7
+ #### Authors: 1
8
+
9
+ - Daria Kozlova ([@dariakoko](https://github.com/dariakoko))
10
+
11
+ ---
12
+
1
13
  # v4.48.0 (Thu Jun 02 2022)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -100,6 +100,7 @@ export declare enum ContextModule {
100
100
  myCollectionArtworkAbout = "myCollectionArtworkAbout",
101
101
  myCollectionComparableWorks = "myCollectionComparableWorks",
102
102
  myCollectionHome = "myCollectionHome",
103
+ myCollectionMarketSignals = "myCollectionMarketSignals",
103
104
  newWorksByArtistsYouFollowRail = "newWorksByArtistsYouFollowRail",
104
105
  newWorksForYouRail = "newWorksForYouRail",
105
106
  newWorksByGalleriesYouFollowRail = "newWorksByGalleriesYouFollowRail",
@@ -114,6 +114,7 @@ exports.ContextModule = ContextModule;
114
114
  ContextModule["myCollectionArtworkAbout"] = "myCollectionArtworkAbout";
115
115
  ContextModule["myCollectionComparableWorks"] = "myCollectionComparableWorks";
116
116
  ContextModule["myCollectionHome"] = "myCollectionHome";
117
+ ContextModule["myCollectionMarketSignals"] = "myCollectionMarketSignals";
117
118
  ContextModule["newWorksByArtistsYouFollowRail"] = "newWorksByArtistsYouFollowRail";
118
119
  ContextModule["newWorksForYouRail"] = "newWorksForYouRail";
119
120
  ContextModule["newWorksByGalleriesYouFollowRail"] = "newWorksByGalleriesYouFollowRail";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.48.0",
3
+ "version": "4.49.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {