Skip to content

Commit

Permalink
Version Packages (#2205)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 2, 2024
1 parent 253ef4e commit bb334b7
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/metal-months-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-lemons-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-dolls-eat.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @leafygreen-ui/date-picker

## 0.2.2

### Patch Changes

- 5249bd3d: Reduces the width and height of the calendar icon so that the focus/hover states do not excessively overflow the input container.
When the `size` is `xsmall` the width and hight of the calendar icon will be `20px`. When the `size`is `small` the width and hight of the calendar icon will be 22px. The icon itself will remain the the same size.
- 253ef4e4: Rearranges the placement of the year select to come before the month select when the `locale` is `iso8601`. [LG-3839](https://jira.mongodb.org/browse/LG-3839)
- Updated dependencies [5249bd3d]
- @leafygreen-ui/form-field@0.3.2

## 0.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/date-picker",
"version": "0.2.1",
"version": "0.2.2",
"description": "LeafyGreen UI Kit Date Picker",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -18,7 +18,7 @@
"@leafygreen-ui/a11y": "^1.4.12",
"@leafygreen-ui/date-utils": "^0.1.1",
"@leafygreen-ui/emotion": "^4.0.7",
"@leafygreen-ui/form-field": "^0.3.1",
"@leafygreen-ui/form-field": "^0.3.2",
"@leafygreen-ui/hooks": "^8.1.1",
"@leafygreen-ui/icon": "^11.27.1",
"@leafygreen-ui/icon-button": "^15.0.17",
Expand Down
6 changes: 6 additions & 0 deletions packages/form-field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @leafygreen-ui/form-field

## 0.3.2

### Patch Changes

- 5249bd3d: Changes the gap between icons from 8px to 4px for all sizes.

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/form-field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/form-field",
"version": "0.3.1",
"version": "0.3.2",
"description": "LeafyGreen UI Kit Form Field",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit bb334b7

Please sign in to comment.