mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
ci(changesets): version packages (#4577)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
parent
45b1d82c39
commit
85913a8791
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@heroui/input": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix input ignoring spaces
|
|
||||||
@ -1,5 +1,13 @@
|
|||||||
# @heroui/autocomplete
|
# @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
|
## 2.3.9
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@heroui/autocomplete",
|
"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.",
|
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"autocomplete"
|
"autocomplete"
|
||||||
|
|||||||
@ -1,5 +1,11 @@
|
|||||||
# @heroui/input
|
# @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
|
## 2.4.8
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@heroui/input",
|
"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.",
|
"description": "The input component is designed for capturing user input within a text field.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"input"
|
"input"
|
||||||
|
|||||||
@ -1,5 +1,20 @@
|
|||||||
# @heroui/react
|
# @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
|
## 2.6.12
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@heroui/react",
|
"name": "@heroui/react",
|
||||||
"version": "2.6.12",
|
"version": "2.6.13",
|
||||||
"description": "🚀 Beautiful and modern React UI library.",
|
"description": "🚀 Beautiful and modern React UI library.",
|
||||||
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
||||||
"homepage": "https://heroui.com",
|
"homepage": "https://heroui.com",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user