@artsy/cohesion 4.200.0 → 4.201.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.201.0 (Fri Aug 23 2024)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- chore: adding alertsAll to context module for demand2 [#522](https://github.com/artsy/cohesion/pull/522) ([@JanaeHijaz](https://github.com/JanaeHijaz))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Janae Hijaz Edwards ([@JanaeHijaz](https://github.com/JanaeHijaz))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.200.0 (Fri Aug 16 2024)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
|
@@ -25,6 +25,7 @@ exports.ContextModule = ContextModule;
|
|
|
25
25
|
ContextModule["adServer"] = "adServer";
|
|
26
26
|
ContextModule["activity"] = "activity";
|
|
27
27
|
ContextModule["activityRail"] = "activityRail";
|
|
28
|
+
ContextModule["alertsAll"] = "alertsAll";
|
|
28
29
|
ContextModule["alertConfirmation"] = "alertConfirmation";
|
|
29
30
|
ContextModule["alertDetails"] = "alertDetails";
|
|
30
31
|
ContextModule["alertFilters"] = "alertFilters";
|