Skip to content

Commit 60d6333

Browse files
ci(changesets): version packages (beta) (#5015)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3bf722a commit 60d6333

Some content is hidden

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

67 files changed

+350
-34
lines changed

.changeset/pre.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
},
9393
"changesets": [
9494
"old-garlics-stare",
95-
"quiet-colts-add"
95+
"quiet-colts-add",
96+
"wicked-planets-smell"
9697
]
9798
}

packages/components/accordion/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @heroui/accordion
22

3+
## 2.2.14-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @heroui/aria-utils@2.2.14-beta.2
9+
- @heroui/framer-utils@2.1.13-beta.2
10+
- @heroui/divider@2.2.12-beta.1
11+
312
## 2.2.14-beta.1
413

514
### Patch Changes

packages/components/accordion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@heroui/accordion",
3-
"version": "2.2.14-beta.1",
3+
"version": "2.2.14-beta.2",
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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @heroui/alert
22

3+
## 2.2.17-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @heroui/button@2.2.17-beta.2
9+
310
## 2.2.17-beta.1
411

512
### Patch Changes

packages/components/alert/package.json

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

packages/components/autocomplete/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @heroui/autocomplete
22

3+
## 2.3.18-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @heroui/button@2.2.17-beta.2
9+
- @heroui/form@2.1.16-beta.2
10+
- @heroui/input@2.4.17-beta.2
11+
- @heroui/listbox@2.3.16-beta.2
12+
- @heroui/popover@2.3.17-beta.2
13+
- @heroui/scroll-shadow@2.3.11-beta.1
14+
- @heroui/spinner@2.2.14-beta.2
15+
- @heroui/aria-utils@2.2.14-beta.2
16+
317
## 2.3.18-beta.1
418

519
### Patch Changes

packages/components/autocomplete/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@heroui/autocomplete",
3-
"version": "2.3.18-beta.1",
3+
"version": "2.3.18-beta.2",
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/button/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @heroui/button
22

3+
## 2.2.17-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @heroui/ripple@2.2.13-beta.1
9+
- @heroui/spinner@2.2.14-beta.2
10+
311
## 2.2.17-beta.1
412

513
### Patch Changes

packages/components/button/package.json

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

packages/components/calendar/CHANGELOG.md

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

3+
## 2.2.17-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @heroui/button@2.2.17-beta.2
9+
- @heroui/framer-utils@2.1.13-beta.2
10+
311
## 2.2.17-beta.1
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": "@heroui/calendar",
3-
"version": "2.2.17-beta.1",
3+
"version": "2.2.17-beta.2",
44
"description": "A calendar displays one or more date grids and allows users to select a single date.",
55
"keywords": [
66
"calendar"

packages/components/checkbox/CHANGELOG.md

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

3+
## 2.3.16-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @heroui/form@2.1.16-beta.2
9+
310
## 2.3.16-beta.1
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": "@heroui/checkbox",
3-
"version": "2.3.16-beta.1",
3+
"version": "2.3.16-beta.2",
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
# @heroui/date-input
22

3+
## 2.3.16-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @heroui/form@2.1.16-beta.2
9+
310
## 2.3.16-beta.1
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": "@heroui/date-input",
3-
"version": "2.3.16-beta.1",
3+
"version": "2.3.16-beta.2",
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

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @heroui/date-picker
22

3+
## 2.3.17-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @heroui/button@2.2.17-beta.2
9+
- @heroui/calendar@2.2.17-beta.2
10+
- @heroui/date-input@2.3.16-beta.2
11+
- @heroui/form@2.1.16-beta.2
12+
- @heroui/popover@2.3.17-beta.2
13+
- @heroui/aria-utils@2.2.14-beta.2
14+
315
## 2.3.17-beta.1
416

517
### 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": "@heroui/date-picker",
3-
"version": "2.3.17-beta.1",
3+
"version": "2.3.17-beta.2",
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

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @heroui/drawer
22

3+
## 2.2.14-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @heroui/modal@2.2.14-beta.2
9+
- @heroui/framer-utils@2.1.13-beta.2
10+
311
## 2.2.14-beta.1
412

513
### Patch Changes

packages/components/drawer/package.json

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

packages/components/dropdown/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @heroui/dropdown
22

3+
## 2.3.17-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @heroui/menu@2.2.16-beta.2
9+
- @heroui/popover@2.3.17-beta.2
10+
- @heroui/aria-utils@2.2.14-beta.2
11+
312
## 2.3.17-beta.1
413

514
### Patch Changes

packages/components/dropdown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@heroui/dropdown",
3-
"version": "2.3.17-beta.1",
3+
"version": "2.3.17-beta.2",
44
"description": "A dropdown displays a list of actions or options that a user can choose.",
55
"keywords": [
66
"dropdown"

packages/components/form/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @heroui/form
22

3+
## 2.1.16-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3bf722a`](https://github.com/heroui-inc/heroui/commit/3bf722aa2f297a00c654024bc92eba2aadf4d369)]:
8+
- @heroui/system@2.4.13-beta.2
9+
- @heroui/theme@2.4.13-beta.2
10+
311
## 2.1.16-beta.1
412

513
### Patch Changes

packages/components/form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@heroui/form",
3-
"version": "2.1.16-beta.1",
3+
"version": "2.1.16-beta.2",
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
# @heroui/input-otp
22

3+
## 2.1.16-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @heroui/form@2.1.16-beta.2
9+
310
## 2.1.16-beta.1
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": "@heroui/input-otp",
3-
"version": "2.1.16-beta.1",
3+
"version": "2.1.16-beta.2",
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
# @heroui/input
22

3+
## 2.4.17-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @heroui/form@2.1.16-beta.2
9+
310
## 2.4.17-beta.1
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": "@heroui/input",
3-
"version": "2.4.17-beta.1",
3+
"version": "2.4.17-beta.2",
44
"description": "The input component is designed for capturing user input within a text field.",
55
"keywords": [
66
"input"

packages/components/listbox/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @heroui/listbox
22

3+
## 2.3.16-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @heroui/aria-utils@2.2.14-beta.2
9+
- @heroui/divider@2.2.12-beta.1
10+
311
## 2.3.16-beta.1
412

513
### Patch Changes

packages/components/listbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@heroui/listbox",
3-
"version": "2.3.16-beta.1",
3+
"version": "2.3.16-beta.2",
44
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
55
"keywords": [
66
"listbox"

packages/components/menu/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @heroui/menu
22

3+
## 2.2.16-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @heroui/aria-utils@2.2.14-beta.2
9+
- @heroui/divider@2.2.12-beta.1
10+
311
## 2.2.16-beta.1
412

513
### Patch Changes

packages/components/menu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@heroui/menu",
3-
"version": "2.2.16-beta.1",
3+
"version": "2.2.16-beta.2",
44
"description": "A menu displays a list of options and allows a user to select one or more of them.",
55
"keywords": [
66
"menu"

packages/components/modal/CHANGELOG.md

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

3+
## 2.2.14-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @heroui/framer-utils@2.1.13-beta.2
9+
310
## 2.2.14-beta.1
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": "@heroui/modal",
3-
"version": "2.2.14-beta.1",
3+
"version": "2.2.14-beta.2",
44
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
55
"keywords": [
66
"modal"

packages/components/navbar/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @heroui/navbar
22

3+
## 2.2.15-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @heroui/framer-utils@2.1.13-beta.2
9+
310
## 2.2.15-beta.1
411

512
### Patch Changes

packages/components/navbar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@heroui/navbar",
3-
"version": "2.2.15-beta.1",
3+
"version": "2.2.15-beta.2",
44
"description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
55
"keywords": [
66
"navbar"

0 commit comments

Comments
 (0)