@artsy/cohesion 4.178.0 → 4.179.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 +12 -0
- package/dist/Schema/Events/Tap.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v4.179.0 (Mon May 06 2024)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- fix: broken TappedBuyNow flow type [#497](https://github.com/artsy/cohesion/pull/497) ([@MounirDhahri](https://github.com/MounirDhahri))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Mounir Dhahri ([@MounirDhahri](https://github.com/MounirDhahri))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.178.0 (Fri May 03 2024)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
|
@@ -744,7 +744,7 @@ export interface TappedBuyNow {
|
|
|
744
744
|
context_owner_id: string;
|
|
745
745
|
context_owner_slug: string;
|
|
746
746
|
impulse_conversation_id?: string;
|
|
747
|
-
flow
|
|
747
|
+
flow?: "Buy now" | "Partner offer";
|
|
748
748
|
}
|
|
749
749
|
/**
|
|
750
750
|
* A user taps on 'Contact Gallery' on an artwork page
|