From 96f1ba0cadbc6f476cd09e3b2242be388a8296e6 Mon Sep 17 00:00:00 2001 From: Junior Garcia Date: Fri, 31 May 2024 02:31:19 +0000 Subject: [PATCH] ci(changesets): version packages --- .changeset/eighty-dolls-design.md | 40 --------------- .changeset/fast-ladybugs-explode.md | 6 --- .changeset/friendly-months-tease.md.md | 7 --- .changeset/hungry-garlics-kiss.md | 5 -- .changeset/plenty-bags-brush.md | 5 -- .changeset/sour-starfishes-lick.md | 5 -- packages/components/accordion/CHANGELOG.md | 12 +++++ packages/components/accordion/package.json | 2 +- packages/components/autocomplete/CHANGELOG.md | 16 ++++++ packages/components/autocomplete/package.json | 2 +- packages/components/avatar/CHANGELOG.md | 6 +++ packages/components/avatar/package.json | 2 +- packages/components/breadcrumbs/CHANGELOG.md | 6 +++ packages/components/breadcrumbs/package.json | 2 +- packages/components/button/CHANGELOG.md | 11 +++++ packages/components/button/package.json | 2 +- packages/components/calendar/CHANGELOG.md | 11 +++++ packages/components/calendar/package.json | 2 +- packages/components/card/CHANGELOG.md | 10 ++++ packages/components/card/package.json | 2 +- packages/components/checkbox/CHANGELOG.md | 6 +++ packages/components/checkbox/package.json | 2 +- packages/components/chip/CHANGELOG.md | 6 +++ packages/components/chip/package.json | 2 +- packages/components/date-picker/CHANGELOG.md | 11 +++++ packages/components/date-picker/package.json | 2 +- packages/components/dropdown/CHANGELOG.md | 11 +++++ packages/components/dropdown/package.json | 2 +- packages/components/input/CHANGELOG.md | 6 +++ packages/components/input/package.json | 2 +- packages/components/link/CHANGELOG.md | 11 +++++ packages/components/link/package.json | 2 +- packages/components/listbox/CHANGELOG.md | 10 ++++ packages/components/listbox/package.json | 2 +- packages/components/menu/CHANGELOG.md | 11 +++++ packages/components/menu/package.json | 2 +- packages/components/modal/CHANGELOG.md | 12 +++++ packages/components/modal/package.json | 2 +- packages/components/navbar/CHANGELOG.md | 10 ++++ packages/components/navbar/package.json | 2 +- packages/components/pagination/CHANGELOG.md | 8 +++ packages/components/pagination/package.json | 2 +- packages/components/popover/CHANGELOG.md | 12 +++++ packages/components/popover/package.json | 2 +- packages/components/progress/CHANGELOG.md | 6 +++ packages/components/progress/package.json | 2 +- packages/components/radio/CHANGELOG.md | 8 +++ packages/components/radio/package.json | 2 +- packages/components/select/CHANGELOG.md | 15 ++++++ packages/components/select/package.json | 2 +- packages/components/slider/CHANGELOG.md | 9 ++++ packages/components/slider/package.json | 2 +- packages/components/snippet/CHANGELOG.md | 8 +++ packages/components/snippet/package.json | 2 +- packages/components/switch/CHANGELOG.md | 6 +++ packages/components/switch/package.json | 2 +- packages/components/table/CHANGELOG.md | 10 ++++ packages/components/table/package.json | 2 +- packages/components/tabs/CHANGELOG.md | 10 ++++ packages/components/tabs/package.json | 2 +- packages/components/tooltip/CHANGELOG.md | 10 ++++ packages/components/tooltip/package.json | 2 +- packages/components/user/CHANGELOG.md | 7 +++ packages/components/user/package.json | 2 +- packages/core/react/CHANGELOG.md | 49 +++++++++++++++++++ packages/core/react/package.json | 2 +- packages/core/system/CHANGELOG.md | 11 +++++ packages/core/system/package.json | 2 +- packages/core/theme/CHANGELOG.md | 6 +++ packages/core/theme/package.json | 2 +- .../hooks/use-aria-accordion/CHANGELOG.md | 6 +++ .../hooks/use-aria-accordion/package.json | 2 +- packages/hooks/use-aria-button/CHANGELOG.md | 6 +++ packages/hooks/use-aria-button/package.json | 2 +- packages/hooks/use-aria-link/CHANGELOG.md | 8 +++ packages/hooks/use-aria-link/package.json | 2 +- packages/hooks/use-aria-menu/CHANGELOG.md | 8 +++ packages/hooks/use-aria-menu/package.json | 2 +- .../hooks/use-aria-modal-overlay/CHANGELOG.md | 6 +++ .../hooks/use-aria-modal-overlay/package.json | 2 +- .../hooks/use-aria-multiselect/CHANGELOG.md | 6 +++ .../hooks/use-aria-multiselect/package.json | 2 +- .../hooks/use-aria-toggle-button/CHANGELOG.md | 9 ++++ .../hooks/use-aria-toggle-button/package.json | 2 +- packages/hooks/use-disclosure/CHANGELOG.md | 6 +++ packages/hooks/use-disclosure/package.json | 2 +- .../use-intersection-observer/CHANGELOG.md | 6 +++ .../use-intersection-observer/package.json | 2 +- packages/utilities/aria-utils/CHANGELOG.md | 9 ++++ packages/utilities/aria-utils/package.json | 2 +- packages/utilities/framer-utils/CHANGELOG.md | 7 +++ packages/utilities/framer-utils/package.json | 2 +- 92 files changed, 461 insertions(+), 111 deletions(-) delete mode 100644 .changeset/eighty-dolls-design.md delete mode 100644 .changeset/fast-ladybugs-explode.md delete mode 100644 .changeset/friendly-months-tease.md.md delete mode 100644 .changeset/hungry-garlics-kiss.md delete mode 100644 .changeset/plenty-bags-brush.md delete mode 100644 .changeset/sour-starfishes-lick.md diff --git a/.changeset/eighty-dolls-design.md b/.changeset/eighty-dolls-design.md deleted file mode 100644 index c516c2355b..0000000000 --- a/.changeset/eighty-dolls-design.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -"@nextui-org/accordion": patch -"@nextui-org/autocomplete": patch -"@nextui-org/breadcrumbs": patch -"@nextui-org/button": patch -"@nextui-org/calendar": patch -"@nextui-org/card": patch -"@nextui-org/checkbox": patch -"@nextui-org/chip": patch -"@nextui-org/dropdown": patch -"@nextui-org/input": patch -"@nextui-org/link": patch -"@nextui-org/listbox": patch -"@nextui-org/menu": patch -"@nextui-org/modal": patch -"@nextui-org/navbar": patch -"@nextui-org/pagination": patch -"@nextui-org/popover": patch -"@nextui-org/progress": patch -"@nextui-org/radio": patch -"@nextui-org/select": patch -"@nextui-org/slider": patch -"@nextui-org/switch": patch -"@nextui-org/table": patch -"@nextui-org/tabs": patch -"@nextui-org/tooltip": patch -"@nextui-org/system": patch -"@nextui-org/use-aria-accordion": patch -"@nextui-org/use-aria-button": patch -"@nextui-org/use-aria-link": patch -"@nextui-org/use-aria-menu": patch -"@nextui-org/use-aria-modal-overlay": patch -"@nextui-org/use-aria-multiselect": patch -"@nextui-org/use-aria-toggle-button": patch -"@nextui-org/use-disclosure": patch -"@nextui-org/use-intersection-observer": patch -"@nextui-org/aria-utils": patch ---- - -bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` diff --git a/.changeset/fast-ladybugs-explode.md b/.changeset/fast-ladybugs-explode.md deleted file mode 100644 index 8ca24d5d8d..0000000000 --- a/.changeset/fast-ladybugs-explode.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@nextui-org/system": patch -"@nextui-org/link": patch ---- - -Fixed listbox href issue (#3105) \ No newline at end of file diff --git a/.changeset/friendly-months-tease.md.md b/.changeset/friendly-months-tease.md.md deleted file mode 100644 index 7698050b8a..0000000000 --- a/.changeset/friendly-months-tease.md.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@nextui-org/pagination": patch -"@nextui-org/use-aria-link": patch -"@nextui-org/use-aria-menu": patch ---- - -Add missing router.open parameters due to router change diff --git a/.changeset/hungry-garlics-kiss.md b/.changeset/hungry-garlics-kiss.md deleted file mode 100644 index d4253321e2..0000000000 --- a/.changeset/hungry-garlics-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nextui-org/avatar": patch ---- - -avoid passing `disableAnimation` prop to a DOM element (#3109) diff --git a/.changeset/plenty-bags-brush.md b/.changeset/plenty-bags-brush.md deleted file mode 100644 index 08d15ae7ef..0000000000 --- a/.changeset/plenty-bags-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nextui-org/theme": patch ---- - -add missing pointer event after data loaded (#3125) diff --git a/.changeset/sour-starfishes-lick.md b/.changeset/sour-starfishes-lick.md deleted file mode 100644 index e96166ccf7..0000000000 --- a/.changeset/sour-starfishes-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nextui-org/radio": patch ---- - -Remove required attribute for Radio with validationBehavior="aria" diff --git a/packages/components/accordion/CHANGELOG.md b/packages/components/accordion/CHANGELOG.md index 801e09bce8..fdc97c0036 100644 --- a/packages/components/accordion/CHANGELOG.md +++ b/packages/components/accordion/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/accordion +## 2.0.34 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/use-aria-accordion@2.0.5 + - @nextui-org/aria-utils@2.0.20 + - @nextui-org/framer-utils@2.0.20 + - @nextui-org/divider@2.0.28 + ## 2.0.33 ### Patch Changes diff --git a/packages/components/accordion/package.json b/packages/components/accordion/package.json index 93172ebda4..c5797d14d1 100644 --- a/packages/components/accordion/package.json +++ b/packages/components/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/accordion", - "version": "2.0.33", + "version": "2.0.34", "description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.", "keywords": [ "react", diff --git a/packages/components/autocomplete/CHANGELOG.md b/packages/components/autocomplete/CHANGELOG.md index ed532e3415..f4801a2c44 100644 --- a/packages/components/autocomplete/CHANGELOG.md +++ b/packages/components/autocomplete/CHANGELOG.md @@ -1,5 +1,21 @@ # @nextui-org/autocomplete +## 2.1.1 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/button@2.0.33 + - @nextui-org/input@2.2.1 + - @nextui-org/listbox@2.1.21 + - @nextui-org/popover@2.1.23 + - @nextui-org/use-aria-button@2.0.8 + - @nextui-org/aria-utils@2.0.20 + - @nextui-org/scroll-shadow@2.1.16 + - @nextui-org/spinner@2.0.29 + ## 2.1.0 ### Minor Changes diff --git a/packages/components/autocomplete/package.json b/packages/components/autocomplete/package.json index e1064cac9c..ca9404a604 100644 --- a/packages/components/autocomplete/package.json +++ b/packages/components/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/autocomplete", - "version": "2.1.0", + "version": "2.1.1", "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/avatar/CHANGELOG.md b/packages/components/avatar/CHANGELOG.md index c4b28b2843..26c7e1c51d 100644 --- a/packages/components/avatar/CHANGELOG.md +++ b/packages/components/avatar/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/avatar +## 2.0.29 + +### Patch Changes + +- [#3111](https://github.com/nextui-org/nextui/pull/3111) [`cdbc6514f`](https://github.com/nextui-org/nextui/commit/cdbc6514f8024381b778bad72b6a7a87330dab28) Thanks [@wingkwong](https://github.com/wingkwong)! - avoid passing `disableAnimation` prop to a DOM element (#3109) + ## 2.0.28 ### Patch Changes diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json index 3602905ba5..d8f7a47822 100644 --- a/packages/components/avatar/package.json +++ b/packages/components/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/avatar", - "version": "2.0.28", + "version": "2.0.29", "description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.", "keywords": [ "avatar" diff --git a/packages/components/breadcrumbs/CHANGELOG.md b/packages/components/breadcrumbs/CHANGELOG.md index 5b421ce028..2db1e40f8d 100644 --- a/packages/components/breadcrumbs/CHANGELOG.md +++ b/packages/components/breadcrumbs/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/breadcrumbs +## 2.0.9 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.0.8 ### Patch Changes diff --git a/packages/components/breadcrumbs/package.json b/packages/components/breadcrumbs/package.json index 106b561860..69bd900f04 100644 --- a/packages/components/breadcrumbs/package.json +++ b/packages/components/breadcrumbs/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/breadcrumbs", - "version": "2.0.8", + "version": "2.0.9", "description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.", "keywords": [ "breadcrumbs" diff --git a/packages/components/button/CHANGELOG.md b/packages/components/button/CHANGELOG.md index 3d2e283a0a..28c1761147 100644 --- a/packages/components/button/CHANGELOG.md +++ b/packages/components/button/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/button +## 2.0.33 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/use-aria-button@2.0.8 + - @nextui-org/ripple@2.0.29 + - @nextui-org/spinner@2.0.29 + ## 2.0.32 ### Patch Changes diff --git a/packages/components/button/package.json b/packages/components/button/package.json index e17e03ab28..7e8e0a24f6 100644 --- a/packages/components/button/package.json +++ b/packages/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/button", - "version": "2.0.32", + "version": "2.0.33", "description": "Buttons allow users to perform actions and choose with a single tap.", "keywords": [ "button" diff --git a/packages/components/calendar/CHANGELOG.md b/packages/components/calendar/CHANGELOG.md index cd020df5fa..614220cd7b 100644 --- a/packages/components/calendar/CHANGELOG.md +++ b/packages/components/calendar/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/calendar +## 2.0.6 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/button@2.0.33 + - @nextui-org/use-aria-button@2.0.8 + - @nextui-org/framer-utils@2.0.20 + ## 2.0.5 ### Patch Changes diff --git a/packages/components/calendar/package.json b/packages/components/calendar/package.json index 1a513d374b..6bc97d7d5f 100644 --- a/packages/components/calendar/package.json +++ b/packages/components/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/calendar", - "version": "2.0.5", + "version": "2.0.6", "description": "A calendar displays one or more date grids and allows users to select a single date.", "keywords": [ "calendar" diff --git a/packages/components/card/CHANGELOG.md b/packages/components/card/CHANGELOG.md index 53a44138b7..04a6cce7ab 100644 --- a/packages/components/card/CHANGELOG.md +++ b/packages/components/card/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/card +## 2.0.30 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/use-aria-button@2.0.8 + - @nextui-org/ripple@2.0.29 + ## 2.0.29 ### Patch Changes diff --git a/packages/components/card/package.json b/packages/components/card/package.json index 92a2450049..6fc1c98602 100644 --- a/packages/components/card/package.json +++ b/packages/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/card", - "version": "2.0.29", + "version": "2.0.30", "description": "Card is a container for text, photos, and actions in the context of a single subject.", "keywords": [ "card" diff --git a/packages/components/checkbox/CHANGELOG.md b/packages/components/checkbox/CHANGELOG.md index 376032edaa..9605931f3e 100644 --- a/packages/components/checkbox/CHANGELOG.md +++ b/packages/components/checkbox/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/checkbox +## 2.1.1 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.1.0 ### Minor Changes diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json index c0014f471a..72f286c01d 100644 --- a/packages/components/checkbox/package.json +++ b/packages/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/checkbox", - "version": "2.1.0", + "version": "2.1.1", "description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.", "keywords": [ "checkbox" diff --git a/packages/components/chip/CHANGELOG.md b/packages/components/chip/CHANGELOG.md index 666b87651b..b402b224a5 100644 --- a/packages/components/chip/CHANGELOG.md +++ b/packages/components/chip/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/chip +## 2.0.29 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.0.28 ### Patch Changes diff --git a/packages/components/chip/package.json b/packages/components/chip/package.json index a925029d70..e30a2fa756 100644 --- a/packages/components/chip/package.json +++ b/packages/components/chip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/chip", - "version": "2.0.28", + "version": "2.0.29", "description": "Chips help people enter information, make selections, filter content, or trigger actions.", "keywords": [ "chip" diff --git a/packages/components/date-picker/CHANGELOG.md b/packages/components/date-picker/CHANGELOG.md index c261c0e469..c1e8739471 100644 --- a/packages/components/date-picker/CHANGELOG.md +++ b/packages/components/date-picker/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/date-picker +## 2.1.1 + +### Patch Changes + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/button@2.0.33 + - @nextui-org/calendar@2.0.6 + - @nextui-org/popover@2.1.23 + - @nextui-org/aria-utils@2.0.20 + - @nextui-org/date-input@2.1.0 + ## 2.1.0 ### Minor Changes diff --git a/packages/components/date-picker/package.json b/packages/components/date-picker/package.json index 517a858d2a..8cf1bfc22e 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.0", + "version": "2.1.1", "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/components/dropdown/CHANGELOG.md b/packages/components/dropdown/CHANGELOG.md index b33c22baa3..0505fdc873 100644 --- a/packages/components/dropdown/CHANGELOG.md +++ b/packages/components/dropdown/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/dropdown +## 2.1.25 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/menu@2.0.24 + - @nextui-org/popover@2.1.23 + - @nextui-org/aria-utils@2.0.20 + ## 2.1.24 ### Patch Changes diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json index 79f452c7ef..1dbfbe1d1f 100644 --- a/packages/components/dropdown/package.json +++ b/packages/components/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/dropdown", - "version": "2.1.24", + "version": "2.1.25", "description": "A dropdown displays a list of actions or options that a user can choose.", "keywords": [ "dropdown" diff --git a/packages/components/input/CHANGELOG.md b/packages/components/input/CHANGELOG.md index da97ccb899..5762c87182 100644 --- a/packages/components/input/CHANGELOG.md +++ b/packages/components/input/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/input +## 2.2.1 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.2.0 ### Minor Changes diff --git a/packages/components/input/package.json b/packages/components/input/package.json index 639b95f238..2496d6c368 100644 --- a/packages/components/input/package.json +++ b/packages/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/input", - "version": "2.2.0", + "version": "2.2.1", "description": "The input component is designed for capturing user input within a text field.", "keywords": [ "input" diff --git a/packages/components/link/CHANGELOG.md b/packages/components/link/CHANGELOG.md index 5a8e4b1717..11f3ae95a4 100644 --- a/packages/components/link/CHANGELOG.md +++ b/packages/components/link/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/link +## 2.0.31 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed listbox href issue (#3105) + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/use-aria-link@2.0.17 + ## 2.0.30 ### Patch Changes diff --git a/packages/components/link/package.json b/packages/components/link/package.json index 2134a6752b..64c30ced36 100644 --- a/packages/components/link/package.json +++ b/packages/components/link/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/link", - "version": "2.0.30", + "version": "2.0.31", "description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>", "keywords": [ "link" diff --git a/packages/components/listbox/CHANGELOG.md b/packages/components/listbox/CHANGELOG.md index a2f520baed..ce47459b70 100644 --- a/packages/components/listbox/CHANGELOG.md +++ b/packages/components/listbox/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/listbox +## 2.1.21 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/aria-utils@2.0.20 + - @nextui-org/divider@2.0.28 + ## 2.1.20 ### Patch Changes diff --git a/packages/components/listbox/package.json b/packages/components/listbox/package.json index 43e5f5adda..d1fb9ffc26 100644 --- a/packages/components/listbox/package.json +++ b/packages/components/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/listbox", - "version": "2.1.20", + "version": "2.1.21", "description": "A listbox displays a list of options and allows a user to select one or more of them.", "keywords": [ "listbox" diff --git a/packages/components/menu/CHANGELOG.md b/packages/components/menu/CHANGELOG.md index b347c30b78..d877d9d799 100644 --- a/packages/components/menu/CHANGELOG.md +++ b/packages/components/menu/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/menu +## 2.0.24 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/use-aria-menu@2.0.4 + - @nextui-org/aria-utils@2.0.20 + - @nextui-org/divider@2.0.28 + ## 2.0.23 ### Patch Changes diff --git a/packages/components/menu/package.json b/packages/components/menu/package.json index d22366942d..f79ba7a5ff 100644 --- a/packages/components/menu/package.json +++ b/packages/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/menu", - "version": "2.0.23", + "version": "2.0.24", "description": "A menu displays a list of options and allows a user to select one or more of them.", "keywords": [ "menu" diff --git a/packages/components/modal/CHANGELOG.md b/packages/components/modal/CHANGELOG.md index 3d764923e1..8d1b7616ad 100644 --- a/packages/components/modal/CHANGELOG.md +++ b/packages/components/modal/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/modal +## 2.0.35 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/use-aria-button@2.0.8 + - @nextui-org/use-aria-modal-overlay@2.0.9 + - @nextui-org/use-disclosure@2.0.8 + - @nextui-org/framer-utils@2.0.20 + ## 2.0.34 ### Patch Changes diff --git a/packages/components/modal/package.json b/packages/components/modal/package.json index e2dd3e0480..e08c9d5358 100644 --- a/packages/components/modal/package.json +++ b/packages/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/modal", - "version": "2.0.34", + "version": "2.0.35", "description": "Displays a dialog with a custom content that requires attention or provides additional information.", "keywords": [ "modal" diff --git a/packages/components/navbar/CHANGELOG.md b/packages/components/navbar/CHANGELOG.md index b9b217ce7c..a6772476c2 100644 --- a/packages/components/navbar/CHANGELOG.md +++ b/packages/components/navbar/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/navbar +## 2.0.32 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/use-aria-toggle-button@2.0.8 + - @nextui-org/framer-utils@2.0.20 + ## 2.0.31 ### Patch Changes diff --git a/packages/components/navbar/package.json b/packages/components/navbar/package.json index 760dc6673e..ebda8182f6 100644 --- a/packages/components/navbar/package.json +++ b/packages/components/navbar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/navbar", - "version": "2.0.31", + "version": "2.0.32", "description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.", "keywords": [ "navbar" diff --git a/packages/components/pagination/CHANGELOG.md b/packages/components/pagination/CHANGELOG.md index 7db790be2f..8a9edc49ef 100644 --- a/packages/components/pagination/CHANGELOG.md +++ b/packages/components/pagination/CHANGELOG.md @@ -1,5 +1,13 @@ # @nextui-org/pagination +## 2.0.32 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - Add missing router.open parameters due to router change + ## 2.0.31 ### Patch Changes diff --git a/packages/components/pagination/package.json b/packages/components/pagination/package.json index d1b067aeb1..81cd173946 100644 --- a/packages/components/pagination/package.json +++ b/packages/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/pagination", - "version": "2.0.31", + "version": "2.0.32", "description": "The Pagination component allows you to display active page and navigate between multiple pages.", "keywords": [ "pagination" diff --git a/packages/components/popover/CHANGELOG.md b/packages/components/popover/CHANGELOG.md index d1d602416b..02bf4512bd 100644 --- a/packages/components/popover/CHANGELOG.md +++ b/packages/components/popover/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/popover +## 2.1.23 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/button@2.0.33 + - @nextui-org/use-aria-button@2.0.8 + - @nextui-org/aria-utils@2.0.20 + - @nextui-org/framer-utils@2.0.20 + ## 2.1.22 ### Patch Changes diff --git a/packages/components/popover/package.json b/packages/components/popover/package.json index 78964eadbc..c91b194489 100644 --- a/packages/components/popover/package.json +++ b/packages/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/popover", - "version": "2.1.22", + "version": "2.1.23", "description": "A popover is an overlay element positioned relative to a trigger.", "keywords": [ "popover" diff --git a/packages/components/progress/CHANGELOG.md b/packages/components/progress/CHANGELOG.md index d23f7da31a..e0985d7fb5 100644 --- a/packages/components/progress/CHANGELOG.md +++ b/packages/components/progress/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/progress +## 2.0.30 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.0.29 ### Patch Changes diff --git a/packages/components/progress/package.json b/packages/components/progress/package.json index c0039fb14e..d689c328c6 100644 --- a/packages/components/progress/package.json +++ b/packages/components/progress/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/progress", - "version": "2.0.29", + "version": "2.0.30", "description": "Progress bars show either determinate or indeterminate progress of an operation over time.", "keywords": [ "progress" diff --git a/packages/components/radio/CHANGELOG.md b/packages/components/radio/CHANGELOG.md index 7242cdbc0d..a78db50b54 100644 --- a/packages/components/radio/CHANGELOG.md +++ b/packages/components/radio/CHANGELOG.md @@ -1,5 +1,13 @@ # @nextui-org/radio +## 2.1.1 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- [#3110](https://github.com/nextui-org/nextui/pull/3110) [`41d2eeb20`](https://github.com/nextui-org/nextui/commit/41d2eeb20bde3182306f134ba619942e182d0998) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Remove required attribute for Radio with validationBehavior="aria" + ## 2.1.0 ### Minor Changes diff --git a/packages/components/radio/package.json b/packages/components/radio/package.json index c48fd3eb9e..941e2ee4bb 100644 --- a/packages/components/radio/package.json +++ b/packages/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/radio", - "version": "2.1.0", + "version": "2.1.1", "description": "Radios allow users to select a single option from a list of mutually exclusive options.", "keywords": [ "radio" diff --git a/packages/components/select/CHANGELOG.md b/packages/components/select/CHANGELOG.md index 7069293938..84c7de30e7 100644 --- a/packages/components/select/CHANGELOG.md +++ b/packages/components/select/CHANGELOG.md @@ -1,5 +1,20 @@ # @nextui-org/select +## 2.2.1 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/listbox@2.1.21 + - @nextui-org/popover@2.1.23 + - @nextui-org/use-aria-button@2.0.8 + - @nextui-org/use-aria-multiselect@2.2.1 + - @nextui-org/aria-utils@2.0.20 + - @nextui-org/scroll-shadow@2.1.16 + - @nextui-org/spinner@2.0.29 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/select/package.json b/packages/components/select/package.json index 37c012b6bb..8ee374227d 100644 --- a/packages/components/select/package.json +++ b/packages/components/select/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/select", - "version": "2.2.0", + "version": "2.2.1", "description": "A select displays a collapsible list of options and allows a user to select one of them.", "keywords": [ "select" diff --git a/packages/components/slider/CHANGELOG.md b/packages/components/slider/CHANGELOG.md index 79a1930fbc..dc9c6dfa4b 100644 --- a/packages/components/slider/CHANGELOG.md +++ b/packages/components/slider/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/slider +## 2.2.11 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/tooltip@2.0.35 + ## 2.2.10 ### Patch Changes diff --git a/packages/components/slider/package.json b/packages/components/slider/package.json index f5c38f4d5b..19e9450215 100644 --- a/packages/components/slider/package.json +++ b/packages/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/slider", - "version": "2.2.10", + "version": "2.2.11", "description": "A slider allows a user to select one or more values within a range.", "keywords": [ "slider" diff --git a/packages/components/snippet/CHANGELOG.md b/packages/components/snippet/CHANGELOG.md index d0d7aaadfa..fe979a82ed 100644 --- a/packages/components/snippet/CHANGELOG.md +++ b/packages/components/snippet/CHANGELOG.md @@ -1,5 +1,13 @@ # @nextui-org/snippet +## 2.0.37 + +### Patch Changes + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/button@2.0.33 + - @nextui-org/tooltip@2.0.35 + ## 2.0.36 ### Patch Changes diff --git a/packages/components/snippet/package.json b/packages/components/snippet/package.json index ae00a45bf2..f66d595718 100644 --- a/packages/components/snippet/package.json +++ b/packages/components/snippet/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/snippet", - "version": "2.0.36", + "version": "2.0.37", "description": "Display a snippet of copyable code for the command line.", "keywords": [ "snippet" diff --git a/packages/components/switch/CHANGELOG.md b/packages/components/switch/CHANGELOG.md index beb3c994a2..7d095caa52 100644 --- a/packages/components/switch/CHANGELOG.md +++ b/packages/components/switch/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/switch +## 2.0.30 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.0.29 ### Patch Changes diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json index 0a932afd13..6809dbc66a 100644 --- a/packages/components/switch/package.json +++ b/packages/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/switch", - "version": "2.0.29", + "version": "2.0.30", "description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.", "keywords": [ "switch" diff --git a/packages/components/table/CHANGELOG.md b/packages/components/table/CHANGELOG.md index 12067ed1ef..2681bf88e7 100644 --- a/packages/components/table/CHANGELOG.md +++ b/packages/components/table/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/table +## 2.0.35 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/checkbox@2.1.1 + - @nextui-org/spacer@2.0.28 + ## 2.0.34 ### Patch Changes diff --git a/packages/components/table/package.json b/packages/components/table/package.json index 64ec5e67e3..8457c743b7 100644 --- a/packages/components/table/package.json +++ b/packages/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/table", - "version": "2.0.34", + "version": "2.0.35", "description": "Tables are used to display tabular data using rows and columns. ", "keywords": [ "table" diff --git a/packages/components/tabs/CHANGELOG.md b/packages/components/tabs/CHANGELOG.md index 888d62b82f..76f5b379b1 100644 --- a/packages/components/tabs/CHANGELOG.md +++ b/packages/components/tabs/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/tabs +## 2.0.31 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/aria-utils@2.0.20 + - @nextui-org/framer-utils@2.0.20 + ## 2.0.30 ### Patch Changes diff --git a/packages/components/tabs/package.json b/packages/components/tabs/package.json index 74588a155b..ff01e7ae47 100644 --- a/packages/components/tabs/package.json +++ b/packages/components/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/tabs", - "version": "2.0.30", + "version": "2.0.31", "description": "Tabs organize content into multiple sections and allow users to navigate between them.", "keywords": [ "tabs" diff --git a/packages/components/tooltip/CHANGELOG.md b/packages/components/tooltip/CHANGELOG.md index a4dc503359..d7001ceb60 100644 --- a/packages/components/tooltip/CHANGELOG.md +++ b/packages/components/tooltip/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/tooltip +## 2.0.35 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/aria-utils@2.0.20 + - @nextui-org/framer-utils@2.0.20 + ## 2.0.34 ### Patch Changes diff --git a/packages/components/tooltip/package.json b/packages/components/tooltip/package.json index 94d4a57ad5..7474da356d 100644 --- a/packages/components/tooltip/package.json +++ b/packages/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/tooltip", - "version": "2.0.34", + "version": "2.0.35", "description": "A React Component for rendering dynamically positioned Tooltips", "keywords": [ "tooltip" diff --git a/packages/components/user/CHANGELOG.md b/packages/components/user/CHANGELOG.md index e0f52c2618..16a2c360ea 100644 --- a/packages/components/user/CHANGELOG.md +++ b/packages/components/user/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/user +## 2.0.30 + +### Patch Changes + +- Updated dependencies [[`cdbc6514f`](https://github.com/nextui-org/nextui/commit/cdbc6514f8024381b778bad72b6a7a87330dab28)]: + - @nextui-org/avatar@2.0.29 + ## 2.0.29 ### Patch Changes diff --git a/packages/components/user/package.json b/packages/components/user/package.json index 64360b2528..f80541770f 100644 --- a/packages/components/user/package.json +++ b/packages/components/user/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/user", - "version": "2.0.29", + "version": "2.0.30", "description": "Flexible User Profile Component.", "keywords": [ "user" diff --git a/packages/core/react/CHANGELOG.md b/packages/core/react/CHANGELOG.md index 07b3a938f7..f686e8bf02 100644 --- a/packages/core/react/CHANGELOG.md +++ b/packages/core/react/CHANGELOG.md @@ -1,5 +1,54 @@ # @nextui-org/react +## 2.4.1 + +### Patch Changes + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`cdbc6514f`](https://github.com/nextui-org/nextui/commit/cdbc6514f8024381b778bad72b6a7a87330dab28), [`43bef0718`](https://github.com/nextui-org/nextui/commit/43bef07180c5e0bc7d08319f922aa47a63715860), [`41d2eeb20`](https://github.com/nextui-org/nextui/commit/41d2eeb20bde3182306f134ba619942e182d0998)]: + - @nextui-org/accordion@2.0.34 + - @nextui-org/autocomplete@2.1.1 + - @nextui-org/breadcrumbs@2.0.9 + - @nextui-org/button@2.0.33 + - @nextui-org/calendar@2.0.6 + - @nextui-org/card@2.0.30 + - @nextui-org/checkbox@2.1.1 + - @nextui-org/chip@2.0.29 + - @nextui-org/dropdown@2.1.25 + - @nextui-org/input@2.2.1 + - @nextui-org/link@2.0.31 + - @nextui-org/listbox@2.1.21 + - @nextui-org/menu@2.0.24 + - @nextui-org/modal@2.0.35 + - @nextui-org/navbar@2.0.32 + - @nextui-org/pagination@2.0.32 + - @nextui-org/popover@2.1.23 + - @nextui-org/progress@2.0.30 + - @nextui-org/radio@2.1.1 + - @nextui-org/select@2.2.1 + - @nextui-org/slider@2.2.11 + - @nextui-org/switch@2.0.30 + - @nextui-org/table@2.0.35 + - @nextui-org/tabs@2.0.31 + - @nextui-org/tooltip@2.0.35 + - @nextui-org/system@2.2.1 + - @nextui-org/avatar@2.0.29 + - @nextui-org/theme@2.2.5 + - @nextui-org/date-picker@2.1.1 + - @nextui-org/skeleton@2.0.28 + - @nextui-org/snippet@2.0.37 + - @nextui-org/user@2.0.30 + - @nextui-org/badge@2.0.28 + - @nextui-org/date-input@2.1.0 + - @nextui-org/image@2.0.28 + - @nextui-org/ripple@2.0.29 + - @nextui-org/scroll-shadow@2.1.16 + - @nextui-org/framer-utils@2.0.20 + - @nextui-org/code@2.0.28 + - @nextui-org/divider@2.0.28 + - @nextui-org/kbd@2.0.29 + - @nextui-org/spacer@2.0.28 + - @nextui-org/spinner@2.0.29 + ## 2.4.0 ### Minor Changes diff --git a/packages/core/react/package.json b/packages/core/react/package.json index 4cf929f16e..94de59f360 100644 --- a/packages/core/react/package.json +++ b/packages/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/react", - "version": "2.4.0", + "version": "2.4.1", "description": "🚀 Beautiful and modern React UI library.", "author": "Junior Garcia ", "homepage": "https://nextui.org", diff --git a/packages/core/system/CHANGELOG.md b/packages/core/system/CHANGELOG.md index 6ad35226c1..471025ad93 100644 --- a/packages/core/system/CHANGELOG.md +++ b/packages/core/system/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/system +## 2.2.1 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed listbox href issue (#3105) + +- Updated dependencies []: + - @nextui-org/system-rsc@2.1.2 + ## 2.2.0 ### Minor Changes diff --git a/packages/core/system/package.json b/packages/core/system/package.json index 32b01b00a2..9f0ad27e71 100644 --- a/packages/core/system/package.json +++ b/packages/core/system/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/system", - "version": "2.2.0", + "version": "2.2.1", "description": "NextUI system primitives", "keywords": [ "system" diff --git a/packages/core/theme/CHANGELOG.md b/packages/core/theme/CHANGELOG.md index 1dca568c2d..d339f0431e 100644 --- a/packages/core/theme/CHANGELOG.md +++ b/packages/core/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/theme +## 2.2.5 + +### Patch Changes + +- [#3126](https://github.com/nextui-org/nextui/pull/3126) [`43bef0718`](https://github.com/nextui-org/nextui/commit/43bef07180c5e0bc7d08319f922aa47a63715860) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing pointer event after data loaded (#3125) + ## 2.2.4 ### Patch Changes diff --git a/packages/core/theme/package.json b/packages/core/theme/package.json index 737a1c7c10..91f0521baf 100644 --- a/packages/core/theme/package.json +++ b/packages/core/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/theme", - "version": "2.2.4", + "version": "2.2.5", "description": "The default theme for NextUI components", "keywords": [ "theme", diff --git a/packages/hooks/use-aria-accordion/CHANGELOG.md b/packages/hooks/use-aria-accordion/CHANGELOG.md index 5c5d52159e..e33914fcca 100644 --- a/packages/hooks/use-aria-accordion/CHANGELOG.md +++ b/packages/hooks/use-aria-accordion/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-aria-accordion +## 2.0.5 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.0.4 ### Patch Changes diff --git a/packages/hooks/use-aria-accordion/package.json b/packages/hooks/use-aria-accordion/package.json index 7c1a021c24..1e095d8342 100644 --- a/packages/hooks/use-aria-accordion/package.json +++ b/packages/hooks/use-aria-accordion/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-accordion", - "version": "2.0.4", + "version": "2.0.5", "description": "React-aria useAccordion hooks with custom implementations", "keywords": [ "use-aria-accordion" diff --git a/packages/hooks/use-aria-button/CHANGELOG.md b/packages/hooks/use-aria-button/CHANGELOG.md index 90ff0c4e2b..5a9612ae80 100644 --- a/packages/hooks/use-aria-button/CHANGELOG.md +++ b/packages/hooks/use-aria-button/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-aria-button +## 2.0.8 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.0.7 ### Patch Changes diff --git a/packages/hooks/use-aria-button/package.json b/packages/hooks/use-aria-button/package.json index 2f9576dc7b..a89fac01c8 100644 --- a/packages/hooks/use-aria-button/package.json +++ b/packages/hooks/use-aria-button/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-button", - "version": "2.0.7", + "version": "2.0.8", "description": "Internal hook to handle button a11y and events, this is based on react-aria button hook but without the onClick warning", "keywords": [ "use-aria-button" diff --git a/packages/hooks/use-aria-link/CHANGELOG.md b/packages/hooks/use-aria-link/CHANGELOG.md index fdd6dfa039..41173f93c8 100644 --- a/packages/hooks/use-aria-link/CHANGELOG.md +++ b/packages/hooks/use-aria-link/CHANGELOG.md @@ -1,5 +1,13 @@ # @nextui-org/use-aria-link +## 2.0.17 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - Add missing router.open parameters due to router change + ## 2.0.16 ### Patch Changes diff --git a/packages/hooks/use-aria-link/package.json b/packages/hooks/use-aria-link/package.json index 16157b2966..906395f5af 100644 --- a/packages/hooks/use-aria-link/package.json +++ b/packages/hooks/use-aria-link/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-link", - "version": "2.0.16", + "version": "2.0.17", "description": "Internal hook to handle link a11y and events, this is based on react-aria link hook but without the onClick warning", "keywords": [ "use-aria-link" diff --git a/packages/hooks/use-aria-menu/CHANGELOG.md b/packages/hooks/use-aria-menu/CHANGELOG.md index f14a33deee..230e3cd1e7 100644 --- a/packages/hooks/use-aria-menu/CHANGELOG.md +++ b/packages/hooks/use-aria-menu/CHANGELOG.md @@ -1,5 +1,13 @@ # @nextui-org/use-aria-menu +## 2.0.4 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - Add missing router.open parameters due to router change + ## 2.0.3 ### Patch Changes diff --git a/packages/hooks/use-aria-menu/package.json b/packages/hooks/use-aria-menu/package.json index d32c078167..127c6116dc 100644 --- a/packages/hooks/use-aria-menu/package.json +++ b/packages/hooks/use-aria-menu/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-menu", - "version": "2.0.3", + "version": "2.0.4", "description": "React-aria useMenu hooks with custom implementations", "keywords": [ "use-aria-menu" diff --git a/packages/hooks/use-aria-modal-overlay/CHANGELOG.md b/packages/hooks/use-aria-modal-overlay/CHANGELOG.md index 491b8dccaa..37dc245d60 100644 --- a/packages/hooks/use-aria-modal-overlay/CHANGELOG.md +++ b/packages/hooks/use-aria-modal-overlay/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-aria-modal-overlay +## 2.0.9 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.0.8 ### Patch Changes diff --git a/packages/hooks/use-aria-modal-overlay/package.json b/packages/hooks/use-aria-modal-overlay/package.json index 19dddb20ab..38359143d0 100644 --- a/packages/hooks/use-aria-modal-overlay/package.json +++ b/packages/hooks/use-aria-modal-overlay/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-modal-overlay", - "version": "2.0.8", + "version": "2.0.9", "description": "A custom implementation of react aria modal overlay, this removes the prevent scroll", "keywords": [ "use-aria-modal-overlay" diff --git a/packages/hooks/use-aria-multiselect/CHANGELOG.md b/packages/hooks/use-aria-multiselect/CHANGELOG.md index 327c735617..3de0b86e0b 100644 --- a/packages/hooks/use-aria-multiselect/CHANGELOG.md +++ b/packages/hooks/use-aria-multiselect/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-aria-multiselect +## 2.2.1 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.2.0 ### Minor Changes diff --git a/packages/hooks/use-aria-multiselect/package.json b/packages/hooks/use-aria-multiselect/package.json index b589aa548c..37d5f9f0e8 100644 --- a/packages/hooks/use-aria-multiselect/package.json +++ b/packages/hooks/use-aria-multiselect/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-multiselect", - "version": "2.2.0", + "version": "2.2.1", "description": "Provides the behavior and accessibility implementation for a multi-select component.", "keywords": [ "use-aria-multiselect" diff --git a/packages/hooks/use-aria-toggle-button/CHANGELOG.md b/packages/hooks/use-aria-toggle-button/CHANGELOG.md index 85eb7c102f..3d794616e9 100644 --- a/packages/hooks/use-aria-toggle-button/CHANGELOG.md +++ b/packages/hooks/use-aria-toggle-button/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-aria-toggle-button +## 2.0.8 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/use-aria-button@2.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/hooks/use-aria-toggle-button/package.json b/packages/hooks/use-aria-toggle-button/package.json index a969a509c3..b65de4ee97 100644 --- a/packages/hooks/use-aria-toggle-button/package.json +++ b/packages/hooks/use-aria-toggle-button/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-toggle-button", - "version": "2.0.7", + "version": "2.0.8", "description": "Internal hook to handle button a11y and events, this is based on react-aria button hook but without the onClick warning", "keywords": [ "use-aria-toggle-button" diff --git a/packages/hooks/use-disclosure/CHANGELOG.md b/packages/hooks/use-disclosure/CHANGELOG.md index f64cd0c4f9..d24f6ef507 100644 --- a/packages/hooks/use-disclosure/CHANGELOG.md +++ b/packages/hooks/use-disclosure/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-disclosure +## 2.0.8 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.0.7 ### Patch Changes diff --git a/packages/hooks/use-disclosure/package.json b/packages/hooks/use-disclosure/package.json index eb33d96922..32efa32621 100644 --- a/packages/hooks/use-disclosure/package.json +++ b/packages/hooks/use-disclosure/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-disclosure", - "version": "2.0.7", + "version": "2.0.8", "description": "The hook in charge of managing modals", "keywords": [ "use-disclosure" diff --git a/packages/hooks/use-intersection-observer/CHANGELOG.md b/packages/hooks/use-intersection-observer/CHANGELOG.md index 81e44c2206..1e89754fe6 100644 --- a/packages/hooks/use-intersection-observer/CHANGELOG.md +++ b/packages/hooks/use-intersection-observer/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-intersection-observer +## 2.0.3 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + ## 2.0.2 ### Patch Changes diff --git a/packages/hooks/use-intersection-observer/package.json b/packages/hooks/use-intersection-observer/package.json index b8fc828590..4a18f8a8d2 100644 --- a/packages/hooks/use-intersection-observer/package.json +++ b/packages/hooks/use-intersection-observer/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-intersection-observer", - "version": "2.0.2", + "version": "2.0.3", "description": "Tracks the intersection of a DOM element and its containing element or the viewport.", "keywords": [ "use-intersection-observer" diff --git a/packages/utilities/aria-utils/CHANGELOG.md b/packages/utilities/aria-utils/CHANGELOG.md index f313d00b6a..fd569b2de2 100644 --- a/packages/utilities/aria-utils/CHANGELOG.md +++ b/packages/utilities/aria-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/aria-utils +## 2.0.20 + +### Patch Changes + +- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1` + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/system@2.2.1 + ## 2.0.19 ### Patch Changes diff --git a/packages/utilities/aria-utils/package.json b/packages/utilities/aria-utils/package.json index ec0d2cd9aa..8df7018f95 100644 --- a/packages/utilities/aria-utils/package.json +++ b/packages/utilities/aria-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/aria-utils", - "version": "2.0.19", + "version": "2.0.20", "description": "A package for managing @react-aria nextui utils.", "keywords": [ "aria-utils" diff --git a/packages/utilities/framer-utils/CHANGELOG.md b/packages/utilities/framer-utils/CHANGELOG.md index f4a77da3a8..1ef1b5d051 100644 --- a/packages/utilities/framer-utils/CHANGELOG.md +++ b/packages/utilities/framer-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/framer-utils +## 2.0.20 + +### Patch Changes + +- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a), [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]: + - @nextui-org/system@2.2.1 + ## 2.0.19 ### Patch Changes diff --git a/packages/utilities/framer-utils/package.json b/packages/utilities/framer-utils/package.json index 96e1d25b3f..6a04a5d0f0 100644 --- a/packages/utilities/framer-utils/package.json +++ b/packages/utilities/framer-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/framer-utils", - "version": "2.0.19", + "version": "2.0.20", "description": "A set of framer motion transitions for react", "keywords": [ "framer-utils"