@artsy/cohesion
Advanced tools
Comparing version 1.25.0 to 1.26.0
@@ -0,1 +1,13 @@ | ||
# v1.26.0 (Tue Aug 04 2020) | ||
#### 🚀 Enhancement | ||
- Add tappedMainArtworkGrid helper [#85](https://github.com/artsy/cohesion/pull/85) ([@eessex](https://github.com/eessex)) | ||
#### Authors: 1 | ||
- Eve Essex ([@eessex](https://github.com/eessex)) | ||
--- | ||
# v1.25.0 (Mon Aug 03 2020) | ||
@@ -2,0 +14,0 @@ |
@@ -204,8 +204,8 @@ import { ActionType } from "."; | ||
* context_module: "artworkGrid", | ||
* context_page_owner_type: "artist", | ||
* context_page_owner_id: "4d8b926a4eb68a1b2c0000ae", | ||
* context_page_owner_slug: "damien-hirst", | ||
* destination_page_owner_type: "artwork", | ||
* destination_page_owner_id: "53188b0d8b3b8192bb0005ae", | ||
* destination_page_owner_slug: "damien-hirst-anatomy-of-an-angel", | ||
* context_screen_owner_type: "artist", | ||
* context_screen_owner_id: "4d8b926a4eb68a1b2c0000ae", | ||
* context_screen_owner_slug: "damien-hirst", | ||
* destination_screen_owner_type: "artwork", | ||
* destination_screen_owner_id: "53188b0d8b3b8192bb0005ae", | ||
* destination_screen_owner_slug: "damien-hirst-anatomy-of-an-angel", | ||
* type: "thumbnail" | ||
@@ -218,8 +218,8 @@ * } | ||
context_module: ContextModule; | ||
context_page_owner_type: ScreenOwnerType; | ||
context_page_owner_id?: string; | ||
context_page_owner_slug?: string; | ||
destination_page_owner_type: ScreenOwnerType; | ||
destination_page_owner_id: string; | ||
destination_page_owner_slug: string; | ||
context_screen_owner_type: ScreenOwnerType; | ||
context_screen_owner_id?: string; | ||
context_screen_owner_slug?: string; | ||
destination_screen_owner_type: ScreenOwnerType; | ||
destination_screen_owner_id: string; | ||
destination_screen_owner_slug: string; | ||
type: "thumbnail"; | ||
@@ -226,0 +226,0 @@ } |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "1.25.0", | ||
"version": "1.26.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
107804
76
2505