ci(changesets): version packages (#4577)

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
github-actions[bot] 2025-01-16 21:50:23 -03:00 committed by GitHub
parent 45b1d82c39
commit 85913a8791
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 32 additions and 8 deletions

View File

@ -1,5 +0,0 @@
---
"@heroui/input": patch
---
Fix input ignoring spaces

View File

@ -1,5 +1,13 @@
# @heroui/autocomplete
## 2.3.10
### Patch Changes
- Updated dependencies [[`45b1d82`](https://github.com/frontio-ai/heroui/commit/45b1d82c391dac7f39609d492010164b6c2d6d38)]:
- @heroui/input@2.4.9
- @heroui/popover@2.3.9
## 2.3.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/autocomplete",
"version": "2.3.9",
"version": "2.3.10",
"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,11 @@
# @heroui/input
## 2.4.9
### Patch Changes
- [`45b1d82`](https://github.com/frontio-ai/heroui/commit/45b1d82c391dac7f39609d492010164b6c2d6d38) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix input ignoring spaces
## 2.4.8
### Patch Changes

View File

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

View File

@ -1,5 +1,20 @@
# @heroui/react
## 2.6.13
### Patch Changes
- Updated dependencies [[`45b1d82`](https://github.com/frontio-ai/heroui/commit/45b1d82c391dac7f39609d492010164b6c2d6d38)]:
- @heroui/input@2.4.9
- @heroui/accordion@2.2.7
- @heroui/autocomplete@2.3.10
- @heroui/drawer@2.2.7
- @heroui/modal@2.2.7
- @heroui/navbar@2.2.8
- @heroui/popover@2.3.9
- @heroui/select@2.4.9
- @heroui/tabs@2.2.7
## 2.6.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@heroui/react",
"version": "2.6.12",
"version": "2.6.13",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://heroui.com",