@leafygreen-ui/combobox 9.1.4 → 9.1.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,9 +1,17 @@
1
1
  # @leafygreen-ui/combobox
2
2
 
3
+ ## 9.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 5f10976d5: - Updates `useAvailableSpace` hook which fixes a dropdown height bug. [LG-4601](https://jira.mongodb.org/browse/LG-4601).
8
+
3
9
  ## 9.1.4
4
10
 
5
11
  ### Patch Changes
6
12
 
13
+ _Note_: This version has no updates. Pleas use version `9.1.5`.
14
+
7
15
  - Updates `useAvailableSpace` hook which fixes a dropdown height bug. [LG-4601](https://jira.mongodb.org/browse/LG-4601)
8
16
 
9
17
  ## 9.1.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leafygreen-ui/combobox",
3
- "version": "9.1.4",
3
+ "version": "9.1.5",
4
4
  "description": "leafyGreen UI Kit Combobox",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -26,7 +26,7 @@
26
26
  "@leafygreen-ui/chip": "^1.2.1",
27
27
  "@leafygreen-ui/emotion": "^4.0.8",
28
28
  "@leafygreen-ui/form-field": "^1.2.4",
29
- "@leafygreen-ui/hooks": "^8.2.0",
29
+ "@leafygreen-ui/hooks": "^8.2.1",
30
30
  "@leafygreen-ui/icon": "^12.5.4",
31
31
  "@leafygreen-ui/icon-button": "^15.0.23",
32
32
  "@leafygreen-ui/input-option": "^2.0.2",