@artsy/cohesion 4.265.0 → 4.266.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.266.0 (Wed Jun 04 2025)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- feat(EMI-2494): Add ordersDetail to ContextMenu [#597](https://github.com/artsy/cohesion/pull/597) ([@MrSltun](https://github.com/MrSltun))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Sultan Al-Maari ([@MrSltun](https://github.com/MrSltun))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.265.0 (Mon Jun 02 2025)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
|
@@ -173,6 +173,7 @@ export declare enum ContextModule {
|
|
|
173
173
|
onboardingInterests = "onboardingInterests",
|
|
174
174
|
ordersAccept = "ordersAccept",
|
|
175
175
|
ordersCounter = "ordersCounter",
|
|
176
|
+
ordersDetail = "ordersDetail",
|
|
176
177
|
ordersHistory = "ordersHistory",
|
|
177
178
|
ordersNewPayment = "ordersNewPayment",
|
|
178
179
|
ordersOffer = "ordersOffer",
|
|
@@ -187,6 +187,7 @@ exports.ContextModule = ContextModule;
|
|
|
187
187
|
ContextModule["onboardingInterests"] = "onboardingInterests";
|
|
188
188
|
ContextModule["ordersAccept"] = "ordersAccept";
|
|
189
189
|
ContextModule["ordersCounter"] = "ordersCounter";
|
|
190
|
+
ContextModule["ordersDetail"] = "ordersDetail";
|
|
190
191
|
ContextModule["ordersHistory"] = "ordersHistory";
|
|
191
192
|
ContextModule["ordersNewPayment"] = "ordersNewPayment";
|
|
192
193
|
ContextModule["ordersOffer"] = "ordersOffer";
|