@artsy/cohesion 4.216.0 → 4.217.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.217.0 (Tue Nov 19 2024)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- chore(EMI-2159): add context module for auction registration [#539](https://github.com/artsy/cohesion/pull/539) ([@erikdstock](https://github.com/erikdstock))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Erik ([@erikdstock](https://github.com/erikdstock))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.216.0 (Tue Nov 19 2024)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
|
@@ -48,6 +48,7 @@ export declare enum ContextModule {
|
|
|
48
48
|
auctionLots = "auctionLots",
|
|
49
49
|
auctionLotsEndingSoonRail = "auctionLotsEndingSoonRail",
|
|
50
50
|
auctionRail = "auctionRail",
|
|
51
|
+
auctionRegistration = "auctionRegistration",
|
|
51
52
|
auctionResult = "auctionResult",
|
|
52
53
|
auctionResultComparableWorks = "auctionResultComparableWorks",
|
|
53
54
|
auctionResults = "auctionResults",
|
|
@@ -62,6 +62,7 @@ exports.ContextModule = ContextModule;
|
|
|
62
62
|
ContextModule["auctionLots"] = "auctionLots";
|
|
63
63
|
ContextModule["auctionLotsEndingSoonRail"] = "auctionLotsEndingSoonRail";
|
|
64
64
|
ContextModule["auctionRail"] = "auctionRail";
|
|
65
|
+
ContextModule["auctionRegistration"] = "auctionRegistration";
|
|
65
66
|
ContextModule["auctionResult"] = "auctionResult";
|
|
66
67
|
ContextModule["auctionResultComparableWorks"] = "auctionResultComparableWorks";
|
|
67
68
|
ContextModule["auctionResults"] = "auctionResults";
|