Skip to content

Commit 810ecd3

Browse files
committed
ci(changesets): version packages
1 parent 4f0ef58 commit 810ecd3

36 files changed

+191
-36
lines changed

.changeset/little-apricots-rhyme.md

-5
This file was deleted.

.changeset/neat-badgers-beam.md

-5
This file was deleted.

.changeset/new-cups-tan.md

-5
This file was deleted.

.changeset/rich-moles-compare.md

-5
This file was deleted.

packages/components/alert/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @nextui-org/alert
22

3+
## 2.2.9
4+
5+
### Patch Changes
6+
7+
- [#4447](https://github.com/nextui-org/nextui/pull/4447) [`a83388a`](https://github.com/nextui-org/nextui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b) Thanks [@wingkwong](https://github.com/wingkwong)! - mark description prop as optional (#4445)
8+
9+
- Updated dependencies []:
10+
- @nextui-org/button@2.2.8
11+
312
## 2.2.8
413

514
### Patch Changes

packages/components/alert/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/alert",
3-
"version": "2.2.8",
3+
"version": "2.2.9",
44
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
55
"keywords": [
66
"alert"

packages/components/autocomplete/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @nextui-org/autocomplete
22

3+
## 2.3.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @nextui-org/button@2.2.8
9+
- @nextui-org/form@2.1.8
10+
- @nextui-org/input@2.4.8
11+
- @nextui-org/listbox@2.3.8
12+
- @nextui-org/popover@2.3.8
13+
- @nextui-org/scroll-shadow@2.3.4
14+
- @nextui-org/spinner@2.2.5
15+
316
## 2.3.8
417

518
### Patch Changes

packages/components/autocomplete/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/autocomplete",
3-
"version": "2.3.8",
3+
"version": "2.3.9",
44
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
55
"keywords": [
66
"autocomplete"

packages/components/checkbox/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @nextui-org/checkbox
22

3+
## 2.3.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @nextui-org/form@2.1.8
9+
310
## 2.3.7
411

512
### Patch Changes

packages/components/checkbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/checkbox",
3-
"version": "2.3.7",
3+
"version": "2.3.8",
44
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
55
"keywords": [
66
"checkbox"

packages/components/date-input/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @nextui-org/date-input
22

3+
## 2.3.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @nextui-org/form@2.1.8
9+
310
## 2.3.7
411

512
### Patch Changes

packages/components/date-input/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/date-input",
3-
"version": "2.3.7",
3+
"version": "2.3.8",
44
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
55
"keywords": [
66
"date-field"

packages/components/date-picker/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @nextui-org/date-picker
22

3+
## 2.3.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @nextui-org/button@2.2.8
9+
- @nextui-org/calendar@2.2.8
10+
- @nextui-org/date-input@2.3.8
11+
- @nextui-org/form@2.1.8
12+
- @nextui-org/popover@2.3.8
13+
314
## 2.3.8
415

516
### Patch Changes

packages/components/date-picker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/date-picker",
3-
"version": "2.3.8",
3+
"version": "2.3.9",
44
"description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
55
"keywords": [
66
"date-picker"

packages/components/drawer/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @nextui-org/drawer
22

3+
## 2.2.7
4+
5+
### Patch Changes
6+
7+
- [#4438](https://github.com/nextui-org/nextui/pull/4438) [`07780a7`](https://github.com/nextui-org/nextui/commit/07780a75a2747405e16af99c1692aef496f54175) Thanks [@wingkwong](https://github.com/wingkwong)! - use top-level type-only import instead of inline type specifiers
8+
9+
- Updated dependencies []:
10+
- @nextui-org/modal@2.2.6
11+
312
## 2.2.6
413

514
### Patch Changes

packages/components/drawer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/drawer",
3-
"version": "2.2.6",
3+
"version": "2.2.7",
44
"description": "Used to render a content that slides in from the side of the screen.",
55
"keywords": [
66
"drawer"

packages/components/form/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @nextui-org/form
22

3+
## 2.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a83388a`](https://github.com/nextui-org/nextui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b)]:
8+
- @nextui-org/theme@2.4.5
9+
310
## 2.1.7
411

512
### Patch Changes

packages/components/form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/form",
3-
"version": "2.1.7",
3+
"version": "2.1.8",
44
"description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.",
55
"keywords": [
66
"form"

packages/components/input-otp/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @nextui-org/input-otp
22

3+
## 2.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @nextui-org/form@2.1.8
9+
310
## 2.1.7
411

512
### Patch Changes

packages/components/input-otp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/input-otp",
3-
"version": "2.1.7",
3+
"version": "2.1.8",
44
"description": "",
55
"keywords": [
66
"input-otp"

packages/components/input/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @nextui-org/input
22

3+
## 2.4.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @nextui-org/form@2.1.8
9+
310
## 2.4.7
411

512
### Patch Changes

packages/components/input/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/input",
3-
"version": "2.4.7",
3+
"version": "2.4.8",
44
"description": "The input component is designed for capturing user input within a text field.",
55
"keywords": [
66
"input"

packages/components/radio/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @nextui-org/radio
22

3+
## 2.3.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @nextui-org/form@2.1.8
9+
310
## 2.3.7
411

512
### Patch Changes

packages/components/radio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/radio",
3-
"version": "2.3.7",
3+
"version": "2.3.8",
44
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
55
"keywords": [
66
"radio"

packages/components/select/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @nextui-org/select
22

3+
## 2.4.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @nextui-org/form@2.1.8
9+
- @nextui-org/listbox@2.3.8
10+
- @nextui-org/popover@2.3.8
11+
- @nextui-org/scroll-shadow@2.3.4
12+
- @nextui-org/spinner@2.2.5
13+
314
## 2.4.8
415

516
### Patch Changes

packages/components/select/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/select",
3-
"version": "2.4.8",
3+
"version": "2.4.9",
44
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
55
"keywords": [
66
"select"

packages/components/snippet/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @nextui-org/snippet
22

3+
## 2.2.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4f0ef58`](https://github.com/nextui-org/nextui/commit/4f0ef5818be83071d6c2032080251b41039656f1)]:
8+
- @nextui-org/use-clipboard@2.1.2
9+
- @nextui-org/button@2.2.8
10+
- @nextui-org/tooltip@2.2.6
11+
312
## 2.2.9
413

514
### Patch Changes

packages/components/snippet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/snippet",
3-
"version": "2.2.9",
3+
"version": "2.2.10",
44
"description": "Display a snippet of copyable code for the command line.",
55
"keywords": [
66
"snippet"

packages/components/table/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @nextui-org/table
22

3+
## 2.2.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @nextui-org/checkbox@2.3.8
9+
- @nextui-org/spacer@2.2.5
10+
311
## 2.2.7
412

513
### Patch Changes

packages/components/table/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/table",
3-
"version": "2.2.7",
3+
"version": "2.2.8",
44
"description": "Tables are used to display tabular data using rows and columns. ",
55
"keywords": [
66
"table"

packages/core/react/CHANGELOG.md

+51
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,56 @@
11
# @nextui-org/react
22

3+
## 2.6.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`07780a7`](https://github.com/nextui-org/nextui/commit/07780a75a2747405e16af99c1692aef496f54175), [`a83388a`](https://github.com/nextui-org/nextui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b), [`a83388a`](https://github.com/nextui-org/nextui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b)]:
8+
- @nextui-org/drawer@2.2.7
9+
- @nextui-org/alert@2.2.9
10+
- @nextui-org/theme@2.4.5
11+
- @nextui-org/accordion@2.2.6
12+
- @nextui-org/autocomplete@2.3.9
13+
- @nextui-org/avatar@2.2.5
14+
- @nextui-org/badge@2.2.4
15+
- @nextui-org/breadcrumbs@2.2.5
16+
- @nextui-org/button@2.2.8
17+
- @nextui-org/calendar@2.2.8
18+
- @nextui-org/card@2.2.8
19+
- @nextui-org/checkbox@2.3.8
20+
- @nextui-org/chip@2.2.5
21+
- @nextui-org/code@2.2.5
22+
- @nextui-org/date-input@2.3.8
23+
- @nextui-org/date-picker@2.3.9
24+
- @nextui-org/divider@2.2.5
25+
- @nextui-org/dropdown@2.3.8
26+
- @nextui-org/form@2.1.8
27+
- @nextui-org/image@2.2.4
28+
- @nextui-org/input@2.4.8
29+
- @nextui-org/input-otp@2.1.8
30+
- @nextui-org/kbd@2.2.5
31+
- @nextui-org/link@2.2.6
32+
- @nextui-org/listbox@2.3.8
33+
- @nextui-org/menu@2.2.8
34+
- @nextui-org/modal@2.2.6
35+
- @nextui-org/navbar@2.2.7
36+
- @nextui-org/pagination@2.2.7
37+
- @nextui-org/popover@2.3.8
38+
- @nextui-org/progress@2.2.5
39+
- @nextui-org/radio@2.3.8
40+
- @nextui-org/ripple@2.2.6
41+
- @nextui-org/scroll-shadow@2.3.4
42+
- @nextui-org/select@2.4.9
43+
- @nextui-org/skeleton@2.2.4
44+
- @nextui-org/slider@2.4.6
45+
- @nextui-org/snippet@2.2.10
46+
- @nextui-org/spacer@2.2.5
47+
- @nextui-org/spinner@2.2.5
48+
- @nextui-org/switch@2.2.7
49+
- @nextui-org/table@2.2.8
50+
- @nextui-org/tabs@2.2.6
51+
- @nextui-org/tooltip@2.2.6
52+
- @nextui-org/user@2.2.5
53+
354
## 2.6.10
455

556
### Patch Changes

packages/core/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/react",
3-
"version": "2.6.10",
3+
"version": "2.6.11",
44
"description": "🚀 Beautiful and modern React UI library.",
55
"author": "Junior Garcia <jrgarciadev@gmail.com>",
66
"homepage": "https://nextui.org",

packages/core/theme/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nextui-org/theme
22

3+
## 2.4.5
4+
5+
### Patch Changes
6+
7+
- [#4447](https://github.com/nextui-org/nextui/pull/4447) [`a83388a`](https://github.com/nextui-org/nextui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b) Thanks [@wingkwong](https://github.com/wingkwong)! - fix the alignment when only alert children is provided
8+
39
## 2.4.4
410

511
### Patch Changes

0 commit comments

Comments
 (0)