diff --git a/.changeset/witty-socks-bathe.md b/.changeset/witty-socks-bathe.md deleted file mode 100644 index ff37b1abd8..0000000000 --- a/.changeset/witty-socks-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nextui-org/theme": patch ---- - -add missing `data-[hover=true]:` for ghost button with danger color diff --git a/packages/core/react/CHANGELOG.md b/packages/core/react/CHANGELOG.md index e3747487aa..8a389a7a84 100644 --- a/packages/core/react/CHANGELOG.md +++ b/packages/core/react/CHANGELOG.md @@ -1,5 +1,52 @@ # @nextui-org/react +## 2.4.9 + +### Patch Changes + +- Updated dependencies [[`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]: + - @nextui-org/theme@2.2.12 + - @nextui-org/accordion@2.0.40 + - @nextui-org/autocomplete@2.1.7 + - @nextui-org/avatar@2.0.33 + - @nextui-org/badge@2.0.32 + - @nextui-org/breadcrumbs@2.0.13 + - @nextui-org/button@2.0.38 + - @nextui-org/calendar@2.0.12 + - @nextui-org/card@2.0.34 + - @nextui-org/checkbox@2.1.5 + - @nextui-org/chip@2.0.33 + - @nextui-org/code@2.0.33 + - @nextui-org/date-input@2.1.4 + - @nextui-org/date-picker@2.1.8 + - @nextui-org/divider@2.0.32 + - @nextui-org/dropdown@2.1.31 + - @nextui-org/image@2.0.32 + - @nextui-org/input@2.2.5 + - @nextui-org/kbd@2.0.34 + - @nextui-org/link@2.0.35 + - @nextui-org/listbox@2.1.27 + - @nextui-org/menu@2.0.30 + - @nextui-org/modal@2.0.41 + - @nextui-org/navbar@2.0.37 + - @nextui-org/pagination@2.0.36 + - @nextui-org/popover@2.1.29 + - @nextui-org/progress@2.0.34 + - @nextui-org/radio@2.1.5 + - @nextui-org/ripple@2.0.33 + - @nextui-org/scroll-shadow@2.1.20 + - @nextui-org/select@2.2.7 + - @nextui-org/skeleton@2.0.32 + - @nextui-org/slider@2.2.17 + - @nextui-org/snippet@2.0.43 + - @nextui-org/spacer@2.0.33 + - @nextui-org/spinner@2.0.34 + - @nextui-org/switch@2.0.34 + - @nextui-org/table@2.0.40 + - @nextui-org/tabs@2.0.37 + - @nextui-org/tooltip@2.0.41 + - @nextui-org/user@2.0.34 + ## 2.4.8 ### Patch Changes diff --git a/packages/core/react/package.json b/packages/core/react/package.json index 1dbd682fd3..964b824b06 100644 --- a/packages/core/react/package.json +++ b/packages/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/react", - "version": "2.4.8", + "version": "2.4.9", "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 d165e2b5a3..16a37e41e0 100644 --- a/packages/core/theme/CHANGELOG.md +++ b/packages/core/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/theme +## 2.2.12 + +### Patch Changes + +- [#3764](https://github.com/nextui-org/nextui/pull/3764) [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing `data-[hover=true]:` for ghost button with danger color + ## 2.2.11 ### Patch Changes diff --git a/packages/core/theme/package.json b/packages/core/theme/package.json index 316a7accbb..ce43cc261b 100644 --- a/packages/core/theme/package.json +++ b/packages/core/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/theme", - "version": "2.2.11", + "version": "2.2.12", "description": "The default theme for NextUI components", "keywords": [ "theme",