Skip to content

Commit c745afb

Browse files
Version Packages
1 parent 11cbe4f commit c745afb

File tree

7 files changed

+20
-13
lines changed

7 files changed

+20
-13
lines changed

.changeset/easy-bears-fix.md

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

.changeset/proud-clouds-hide.md

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

packages/combobox/CHANGELOG.md

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

3+
## 12.2.0
4+
5+
### Minor Changes
6+
7+
- 2876f61: This update adds support to change the dropdown's width basis (matching the functionality of the Select component)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [11cbe4f]
12+
- @leafygreen-ui/hooks@9.3.0
13+
314
## 12.1.0
415

516
### 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.1.0",
3+
"version": "12.2.0",
44
"description": "leafyGreen UI Kit Combobox",
55
"main": "./dist/umd/index.js",
66
"module": "./dist/esm/index.js",

packages/emotion/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '5.0.4';
1+
export const VERSION = '5.1.0';

packages/hooks/CHANGELOG.md

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

3+
## 9.3.0
4+
5+
### Minor Changes
6+
7+
- 11cbe4f: Updated the useControlled hook argument to utilize the useState Dispatch while ensuring backwards compatibility
8+
39
## 9.2.2
410

511
### Patch Changes

packages/hooks/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/hooks",
3-
"version": "9.2.2",
3+
"version": "9.3.0",
44
"description": "LeafyGreen UI Kit Custom Hooks",
55
"main": "./dist/umd/index.js",
66
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)