@artsy/cohesion 4.75.0 → 4.76.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.76.0 (Fri Nov 18 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - fix: update param name typo [#366](https://github.com/artsy/cohesion/pull/366) ([@MrSltun](https://github.com/MrSltun))
6
+
7
+ #### Authors: 1
8
+
9
+ - Sultan Al-Maari ([@MrSltun](https://github.com/MrSltun))
10
+
11
+ ---
12
+
1
13
  # v4.75.0 (Thu Nov 17 2022)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -197,7 +197,7 @@ export interface ClickedAuctionGroup extends ClickedEntityGroup {
197
197
  */
198
198
  export interface ClickedAuctionResultItem extends ClickedEntityGroup {
199
199
  action: ActionType.clickedAuctionResultItem;
200
- expended: boolean;
200
+ expanded: boolean;
201
201
  }
202
202
  /**
203
203
  * A user clicks a grouping of collections on web
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.75.0",
3
+ "version": "4.76.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {