@artsy/cohesion 4.199.0 → 4.200.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.200.0 (Fri Aug 16 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - fix: clickedContactGallery wrongly said tapped [#520](https://github.com/artsy/cohesion/pull/520) ([@erikdstock](https://github.com/erikdstock))
6
+
7
+ #### Authors: 1
8
+
9
+ - Erik ([@erikdstock](https://github.com/erikdstock))
10
+
11
+ ---
12
+
1
13
  # v4.199.0 (Thu Aug 15 2024)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -316,7 +316,7 @@ export interface ClickedBuyNow {
316
316
  * ```
317
317
  */
318
318
  export interface ClickedContactGallery {
319
- action: ActionType.tappedContactGallery;
319
+ action: ActionType.clickedContactGallery;
320
320
  context_owner_type: OwnerType;
321
321
  context_owner_slug: string;
322
322
  context_owner_id: string;
@@ -324,9 +324,9 @@ export interface ClickedContactGallery {
324
324
  signal_lot_watcher_count?: number;
325
325
  signal_bid_count?: number;
326
326
  }
327
- /** A user taps "Bid" on an artwork page inside an Auction
327
+ /** A user clicks "Bid" on an artwork page inside an Auction
328
328
  *
329
- * This schema describes events sent to Segment from [[tappedBid]]
329
+ * This schema describes events sent to Segment from [[clickedBid]]
330
330
  *
331
331
  * @example
332
332
  * ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.199.0",
3
+ "version": "4.200.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {