Skip to content

Commit e153936

Browse files
Version Packages (#3511)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fdfc88e commit e153936

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/cold-taxis-call.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/combobox/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @leafygreen-ui/combobox
22

3+
## 12.5.1
4+
5+
### Patch Changes
6+
7+
- fdfc88e: [LG-5326](https://jira.mongodb.org/browse/LG-5326): Fixes a regression where filtering combobox options by typing did not update the highlighted option. Previously, pressing Enter after filtering would select the first option in the unfiltered list instead of the first matching option.
8+
39
## 12.5.0
410

511
### Minor Changes

packages/combobox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leafygreen-ui/combobox",
3-
"version": "12.5.0",
3+
"version": "12.5.1",
44
"description": "leafyGreen UI Kit Combobox",
55
"main": "./dist/umd/index.js",
66
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)