@artsy/cohesion
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,1 +1,13 @@ | ||
# v1.0.5 (Thu May 21 2020) | ||
#### 🐛 Bug Fix | ||
- Add tappedConsign helper [#46](https://github.com/artsy/cohesion/pull/46) ([@eessex](https://github.com/eessex)) | ||
#### Authors: 1 | ||
- Eve Essex ([@eessex](https://github.com/eessex)) | ||
--- | ||
# v1.0.4 (Wed May 20 2020) | ||
@@ -2,0 +14,0 @@ |
@@ -178,3 +178,3 @@ import { ActionType } from "../Event"; | ||
* destination_screen_owner_type: "consignmentSubmission", | ||
* subject: "startSelling" | ||
* subject: "Start selling" | ||
* } | ||
@@ -188,3 +188,4 @@ * ``` | ||
destination_screen_owner_type: ScreenOwnerType; | ||
/** The text of the tapped button */ | ||
subject: string; | ||
} |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"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
63278
41
1437