@artsy/cohesion 4.27.0 → 4.28.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.28.0 (Wed Jan 05 2022)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- chore: add createAlert to ContextModule [#291](https://github.com/artsy/cohesion/pull/291) ([@dimatretyak](https://github.com/dimatretyak))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Dima Tretyak (Dzmitry Tratsiak) ([@dimatretyak](https://github.com/dimatretyak))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.27.0 (Tue Jan 04 2022)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
|
@@ -48,6 +48,7 @@ export declare enum ContextModule {
|
|
|
48
48
|
collectionDescription = "collectionDescription",
|
|
49
49
|
collectionRail = "collectionRail",
|
|
50
50
|
consignSubmissionFlow = "consignSubmissionFlow",
|
|
51
|
+
createAlert = "createAlert",
|
|
51
52
|
curatedHighlightsRail = "curatedHighlightsRail",
|
|
52
53
|
currentAuctions = "currentAuctions",
|
|
53
54
|
currentShowsRail = "currentShowsRail",
|
|
@@ -62,6 +62,7 @@ exports.ContextModule = ContextModule;
|
|
|
62
62
|
ContextModule["collectionDescription"] = "collectionDescription";
|
|
63
63
|
ContextModule["collectionRail"] = "collectionRail";
|
|
64
64
|
ContextModule["consignSubmissionFlow"] = "consignSubmissionFlow";
|
|
65
|
+
ContextModule["createAlert"] = "createAlert";
|
|
65
66
|
ContextModule["curatedHighlightsRail"] = "curatedHighlightsRail";
|
|
66
67
|
ContextModule["currentAuctions"] = "currentAuctions";
|
|
67
68
|
ContextModule["currentShowsRail"] = "currentShowsRail";
|