@artsy/cohesion 4.356.0 → 4.357.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,24 @@
|
|
|
1
|
+
# v4.357.0 (Mon Jun 01 2026)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- chore: add invoice ContextModule [#700](https://github.com/artsy/cohesion/pull/700) ([@xander-pero](https://github.com/xander-pero))
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug Fix
|
|
8
|
+
|
|
9
|
+
- Update cimg/python Docker tag to v3.14 [#696](https://github.com/artsy/cohesion/pull/696) ([@renovate[bot]](https://github.com/renovate[bot]))
|
|
10
|
+
|
|
11
|
+
#### 🏠 Internal
|
|
12
|
+
|
|
13
|
+
- Update dep auto from 2.2.0 to v2.3.0 [#697](https://github.com/artsy/cohesion/pull/697) ([@renovate[bot]](https://github.com/renovate[bot]))
|
|
14
|
+
|
|
15
|
+
#### Authors: 2
|
|
16
|
+
|
|
17
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
|
18
|
+
- [@xander-pero](https://github.com/xander-pero)
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
1
22
|
# v4.356.0 (Thu May 21 2026)
|
|
2
23
|
|
|
3
24
|
#### 🚀 Enhancement
|
|
@@ -149,6 +149,7 @@ export declare enum ContextModule {
|
|
|
149
149
|
infiniteDiscoveryDrawer = "infiniteDiscoveryDrawer",
|
|
150
150
|
inquiry = "inquiry",
|
|
151
151
|
intextTooltip = "intextTooltip",
|
|
152
|
+
invoice = "invoice",
|
|
152
153
|
latestViewingRoomsRail = "latestViewingRoomsRail",
|
|
153
154
|
liveAuctionRoom = "liveAuctionRoom",
|
|
154
155
|
liveAuctionsRail = "liveAuctionsRail",
|
|
@@ -163,6 +163,7 @@ exports.ContextModule = ContextModule;
|
|
|
163
163
|
ContextModule["infiniteDiscoveryDrawer"] = "infiniteDiscoveryDrawer";
|
|
164
164
|
ContextModule["inquiry"] = "inquiry";
|
|
165
165
|
ContextModule["intextTooltip"] = "intextTooltip";
|
|
166
|
+
ContextModule["invoice"] = "invoice";
|
|
166
167
|
ContextModule["latestViewingRoomsRail"] = "latestViewingRoomsRail";
|
|
167
168
|
ContextModule["liveAuctionRoom"] = "liveAuctionRoom";
|
|
168
169
|
ContextModule["liveAuctionsRail"] = "liveAuctionsRail";
|