@artsy/cohesion 4.32.0 → 4.33.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,20 @@
1
+ # v4.33.0 (Wed Mar 02 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - feat: Add myCollectionComparableWorks context module [#306](https://github.com/artsy/cohesion/pull/306) ([@olerichter00](https://github.com/olerichter00))
6
+
7
+ #### 🏠 Internal
8
+
9
+ - chore(deps): update dep typescript from 4.5.5 to v4.6.2 [#303](https://github.com/artsy/cohesion/pull/303) ([@renovate-bot](https://github.com/renovate-bot))
10
+
11
+ #### Authors: 2
12
+
13
+ - Ole ([@olerichter00](https://github.com/olerichter00))
14
+ - WhiteSource Renovate ([@renovate-bot](https://github.com/renovate-bot))
15
+
16
+ ---
17
+
1
18
  # v4.32.0 (Thu Feb 24 2022)
2
19
 
3
20
  #### 🚀 Enhancement
@@ -95,6 +95,7 @@ export declare enum ContextModule {
95
95
  myCollectionArtwork = "myCollectionArtwork",
96
96
  myCollectionAddArtworkAddArtist = "myCollectionAddArtworkAddArtist",
97
97
  myCollectionArtworkInsights = "myCollectionArtworkInsights",
98
+ myCollectionComparableWorks = "myCollectionComparableWorks",
98
99
  myCollectionHome = "myCollectionHome",
99
100
  newWorksByArtistsYouFollowRail = "newWorksByArtistsYouFollowRail",
100
101
  newWorksForYouRail = "newWorksForYouRail",
@@ -109,6 +109,7 @@ exports.ContextModule = ContextModule;
109
109
  ContextModule["myCollectionArtwork"] = "myCollectionArtwork";
110
110
  ContextModule["myCollectionAddArtworkAddArtist"] = "myCollectionAddArtworkAddArtist";
111
111
  ContextModule["myCollectionArtworkInsights"] = "myCollectionArtworkInsights";
112
+ ContextModule["myCollectionComparableWorks"] = "myCollectionComparableWorks";
112
113
  ContextModule["myCollectionHome"] = "myCollectionHome";
113
114
  ContextModule["newWorksByArtistsYouFollowRail"] = "newWorksByArtistsYouFollowRail";
114
115
  ContextModule["newWorksForYouRail"] = "newWorksForYouRail";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.32.0",
3
+ "version": "4.33.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {
@@ -47,7 +47,7 @@
47
47
  "lint-staged": "10.1.7",
48
48
  "prettier": "2.0.5",
49
49
  "typedoc": "0.17.7",
50
- "typescript": "4.5.5"
50
+ "typescript": "4.6.2"
51
51
  },
52
52
  "dependencies": {
53
53
  "core-js": "3"