Skip to content

Commit

Permalink
Version Packages (#2480)
Browse files Browse the repository at this point in the history
* Version Packages

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Stephen Lee <stephen.lee@mongodb.com>
  • Loading branch information
3 people authored Sep 16, 2024
1 parent 07bab63 commit f6f6865
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-houses-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-grapes-lick.md

This file was deleted.

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

## 1.2.5

### Patch Changes

- 07bab6308: [LG-4507](https://jira.mongodb.org/browse/LG-4507): fix `FormFieldInputContainer` autocomplete styling used in `DateInputSegment`, `TextArea` and `TextInput`. A double-border issue occurs when the auto-completed input has focus or hover state applied

## 1.2.4

### 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": "1.2.4",
"version": "1.2.5",
"description": "LeafyGreen UI Kit Form Field",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/info-sprinkle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @leafygreen-ui/info-sprinkle

## 2.1.0

### Minor Changes

- 6b8ad3d42: Updates `children` type to accept `React.ReactNode` rather than just `string`

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/info-sprinkle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/info-sprinkle",
"version": "2.0.0",
"version": "2.1.0",
"description": "LeafyGreen UI Kit Info Sprinkle",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit f6f6865

Please sign in to comment.