Skip to content

Commit c0cc602

Browse files
ci(changesets): version packages (beta) (#3991)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cb5bc4c commit c0cc602

File tree

147 files changed

+857
-73
lines changed

Some content is hidden

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

147 files changed

+857
-73
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
"mighty-birds-deny",
107107
"neat-donkeys-accept",
108108
"pink-beans-sit",
109+
"plenty-scissors-love",
109110
"poor-moose-double",
110111
"poor-sheep-repair",
111112
"popular-pigs-begin",

packages/components/accordion/CHANGELOG.md

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

3+
## 2.1.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
8+
9+
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
10+
- @nextui-org/divider@2.1.0-beta.1
11+
- @nextui-org/use-aria-accordion@2.1.0-beta.1
12+
- @nextui-org/aria-utils@2.1.0-beta.1
13+
- @nextui-org/dom-animation@2.0.1-beta.1
14+
- @nextui-org/framer-utils@2.0.26-beta.1
15+
- @nextui-org/react-utils@2.0.18-beta.1
16+
- @nextui-org/shared-icons@2.0.10-beta.0
17+
- @nextui-org/shared-utils@2.0.9-beta.1
18+
319
## 2.1.0-beta.0
420

521
### Minor 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.0",
3+
"version": "2.1.0-beta.1",
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

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

3+
## 2.1.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
8+
9+
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
10+
- @nextui-org/button@2.1.0-beta.1
11+
- @nextui-org/react-utils@2.0.18-beta.1
12+
- @nextui-org/shared-icons@2.0.10-beta.0
13+
- @nextui-org/shared-utils@2.0.9-beta.1
14+
315
## 2.1.0-beta.0
416

517
### Minor 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.0",
3+
"version": "2.1.0-beta.1",
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.2.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
8+
9+
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
10+
- @nextui-org/button@2.1.0-beta.1
11+
- @nextui-org/input@2.3.0-beta.1
12+
- @nextui-org/listbox@2.2.0-beta.1
13+
- @nextui-org/popover@2.2.0-beta.1
14+
- @nextui-org/scroll-shadow@2.2.0-beta.1
15+
- @nextui-org/spinner@2.1.0-beta.1
16+
- @nextui-org/use-aria-button@2.1.0-beta.1
17+
- @nextui-org/aria-utils@2.1.0-beta.1
18+
- @nextui-org/react-utils@2.0.18-beta.1
19+
- @nextui-org/shared-icons@2.0.10-beta.0
20+
- @nextui-org/shared-utils@2.0.9-beta.1
21+
322
## 2.2.0-beta.0
423

524
### Minor 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.0",
3+
"version": "2.2.0-beta.1",
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

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

3+
## 2.1.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
8+
9+
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
10+
- @nextui-org/use-image@2.0.7-beta.1
11+
- @nextui-org/react-utils@2.0.18-beta.1
12+
- @nextui-org/shared-utils@2.0.9-beta.1
13+
314
## 2.1.0-beta.0
415

516
### Minor 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.1.0-beta.0",
3+
"version": "2.1.0-beta.1",
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

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

3+
## 2.1.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
8+
9+
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
10+
- @nextui-org/react-utils@2.0.18-beta.1
11+
- @nextui-org/shared-utils@2.0.9-beta.1
12+
313
## 2.1.0-beta.0
414

515
### Minor 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.1.0-beta.0",
3+
"version": "2.1.0-beta.1",
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

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

3+
## 2.1.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
8+
9+
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
10+
- @nextui-org/react-utils@2.0.18-beta.1
11+
- @nextui-org/shared-icons@2.0.10-beta.0
12+
- @nextui-org/shared-utils@2.0.9-beta.1
13+
314
## 2.1.0-beta.0
415

516
### Minor 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.0",
3+
"version": "2.1.0-beta.1",
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

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

3+
## 2.1.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
8+
9+
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
10+
- @nextui-org/ripple@2.1.0-beta.1
11+
- @nextui-org/spinner@2.1.0-beta.1
12+
- @nextui-org/use-aria-button@2.1.0-beta.1
13+
- @nextui-org/react-utils@2.0.18-beta.1
14+
- @nextui-org/shared-utils@2.0.9-beta.1
15+
316
## 2.1.0-beta.0
417

518
### Minor 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.1.0-beta.0",
3+
"version": "2.1.0-beta.1",
44
"description": "Buttons allow users to perform actions and choose with a single tap.",
55
"keywords": [
66
"button"

packages/components/calendar/CHANGELOG.md

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

3+
## 2.1.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
8+
9+
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
10+
- @nextui-org/button@2.1.0-beta.1
11+
- @nextui-org/use-aria-button@2.1.0-beta.1
12+
- @nextui-org/dom-animation@2.0.1-beta.1
13+
- @nextui-org/framer-utils@2.0.26-beta.1
14+
- @nextui-org/react-utils@2.0.18-beta.1
15+
- @nextui-org/shared-icons@2.0.10-beta.0
16+
- @nextui-org/shared-utils@2.0.9-beta.1
17+
318
## 2.1.0-beta.0
419

520
### Minor 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.0",
3+
"version": "2.1.0-beta.1",
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

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

3+
## 2.1.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
8+
9+
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
10+
- @nextui-org/ripple@2.1.0-beta.1
11+
- @nextui-org/use-aria-button@2.1.0-beta.1
12+
- @nextui-org/react-utils@2.0.18-beta.1
13+
- @nextui-org/shared-utils@2.0.9-beta.1
14+
315
## 2.1.0-beta.0
416

517
### Minor 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.1.0-beta.0",
3+
"version": "2.1.0-beta.1",
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

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

3+
## 2.2.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
8+
9+
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
10+
- @nextui-org/react-utils@2.0.18-beta.1
11+
- @nextui-org/shared-utils@2.0.9-beta.1
12+
313
## 2.2.0-beta.0
414

515
### Minor 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.2.0-beta.0",
3+
"version": "2.2.0-beta.1",
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

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

3+
## 2.1.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
8+
9+
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
10+
- @nextui-org/react-utils@2.0.18-beta.1
11+
- @nextui-org/shared-icons@2.0.10-beta.0
12+
- @nextui-org/shared-utils@2.0.9-beta.1
13+
314
## 2.1.0-beta.0
415

516
### Minor 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.0",
3+
"version": "2.1.0-beta.1",
44
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
55
"keywords": [
66
"chip"

packages/components/code/CHANGELOG.md

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

3+
## 2.1.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
8+
9+
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
10+
- @nextui-org/system-rsc@2.2.0-beta.1
11+
- @nextui-org/react-utils@2.0.18-beta.1
12+
- @nextui-org/shared-utils@2.0.9-beta.1
13+
314
## 2.1.0-beta.0
415

516
### Minor 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.1.0-beta.0",
3+
"version": "2.1.0-beta.1",
44
"description": "Code is a component used to display inline code.",
55
"keywords": [
66
"code"

packages/components/date-input/CHANGELOG.md

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

3+
## 2.2.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
8+
9+
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
10+
- @nextui-org/react-utils@2.0.18-beta.1
11+
- @nextui-org/shared-utils@2.0.9-beta.1
12+
313
## 2.2.0-beta.0
414

515
### Minor 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.2.0-beta.0",
3+
"version": "2.2.0-beta.1",
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

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

3+
## 2.2.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
8+
9+
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
10+
- @nextui-org/button@2.1.0-beta.1
11+
- @nextui-org/calendar@2.1.0-beta.1
12+
- @nextui-org/date-input@2.2.0-beta.1
13+
- @nextui-org/popover@2.2.0-beta.1
14+
- @nextui-org/aria-utils@2.1.0-beta.1
15+
- @nextui-org/react-utils@2.0.18-beta.1
16+
- @nextui-org/shared-icons@2.0.10-beta.0
17+
- @nextui-org/shared-utils@2.0.9-beta.1
18+
319
## 2.2.0-beta.0
420

521
### Minor 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.0",
3+
"version": "2.2.0-beta.1",
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/divider/CHANGELOG.md

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

3+
## 2.1.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#3990](https://github.com/nextui-org/nextui/pull/3990) [`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Beta 1
8+
9+
- Updated dependencies [[`cb5bc4c74`](https://github.com/nextui-org/nextui/commit/cb5bc4c74f00caaee80dca89c1f02038db315b85)]:
10+
- @nextui-org/system-rsc@2.2.0-beta.1
11+
- @nextui-org/shared-utils@2.0.9-beta.1
12+
313
## 2.1.0-beta.0
414

515
### Minor Changes

0 commit comments

Comments
 (0)