ci(changesets): version packages (#4896)

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
github-actions[bot] 2025-02-28 01:45:33 -03:00 committed by GitHub
parent 6453149543
commit d3309412be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
49 changed files with 255 additions and 62 deletions

View File

@ -1,5 +0,0 @@
---
"@heroui/number-input": patch
---
handle onChange event in number input (#4874)

View File

@ -1,5 +0,0 @@
---
"@heroui/select": patch
---
Pass form prop to hidden-select

View File

@ -1,5 +0,0 @@
---
"@heroui/spinner": patch
---
add `use client` directive in tsup (#4903)

View File

@ -1,10 +0,0 @@
---
"@heroui/number-input": patch
"@heroui/date-picker": patch
"@heroui/date-input": patch
"@heroui/select": patch
"@heroui/input": patch
"@heroui/toast": patch
---
update peerDependencies (#4901)

View File

@ -1,5 +0,0 @@
---
"@heroui/theme": patch
---
fix broken start & end content in breadcrumb (#4921)

View File

@ -1,6 +0,0 @@
---
"@heroui/toast": patch
---
fixing maxVisibleToast functionality in toast (#4870)
For promises, starting the timer only after the promise is resolved

View File

@ -1,5 +0,0 @@
---
"@heroui/toast": patch
---
fix shouldShowTimeoutProgess typo (#4856)

View File

@ -1,5 +1,12 @@
# @heroui/alert
## 2.2.14
### Patch Changes
- Updated dependencies []:
- @heroui/button@2.2.14
## 2.2.13
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/alert",
"version": "2.2.13",
"version": "2.2.14",
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
"keywords": [
"alert"

View File

@ -1,5 +1,18 @@
# @heroui/autocomplete
## 2.3.15
### Patch Changes
- Updated dependencies [[`2186f6d`](https://github.com/heroui-inc/heroui/commit/2186f6da23679c5cf63ea03c9c6df9ca6df92ad9), [`09a2b73`](https://github.com/heroui-inc/heroui/commit/09a2b7387056e176417404dbf7edb4cfb8c880a9)]:
- @heroui/spinner@2.2.11
- @heroui/input@2.4.14
- @heroui/button@2.2.14
- @heroui/popover@2.3.14
- @heroui/form@2.1.13
- @heroui/listbox@2.3.13
- @heroui/scroll-shadow@2.3.9
## 2.3.14
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/autocomplete",
"version": "2.3.14",
"version": "2.3.15",
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
"keywords": [
"autocomplete"

View File

@ -1,5 +1,13 @@
# @heroui/button
## 2.2.14
### Patch Changes
- Updated dependencies [[`2186f6d`](https://github.com/heroui-inc/heroui/commit/2186f6da23679c5cf63ea03c9c6df9ca6df92ad9)]:
- @heroui/spinner@2.2.11
- @heroui/ripple@2.2.11
## 2.2.13
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/button",
"version": "2.2.13",
"version": "2.2.14",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [
"button"

View File

@ -1,5 +1,12 @@
# @heroui/calendar
## 2.2.14
### Patch Changes
- Updated dependencies []:
- @heroui/button@2.2.14
## 2.2.13
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/calendar",
"version": "2.2.13",
"version": "2.2.14",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"keywords": [
"calendar"

View File

@ -1,5 +1,12 @@
# @heroui/checkbox
## 2.3.13
### Patch Changes
- Updated dependencies []:
- @heroui/form@2.1.13
## 2.3.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/checkbox",
"version": "2.3.12",
"version": "2.3.13",
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
"keywords": [
"checkbox"

View File

@ -1,5 +1,14 @@
# @heroui/date-input
## 2.3.13
### Patch Changes
- [#4901](https://github.com/heroui-inc/heroui/pull/4901) [`09a2b73`](https://github.com/heroui-inc/heroui/commit/09a2b7387056e176417404dbf7edb4cfb8c880a9) Thanks [@wingkwong](https://github.com/wingkwong)! - update peerDependencies (#4901)
- Updated dependencies []:
- @heroui/form@2.1.13
## 2.3.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/date-input",
"version": "2.3.12",
"version": "2.3.13",
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
"keywords": [
"date-field"

View File

@ -1,5 +1,18 @@
# @heroui/date-picker
## 2.3.14
### Patch Changes
- [#4901](https://github.com/heroui-inc/heroui/pull/4901) [`09a2b73`](https://github.com/heroui-inc/heroui/commit/09a2b7387056e176417404dbf7edb4cfb8c880a9) Thanks [@wingkwong](https://github.com/wingkwong)! - update peerDependencies (#4901)
- Updated dependencies [[`09a2b73`](https://github.com/heroui-inc/heroui/commit/09a2b7387056e176417404dbf7edb4cfb8c880a9)]:
- @heroui/date-input@2.3.13
- @heroui/button@2.2.14
- @heroui/popover@2.3.14
- @heroui/calendar@2.2.14
- @heroui/form@2.1.13
## 2.3.13
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/date-picker",
"version": "2.3.13",
"version": "2.3.14",
"description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
"keywords": [
"date-picker"

View File

@ -1,5 +1,13 @@
# @heroui/dropdown
## 2.3.14
### Patch Changes
- Updated dependencies []:
- @heroui/popover@2.3.14
- @heroui/menu@2.2.13
## 2.3.13
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/dropdown",
"version": "2.3.13",
"version": "2.3.14",
"description": "A dropdown displays a list of actions or options that a user can choose.",
"keywords": [
"dropdown"

View File

@ -1,5 +1,12 @@
# @heroui/form
## 2.1.13
### Patch Changes
- Updated dependencies [[`2774a1b`](https://github.com/heroui-inc/heroui/commit/2774a1b3513e2a046c538a2982a438f56608bbf2)]:
- @heroui/theme@2.4.10
## 2.1.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/form",
"version": "2.1.12",
"version": "2.1.13",
"description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.",
"keywords": [
"form"

View File

@ -1,5 +1,12 @@
# @heroui/input-otp
## 2.1.13
### Patch Changes
- Updated dependencies []:
- @heroui/form@2.1.13
## 2.1.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/input-otp",
"version": "2.1.12",
"version": "2.1.13",
"description": "",
"keywords": [
"input-otp"

View File

@ -1,5 +1,14 @@
# @heroui/input
## 2.4.14
### Patch Changes
- [#4901](https://github.com/heroui-inc/heroui/pull/4901) [`09a2b73`](https://github.com/heroui-inc/heroui/commit/09a2b7387056e176417404dbf7edb4cfb8c880a9) Thanks [@wingkwong](https://github.com/wingkwong)! - update peerDependencies (#4901)
- Updated dependencies []:
- @heroui/form@2.1.13
## 2.4.13
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/input",
"version": "2.4.13",
"version": "2.4.14",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"

View File

@ -1,5 +1,17 @@
# @heroui/number-input
## 2.0.4
### Patch Changes
- [#4907](https://github.com/heroui-inc/heroui/pull/4907) [`f55cf8b`](https://github.com/heroui-inc/heroui/commit/f55cf8bc7f3f1b2ebcded14f5f008ccfe8c4892c) Thanks [@wingkwong](https://github.com/wingkwong)! - handle onChange event in number input (#4874)
- [#4901](https://github.com/heroui-inc/heroui/pull/4901) [`09a2b73`](https://github.com/heroui-inc/heroui/commit/09a2b7387056e176417404dbf7edb4cfb8c880a9) Thanks [@wingkwong](https://github.com/wingkwong)! - update peerDependencies (#4901)
- Updated dependencies []:
- @heroui/button@2.2.14
- @heroui/form@2.1.13
## 2.0.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/number-input",
"version": "2.0.3",
"version": "2.0.4",
"description": "The numeric input component is designed for users to enter a number, and increase or decrease the value using stepper buttons",
"keywords": [
"input",

View File

@ -1,5 +1,12 @@
# @heroui/popover
## 2.3.14
### Patch Changes
- Updated dependencies []:
- @heroui/button@2.2.14
## 2.3.13
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/popover",
"version": "2.3.13",
"version": "2.3.14",
"description": "A popover is an overlay element positioned relative to a trigger.",
"keywords": [
"popover"

View File

@ -1,5 +1,12 @@
# @heroui/radio
## 2.3.13
### Patch Changes
- Updated dependencies []:
- @heroui/form@2.1.13
## 2.3.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/radio",
"version": "2.3.12",
"version": "2.3.13",
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
"keywords": [
"radio"

View File

@ -1,5 +1,20 @@
# @heroui/select
## 2.4.14
### Patch Changes
- [#4854](https://github.com/heroui-inc/heroui/pull/4854) [`989cbe1`](https://github.com/heroui-inc/heroui/commit/989cbe1eb0eb42c0c718b67f08b8db1c8721ba7f) Thanks [@smozely](https://github.com/smozely)! - Pass form prop to hidden-select
- [#4901](https://github.com/heroui-inc/heroui/pull/4901) [`09a2b73`](https://github.com/heroui-inc/heroui/commit/09a2b7387056e176417404dbf7edb4cfb8c880a9) Thanks [@wingkwong](https://github.com/wingkwong)! - update peerDependencies (#4901)
- Updated dependencies [[`2186f6d`](https://github.com/heroui-inc/heroui/commit/2186f6da23679c5cf63ea03c9c6df9ca6df92ad9)]:
- @heroui/spinner@2.2.11
- @heroui/popover@2.3.14
- @heroui/form@2.1.13
- @heroui/listbox@2.3.13
- @heroui/scroll-shadow@2.3.9
## 2.4.13
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/select",
"version": "2.4.13",
"version": "2.4.14",
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
"keywords": [
"select"

View File

@ -1,5 +1,13 @@
# @heroui/snippet
## 2.2.15
### Patch Changes
- Updated dependencies []:
- @heroui/button@2.2.14
- @heroui/tooltip@2.2.11
## 2.2.14
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/snippet",
"version": "2.2.14",
"version": "2.2.15",
"description": "Display a snippet of copyable code for the command line.",
"keywords": [
"snippet"

View File

@ -1,5 +1,14 @@
# @heroui/spinner
## 2.2.11
### Patch Changes
- [#4904](https://github.com/heroui-inc/heroui/pull/4904) [`2186f6d`](https://github.com/heroui-inc/heroui/commit/2186f6da23679c5cf63ea03c9c6df9ca6df92ad9) Thanks [@wingkwong](https://github.com/wingkwong)! - add `use client` directive in tsup (#4903)
- Updated dependencies []:
- @heroui/system-rsc@2.3.9
## 2.2.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/spinner",
"version": "2.2.10",
"version": "2.2.11",
"description": "Loaders express an unspecified wait time or display the length of a process.",
"keywords": [
"loading",

View File

@ -1,5 +1,13 @@
# @heroui/table
## 2.2.13
### Patch Changes
- Updated dependencies []:
- @heroui/checkbox@2.3.13
- @heroui/spacer@2.2.10
## 2.2.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/table",
"version": "2.2.12",
"version": "2.2.13",
"description": "Tables are used to display tabular data using rows and columns. ",
"keywords": [
"table"

View File

@ -1,5 +1,19 @@
# @heroui/toast
## 2.0.4
### Patch Changes
- [#4901](https://github.com/heroui-inc/heroui/pull/4901) [`09a2b73`](https://github.com/heroui-inc/heroui/commit/09a2b7387056e176417404dbf7edb4cfb8c880a9) Thanks [@wingkwong](https://github.com/wingkwong)! - update peerDependencies (#4901)
- [#4881](https://github.com/heroui-inc/heroui/pull/4881) [`29df4f5`](https://github.com/heroui-inc/heroui/commit/29df4f531756daf84d2334926d193715fefeb428) Thanks [@macci001](https://github.com/macci001)! - fixing maxVisibleToast functionality in toast (#4870)
For promises, starting the timer only after the promise is resolved
- [#4858](https://github.com/heroui-inc/heroui/pull/4858) [`fd446da`](https://github.com/heroui-inc/heroui/commit/fd446dac2ac2af56f287a6b23c5baaea79ec3979) Thanks [@wingkwong](https://github.com/wingkwong)! - fix shouldShowTimeoutProgess typo (#4856)
- Updated dependencies [[`2186f6d`](https://github.com/heroui-inc/heroui/commit/2186f6da23679c5cf63ea03c9c6df9ca6df92ad9)]:
- @heroui/spinner@2.2.11
## 2.0.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/toast",
"version": "2.0.3",
"version": "2.0.4",
"description": "Toast are temporary notifications that provide concise feedback about an action or event",
"keywords": [
"toast"

View File

@ -1,5 +1,58 @@
# @heroui/react
## 2.7.3
### Patch Changes
- Updated dependencies [[`f55cf8b`](https://github.com/heroui-inc/heroui/commit/f55cf8bc7f3f1b2ebcded14f5f008ccfe8c4892c), [`989cbe1`](https://github.com/heroui-inc/heroui/commit/989cbe1eb0eb42c0c718b67f08b8db1c8721ba7f), [`2186f6d`](https://github.com/heroui-inc/heroui/commit/2186f6da23679c5cf63ea03c9c6df9ca6df92ad9), [`09a2b73`](https://github.com/heroui-inc/heroui/commit/09a2b7387056e176417404dbf7edb4cfb8c880a9), [`2774a1b`](https://github.com/heroui-inc/heroui/commit/2774a1b3513e2a046c538a2982a438f56608bbf2), [`29df4f5`](https://github.com/heroui-inc/heroui/commit/29df4f531756daf84d2334926d193715fefeb428), [`fd446da`](https://github.com/heroui-inc/heroui/commit/fd446dac2ac2af56f287a6b23c5baaea79ec3979)]:
- @heroui/number-input@2.0.4
- @heroui/select@2.4.14
- @heroui/spinner@2.2.11
- @heroui/date-picker@2.3.14
- @heroui/date-input@2.3.13
- @heroui/input@2.4.14
- @heroui/toast@2.0.4
- @heroui/theme@2.4.10
- @heroui/autocomplete@2.3.15
- @heroui/button@2.2.14
- @heroui/table@2.2.13
- @heroui/accordion@2.2.11
- @heroui/drawer@2.2.11
- @heroui/modal@2.2.11
- @heroui/navbar@2.2.12
- @heroui/popover@2.3.14
- @heroui/tabs@2.2.11
- @heroui/alert@2.2.14
- @heroui/avatar@2.2.10
- @heroui/badge@2.2.9
- @heroui/breadcrumbs@2.2.10
- @heroui/calendar@2.2.14
- @heroui/card@2.2.13
- @heroui/checkbox@2.3.13
- @heroui/chip@2.2.10
- @heroui/code@2.2.10
- @heroui/divider@2.2.9
- @heroui/dropdown@2.3.14
- @heroui/form@2.1.13
- @heroui/image@2.2.9
- @heroui/input-otp@2.1.13
- @heroui/kbd@2.2.10
- @heroui/link@2.2.11
- @heroui/listbox@2.3.13
- @heroui/menu@2.2.13
- @heroui/pagination@2.2.12
- @heroui/progress@2.2.10
- @heroui/radio@2.3.13
- @heroui/ripple@2.2.11
- @heroui/scroll-shadow@2.3.9
- @heroui/skeleton@2.2.9
- @heroui/slider@2.4.11
- @heroui/snippet@2.2.15
- @heroui/spacer@2.2.10
- @heroui/switch@2.2.12
- @heroui/tooltip@2.2.11
- @heroui/user@2.2.10
## 2.7.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/react",
"version": "2.7.2",
"version": "2.7.3",
"description": "🚀 Beautiful and modern React UI library.",
"author": "HeroUI <support@heroui.com>",
"homepage": "https://heroui.com",

View File

@ -1,5 +1,11 @@
# @heroui/theme
## 2.4.10
### Patch Changes
- [#4922](https://github.com/heroui-inc/heroui/pull/4922) [`2774a1b`](https://github.com/heroui-inc/heroui/commit/2774a1b3513e2a046c538a2982a438f56608bbf2) Thanks [@wingkwong](https://github.com/wingkwong)! - fix broken start & end content in breadcrumb (#4921)
## 2.4.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/theme",
"version": "2.4.9",
"version": "2.4.10",
"description": "The default theme for HeroUI components",
"keywords": [
"theme",