Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2177

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fifty-turkeys-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-rabbits-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-singers-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-dryers-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-pumpkins-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-games-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-impalas-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-ads-explain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-items-marry.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @leafygreen-ui/combobox

## 7.1.0

### Minor Changes

- e7d206e6: Exports `ComboboxOptionProps` & `ComboboxGroupProps`.
Internal refactor of `type` file organization.

## 7.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/combobox",
"version": "7.0.1",
"version": "7.1.0",
"description": "leafyGreen UI Kit Combobox",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @leafygreen-ui/date-picker

## 0.2.0

### Minor Changes

- e0b4080c: Extends [Popover props](https://www.mongodb.design/component/popover/documentation/) but omits the following props: `usePortal`, `refEl`, `children`, `className`, `onClick`, and `active`. [LG-3930](https://jira.mongodb.org/browse/LG-3930)

### Patch Changes

- a8b717c7: Modify `DatePickerMenu.stories.tsx` to exclude the current date, as it caused daily chromatic changes.
- ba76002f: Applies a CSS transition duration of 100ms to enhance the hover and focus styles on calendar cells.

## 0.1.0

### Minor 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.1.0",
"version": "0.2.0",
"description": "LeafyGreen UI Kit Date Picker",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@leafygreen-ui/button": "^21.0.7",
"@leafygreen-ui/modal": "^16.0.3",
"@leafygreen-ui/modal": "^16.0.4",
"@leafygreen-ui/testing-lib": "^0.4.0",
"mockdate": "^3.0.5",
"storybook-mock-date-decorator": "^1.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/marketing-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @leafygreen-ui/marketing-modal

## 4.2.1

### Patch Changes

- daadacbe: Sets the default `closeIconColor` to correctly be 'default' (`CloseIconColor.Default`)
- Updated dependencies [daadacbe]
- @leafygreen-ui/[email protected]

## 4.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/marketing-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/marketing-modal",
"version": "4.2.0",
"version": "4.2.1",
"description": "leafyGreen UI Kit Marketing Modal",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -25,7 +25,7 @@
"@leafygreen-ui/button": "^21.0.9",
"@leafygreen-ui/emotion": "^4.0.7",
"@leafygreen-ui/lib": "^13.2.0",
"@leafygreen-ui/modal": "^16.0.3",
"@leafygreen-ui/modal": "^16.0.4",
"@leafygreen-ui/palette": "^4.0.7",
"@leafygreen-ui/tokens": "^2.1.4",
"@leafygreen-ui/typography": "^18.1.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @leafygreen-ui/modal

## 16.0.4

### Patch Changes

- daadacbe: Sets the `CloseIconColor` enum to be readonly (`as const`). Improves TypeScript Intellisense/autocomplete

## 16.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/modal",
"version": "16.0.3",
"version": "16.0.4",
"description": "LeafyGreen UI Kit Modal",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @leafygreen-ui/table

## 12.4.0

### Minor Changes

- bb8987d6: Adds `contentClassName` prop, applied to the inner `div` of the Cell
- bb8987d6: Adds `overflow` prop to `Cell` component. By default there is no change. When `overflow === 'truncate'`, the styling of the cell is updated (if necessary) to be aligned to the top, with an ellipsis after 2 lines of text.
- bb8987d6: Nested rows now support animations for content taller than 40px

## 12.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/table",
"version": "12.3.0",
"version": "12.4.0",
"description": "leafyGreen UI Kit Table",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down
Loading