diff --git a/.changeset/empty-countries-count.md b/.changeset/empty-countries-count.md deleted file mode 100644 index bd5a679e01..0000000000 --- a/.changeset/empty-countries-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nextui-org/theme": patch ---- - -Fixed button scaling when `disableAnimation` is `true` (#3489) diff --git a/.changeset/seven-onions-explain.md b/.changeset/seven-onions-explain.md deleted file mode 100644 index afefce439d..0000000000 --- a/.changeset/seven-onions-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nextui-org/theme": patch ---- - -fixed the issue of double scrollbar in modal with inside `scrollBehavior` (#3942) diff --git a/.changeset/short-garlics-wink.md b/.changeset/short-garlics-wink.md deleted file mode 100644 index d3d3a05ed4..0000000000 --- a/.changeset/short-garlics-wink.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@nextui-org/calendar": patch -"@nextui-org/theme": patch ---- - -Fixed the calendarContent width as per visible month diff --git a/.changeset/thirty-jars-love.md b/.changeset/thirty-jars-love.md deleted file mode 100644 index 476f54436e..0000000000 --- a/.changeset/thirty-jars-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nextui-org/theme": patch ---- - -fixed the slow color change of sortable table header during theme change (#3488) diff --git a/packages/components/calendar/CHANGELOG.md b/packages/components/calendar/CHANGELOG.md index 06b8665b54..c14ffd1d00 100644 --- a/packages/components/calendar/CHANGELOG.md +++ b/packages/components/calendar/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/calendar +## 2.0.10 + +### Patch Changes + +- [#3505](https://github.com/nextui-org/nextui/pull/3505) [`1fdbf2ad2`](https://github.com/nextui-org/nextui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - Fixed the calendarContent width as per visible month + +- Updated dependencies []: + - @nextui-org/button@2.0.36 + ## 2.0.9 ### Patch Changes diff --git a/packages/components/calendar/package.json b/packages/components/calendar/package.json index ffcc62cb1a..25593d6af1 100644 --- a/packages/components/calendar/package.json +++ b/packages/components/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/calendar", - "version": "2.0.9", + "version": "2.0.10", "description": "A calendar displays one or more date grids and allows users to select a single date.", "keywords": [ "calendar" diff --git a/packages/components/date-picker/CHANGELOG.md b/packages/components/date-picker/CHANGELOG.md index 163c7c4c89..bc4bab94e7 100644 --- a/packages/components/date-picker/CHANGELOG.md +++ b/packages/components/date-picker/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/date-picker +## 2.1.5 + +### Patch Changes + +- Updated dependencies [[`1fdbf2ad2`](https://github.com/nextui-org/nextui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c)]: + - @nextui-org/calendar@2.0.10 + - @nextui-org/button@2.0.36 + - @nextui-org/date-input@2.1.2 + - @nextui-org/popover@2.1.26 + ## 2.1.4 ### Patch Changes diff --git a/packages/components/date-picker/package.json b/packages/components/date-picker/package.json index 9aa288248d..494e713975 100644 --- a/packages/components/date-picker/package.json +++ b/packages/components/date-picker/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/date-picker", - "version": "2.1.4", + "version": "2.1.5", "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" diff --git a/packages/core/react/CHANGELOG.md b/packages/core/react/CHANGELOG.md index 30064a1dea..8c2039bcff 100644 --- a/packages/core/react/CHANGELOG.md +++ b/packages/core/react/CHANGELOG.md @@ -1,5 +1,52 @@ # @nextui-org/react +## 2.4.5 + +### Patch Changes + +- Updated dependencies [[`59428b183`](https://github.com/nextui-org/nextui/commit/59428b183deceacd0db246e129de5ed8b0200d37), [`8b193072e`](https://github.com/nextui-org/nextui/commit/8b193072e5d77d722825bc89700055ce24ee0fb3), [`1fdbf2ad2`](https://github.com/nextui-org/nextui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c), [`46edcca95`](https://github.com/nextui-org/nextui/commit/46edcca954b3a3e16c83d117c27cf39a59474548)]: + - @nextui-org/theme@2.2.8 + - @nextui-org/calendar@2.0.10 + - @nextui-org/accordion@2.0.37 + - @nextui-org/autocomplete@2.1.4 + - @nextui-org/avatar@2.0.31 + - @nextui-org/badge@2.0.30 + - @nextui-org/breadcrumbs@2.0.11 + - @nextui-org/button@2.0.36 + - @nextui-org/card@2.0.32 + - @nextui-org/checkbox@2.1.3 + - @nextui-org/chip@2.0.31 + - @nextui-org/code@2.0.31 + - @nextui-org/date-input@2.1.2 + - @nextui-org/date-picker@2.1.5 + - @nextui-org/divider@2.0.30 + - @nextui-org/dropdown@2.1.28 + - @nextui-org/image@2.0.30 + - @nextui-org/input@2.2.3 + - @nextui-org/kbd@2.0.32 + - @nextui-org/link@2.0.33 + - @nextui-org/listbox@2.1.24 + - @nextui-org/menu@2.0.27 + - @nextui-org/modal@2.0.38 + - @nextui-org/navbar@2.0.35 + - @nextui-org/pagination@2.0.34 + - @nextui-org/popover@2.1.26 + - @nextui-org/progress@2.0.32 + - @nextui-org/radio@2.1.3 + - @nextui-org/ripple@2.0.31 + - @nextui-org/scroll-shadow@2.1.18 + - @nextui-org/select@2.2.4 + - @nextui-org/skeleton@2.0.30 + - @nextui-org/slider@2.2.14 + - @nextui-org/snippet@2.0.40 + - @nextui-org/spacer@2.0.31 + - @nextui-org/spinner@2.0.32 + - @nextui-org/switch@2.0.32 + - @nextui-org/table@2.0.38 + - @nextui-org/tabs@2.0.34 + - @nextui-org/tooltip@2.0.38 + - @nextui-org/user@2.0.32 + ## 2.4.4 ### Patch Changes diff --git a/packages/core/react/package.json b/packages/core/react/package.json index ff2352c79b..234641e3af 100644 --- a/packages/core/react/package.json +++ b/packages/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/react", - "version": "2.4.4", + "version": "2.4.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 5567b28b52..6cf805a45c 100644 --- a/packages/core/theme/CHANGELOG.md +++ b/packages/core/theme/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/theme +## 2.2.8 + +### Patch Changes + +- [#3499](https://github.com/nextui-org/nextui/pull/3499) [`59428b183`](https://github.com/nextui-org/nextui/commit/59428b183deceacd0db246e129de5ed8b0200d37) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed button scaling when `disableAnimation` is `true` (#3489) + +- [#3495](https://github.com/nextui-org/nextui/pull/3495) [`8b193072e`](https://github.com/nextui-org/nextui/commit/8b193072e5d77d722825bc89700055ce24ee0fb3) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - fixed the issue of double scrollbar in modal with inside `scrollBehavior` (#3942) + +- [#3505](https://github.com/nextui-org/nextui/pull/3505) [`1fdbf2ad2`](https://github.com/nextui-org/nextui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - Fixed the calendarContent width as per visible month + +- [#3491](https://github.com/nextui-org/nextui/pull/3491) [`46edcca95`](https://github.com/nextui-org/nextui/commit/46edcca954b3a3e16c83d117c27cf39a59474548) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - fixed the slow color change of sortable table header during theme change (#3488) + ## 2.2.7 ### Patch Changes diff --git a/packages/core/theme/package.json b/packages/core/theme/package.json index 22276cf1b5..1adcd6a51f 100644 --- a/packages/core/theme/package.json +++ b/packages/core/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/theme", - "version": "2.2.7", + "version": "2.2.8", "description": "The default theme for NextUI components", "keywords": [ "theme",