@artsy/cohesion 4.125.0 → 4.125.1

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.125.1 (Tue May 02 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - chore: make sale id optional for IDV [#430](https://github.com/artsy/cohesion/pull/430) ([@mdole](https://github.com/mdole))
6
+
7
+ #### Authors: 1
8
+
9
+ - Matt Dole ([@mdole](https://github.com/mdole))
10
+
11
+ ---
12
+
1
13
  # v4.125.0 (Fri Apr 21 2023)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -1071,7 +1071,7 @@ export interface ClickedVerifyIdentity {
1071
1071
  context_page_owner_type: PageOwnerType;
1072
1072
  context_page_owner_id?: string;
1073
1073
  context_page_owner_slug?: string;
1074
- sale_id: string;
1074
+ sale_id?: string;
1075
1075
  subject: string;
1076
1076
  }
1077
1077
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.125.0",
3
+ "version": "4.125.1",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {