@artsy/cohesion 4.100.0 → 4.101.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.101.0 (Mon Feb 20 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Fixing CMS conversation - ClickedConversationsFilter [#399](https://github.com/artsy/cohesion/pull/399) ([@daytavares](https://github.com/daytavares))
6
+
7
+ #### Authors: 1
8
+
9
+ - Dayane Tavares ([@daytavares](https://github.com/daytavares))
10
+
11
+ ---
12
+
1
13
  # v4.100.0 (Tue Feb 07 2023)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -1344,7 +1344,6 @@ export interface ClickedOnPriceDisplayDropdown {
1344
1344
  * context_module: "conversations",
1345
1345
  * context_page_owner_type: "conversation",
1346
1346
  * context_page_owner_id: "60de173a47476c000fd5c4cc"
1347
- * artwork_id: "60de173a47476c000fd5c4cc"
1348
1347
  * partner_id: "35de173a47476c111fd5c4cc"
1349
1348
  * }
1350
1349
  * ```
@@ -1354,7 +1353,6 @@ export interface ClickedConversationsFilter {
1354
1353
  context_module: string;
1355
1354
  context_page_owner_type: PageOwnerType;
1356
1355
  context_page_owner_id?: string;
1357
- artwork_id: string;
1358
1356
  partner_id: string;
1359
1357
  }
1360
1358
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.100.0",
3
+ "version": "4.101.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {