@artsy/cohesion 4.87.0 → 4.88.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.88.0 (Tue Jan 03 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - feat(auth): adds scroll to auth trigger [#384](https://github.com/artsy/cohesion/pull/384) ([@dzucconi](https://github.com/dzucconi))
6
+
7
+ #### Authors: 1
8
+
9
+ - Damon ([@dzucconi](https://github.com/dzucconi))
10
+
11
+ ---
12
+
1
13
  # v4.87.0 (Tue Dec 20 2022)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -147,7 +147,7 @@ export declare enum AuthModalType {
147
147
  /**
148
148
  * The type of action that opened the authentication modal
149
149
  */
150
- export type AuthTrigger = "click" | "timed";
150
+ export type AuthTrigger = "click" | "timed" | "scroll";
151
151
  /**
152
152
  * the service the user used to authenticate
153
153
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.87.0",
3
+ "version": "4.88.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {