Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 24, 2024
1 parent e7d206e commit 4ec8b55
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 32 deletions.
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/strange-pumpkins-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-games-worry.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
7 changes: 7 additions & 0 deletions packages/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @leafygreen-ui/date-picker

## 0.1.1

### 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.1.1",
"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/modal@16.0.4

## 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

0 comments on commit 4ec8b55

Please sign in to comment.