Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Oct 3, 2024
1 parent 781b855 commit 3a65e07
Show file tree
Hide file tree
Showing 20 changed files with 101 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-moles-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-horses-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-pants-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-pigs-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-mails-live.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/slimy-cats-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-waves-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-socks-bathe.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @nextui-org/autocomplete

## 2.1.8

### Patch Changes

- [#3788](https://github.com/nextui-org/nextui/pull/3788) [`2e82f165a`](https://github.com/nextui-org/nextui/commit/2e82f165a98e1cdc8f0702d2971fc534b763fd15) Thanks [@abhinav700](https://github.com/abhinav700)! - Clicking the clear button clears the selected value without closing the dropdown. (#3788)

- [#2186](https://github.com/nextui-org/nextui/pull/2186) [`557f10f5e`](https://github.com/nextui-org/nextui/commit/557f10f5ec60f9f69bed098b3670046cd56d15da) Thanks [@juliesaia](https://github.com/juliesaia)! - automatically focus first non-disabled item

- Updated dependencies [[`606f75726`](https://github.com/nextui-org/nextui/commit/606f75726c6b273ea25528ec3269fa6e82af3349)]:
- @nextui-org/input@2.2.6
- @nextui-org/button@2.0.38
- @nextui-org/listbox@2.1.27
- @nextui-org/popover@2.1.29
- @nextui-org/scroll-shadow@2.1.20
- @nextui-org/spinner@2.0.34

## 2.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/autocomplete",
"version": "2.1.7",
"version": "2.1.8",
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
"keywords": [
"autocomplete"
Expand Down
12 changes: 12 additions & 0 deletions packages/components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nextui-org/date-picker

## 2.1.9

### Patch Changes

- [#3773](https://github.com/nextui-org/nextui/pull/3773) [`a4ab02006`](https://github.com/nextui-org/nextui/commit/a4ab02006a63013e1a25c28c182d999e3d7c9eeb) Thanks [@macci001](https://github.com/macci001)! - Fixes getCalendarProps to propagate the classNames in the calendarProps. (#3769)

- Updated dependencies []:
- @nextui-org/button@2.0.38
- @nextui-org/calendar@2.0.12
- @nextui-org/date-input@2.1.4
- @nextui-org/popover@2.1.29

## 2.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/date-picker",
"version": "2.1.8",
"version": "2.1.9",
"description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
"keywords": [
"date-picker"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/image

## 2.0.33

### Patch Changes

- [#3802](https://github.com/nextui-org/nextui/pull/3802) [`06c4b2f76`](https://github.com/nextui-org/nextui/commit/06c4b2f7637ba5f49f37b048943d66ff65201c85) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing `w` to `getWrapperProps` dependency (#3801)

## 2.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/image",
"version": "2.0.32",
"version": "2.0.33",
"description": "A simple image component",
"keywords": [
"image"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/input

## 2.2.6

### Patch Changes

- [#3774](https://github.com/nextui-org/nextui/pull/3774) [`606f75726`](https://github.com/nextui-org/nextui/commit/606f75726c6b273ea25528ec3269fa6e82af3349) Thanks [@ryxxn](https://github.com/ryxxn)! - clear button should not receive focus when input is disabled.

## 2.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/input",
"version": "2.2.5",
"version": "2.2.6",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"
Expand Down
47 changes: 47 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# @nextui-org/react

## 2.4.9

### Patch Changes

- Updated dependencies [[`2e82f165a`](https://github.com/nextui-org/nextui/commit/2e82f165a98e1cdc8f0702d2971fc534b763fd15), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`a4ab02006`](https://github.com/nextui-org/nextui/commit/a4ab02006a63013e1a25c28c182d999e3d7c9eeb), [`557f10f5e`](https://github.com/nextui-org/nextui/commit/557f10f5ec60f9f69bed098b3670046cd56d15da), [`06c4b2f76`](https://github.com/nextui-org/nextui/commit/06c4b2f7637ba5f49f37b048943d66ff65201c85), [`606f75726`](https://github.com/nextui-org/nextui/commit/606f75726c6b273ea25528ec3269fa6e82af3349), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
- @nextui-org/autocomplete@2.1.8
- @nextui-org/theme@2.2.12
- @nextui-org/date-picker@2.1.9
- @nextui-org/image@2.0.33
- @nextui-org/input@2.2.6
- @nextui-org/accordion@2.0.40
- @nextui-org/avatar@2.0.33
- @nextui-org/badge@2.0.32
- @nextui-org/breadcrumbs@2.0.13
- @nextui-org/button@2.0.38
- @nextui-org/calendar@2.0.12
- @nextui-org/card@2.0.34
- @nextui-org/checkbox@2.1.5
- @nextui-org/chip@2.0.33
- @nextui-org/code@2.0.33
- @nextui-org/date-input@2.1.4
- @nextui-org/divider@2.0.32
- @nextui-org/dropdown@2.1.31
- @nextui-org/kbd@2.0.34
- @nextui-org/link@2.0.35
- @nextui-org/listbox@2.1.27
- @nextui-org/menu@2.0.30
- @nextui-org/modal@2.0.41
- @nextui-org/navbar@2.0.37
- @nextui-org/pagination@2.0.36
- @nextui-org/popover@2.1.29
- @nextui-org/progress@2.0.34
- @nextui-org/radio@2.1.5
- @nextui-org/ripple@2.0.33
- @nextui-org/scroll-shadow@2.1.20
- @nextui-org/select@2.2.7
- @nextui-org/skeleton@2.0.32
- @nextui-org/slider@2.2.17
- @nextui-org/snippet@2.0.43
- @nextui-org/spacer@2.0.33
- @nextui-org/spinner@2.0.34
- @nextui-org/switch@2.0.34
- @nextui-org/table@2.0.40
- @nextui-org/tabs@2.0.37
- @nextui-org/tooltip@2.0.41
- @nextui-org/user@2.0.34

## 2.4.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/react",
"version": "2.4.8",
"version": "2.4.9",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <[email protected]>",
"homepage": "https://nextui.org",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/theme

## 2.2.12

### Patch Changes

- [#3768](https://github.com/nextui-org/nextui/pull/3768) [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a) Thanks [@macci001](https://github.com/macci001)! - fix the fullWidth variant in input and select component. (#3745)

- [#3764](https://github.com/nextui-org/nextui/pull/3764) [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing `data-[hover=true]:` for ghost button with danger color

## 2.2.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/theme",
"version": "2.2.11",
"version": "2.2.12",
"description": "The default theme for NextUI components",
"keywords": [
"theme",
Expand Down

0 comments on commit 3a65e07

Please sign in to comment.