Skip to content

Commit 078c0bb

Browse files
Version Packages (#2420)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 157146b commit 078c0bb

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
lines changed

.changeset/orange-humans-admire.md

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

.changeset/tame-hairs-cross.md

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

packages/input-option/CHANGELOG.md

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

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- 157146b5c: Adds back `display:block` property, which was removed in style updates.
8+
39
## 2.0.0
410

511
### Major Changes

packages/input-option/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/input-option",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "leafyGreen UI Kit Internal Input Option",
55
"main": "./dist/index.js",
66
"module": "./dist/esm/index.js",

packages/select/CHANGELOG.md

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

3+
## 12.1.3
4+
5+
### Patch Changes
6+
7+
- 9c40e5335: Exports `getTestUtils` and `LGIDS_SELECT`. These were mistakenly excluded in its [initial release](https://github.com/mongodb/leafygreen-ui/blob/main/packages/select/CHANGELOG.md#1130)
8+
- Updated dependencies [157146b5c]
9+
- @leafygreen-ui/input-option@2.0.1
10+
311
## 12.1.2
412

513
### Patch Changes

packages/select/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leafygreen-ui/select",
3-
"version": "12.1.2",
3+
"version": "12.1.3",
44
"description": "leafyGreen UI Kit Select",
55
"main": "./dist/index.js",
66
"module": "./dist/esm/index.js",
@@ -27,7 +27,7 @@
2727
"@leafygreen-ui/form-field": "^1.2.0",
2828
"@leafygreen-ui/hooks": "^8.1.3",
2929
"@leafygreen-ui/icon": "^12.5.4",
30-
"@leafygreen-ui/input-option": "^2.0.0",
30+
"@leafygreen-ui/input-option": "^2.0.1",
3131
"@leafygreen-ui/lib": "^13.6.1",
3232
"@leafygreen-ui/palette": "^4.0.10",
3333
"@leafygreen-ui/popover": "^11.4.0",

0 commit comments

Comments
 (0)