@artsy/cohesion
Advanced tools
Comparing version 1.67.0 to 1.67.1
@@ -0,1 +1,13 @@ | ||
# v1.67.1 (Mon Dec 14 2020) | ||
#### 🐛 Bug Fix | ||
- Add optional properties for TappedNavigationTab [#146](https://github.com/artsy/cohesion/pull/146) ([@mikehrom](https://github.com/mikehrom)) | ||
#### Authors: 1 | ||
- mike hromchak ([@mikehrom](https://github.com/mikehrom)) | ||
--- | ||
# v1.67.0 (Mon Dec 14 2020) | ||
@@ -2,0 +14,0 @@ |
@@ -498,3 +498,3 @@ import { ContextModule } from "../Values/ContextModule"; | ||
* | ||
* This schema describes events sent to Segment from [[tappedView]] | ||
* This schema describes events sent to Segment from [[tappedNavigationTab]] | ||
* | ||
@@ -516,5 +516,5 @@ * @example | ||
context_screen_owner_type: ScreenOwnerType; | ||
context_screen_owner_id: string; | ||
context_screen_owner_slug: string; | ||
subject: "string"; | ||
context_screen_owner_id?: string; | ||
context_screen_owner_slug?: string; | ||
subject?: string; | ||
} | ||
@@ -521,0 +521,0 @@ /** |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "1.67.0", | ||
"version": "1.67.1", | ||
"description": "Analytics schema and library helpers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
218742