Skip to content

Commit 08f1f1e

Browse files
ci(changesets): version packages (beta) (#4056)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0f55c49 commit 08f1f1e

37 files changed

+208
-18
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
"popular-pigs-begin",
117117
"quick-geckos-punch",
118118
"red-camels-build",
119+
"selfish-baboons-know",
119120
"shy-mails-live",
120121
"silly-candles-wonder",
121122
"slimy-cats-brush",

packages/components/accordion/CHANGELOG.md

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

3+
## 2.1.0-beta.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
8+
- @nextui-org/shared-icons@2.0.10-beta.3
9+
- @nextui-org/divider@2.1.0-beta.4
10+
311
## 2.1.0-beta.4
412

513
### 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.1.0-beta.4",
3+
"version": "2.1.0-beta.5",
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.1.0-beta.5
4+
5+
### Patch Changes
6+
7+
- [#4054](https://github.com/nextui-org/nextui/pull/4054) [`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert design improved
8+
9+
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
10+
- @nextui-org/shared-icons@2.0.10-beta.3
11+
- @nextui-org/button@2.1.0-beta.4
12+
313
## 2.1.0-beta.4
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.1.0-beta.4",
3+
"version": "2.1.0-beta.5",
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.2.0-beta.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
8+
- @nextui-org/shared-icons@2.0.10-beta.3
9+
- @nextui-org/button@2.1.0-beta.4
10+
- @nextui-org/input@2.3.0-beta.6
11+
- @nextui-org/listbox@2.2.0-beta.4
12+
- @nextui-org/popover@2.2.0-beta.5
13+
- @nextui-org/scroll-shadow@2.2.0-beta.4
14+
- @nextui-org/spinner@2.1.0-beta.4
15+
316
## 2.2.0-beta.6
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.2.0-beta.6",
3+
"version": "2.2.0-beta.7",
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/breadcrumbs/CHANGELOG.md

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

3+
## 2.1.0-beta.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
8+
- @nextui-org/shared-icons@2.0.10-beta.3
9+
310
## 2.1.0-beta.4
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.1.0-beta.4",
3+
"version": "2.1.0-beta.5",
44
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
55
"keywords": [
66
"breadcrumbs"

packages/components/calendar/CHANGELOG.md

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

3+
## 2.1.0-beta.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
8+
- @nextui-org/shared-icons@2.0.10-beta.3
9+
- @nextui-org/button@2.1.0-beta.4
10+
311
## 2.1.0-beta.4
412

513
### 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.1.0-beta.4",
3+
"version": "2.1.0-beta.5",
44
"description": "A calendar displays one or more date grids and allows users to select a single date.",
55
"keywords": [
66
"calendar"

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.1.0-beta.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
8+
- @nextui-org/shared-icons@2.0.10-beta.3
9+
310
## 2.1.0-beta.4
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.1.0-beta.4",
3+
"version": "2.1.0-beta.5",
44
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
55
"keywords": [
66
"chip"

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.2.0-beta.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
8+
- @nextui-org/shared-icons@2.0.10-beta.3
9+
- @nextui-org/button@2.1.0-beta.4
10+
- @nextui-org/calendar@2.1.0-beta.5
11+
- @nextui-org/date-input@2.2.0-beta.4
12+
- @nextui-org/popover@2.2.0-beta.5
13+
314
## 2.2.0-beta.5
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.2.0-beta.5",
3+
"version": "2.2.0-beta.6",
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

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

3+
## 2.1.0-beta.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @nextui-org/modal@2.1.0-beta.5
9+
310
## 2.1.0-beta.4
411

512
### 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.1.0-beta.4",
3+
"version": "2.1.0-beta.5",
44
"description": "Used to render a content that slides in from the side of the screen.",
55
"keywords": [
66
"drawer"

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.3.0-beta.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
8+
- @nextui-org/shared-icons@2.0.10-beta.3
9+
310
## 2.3.0-beta.5
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.3.0-beta.5",
3+
"version": "2.3.0-beta.6",
44
"description": "The input component is designed for capturing user input within a text field.",
55
"keywords": [
66
"input"

packages/components/link/CHANGELOG.md

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

3+
## 2.1.0-beta.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
8+
- @nextui-org/shared-icons@2.0.10-beta.3
9+
310
## 2.1.0-beta.4
411

512
### Patch Changes

packages/components/link/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/link",
3-
"version": "2.1.0-beta.4",
3+
"version": "2.1.0-beta.5",
44
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an &lt;a&gt;",
55
"keywords": [
66
"link"

packages/components/modal/CHANGELOG.md

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

3+
## 2.1.0-beta.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
8+
- @nextui-org/shared-icons@2.0.10-beta.3
9+
310
## 2.1.0-beta.4
411

512
### Patch Changes

packages/components/modal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/modal",
3-
"version": "2.1.0-beta.4",
3+
"version": "2.1.0-beta.5",
44
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
55
"keywords": [
66
"modal"

packages/components/pagination/CHANGELOG.md

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

3+
## 2.1.0-beta.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
8+
- @nextui-org/shared-icons@2.0.10-beta.3
9+
310
## 2.1.0-beta.4
411

512
### Patch Changes

packages/components/pagination/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/pagination",
3-
"version": "2.1.0-beta.4",
3+
"version": "2.1.0-beta.5",
44
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
55
"keywords": [
66
"pagination"

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.3.0-beta.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
8+
- @nextui-org/shared-icons@2.0.10-beta.3
9+
- @nextui-org/listbox@2.2.0-beta.4
10+
- @nextui-org/popover@2.2.0-beta.5
11+
- @nextui-org/scroll-shadow@2.2.0-beta.4
12+
- @nextui-org/spinner@2.1.0-beta.4
13+
314
## 2.3.0-beta.6
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.3.0-beta.6",
3+
"version": "2.3.0-beta.7",
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.1.0-beta.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
8+
- @nextui-org/shared-icons@2.0.10-beta.3
9+
- @nextui-org/button@2.1.0-beta.4
10+
- @nextui-org/tooltip@2.1.0-beta.4
11+
312
## 2.1.0-beta.4
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.1.0-beta.4",
3+
"version": "2.1.0-beta.5",
44
"description": "Display a snippet of copyable code for the command line.",
55
"keywords": [
66
"snippet"

packages/components/table/CHANGELOG.md

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

3+
## 2.1.0-beta.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
8+
- @nextui-org/shared-icons@2.0.10-beta.3
9+
- @nextui-org/checkbox@2.2.0-beta.4
10+
- @nextui-org/spacer@2.1.0-beta.4
11+
312
## 2.1.0-beta.4
413

514
### 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.1.0-beta.4",
3+
"version": "2.1.0-beta.5",
44
"description": "Tables are used to display tabular data using rows and columns. ",
55
"keywords": [
66
"table"

0 commit comments

Comments
 (0)