ci(changesets): version packages (#5487)

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
github-actions[bot] 2025-07-15 16:00:43 -03:00 committed by GitHub
parent 8ddc6e795e
commit 6d63de0bcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
27 changed files with 164 additions and 18 deletions

View File

@ -1,5 +0,0 @@
---
"@heroui/theme": patch
---
use `outline-hidden` which is equivalent to `outline-none` in v3 (#5485)

View File

@ -1,5 +1,17 @@
# @heroui/autocomplete
## 2.3.25
### Patch Changes
- Updated dependencies []:
- @heroui/button@2.2.23
- @heroui/form@2.1.23
- @heroui/input@2.4.24
- @heroui/listbox@2.3.22
- @heroui/popover@2.3.23
- @heroui/scroll-shadow@2.3.16
## 2.3.24
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/autocomplete",
"version": "2.3.24",
"version": "2.3.25",
"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,12 @@
# @heroui/checkbox
## 2.3.23
### Patch Changes
- Updated dependencies []:
- @heroui/form@2.1.23
## 2.3.22
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/checkbox",
"version": "2.3.22",
"version": "2.3.23",
"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,12 @@
# @heroui/date-input
## 2.3.23
### Patch Changes
- Updated dependencies []:
- @heroui/form@2.1.23
## 2.3.22
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/date-input",
"version": "2.3.22",
"version": "2.3.23",
"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,16 @@
# @heroui/date-picker
## 2.3.24
### Patch Changes
- Updated dependencies []:
- @heroui/button@2.2.23
- @heroui/calendar@2.2.23
- @heroui/date-input@2.3.23
- @heroui/form@2.1.23
- @heroui/popover@2.3.23
## 2.3.23
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/date-picker",
"version": "2.3.23",
"version": "2.3.24",
"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,12 @@
# @heroui/form
## 2.1.23
### Patch Changes
- Updated dependencies [[`8ddc6e7`](https://github.com/heroui-inc/heroui/commit/8ddc6e795e56b7ecaac94bb0bbf99a7147dc027b)]:
- @heroui/theme@2.4.19
## 2.1.22
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/form",
"version": "2.1.22",
"version": "2.1.23",
"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.23
### Patch Changes
- Updated dependencies []:
- @heroui/form@2.1.23
## 2.1.22
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @heroui/input
## 2.4.24
### Patch Changes
- Updated dependencies []:
- @heroui/form@2.1.23
## 2.4.23
### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# @heroui/number-input
## 2.0.14
### Patch Changes
- Updated dependencies []:
- @heroui/button@2.2.23
- @heroui/form@2.1.23
## 2.0.13
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/number-input",
"version": "2.0.13",
"version": "2.0.14",
"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/radio
## 2.3.23
### Patch Changes
- Updated dependencies []:
- @heroui/form@2.1.23
## 2.3.22
### Patch Changes

View File

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

View File

@ -1,5 +1,16 @@
# @heroui/select
## 2.4.24
### Patch Changes
- Updated dependencies []:
- @heroui/form@2.1.23
- @heroui/listbox@2.3.22
- @heroui/popover@2.3.23
- @heroui/scroll-shadow@2.3.16
- @heroui/spinner@2.2.20
## 2.4.23
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/select",
"version": "2.4.23",
"version": "2.4.24",
"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/table
## 2.2.23
### Patch Changes
- Updated dependencies []:
- @heroui/checkbox@2.3.23
- @heroui/spacer@2.2.17
## 2.2.22
### Patch Changes

View File

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

View File

@ -1,5 +1,58 @@
# @heroui/react
## 2.8.1
### Patch Changes
- Updated dependencies [[`8ddc6e7`](https://github.com/heroui-inc/heroui/commit/8ddc6e795e56b7ecaac94bb0bbf99a7147dc027b)]:
- @heroui/theme@2.4.19
- @heroui/accordion@2.2.20
- @heroui/alert@2.2.23
- @heroui/autocomplete@2.3.25
- @heroui/avatar@2.2.19
- @heroui/badge@2.2.15
- @heroui/breadcrumbs@2.2.19
- @heroui/button@2.2.23
- @heroui/calendar@2.2.23
- @heroui/card@2.2.22
- @heroui/checkbox@2.3.23
- @heroui/chip@2.2.19
- @heroui/code@2.2.17
- @heroui/date-input@2.3.23
- @heroui/date-picker@2.3.24
- @heroui/divider@2.2.16
- @heroui/drawer@2.2.20
- @heroui/dropdown@2.3.23
- @heroui/form@2.1.23
- @heroui/image@2.2.15
- @heroui/input@2.4.24
- @heroui/input-otp@2.1.23
- @heroui/kbd@2.2.18
- @heroui/link@2.2.20
- @heroui/listbox@2.3.22
- @heroui/menu@2.2.22
- @heroui/modal@2.2.20
- @heroui/navbar@2.2.21
- @heroui/number-input@2.0.14
- @heroui/pagination@2.2.21
- @heroui/popover@2.3.23
- @heroui/progress@2.2.19
- @heroui/radio@2.3.23
- @heroui/ripple@2.2.18
- @heroui/scroll-shadow@2.3.16
- @heroui/select@2.4.24
- @heroui/skeleton@2.2.15
- @heroui/slider@2.4.20
- @heroui/snippet@2.2.24
- @heroui/spacer@2.2.17
- @heroui/spinner@2.2.20
- @heroui/switch@2.2.21
- @heroui/table@2.2.23
- @heroui/tabs@2.2.20
- @heroui/toast@2.0.13
- @heroui/tooltip@2.2.20
- @heroui/user@2.2.19
## 2.8.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/react",
"version": "2.8.0",
"version": "2.8.1",
"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.19
### Patch Changes
- [#5486](https://github.com/heroui-inc/heroui/pull/5486) [`8ddc6e7`](https://github.com/heroui-inc/heroui/commit/8ddc6e795e56b7ecaac94bb0bbf99a7147dc027b) Thanks [@wingkwong](https://github.com/wingkwong)! - use `outline-hidden` which is equivalent to `outline-none` in v3 (#5485)
## 2.4.18
### Patch Changes

View File

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