@artsy/cohesion
Advanced tools
Comparing version 1.9.0 to 1.10.0
@@ -0,1 +1,13 @@ | ||
# v1.10.0 (Mon Jun 15 2020) | ||
#### 🚀 Enhancement | ||
- @eessex => [OwnerType] Add collect page [#63](https://github.com/artsy/cohesion/pull/63) ([@mzikherman](https://github.com/mzikherman)) | ||
#### Authors: 1 | ||
- Matt Zikherman ([@mzikherman](https://github.com/mzikherman)) | ||
--- | ||
# v1.9.0 (Mon Jun 15 2020) | ||
@@ -2,0 +14,0 @@ |
@@ -13,2 +13,3 @@ /** | ||
cityPicker = "cityPicker", | ||
collect = "collect", | ||
collection = "collection", | ||
@@ -36,2 +37,2 @@ consignmentSubmission = "consignmentSubmission", | ||
*/ | ||
export declare type PageOwnerType = OwnerType.artist | OwnerType.artwork | OwnerType.auctions | OwnerType.collection | OwnerType.consign | OwnerType.fair | OwnerType.gene | OwnerType.home | OwnerType.sale | OwnerType.search | OwnerType.worksForYou; | ||
export declare type PageOwnerType = OwnerType.artist | OwnerType.artwork | OwnerType.auctions | OwnerType.collect | OwnerType.collection | OwnerType.consign | OwnerType.fair | OwnerType.gene | OwnerType.home | OwnerType.sale | OwnerType.search | OwnerType.worksForYou; |
@@ -27,2 +27,3 @@ "use strict"; | ||
OwnerType["cityPicker"] = "cityPicker"; | ||
OwnerType["collect"] = "collect"; | ||
OwnerType["collection"] = "collection"; | ||
@@ -29,0 +30,0 @@ OwnerType["consignmentSubmission"] = "consignmentSubmission"; |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "Analytics schema and library helpers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85797
1979