@artsy/cohesion 4.42.0 → 4.43.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,22 @@
|
|
|
1
|
+
# v4.43.0 (Tue Mar 29 2022)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- feat: Add artworkRecommendationsRail context module [#321](https://github.com/artsy/cohesion/pull/321) ([@olerichter00](https://github.com/olerichter00))
|
|
6
|
+
|
|
7
|
+
#### 🏠 Internal
|
|
8
|
+
|
|
9
|
+
- Bump minimist from 1.2.5 to 1.2.6 [#320](https://github.com/artsy/cohesion/pull/320) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
10
|
+
- chore(deps): update dep typescript from 4.6.2 to v4.6.3 [#319](https://github.com/artsy/cohesion/pull/319) ([@renovate-bot](https://github.com/renovate-bot))
|
|
11
|
+
|
|
12
|
+
#### Authors: 3
|
|
13
|
+
|
|
14
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
15
|
+
- Ole ([@olerichter00](https://github.com/olerichter00))
|
|
16
|
+
- WhiteSource Renovate ([@renovate-bot](https://github.com/renovate-bot))
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
1
20
|
# v4.42.0 (Wed Mar 23 2022)
|
|
2
21
|
|
|
3
22
|
#### 🚀 Enhancement
|
|
@@ -24,6 +24,7 @@ export declare enum ContextModule {
|
|
|
24
24
|
artworkImage = "artworkImage",
|
|
25
25
|
artworkMetadata = "artworkMetadata",
|
|
26
26
|
artworkRecentlySoldGrid = "artworkRecentlySoldGrid",
|
|
27
|
+
artworkRecommendationsRail = "artworkRecommendationsRail",
|
|
27
28
|
artworkSidebar = "artworkSidebar",
|
|
28
29
|
artworksTab = "artworksTab",
|
|
29
30
|
associatedViewingRoom = "associatedViewingRoom",
|
|
@@ -38,6 +38,7 @@ exports.ContextModule = ContextModule;
|
|
|
38
38
|
ContextModule["artworkImage"] = "artworkImage";
|
|
39
39
|
ContextModule["artworkMetadata"] = "artworkMetadata";
|
|
40
40
|
ContextModule["artworkRecentlySoldGrid"] = "artworkRecentlySoldGrid";
|
|
41
|
+
ContextModule["artworkRecommendationsRail"] = "artworkRecommendationsRail";
|
|
41
42
|
ContextModule["artworkSidebar"] = "artworkSidebar";
|
|
42
43
|
ContextModule["artworksTab"] = "artworksTab";
|
|
43
44
|
ContextModule["associatedViewingRoom"] = "associatedViewingRoom";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artsy/cohesion",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.43.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.6.
|
|
50
|
+
"typescript": "4.6.3"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"core-js": "3"
|