diff --git a/.changeset/angry-waves-sit.md b/.changeset/angry-waves-sit.md deleted file mode 100644 index aab687e16b..0000000000 --- a/.changeset/angry-waves-sit.md +++ /dev/null @@ -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 diff --git a/.changeset/beige-tips-sort.md b/.changeset/beige-tips-sort.md deleted file mode 100644 index bf43c14797..0000000000 --- a/.changeset/beige-tips-sort.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@nextui-org/autocomplete": patch -"@nextui-org/theme": patch ---- - -Fix #1893, `endContent` prop fixed. diff --git a/.changeset/cyan-walls-pretend.md b/.changeset/cyan-walls-pretend.md deleted file mode 100644 index bcc7aa9764..0000000000 --- a/.changeset/cyan-walls-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nextui-org/theme": patch ---- - -Input/Select text size changed for sm size. diff --git a/packages/components/autocomplete/CHANGELOG.md b/packages/components/autocomplete/CHANGELOG.md index 047c2c4cd6..9393e0d3f3 100644 --- a/packages/components/autocomplete/CHANGELOG.md +++ b/packages/components/autocomplete/CHANGELOG.md @@ -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 diff --git a/packages/components/autocomplete/package.json b/packages/components/autocomplete/package.json index 10fa163c27..9eb9b37520 100644 --- a/packages/components/autocomplete/package.json +++ b/packages/components/autocomplete/package.json @@ -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" diff --git a/packages/components/input/CHANGELOG.md b/packages/components/input/CHANGELOG.md index ecefd7e633..0ce814f1e3 100644 --- a/packages/components/input/CHANGELOG.md +++ b/packages/components/input/CHANGELOG.md @@ -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 diff --git a/packages/components/input/package.json b/packages/components/input/package.json index f72c464133..806d097d7e 100644 --- a/packages/components/input/package.json +++ b/packages/components/input/package.json @@ -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" diff --git a/packages/components/select/CHANGELOG.md b/packages/components/select/CHANGELOG.md index 647ed06d2c..cb949a1da2 100644 --- a/packages/components/select/CHANGELOG.md +++ b/packages/components/select/CHANGELOG.md @@ -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 diff --git a/packages/components/select/package.json b/packages/components/select/package.json index 17b28e954c..ee77504089 100644 --- a/packages/components/select/package.json +++ b/packages/components/select/package.json @@ -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" diff --git a/packages/core/react/CHANGELOG.md b/packages/core/react/CHANGELOG.md index 3b861196aa..d60459b204 100644 --- a/packages/core/react/CHANGELOG.md +++ b/packages/core/react/CHANGELOG.md @@ -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 diff --git a/packages/core/react/package.json b/packages/core/react/package.json index 8bee3911c0..ae2234021e 100644 --- a/packages/core/react/package.json +++ b/packages/core/react/package.json @@ -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 ", "homepage": "https://nextui.org", diff --git a/packages/core/theme/CHANGELOG.md b/packages/core/theme/CHANGELOG.md index 4a9f06e456..507cde2eb1 100644 --- a/packages/core/theme/CHANGELOG.md +++ b/packages/core/theme/CHANGELOG.md @@ -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 diff --git a/packages/core/theme/package.json b/packages/core/theme/package.json index bdd759da8e..5ab6a92135 100644 --- a/packages/core/theme/package.json +++ b/packages/core/theme/package.json @@ -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",