From bb334b729455a4578bc5fe72ead51a82e11bc4d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:21:18 -0500 Subject: [PATCH] Version Packages (#2205) Co-authored-by: github-actions[bot] --- .changeset/metal-months-cough.md | 6 ------ .changeset/serious-lemons-lick.md | 5 ----- .changeset/yellow-dolls-eat.md | 5 ----- packages/date-picker/CHANGELOG.md | 10 ++++++++++ packages/date-picker/package.json | 4 ++-- packages/form-field/CHANGELOG.md | 6 ++++++ packages/form-field/package.json | 2 +- 7 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 .changeset/metal-months-cough.md delete mode 100644 .changeset/serious-lemons-lick.md delete mode 100644 .changeset/yellow-dolls-eat.md diff --git a/.changeset/metal-months-cough.md b/.changeset/metal-months-cough.md deleted file mode 100644 index 474c4a59d1..0000000000 --- a/.changeset/metal-months-cough.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@leafygreen-ui/date-picker': patch ---- - -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. diff --git a/.changeset/serious-lemons-lick.md b/.changeset/serious-lemons-lick.md deleted file mode 100644 index c0e3e8bfc1..0000000000 --- a/.changeset/serious-lemons-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@leafygreen-ui/date-picker': patch ---- - -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) \ No newline at end of file diff --git a/.changeset/yellow-dolls-eat.md b/.changeset/yellow-dolls-eat.md deleted file mode 100644 index 83a0292490..0000000000 --- a/.changeset/yellow-dolls-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@leafygreen-ui/form-field': patch ---- - -Changes the gap between icons from 8px to 4px for all sizes. diff --git a/packages/date-picker/CHANGELOG.md b/packages/date-picker/CHANGELOG.md index cfd3dba855..57c018969f 100644 --- a/packages/date-picker/CHANGELOG.md +++ b/packages/date-picker/CHANGELOG.md @@ -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 diff --git a/packages/date-picker/package.json b/packages/date-picker/package.json index 039d2c2787..e7b42cdc70 100644 --- a/packages/date-picker/package.json +++ b/packages/date-picker/package.json @@ -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", @@ -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", diff --git a/packages/form-field/CHANGELOG.md b/packages/form-field/CHANGELOG.md index 26ed4bbda8..7850772e2d 100644 --- a/packages/form-field/CHANGELOG.md +++ b/packages/form-field/CHANGELOG.md @@ -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 diff --git a/packages/form-field/package.json b/packages/form-field/package.json index 8e813f6254..4fcca1ec9b 100644 --- a/packages/form-field/package.json +++ b/packages/form-field/package.json @@ -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",