Skip to content

Commit 28074ff

Browse files
committed
ci(changesets): version packages
1 parent 7c2bc4a commit 28074ff

File tree

114 files changed

+547
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+547
-105
lines changed

.changeset/hip-ligers-rhyme.md

-6
This file was deleted.

.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/nice-books-yell.md

-5
This file was deleted.

.changeset/quiet-geese-lay.md

-7
This file was deleted.

.changeset/rich-moles-compare.md

-5
This file was deleted.

.changeset/small-kids-walk.md

-5
This file was deleted.

.changeset/tame-glasses-press.md

-5
This file was deleted.

.changeset/witty-goats-trade.md

-5
This file was deleted.

packages/components/accordion/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @nextui-org/accordion
22

3+
## 2.2.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e7ff673`](https://github.com/nextui-org/nextui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]:
8+
- @nextui-org/react-utils@2.1.3
9+
- @nextui-org/divider@2.2.5
10+
- @nextui-org/aria-utils@2.2.7
11+
- @nextui-org/framer-utils@2.1.6
12+
313
## 2.2.6
414

515
### Patch Changes

packages/components/accordion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/accordion",
3-
"version": "2.2.6",
3+
"version": "2.2.7",
44
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
55
"keywords": [
66
"react",

packages/components/alert/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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 [[`e7ff673`](https://github.com/nextui-org/nextui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]:
10+
- @nextui-org/react-utils@2.1.3
11+
- @nextui-org/button@2.2.9
12+
313
## 2.2.8
414

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

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

3+
## 2.3.9
4+
5+
### Patch Changes
6+
7+
- [#4458](https://github.com/nextui-org/nextui/pull/4458) [`7c2bc4a`](https://github.com/nextui-org/nextui/commit/7c2bc4a18ef01424c7ff464cad3401dd6596e7b3) Thanks [@wingkwong](https://github.com/wingkwong)! - clear autocomplete value when pressing clear button (#4402)
8+
9+
- [#4462](https://github.com/nextui-org/nextui/pull/4462) [`16c57ec`](https://github.com/nextui-org/nextui/commit/16c57ece6467d755645f109b8de810c9063e5665) Thanks [@vinroger](https://github.com/vinroger)! - add support for dataset with section, add support for scrollshadow
10+
11+
- Updated dependencies [[`d92468a`](https://github.com/nextui-org/nextui/commit/d92468aa1e35d5022c071b5d2674f5bfb6408001), [`16c57ec`](https://github.com/nextui-org/nextui/commit/16c57ece6467d755645f109b8de810c9063e5665), [`e7ff673`](https://github.com/nextui-org/nextui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2), [`fb46df2`](https://github.com/nextui-org/nextui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62)]:
12+
- @nextui-org/listbox@2.3.9
13+
- @nextui-org/react-utils@2.1.3
14+
- @nextui-org/popover@2.3.9
15+
- @nextui-org/button@2.2.9
16+
- @nextui-org/form@2.1.8
17+
- @nextui-org/input@2.4.8
18+
- @nextui-org/scroll-shadow@2.3.5
19+
- @nextui-org/spinner@2.2.6
20+
- @nextui-org/aria-utils@2.2.7
21+
322
## 2.3.8
423

524
### 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/avatar/CHANGELOG.md

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

3+
## 2.2.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e7ff673`](https://github.com/nextui-org/nextui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2), [`e7ff673`](https://github.com/nextui-org/nextui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]:
8+
- @nextui-org/react-utils@2.1.3
9+
- @nextui-org/use-image@2.1.2
10+
311
## 2.2.5
412

513
### Patch Changes

packages/components/avatar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/avatar",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
55
"keywords": [
66
"avatar"

packages/components/badge/CHANGELOG.md

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

3+
## 2.2.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e7ff673`](https://github.com/nextui-org/nextui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]:
8+
- @nextui-org/react-utils@2.1.3
9+
310
## 2.2.4
411

512
### Patch Changes

packages/components/badge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/badge",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
55
"keywords": [
66
"badge"

packages/components/breadcrumbs/CHANGELOG.md

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

3+
## 2.2.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e7ff673`](https://github.com/nextui-org/nextui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]:
8+
- @nextui-org/react-utils@2.1.3
9+
310
## 2.2.5
411

512
### Patch Changes

packages/components/breadcrumbs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/breadcrumbs",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
55
"keywords": [
66
"breadcrumbs"

packages/components/button/CHANGELOG.md

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

3+
## 2.2.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e7ff673`](https://github.com/nextui-org/nextui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]:
8+
- @nextui-org/react-utils@2.1.3
9+
- @nextui-org/ripple@2.2.7
10+
- @nextui-org/spinner@2.2.6
11+
312
## 2.2.8
413

514
### Patch Changes

packages/components/button/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/button",
3-
"version": "2.2.8",
3+
"version": "2.2.9",
44
"description": "Buttons allow users to perform actions and choose with a single tap.",
55
"keywords": [
66
"button"

packages/components/calendar/CHANGELOG.md

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

3+
## 2.2.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e7ff673`](https://github.com/nextui-org/nextui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]:
8+
- @nextui-org/react-utils@2.1.3
9+
- @nextui-org/button@2.2.9
10+
- @nextui-org/framer-utils@2.1.6
11+
312
## 2.2.8
413

514
### Patch Changes

packages/components/calendar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/calendar",
3-
"version": "2.2.8",
3+
"version": "2.2.9",
44
"description": "A calendar displays one or more date grids and allows users to select a single date.",
55
"keywords": [
66
"calendar"

packages/components/card/CHANGELOG.md

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

3+
## 2.2.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e7ff673`](https://github.com/nextui-org/nextui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]:
8+
- @nextui-org/react-utils@2.1.3
9+
- @nextui-org/ripple@2.2.7
10+
311
## 2.2.8
412

513
### Patch Changes

packages/components/card/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/card",
3-
"version": "2.2.8",
3+
"version": "2.2.9",
44
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
55
"keywords": [
66
"card"

packages/components/checkbox/CHANGELOG.md

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

3+
## 2.3.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e7ff673`](https://github.com/nextui-org/nextui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]:
8+
- @nextui-org/react-utils@2.1.3
9+
- @nextui-org/form@2.1.8
10+
311
## 2.3.7
412

513
### 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/chip/CHANGELOG.md

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

3+
## 2.2.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e7ff673`](https://github.com/nextui-org/nextui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]:
8+
- @nextui-org/react-utils@2.1.3
9+
310
## 2.2.5
411

512
### Patch Changes

packages/components/chip/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/chip",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
55
"keywords": [
66
"chip"

packages/components/code/CHANGELOG.md

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

3+
## 2.2.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e7ff673`](https://github.com/nextui-org/nextui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]:
8+
- @nextui-org/react-utils@2.1.3
9+
- @nextui-org/system-rsc@2.3.5
10+
311
## 2.2.5
412

513
### Patch Changes

packages/components/code/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/code",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"description": "Code is a component used to display inline code.",
55
"keywords": [
66
"code"

packages/components/date-input/CHANGELOG.md

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

3+
## 2.3.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e7ff673`](https://github.com/nextui-org/nextui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2)]:
8+
- @nextui-org/react-utils@2.1.3
9+
- @nextui-org/form@2.1.8
10+
311
## 2.3.7
412

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

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

3+
## 2.3.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e7ff673`](https://github.com/nextui-org/nextui/commit/e7ff6730d7e891f1e9e3ca232b1faaebc5aedef2), [`fb46df2`](https://github.com/nextui-org/nextui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62)]:
8+
- @nextui-org/react-utils@2.1.3
9+
- @nextui-org/popover@2.3.9
10+
- @nextui-org/button@2.2.9
11+
- @nextui-org/calendar@2.2.9
12+
- @nextui-org/date-input@2.3.8
13+
- @nextui-org/form@2.1.8
14+
- @nextui-org/aria-utils@2.2.7
15+
316
## 2.3.8
417

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

0 commit comments

Comments
 (0)