mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
ci(changesets): version packages (#1903)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
parent
11ef4365da
commit
0eb9f1e3fe
@ -1,8 +0,0 @@
|
||||
---
|
||||
"@nextui-org/select": patch
|
||||
"@nextui-org/input": patch
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
- Label position changed for Select and Input, this avoids to break the layout when having long descriptions and no placeholder
|
||||
- Input/Select styles improved, label opacity removed
|
||||
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@nextui-org/autocomplete": patch
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
Fix #1893, `endContent` prop fixed.
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
Input/Select text size changed for sm size.
|
||||
@ -1,5 +1,19 @@
|
||||
# @nextui-org/autocomplete
|
||||
|
||||
## 2.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1902](https://github.com/nextui-org/nextui/pull/1902) [`85a820eef`](https://github.com/nextui-org/nextui/commit/85a820eeffe5df87e7622b0983788eb50adafe20) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1893, `endContent` prop fixed.
|
||||
|
||||
- Updated dependencies [[`6a6d426b1`](https://github.com/nextui-org/nextui/commit/6a6d426b10fa7f92dfb20611e261347027393193)]:
|
||||
- @nextui-org/input@2.1.14
|
||||
- @nextui-org/popover@2.1.12
|
||||
- @nextui-org/button@2.0.24
|
||||
- @nextui-org/listbox@2.1.13
|
||||
- @nextui-org/scroll-shadow@2.1.12
|
||||
- @nextui-org/spinner@2.0.22
|
||||
|
||||
## 2.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/autocomplete",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"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"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/input
|
||||
|
||||
## 2.1.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1901](https://github.com/nextui-org/nextui/pull/1901) [`6a6d426b1`](https://github.com/nextui-org/nextui/commit/6a6d426b10fa7f92dfb20611e261347027393193) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Label position changed for Select and Input, this avoids to break the layout when having long descriptions and no placeholder
|
||||
- Input/Select styles improved, label opacity removed
|
||||
|
||||
## 2.1.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/input",
|
||||
"version": "2.1.13",
|
||||
"version": "2.1.14",
|
||||
"description": "The input component is designed for capturing user input within a text field.",
|
||||
"keywords": [
|
||||
"input"
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @nextui-org/select
|
||||
|
||||
## 2.1.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1901](https://github.com/nextui-org/nextui/pull/1901) [`6a6d426b1`](https://github.com/nextui-org/nextui/commit/6a6d426b10fa7f92dfb20611e261347027393193) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Label position changed for Select and Input, this avoids to break the layout when having long descriptions and no placeholder
|
||||
- Input/Select styles improved, label opacity removed
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/popover@2.1.12
|
||||
- @nextui-org/listbox@2.1.13
|
||||
- @nextui-org/scroll-shadow@2.1.12
|
||||
- @nextui-org/spinner@2.0.22
|
||||
|
||||
## 2.1.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/select",
|
||||
"version": "2.1.16",
|
||||
"version": "2.1.17",
|
||||
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
|
||||
"keywords": [
|
||||
"select"
|
||||
|
||||
@ -1,5 +1,49 @@
|
||||
# @nextui-org/react
|
||||
|
||||
## 2.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`6a6d426b1`](https://github.com/nextui-org/nextui/commit/6a6d426b10fa7f92dfb20611e261347027393193), [`85a820eef`](https://github.com/nextui-org/nextui/commit/85a820eeffe5df87e7622b0983788eb50adafe20), [`11ef4365d`](https://github.com/nextui-org/nextui/commit/11ef4365dacf539001a39d596d2f60440bc0648b)]:
|
||||
- @nextui-org/select@2.1.17
|
||||
- @nextui-org/input@2.1.14
|
||||
- @nextui-org/theme@2.1.14
|
||||
- @nextui-org/autocomplete@2.0.5
|
||||
- @nextui-org/accordion@2.0.26
|
||||
- @nextui-org/modal@2.0.26
|
||||
- @nextui-org/navbar@2.0.25
|
||||
- @nextui-org/popover@2.1.12
|
||||
- @nextui-org/tabs@2.0.24
|
||||
- @nextui-org/avatar@2.0.24
|
||||
- @nextui-org/badge@2.0.22
|
||||
- @nextui-org/breadcrumbs@2.0.3
|
||||
- @nextui-org/button@2.0.24
|
||||
- @nextui-org/card@2.0.24
|
||||
- @nextui-org/checkbox@2.0.25
|
||||
- @nextui-org/chip@2.0.24
|
||||
- @nextui-org/code@2.0.22
|
||||
- @nextui-org/divider@2.0.23
|
||||
- @nextui-org/dropdown@2.1.13
|
||||
- @nextui-org/image@2.0.24
|
||||
- @nextui-org/kbd@2.0.23
|
||||
- @nextui-org/link@2.0.25
|
||||
- @nextui-org/listbox@2.1.13
|
||||
- @nextui-org/menu@2.0.14
|
||||
- @nextui-org/pagination@2.0.25
|
||||
- @nextui-org/progress@2.0.24
|
||||
- @nextui-org/radio@2.0.25
|
||||
- @nextui-org/ripple@2.0.24
|
||||
- @nextui-org/scroll-shadow@2.1.12
|
||||
- @nextui-org/skeleton@2.0.22
|
||||
- @nextui-org/slider@2.2.3
|
||||
- @nextui-org/snippet@2.0.28
|
||||
- @nextui-org/spacer@2.0.22
|
||||
- @nextui-org/spinner@2.0.22
|
||||
- @nextui-org/switch@2.0.24
|
||||
- @nextui-org/table@2.0.26
|
||||
- @nextui-org/tooltip@2.0.27
|
||||
- @nextui-org/user@2.0.25
|
||||
|
||||
## 2.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/react",
|
||||
"version": "2.2.4",
|
||||
"version": "2.2.5",
|
||||
"description": "🚀 Beautiful and modern React UI library.",
|
||||
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
||||
"homepage": "https://nextui.org",
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @nextui-org/theme
|
||||
|
||||
## 2.1.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1901](https://github.com/nextui-org/nextui/pull/1901) [`6a6d426b1`](https://github.com/nextui-org/nextui/commit/6a6d426b10fa7f92dfb20611e261347027393193) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Label position changed for Select and Input, this avoids to break the layout when having long descriptions and no placeholder
|
||||
|
||||
- Input/Select styles improved, label opacity removed
|
||||
|
||||
- [#1902](https://github.com/nextui-org/nextui/pull/1902) [`85a820eef`](https://github.com/nextui-org/nextui/commit/85a820eeffe5df87e7622b0983788eb50adafe20) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1893, `endContent` prop fixed.
|
||||
|
||||
- [#1905](https://github.com/nextui-org/nextui/pull/1905) [`11ef4365d`](https://github.com/nextui-org/nextui/commit/11ef4365dacf539001a39d596d2f60440bc0648b) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Input/Select text size changed for sm size.
|
||||
|
||||
## 2.1.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/theme",
|
||||
"version": "2.1.13",
|
||||
"version": "2.1.14",
|
||||
"description": "The default theme for NextUI components",
|
||||
"keywords": [
|
||||
"theme",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user