@artsy/cohesion 4.328.0 → 4.329.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.329.0 (Fri Dec 05 2025)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- chore: add authModal ownerType [#666](https://github.com/artsy/cohesion/pull/666) ([@brainbicycle](https://github.com/brainbicycle))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Brian Beckerle ([@brainbicycle](https://github.com/brainbicycle))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.328.0 (Tue Dec 02 2025)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
|
@@ -49,6 +49,7 @@ export declare enum OwnerType {
|
|
|
49
49
|
auctionResultsRail = "auctionResultsRail",
|
|
50
50
|
auctions = "auctions",
|
|
51
51
|
auctionsOverview = "auctionsOverview",
|
|
52
|
+
authModal = "authModal",
|
|
52
53
|
basedOnYourRecentSaves = "basedOnYourRecentSaves",
|
|
53
54
|
category = "category",
|
|
54
55
|
cityGuideGuide = "cityGuideGuide",
|
|
@@ -67,6 +67,7 @@ exports.OwnerType = OwnerType;
|
|
|
67
67
|
OwnerType["auctionResultsRail"] = "auctionResultsRail";
|
|
68
68
|
OwnerType["auctions"] = "auctions";
|
|
69
69
|
OwnerType["auctionsOverview"] = "auctionsOverview";
|
|
70
|
+
OwnerType["authModal"] = "authModal";
|
|
70
71
|
OwnerType["basedOnYourRecentSaves"] = "basedOnYourRecentSaves";
|
|
71
72
|
OwnerType["category"] = "category";
|
|
72
73
|
OwnerType["cityGuideGuide"] = "cityGuideGuide";
|