@artsy/cohesion 4.49.0 → 4.50.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.50.0 (Thu Jun 02 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - remove context_screen from TappedRequestPriceEstimate interfase [#332](https://github.com/artsy/cohesion/pull/332) ([@dariakoko](https://github.com/dariakoko))
6
+
7
+ #### Authors: 1
8
+
9
+ - Daria Kozlova ([@dariakoko](https://github.com/dariakoko))
10
+
11
+ ---
12
+
1
13
  # v4.49.0 (Thu Jun 02 2022)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -169,7 +169,6 @@ export interface TappedMyCollectionAddArtworkArtist {
169
169
  */
170
170
  export interface TappedRequestPriceEstimate {
171
171
  action: ActionType.tappedRequestPriceEstimate;
172
- context_screen: OwnerType.myCollectionArtwork;
173
172
  context_module: ContextModule.myCollectionArtworkInsights;
174
173
  context_screen_owner_id?: string;
175
174
  context_screen_owner_slug?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.49.0",
3
+ "version": "4.50.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {