@artsy/cohesion 4.224.0 → 4.226.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,27 @@
1
+ # v4.226.0 (Fri Jan 17 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - chore: fix typo [#550](https://github.com/artsy/cohesion/pull/550) ([@dariakoko](https://github.com/dariakoko))
6
+
7
+ #### Authors: 1
8
+
9
+ - Daria Kozlova ([@dariakoko](https://github.com/dariakoko))
10
+
11
+ ---
12
+
13
+ # v4.225.0 (Fri Jan 17 2025)
14
+
15
+ #### 🚀 Enhancement
16
+
17
+ - chore: add artistArtworksCreateAlertRemindertMessage [#549](https://github.com/artsy/cohesion/pull/549) ([@dariakoko](https://github.com/dariakoko))
18
+
19
+ #### Authors: 1
20
+
21
+ - Daria Kozlova ([@dariakoko](https://github.com/dariakoko))
22
+
23
+ ---
24
+
1
25
  # v4.224.0 (Wed Jan 15 2025)
2
26
 
3
27
  #### 🚀 Enhancement
@@ -24,7 +24,7 @@ export declare enum ContextModule {
24
24
  articleRail = "articleRail",
25
25
  articles = "articles",
26
26
  articleTab = "articleTab",
27
- artistArtworksCreateAlertPromptMessage = "artistArtworksCreateAlertPromptMessage",
27
+ artistArtworksCreateAlertReminderMessage = "artistArtworksCreateAlertReminderMessage",
28
28
  artistArtworksGridEnd = "artistArtworksGridEnd",
29
29
  artistAuctionResults = "artistAuctionResults",
30
30
  artistCard = "artistCard",
@@ -38,7 +38,7 @@ exports.ContextModule = ContextModule;
38
38
  ContextModule["articleRail"] = "articleRail";
39
39
  ContextModule["articles"] = "articles";
40
40
  ContextModule["articleTab"] = "articleTab";
41
- ContextModule["artistArtworksCreateAlertPromptMessage"] = "artistArtworksCreateAlertPromptMessage";
41
+ ContextModule["artistArtworksCreateAlertReminderMessage"] = "artistArtworksCreateAlertReminderMessage";
42
42
  ContextModule["artistArtworksGridEnd"] = "artistArtworksGridEnd";
43
43
  ContextModule["artistAuctionResults"] = "artistAuctionResults";
44
44
  ContextModule["artistCard"] = "artistCard";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.224.0",
3
+ "version": "4.226.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {