@artsy/cohesion 4.140.0 → 4.141.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.141.0 (Mon Sep 11 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - chore: add artistArtworksGridEnd [#454](https://github.com/artsy/cohesion/pull/454) ([@MounirDhahri](https://github.com/MounirDhahri))
6
+
7
+ #### Authors: 1
8
+
9
+ - Mounir Dhahri ([@MounirDhahri](https://github.com/MounirDhahri))
10
+
11
+ ---
12
+
1
13
  # v4.140.0 (Thu Sep 07 2023)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -13,6 +13,7 @@ export declare enum ContextModule {
13
13
  article = "article",
14
14
  articles = "articles",
15
15
  articleTab = "articleTab",
16
+ artistArtworksGridEnd = "artistArtworksGridEnd",
16
17
  artistAuctionResults = "artistAuctionResults",
17
18
  artistCard = "artistCard",
18
19
  artistHeader = "artistHeader",
@@ -27,6 +27,7 @@ exports.ContextModule = ContextModule;
27
27
  ContextModule["article"] = "article";
28
28
  ContextModule["articles"] = "articles";
29
29
  ContextModule["articleTab"] = "articleTab";
30
+ ContextModule["artistArtworksGridEnd"] = "artistArtworksGridEnd";
30
31
  ContextModule["artistAuctionResults"] = "artistAuctionResults";
31
32
  ContextModule["artistCard"] = "artistCard";
32
33
  ContextModule["artistHeader"] = "artistHeader";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.140.0",
3
+ "version": "4.141.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {