From 849eff571540ea6ede2c6e102d03a1213be3b758 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 18:10:12 -0300 Subject: [PATCH] ci(changesets): version packages (#1234) Co-authored-by: Junior Garcia --- .changeset/dull-jeans-clean.md | 62 ------------------- .changeset/fluffy-peaches-warn.md | 62 ------------------- packages/components/accordion/CHANGELOG.md | 20 ++++++ packages/components/accordion/package.json | 2 +- packages/components/avatar/CHANGELOG.md | 16 +++++ packages/components/avatar/package.json | 2 +- packages/components/badge/CHANGELOG.md | 15 +++++ packages/components/badge/package.json | 2 +- packages/components/button/CHANGELOG.md | 18 ++++++ packages/components/button/package.json | 2 +- packages/components/card/CHANGELOG.md | 17 +++++ packages/components/card/package.json | 2 +- packages/components/checkbox/CHANGELOG.md | 15 +++++ packages/components/checkbox/package.json | 2 +- packages/components/chip/CHANGELOG.md | 16 +++++ packages/components/chip/package.json | 2 +- packages/components/code/CHANGELOG.md | 15 +++++ packages/components/code/package.json | 2 +- packages/components/divider/CHANGELOG.md | 15 +++++ packages/components/divider/package.json | 2 +- packages/components/dropdown/CHANGELOG.md | 19 ++++++ packages/components/dropdown/package.json | 2 +- packages/components/image/CHANGELOG.md | 16 +++++ packages/components/image/package.json | 2 +- packages/components/input/CHANGELOG.md | 16 +++++ packages/components/input/package.json | 2 +- packages/components/kbd/CHANGELOG.md | 15 +++++ packages/components/kbd/package.json | 2 +- packages/components/link/CHANGELOG.md | 16 +++++ packages/components/link/package.json | 2 +- packages/components/modal/CHANGELOG.md | 20 ++++++ packages/components/modal/package.json | 2 +- packages/components/navbar/CHANGELOG.md | 18 ++++++ packages/components/navbar/package.json | 2 +- packages/components/pagination/CHANGELOG.md | 17 +++++ packages/components/pagination/package.json | 2 +- packages/components/popover/CHANGELOG.md | 19 ++++++ packages/components/popover/package.json | 2 +- packages/components/progress/CHANGELOG.md | 16 +++++ packages/components/progress/package.json | 2 +- packages/components/radio/CHANGELOG.md | 15 +++++ packages/components/radio/package.json | 2 +- packages/components/ripple/CHANGELOG.md | 15 +++++ packages/components/ripple/package.json | 2 +- packages/components/skeleton/CHANGELOG.md | 15 +++++ packages/components/skeleton/package.json | 2 +- packages/components/snippet/CHANGELOG.md | 19 ++++++ packages/components/snippet/package.json | 2 +- packages/components/spacer/CHANGELOG.md | 15 +++++ packages/components/spacer/package.json | 2 +- packages/components/spinner/CHANGELOG.md | 15 +++++ packages/components/spinner/package.json | 2 +- packages/components/switch/CHANGELOG.md | 15 +++++ packages/components/switch/package.json | 2 +- packages/components/table/CHANGELOG.md | 18 ++++++ packages/components/table/package.json | 2 +- packages/components/tabs/CHANGELOG.md | 19 ++++++ packages/components/tabs/package.json | 2 +- packages/components/tooltip/CHANGELOG.md | 17 +++++ packages/components/tooltip/package.json | 2 +- packages/components/user/CHANGELOG.md | 16 +++++ packages/components/user/package.json | 2 +- packages/core/react/CHANGELOG.md | 42 +++++++++++++ packages/core/react/package.json | 2 +- packages/core/system/CHANGELOG.md | 12 ++++ packages/core/system/package.json | 2 +- packages/core/theme/CHANGELOG.md | 9 +++ packages/core/theme/package.json | 2 +- .../use-aria-accordion-item/CHANGELOG.md | 9 +++ .../use-aria-accordion-item/package.json | 2 +- packages/hooks/use-aria-button/CHANGELOG.md | 9 +++ packages/hooks/use-aria-button/package.json | 2 +- .../hooks/use-aria-modal-overlay/CHANGELOG.md | 9 +++ .../hooks/use-aria-modal-overlay/package.json | 2 +- .../hooks/use-aria-toggle-button/CHANGELOG.md | 12 ++++ .../hooks/use-aria-toggle-button/package.json | 2 +- packages/hooks/use-callback-ref/CHANGELOG.md | 12 ++++ packages/hooks/use-callback-ref/package.json | 2 +- packages/hooks/use-clipboard/CHANGELOG.md | 9 +++ packages/hooks/use-clipboard/package.json | 2 +- packages/hooks/use-disclosure/CHANGELOG.md | 12 ++++ packages/hooks/use-disclosure/package.json | 2 +- packages/hooks/use-image/CHANGELOG.md | 12 ++++ packages/hooks/use-image/package.json | 2 +- .../hooks/use-infinite-scroll/CHANGELOG.md | 9 +++ .../hooks/use-infinite-scroll/package.json | 2 +- packages/hooks/use-is-mobile/CHANGELOG.md | 9 +++ packages/hooks/use-is-mobile/package.json | 2 +- packages/hooks/use-is-mounted/CHANGELOG.md | 9 +++ packages/hooks/use-is-mounted/package.json | 2 +- packages/hooks/use-pagination/CHANGELOG.md | 12 ++++ packages/hooks/use-pagination/package.json | 2 +- packages/hooks/use-real-shape/CHANGELOG.md | 12 ++++ packages/hooks/use-real-shape/package.json | 2 +- packages/hooks/use-ref-state/CHANGELOG.md | 9 +++ packages/hooks/use-ref-state/package.json | 2 +- packages/hooks/use-resize/CHANGELOG.md | 9 +++ packages/hooks/use-resize/package.json | 2 +- .../hooks/use-safe-layout-effect/CHANGELOG.md | 9 +++ .../hooks/use-safe-layout-effect/package.json | 2 +- .../hooks/use-scroll-position/CHANGELOG.md | 9 +++ .../hooks/use-scroll-position/package.json | 2 +- packages/hooks/use-ssr/CHANGELOG.md | 9 +++ packages/hooks/use-ssr/package.json | 2 +- packages/hooks/use-update-effect/CHANGELOG.md | 9 +++ packages/hooks/use-update-effect/package.json | 2 +- packages/utilities/aria-utils/CHANGELOG.md | 12 ++++ packages/utilities/aria-utils/package.json | 2 +- .../utilities/framer-transitions/CHANGELOG.md | 13 ++++ .../utilities/framer-transitions/package.json | 2 +- packages/utilities/react-utils/CHANGELOG.md | 12 ++++ packages/utilities/react-utils/package.json | 2 +- packages/utilities/shared-icons/CHANGELOG.md | 9 +++ packages/utilities/shared-icons/package.json | 2 +- packages/utilities/shared-utils/CHANGELOG.md | 9 +++ packages/utilities/shared-utils/package.json | 2 +- packages/utilities/test-utils/CHANGELOG.md | 9 +++ packages/utilities/test-utils/package.json | 2 +- 118 files changed, 872 insertions(+), 182 deletions(-) delete mode 100644 .changeset/dull-jeans-clean.md delete mode 100644 .changeset/fluffy-peaches-warn.md create mode 100644 packages/components/accordion/CHANGELOG.md create mode 100644 packages/components/avatar/CHANGELOG.md create mode 100644 packages/components/badge/CHANGELOG.md create mode 100644 packages/components/button/CHANGELOG.md create mode 100644 packages/components/card/CHANGELOG.md create mode 100644 packages/components/checkbox/CHANGELOG.md create mode 100644 packages/components/chip/CHANGELOG.md create mode 100644 packages/components/code/CHANGELOG.md create mode 100644 packages/components/divider/CHANGELOG.md create mode 100644 packages/components/dropdown/CHANGELOG.md create mode 100644 packages/components/image/CHANGELOG.md create mode 100644 packages/components/input/CHANGELOG.md create mode 100644 packages/components/kbd/CHANGELOG.md create mode 100644 packages/components/link/CHANGELOG.md create mode 100644 packages/components/modal/CHANGELOG.md create mode 100644 packages/components/navbar/CHANGELOG.md create mode 100644 packages/components/pagination/CHANGELOG.md create mode 100644 packages/components/popover/CHANGELOG.md create mode 100644 packages/components/progress/CHANGELOG.md create mode 100644 packages/components/radio/CHANGELOG.md create mode 100644 packages/components/ripple/CHANGELOG.md create mode 100644 packages/components/skeleton/CHANGELOG.md create mode 100644 packages/components/snippet/CHANGELOG.md create mode 100644 packages/components/spacer/CHANGELOG.md create mode 100644 packages/components/spinner/CHANGELOG.md create mode 100644 packages/components/switch/CHANGELOG.md create mode 100644 packages/components/table/CHANGELOG.md create mode 100644 packages/components/tabs/CHANGELOG.md create mode 100644 packages/components/tooltip/CHANGELOG.md create mode 100644 packages/components/user/CHANGELOG.md create mode 100644 packages/core/react/CHANGELOG.md create mode 100644 packages/core/system/CHANGELOG.md create mode 100644 packages/core/theme/CHANGELOG.md create mode 100644 packages/hooks/use-aria-accordion-item/CHANGELOG.md create mode 100644 packages/hooks/use-aria-button/CHANGELOG.md create mode 100644 packages/hooks/use-aria-modal-overlay/CHANGELOG.md create mode 100644 packages/hooks/use-aria-toggle-button/CHANGELOG.md create mode 100644 packages/hooks/use-callback-ref/CHANGELOG.md create mode 100644 packages/hooks/use-clipboard/CHANGELOG.md create mode 100644 packages/hooks/use-disclosure/CHANGELOG.md create mode 100644 packages/hooks/use-image/CHANGELOG.md create mode 100644 packages/hooks/use-infinite-scroll/CHANGELOG.md create mode 100644 packages/hooks/use-is-mobile/CHANGELOG.md create mode 100644 packages/hooks/use-is-mounted/CHANGELOG.md create mode 100644 packages/hooks/use-pagination/CHANGELOG.md create mode 100644 packages/hooks/use-real-shape/CHANGELOG.md create mode 100644 packages/hooks/use-ref-state/CHANGELOG.md create mode 100644 packages/hooks/use-resize/CHANGELOG.md create mode 100644 packages/hooks/use-safe-layout-effect/CHANGELOG.md create mode 100644 packages/hooks/use-scroll-position/CHANGELOG.md create mode 100644 packages/hooks/use-ssr/CHANGELOG.md create mode 100644 packages/hooks/use-update-effect/CHANGELOG.md create mode 100644 packages/utilities/aria-utils/CHANGELOG.md create mode 100644 packages/utilities/framer-transitions/CHANGELOG.md create mode 100644 packages/utilities/react-utils/CHANGELOG.md create mode 100644 packages/utilities/shared-icons/CHANGELOG.md create mode 100644 packages/utilities/shared-utils/CHANGELOG.md create mode 100644 packages/utilities/test-utils/CHANGELOG.md diff --git a/.changeset/dull-jeans-clean.md b/.changeset/dull-jeans-clean.md deleted file mode 100644 index ea8610876d..0000000000 --- a/.changeset/dull-jeans-clean.md +++ /dev/null @@ -1,62 +0,0 @@ ---- -"@nextui-org/use-aria-accordion-item": patch -"@nextui-org/use-aria-modal-overlay": patch -"@nextui-org/use-aria-toggle-button": patch -"@nextui-org/use-safe-layout-effect": patch -"@nextui-org/framer-transitions": patch -"@nextui-org/use-infinite-scroll": patch -"@nextui-org/use-scroll-position": patch -"@nextui-org/use-update-effect": patch -"@nextui-org/use-callback-ref": patch -"@nextui-org/shared-icons": patch -"@nextui-org/shared-utils": patch -"@nextui-org/pagination": patch -"@nextui-org/use-aria-button": patch -"@nextui-org/react-utils": patch -"@nextui-org/accordion": patch -"@nextui-org/use-disclosure": patch -"@nextui-org/use-is-mounted": patch -"@nextui-org/use-pagination": patch -"@nextui-org/use-real-shape": patch -"@nextui-org/aria-utils": patch -"@nextui-org/test-utils": patch -"@nextui-org/checkbox": patch -"@nextui-org/dropdown": patch -"@nextui-org/progress": patch -"@nextui-org/skeleton": patch -"@nextui-org/use-clipboard": patch -"@nextui-org/use-is-mobile": patch -"@nextui-org/use-ref-state": patch -"@nextui-org/divider": patch -"@nextui-org/popover": patch -"@nextui-org/snippet": patch -"@nextui-org/spinner": patch -"@nextui-org/tooltip": patch -"@nextui-org/avatar": patch -"@nextui-org/button": patch -"@nextui-org/navbar": patch -"@nextui-org/ripple": patch -"@nextui-org/spacer": patch -"@nextui-org/switch": patch -"@nextui-org/badge": patch -"@nextui-org/image": patch -"@nextui-org/input": patch -"@nextui-org/modal": patch -"@nextui-org/radio": patch -"@nextui-org/table": patch -"@nextui-org/use-resize": patch -"@nextui-org/card": patch -"@nextui-org/chip": patch -"@nextui-org/code": patch -"@nextui-org/link": patch -"@nextui-org/tabs": patch -"@nextui-org/user": patch -"@nextui-org/use-image": patch -"@nextui-org/kbd": patch -"@nextui-org/use-ssr": patch -"@nextui-org/system": patch -"@nextui-org/react": patch -"@nextui-org/theme": patch ---- - -Introducing NextUI v2.0 diff --git a/.changeset/fluffy-peaches-warn.md b/.changeset/fluffy-peaches-warn.md deleted file mode 100644 index cfaa784d02..0000000000 --- a/.changeset/fluffy-peaches-warn.md +++ /dev/null @@ -1,62 +0,0 @@ ---- -"@nextui-org/use-aria-accordion-item": patch -"@nextui-org/use-aria-modal-overlay": patch -"@nextui-org/use-aria-toggle-button": patch -"@nextui-org/use-safe-layout-effect": patch -"@nextui-org/framer-transitions": patch -"@nextui-org/use-infinite-scroll": patch -"@nextui-org/use-scroll-position": patch -"@nextui-org/use-update-effect": patch -"@nextui-org/use-callback-ref": patch -"@nextui-org/shared-icons": patch -"@nextui-org/shared-utils": patch -"@nextui-org/pagination": patch -"@nextui-org/use-aria-button": patch -"@nextui-org/react-utils": patch -"@nextui-org/accordion": patch -"@nextui-org/use-disclosure": patch -"@nextui-org/use-is-mounted": patch -"@nextui-org/use-pagination": patch -"@nextui-org/use-real-shape": patch -"@nextui-org/aria-utils": patch -"@nextui-org/test-utils": patch -"@nextui-org/checkbox": patch -"@nextui-org/dropdown": patch -"@nextui-org/progress": patch -"@nextui-org/skeleton": patch -"@nextui-org/use-clipboard": patch -"@nextui-org/use-is-mobile": patch -"@nextui-org/use-ref-state": patch -"@nextui-org/divider": patch -"@nextui-org/popover": patch -"@nextui-org/snippet": patch -"@nextui-org/spinner": patch -"@nextui-org/tooltip": patch -"@nextui-org/avatar": patch -"@nextui-org/button": patch -"@nextui-org/navbar": patch -"@nextui-org/ripple": patch -"@nextui-org/spacer": patch -"@nextui-org/switch": patch -"@nextui-org/badge": patch -"@nextui-org/image": patch -"@nextui-org/input": patch -"@nextui-org/modal": patch -"@nextui-org/radio": patch -"@nextui-org/table": patch -"@nextui-org/use-resize": patch -"@nextui-org/card": patch -"@nextui-org/chip": patch -"@nextui-org/code": patch -"@nextui-org/link": patch -"@nextui-org/tabs": patch -"@nextui-org/user": patch -"@nextui-org/use-image": patch -"@nextui-org/kbd": patch -"@nextui-org/use-ssr": patch -"@nextui-org/system": patch -"@nextui-org/react": patch -"@nextui-org/theme": patch ---- - -Introducing v2 - Readmes updated diff --git a/packages/components/accordion/CHANGELOG.md b/packages/components/accordion/CHANGELOG.md new file mode 100644 index 0000000000..8ce0d37d0c --- /dev/null +++ b/packages/components/accordion/CHANGELOG.md @@ -0,0 +1,20 @@ +# @nextui-org/accordion + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/use-aria-accordion-item@2.0.1 + - @nextui-org/framer-transitions@2.0.1 + - @nextui-org/shared-icons@2.0.1 + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/aria-utils@2.0.1 + - @nextui-org/divider@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/accordion/package.json b/packages/components/accordion/package.json index 9992582db8..2b155e0744 100644 --- a/packages/components/accordion/package.json +++ b/packages/components/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/accordion", - "version": "2.0.0", + "version": "2.0.1", "description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.", "keywords": [ "react", diff --git a/packages/components/avatar/CHANGELOG.md b/packages/components/avatar/CHANGELOG.md new file mode 100644 index 0000000000..e78e4b6f79 --- /dev/null +++ b/packages/components/avatar/CHANGELOG.md @@ -0,0 +1,16 @@ +# @nextui-org/avatar + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/use-image@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json index 5c0fb9b50e..169bccd37d 100644 --- a/packages/components/avatar/package.json +++ b/packages/components/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/avatar", - "version": "2.0.0", + "version": "2.0.1", "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/badge/CHANGELOG.md b/packages/components/badge/CHANGELOG.md new file mode 100644 index 0000000000..e9dd452d0f --- /dev/null +++ b/packages/components/badge/CHANGELOG.md @@ -0,0 +1,15 @@ +# @nextui-org/badge + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/badge/package.json b/packages/components/badge/package.json index 27fc8b080e..bf9cec2d64 100644 --- a/packages/components/badge/package.json +++ b/packages/components/badge/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/badge", - "version": "2.0.0", + "version": "2.0.1", "description": "Badges are used as a small numerical value or status descriptor for UI elements.", "keywords": [ "badge" diff --git a/packages/components/button/CHANGELOG.md b/packages/components/button/CHANGELOG.md new file mode 100644 index 0000000000..5b19474f32 --- /dev/null +++ b/packages/components/button/CHANGELOG.md @@ -0,0 +1,18 @@ +# @nextui-org/button + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/use-aria-button@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/spinner@2.0.1 + - @nextui-org/ripple@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/button/package.json b/packages/components/button/package.json index 826a6cc52b..12ff570d69 100644 --- a/packages/components/button/package.json +++ b/packages/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/button", - "version": "2.0.0", + "version": "2.0.1", "description": "Buttons allow users to perform actions and choose with a single tap.", "keywords": [ "button" diff --git a/packages/components/card/CHANGELOG.md b/packages/components/card/CHANGELOG.md new file mode 100644 index 0000000000..76c22234cc --- /dev/null +++ b/packages/components/card/CHANGELOG.md @@ -0,0 +1,17 @@ +# @nextui-org/card + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/use-aria-button@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/ripple@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/card/package.json b/packages/components/card/package.json index a0eeab70e5..107f5db91b 100644 --- a/packages/components/card/package.json +++ b/packages/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/card", - "version": "2.0.0", + "version": "2.0.1", "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 new file mode 100644 index 0000000000..d972a7f7e8 --- /dev/null +++ b/packages/components/checkbox/CHANGELOG.md @@ -0,0 +1,15 @@ +# @nextui-org/checkbox + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json index c605db7ee6..551a361f8c 100644 --- a/packages/components/checkbox/package.json +++ b/packages/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/checkbox", - "version": "2.0.0", + "version": "2.0.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 new file mode 100644 index 0000000000..8484dc6194 --- /dev/null +++ b/packages/components/chip/CHANGELOG.md @@ -0,0 +1,16 @@ +# @nextui-org/chip + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-icons@2.0.1 + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/chip/package.json b/packages/components/chip/package.json index ad11b753f1..5c4579bd90 100644 --- a/packages/components/chip/package.json +++ b/packages/components/chip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/chip", - "version": "2.0.0", + "version": "2.0.1", "description": "Chips help people enter information, make selections, filter content, or trigger actions.", "keywords": [ "chip" diff --git a/packages/components/code/CHANGELOG.md b/packages/components/code/CHANGELOG.md new file mode 100644 index 0000000000..bf741d4bd3 --- /dev/null +++ b/packages/components/code/CHANGELOG.md @@ -0,0 +1,15 @@ +# @nextui-org/code + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/code/package.json b/packages/components/code/package.json index 062f006cff..cf6f11f6cc 100644 --- a/packages/components/code/package.json +++ b/packages/components/code/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/code", - "version": "2.0.0", + "version": "2.0.1", "description": "Code is a component used to display inline code.", "keywords": [ "code" diff --git a/packages/components/divider/CHANGELOG.md b/packages/components/divider/CHANGELOG.md new file mode 100644 index 0000000000..e1a662df75 --- /dev/null +++ b/packages/components/divider/CHANGELOG.md @@ -0,0 +1,15 @@ +# @nextui-org/divider + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/divider/package.json b/packages/components/divider/package.json index 0e88bf6822..06589a68d9 100644 --- a/packages/components/divider/package.json +++ b/packages/components/divider/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/divider", - "version": "2.0.0", + "version": "2.0.1", "description": ". A separator is a visual divider between two groups of content", "keywords": [ "divider" diff --git a/packages/components/dropdown/CHANGELOG.md b/packages/components/dropdown/CHANGELOG.md new file mode 100644 index 0000000000..2ebbcff086 --- /dev/null +++ b/packages/components/dropdown/CHANGELOG.md @@ -0,0 +1,19 @@ +# @nextui-org/dropdown + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/aria-utils@2.0.1 + - @nextui-org/use-is-mobile@2.0.1 + - @nextui-org/divider@2.0.1 + - @nextui-org/popover@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json index 7e6e615b0b..d34d7eb7f4 100644 --- a/packages/components/dropdown/package.json +++ b/packages/components/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/dropdown", - "version": "2.0.0", + "version": "2.0.1", "description": "A dropdown displays a list of actions or options that a user can choose.", "keywords": [ "dropdown" diff --git a/packages/components/image/CHANGELOG.md b/packages/components/image/CHANGELOG.md new file mode 100644 index 0000000000..0c874ee64e --- /dev/null +++ b/packages/components/image/CHANGELOG.md @@ -0,0 +1,16 @@ +# @nextui-org/image + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/use-image@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/image/package.json b/packages/components/image/package.json index 03758e6207..f0c35e665b 100644 --- a/packages/components/image/package.json +++ b/packages/components/image/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/image", - "version": "2.0.0", + "version": "2.0.1", "description": "A simple image component", "keywords": [ "image" diff --git a/packages/components/input/CHANGELOG.md b/packages/components/input/CHANGELOG.md new file mode 100644 index 0000000000..fb325c373b --- /dev/null +++ b/packages/components/input/CHANGELOG.md @@ -0,0 +1,16 @@ +# @nextui-org/input + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-icons@2.0.1 + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/input/package.json b/packages/components/input/package.json index 3d0e51bc05..66a5d9709b 100644 --- a/packages/components/input/package.json +++ b/packages/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/input", - "version": "2.0.0", + "version": "2.0.1", "description": "The input component is designed for capturing user input within a text field.", "keywords": [ "input" diff --git a/packages/components/kbd/CHANGELOG.md b/packages/components/kbd/CHANGELOG.md new file mode 100644 index 0000000000..64c1e0e807 --- /dev/null +++ b/packages/components/kbd/CHANGELOG.md @@ -0,0 +1,15 @@ +# @nextui-org/kbd + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/kbd/package.json b/packages/components/kbd/package.json index 567c510aac..3a870d0e80 100644 --- a/packages/components/kbd/package.json +++ b/packages/components/kbd/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/kbd", - "version": "2.0.0", + "version": "2.0.1", "description": "The keyboard key components indicates which key or set of keys used to execute a specificv action", "keywords": [ "kbd" diff --git a/packages/components/link/CHANGELOG.md b/packages/components/link/CHANGELOG.md new file mode 100644 index 0000000000..4690f8c8de --- /dev/null +++ b/packages/components/link/CHANGELOG.md @@ -0,0 +1,16 @@ +# @nextui-org/link + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-icons@2.0.1 + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/link/package.json b/packages/components/link/package.json index 11833b559c..c21491e90f 100644 --- a/packages/components/link/package.json +++ b/packages/components/link/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/link", - "version": "2.0.0", + "version": "2.0.1", "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/modal/CHANGELOG.md b/packages/components/modal/CHANGELOG.md new file mode 100644 index 0000000000..960ace88b7 --- /dev/null +++ b/packages/components/modal/CHANGELOG.md @@ -0,0 +1,20 @@ +# @nextui-org/modal + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/use-aria-modal-overlay@2.0.1 + - @nextui-org/framer-transitions@2.0.1 + - @nextui-org/shared-icons@2.0.1 + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/use-aria-button@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/use-disclosure@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/modal/package.json b/packages/components/modal/package.json index 66f4ef70c0..e6603d3fa8 100644 --- a/packages/components/modal/package.json +++ b/packages/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/modal", - "version": "2.0.0", + "version": "2.0.1", "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 new file mode 100644 index 0000000000..2e07fe463e --- /dev/null +++ b/packages/components/navbar/CHANGELOG.md @@ -0,0 +1,18 @@ +# @nextui-org/navbar + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/use-aria-toggle-button@2.0.1 + - @nextui-org/framer-transitions@2.0.1 + - @nextui-org/use-scroll-position@2.0.1 + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/navbar/package.json b/packages/components/navbar/package.json index f555025d13..e3c314e30c 100644 --- a/packages/components/navbar/package.json +++ b/packages/components/navbar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/navbar", - "version": "2.0.0", + "version": "2.0.1", "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 new file mode 100644 index 0000000000..5103691229 --- /dev/null +++ b/packages/components/pagination/CHANGELOG.md @@ -0,0 +1,17 @@ +# @nextui-org/pagination + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-icons@2.0.1 + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/use-pagination@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/pagination/package.json b/packages/components/pagination/package.json index 3017d85b36..5035f2d2d4 100644 --- a/packages/components/pagination/package.json +++ b/packages/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/pagination", - "version": "2.0.0", + "version": "2.0.1", "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 new file mode 100644 index 0000000000..ab723c5d57 --- /dev/null +++ b/packages/components/popover/CHANGELOG.md @@ -0,0 +1,19 @@ +# @nextui-org/popover + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/framer-transitions@2.0.1 + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/use-aria-button@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/aria-utils@2.0.1 + - @nextui-org/button@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/popover/package.json b/packages/components/popover/package.json index f67c4d2be8..dbaf9ce703 100644 --- a/packages/components/popover/package.json +++ b/packages/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/popover", - "version": "2.0.0", + "version": "2.0.1", "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 new file mode 100644 index 0000000000..f05b99d8bb --- /dev/null +++ b/packages/components/progress/CHANGELOG.md @@ -0,0 +1,16 @@ +# @nextui-org/progress + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/use-is-mounted@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/progress/package.json b/packages/components/progress/package.json index b99c1dfe0e..f5a2ff453e 100644 --- a/packages/components/progress/package.json +++ b/packages/components/progress/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/progress", - "version": "2.0.0", + "version": "2.0.1", "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 new file mode 100644 index 0000000000..34c6d3d6cd --- /dev/null +++ b/packages/components/radio/CHANGELOG.md @@ -0,0 +1,15 @@ +# @nextui-org/radio + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/radio/package.json b/packages/components/radio/package.json index 2f0de1cd03..2474575eef 100644 --- a/packages/components/radio/package.json +++ b/packages/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/radio", - "version": "2.0.0", + "version": "2.0.1", "description": "Radios allow users to select a single option from a list of mutually exclusive options.", "keywords": [ "radio" diff --git a/packages/components/ripple/CHANGELOG.md b/packages/components/ripple/CHANGELOG.md new file mode 100644 index 0000000000..d0305df214 --- /dev/null +++ b/packages/components/ripple/CHANGELOG.md @@ -0,0 +1,15 @@ +# @nextui-org/ripple + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/ripple/package.json b/packages/components/ripple/package.json index a4f0c03956..aeceb6c5d6 100644 --- a/packages/components/ripple/package.json +++ b/packages/components/ripple/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/ripple", - "version": "2.0.0", + "version": "2.0.1", "description": "A simple implementation to display a ripple animation when the source component is clicked", "keywords": [ "ripple" diff --git a/packages/components/skeleton/CHANGELOG.md b/packages/components/skeleton/CHANGELOG.md new file mode 100644 index 0000000000..5a617bd205 --- /dev/null +++ b/packages/components/skeleton/CHANGELOG.md @@ -0,0 +1,15 @@ +# @nextui-org/skeleton + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/skeleton/package.json b/packages/components/skeleton/package.json index cbe7a0a826..8c970e0a98 100644 --- a/packages/components/skeleton/package.json +++ b/packages/components/skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/skeleton", - "version": "2.0.0", + "version": "2.0.1", "description": "Skeleton is used to display the loading state of some component.", "keywords": [ "skeleton" diff --git a/packages/components/snippet/CHANGELOG.md b/packages/components/snippet/CHANGELOG.md new file mode 100644 index 0000000000..99d746b74b --- /dev/null +++ b/packages/components/snippet/CHANGELOG.md @@ -0,0 +1,19 @@ +# @nextui-org/snippet + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-icons@2.0.1 + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/use-clipboard@2.0.1 + - @nextui-org/tooltip@2.0.1 + - @nextui-org/button@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/snippet/package.json b/packages/components/snippet/package.json index 3a56050ab1..38f4ba9ea4 100644 --- a/packages/components/snippet/package.json +++ b/packages/components/snippet/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/snippet", - "version": "2.0.0", + "version": "2.0.1", "description": "Display a snippet of copyable code for the command line.", "keywords": [ "snippet" diff --git a/packages/components/spacer/CHANGELOG.md b/packages/components/spacer/CHANGELOG.md new file mode 100644 index 0000000000..9677fa6a9d --- /dev/null +++ b/packages/components/spacer/CHANGELOG.md @@ -0,0 +1,15 @@ +# @nextui-org/spacer + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/spacer/package.json b/packages/components/spacer/package.json index 4c87d02b5b..0c03b27204 100644 --- a/packages/components/spacer/package.json +++ b/packages/components/spacer/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/spacer", - "version": "2.0.0", + "version": "2.0.1", "description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.", "keywords": [ "spacer" diff --git a/packages/components/spinner/CHANGELOG.md b/packages/components/spinner/CHANGELOG.md new file mode 100644 index 0000000000..a5646a4bcb --- /dev/null +++ b/packages/components/spinner/CHANGELOG.md @@ -0,0 +1,15 @@ +# @nextui-org/spinner + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/spinner/package.json b/packages/components/spinner/package.json index 7ec403c487..bc18335fd8 100644 --- a/packages/components/spinner/package.json +++ b/packages/components/spinner/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/spinner", - "version": "2.0.0", + "version": "2.0.1", "description": "Loaders express an unspecified wait time or display the length of a process.", "keywords": [ "loading", diff --git a/packages/components/switch/CHANGELOG.md b/packages/components/switch/CHANGELOG.md new file mode 100644 index 0000000000..f0d9bf68c1 --- /dev/null +++ b/packages/components/switch/CHANGELOG.md @@ -0,0 +1,15 @@ +# @nextui-org/switch + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json index 6a5a6e2b17..8e48330ad8 100644 --- a/packages/components/switch/package.json +++ b/packages/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/switch", - "version": "2.0.0", + "version": "2.0.1", "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 new file mode 100644 index 0000000000..85d4d1559b --- /dev/null +++ b/packages/components/table/CHANGELOG.md @@ -0,0 +1,18 @@ +# @nextui-org/table + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-icons@2.0.1 + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/checkbox@2.0.1 + - @nextui-org/spacer@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/table/package.json b/packages/components/table/package.json index c3c4d01e9c..3a8466cff7 100644 --- a/packages/components/table/package.json +++ b/packages/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/table", - "version": "2.0.0", + "version": "2.0.1", "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 new file mode 100644 index 0000000000..f48d422b54 --- /dev/null +++ b/packages/components/tabs/CHANGELOG.md @@ -0,0 +1,19 @@ +# @nextui-org/tabs + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/framer-transitions@2.0.1 + - @nextui-org/use-update-effect@2.0.1 + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/use-is-mounted@2.0.1 + - @nextui-org/aria-utils@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/tabs/package.json b/packages/components/tabs/package.json index 93b17094d8..75071369db 100644 --- a/packages/components/tabs/package.json +++ b/packages/components/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/tabs", - "version": "2.0.0", + "version": "2.0.1", "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 new file mode 100644 index 0000000000..6c65584be4 --- /dev/null +++ b/packages/components/tooltip/CHANGELOG.md @@ -0,0 +1,17 @@ +# @nextui-org/tooltip + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/framer-transitions@2.0.1 + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/aria-utils@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/tooltip/package.json b/packages/components/tooltip/package.json index 79cedc15d1..aae87c6fa9 100644 --- a/packages/components/tooltip/package.json +++ b/packages/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/tooltip", - "version": "2.0.0", + "version": "2.0.1", "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 new file mode 100644 index 0000000000..185f2dcf20 --- /dev/null +++ b/packages/components/user/CHANGELOG.md @@ -0,0 +1,16 @@ +# @nextui-org/user + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/react-utils@2.0.1 + - @nextui-org/avatar@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/components/user/package.json b/packages/components/user/package.json index cdcba9b014..2a98922ab2 100644 --- a/packages/components/user/package.json +++ b/packages/components/user/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/user", - "version": "2.0.0", + "version": "2.0.1", "description": "Flexible User Profile Component.", "keywords": [ "user" diff --git a/packages/core/react/CHANGELOG.md b/packages/core/react/CHANGELOG.md new file mode 100644 index 0000000000..f4acf3e30e --- /dev/null +++ b/packages/core/react/CHANGELOG.md @@ -0,0 +1,42 @@ +# @nextui-org/react + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/pagination@2.0.1 + - @nextui-org/accordion@2.0.1 + - @nextui-org/checkbox@2.0.1 + - @nextui-org/dropdown@2.0.1 + - @nextui-org/progress@2.0.1 + - @nextui-org/skeleton@2.0.1 + - @nextui-org/divider@2.0.1 + - @nextui-org/popover@2.0.1 + - @nextui-org/snippet@2.0.1 + - @nextui-org/spinner@2.0.1 + - @nextui-org/tooltip@2.0.1 + - @nextui-org/avatar@2.0.1 + - @nextui-org/button@2.0.1 + - @nextui-org/navbar@2.0.1 + - @nextui-org/spacer@2.0.1 + - @nextui-org/switch@2.0.1 + - @nextui-org/badge@2.0.1 + - @nextui-org/image@2.0.1 + - @nextui-org/input@2.0.1 + - @nextui-org/modal@2.0.1 + - @nextui-org/radio@2.0.1 + - @nextui-org/table@2.0.1 + - @nextui-org/card@2.0.1 + - @nextui-org/chip@2.0.1 + - @nextui-org/code@2.0.1 + - @nextui-org/link@2.0.1 + - @nextui-org/tabs@2.0.1 + - @nextui-org/user@2.0.1 + - @nextui-org/kbd@2.0.1 + - @nextui-org/system@2.0.1 + - @nextui-org/theme@2.0.1 diff --git a/packages/core/react/package.json b/packages/core/react/package.json index 93e68db781..34f32ba880 100644 --- a/packages/core/react/package.json +++ b/packages/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/react", - "version": "2.0.0", + "version": "2.0.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 new file mode 100644 index 0000000000..20c2b2621b --- /dev/null +++ b/packages/core/system/CHANGELOG.md @@ -0,0 +1,12 @@ +# @nextui-org/system + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/theme@2.0.1 diff --git a/packages/core/system/package.json b/packages/core/system/package.json index b538ec4105..d069be4373 100644 --- a/packages/core/system/package.json +++ b/packages/core/system/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/system", - "version": "2.0.0", + "version": "2.0.1", "description": "NextUI system primitives", "keywords": [ "system" diff --git a/packages/core/theme/CHANGELOG.md b/packages/core/theme/CHANGELOG.md new file mode 100644 index 0000000000..a8c5f58b57 --- /dev/null +++ b/packages/core/theme/CHANGELOG.md @@ -0,0 +1,9 @@ +# @nextui-org/theme + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/core/theme/package.json b/packages/core/theme/package.json index 94386dad56..c1f2c18d2e 100644 --- a/packages/core/theme/package.json +++ b/packages/core/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/theme", - "version": "2.0.0", + "version": "2.0.1", "description": "The default theme for NextUI components", "keywords": [ "theme", diff --git a/packages/hooks/use-aria-accordion-item/CHANGELOG.md b/packages/hooks/use-aria-accordion-item/CHANGELOG.md new file mode 100644 index 0000000000..06b8df6249 --- /dev/null +++ b/packages/hooks/use-aria-accordion-item/CHANGELOG.md @@ -0,0 +1,9 @@ +# @nextui-org/use-aria-accordion-item + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-aria-accordion-item/package.json b/packages/hooks/use-aria-accordion-item/package.json index 27b3083dba..c6b9c2731a 100644 --- a/packages/hooks/use-aria-accordion-item/package.json +++ b/packages/hooks/use-aria-accordion-item/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-accordion-item", - "version": "2.0.0", + "version": "2.0.1", "description": "Internal impl for react aria accordion item", "keywords": [ "use-aria-accordion-item" diff --git a/packages/hooks/use-aria-button/CHANGELOG.md b/packages/hooks/use-aria-button/CHANGELOG.md new file mode 100644 index 0000000000..e83756f55a --- /dev/null +++ b/packages/hooks/use-aria-button/CHANGELOG.md @@ -0,0 +1,9 @@ +# @nextui-org/use-aria-button + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-aria-button/package.json b/packages/hooks/use-aria-button/package.json index 414300a99c..a426785391 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.0", + "version": "2.0.1", "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-modal-overlay/CHANGELOG.md b/packages/hooks/use-aria-modal-overlay/CHANGELOG.md new file mode 100644 index 0000000000..cd7f6d3b68 --- /dev/null +++ b/packages/hooks/use-aria-modal-overlay/CHANGELOG.md @@ -0,0 +1,9 @@ +# @nextui-org/use-aria-modal-overlay + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-aria-modal-overlay/package.json b/packages/hooks/use-aria-modal-overlay/package.json index 63bca88720..d6af01fb03 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.0", + "version": "2.0.1", "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-toggle-button/CHANGELOG.md b/packages/hooks/use-aria-toggle-button/CHANGELOG.md new file mode 100644 index 0000000000..b232cc4f9f --- /dev/null +++ b/packages/hooks/use-aria-toggle-button/CHANGELOG.md @@ -0,0 +1,12 @@ +# @nextui-org/use-aria-toggle-button + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/use-aria-button@2.0.1 diff --git a/packages/hooks/use-aria-toggle-button/package.json b/packages/hooks/use-aria-toggle-button/package.json index 2610bfba40..10b0931ebb 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.0", + "version": "2.0.1", "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-callback-ref/CHANGELOG.md b/packages/hooks/use-callback-ref/CHANGELOG.md new file mode 100644 index 0000000000..7247f5ea02 --- /dev/null +++ b/packages/hooks/use-callback-ref/CHANGELOG.md @@ -0,0 +1,12 @@ +# @nextui-org/use-callback-ref + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/use-safe-layout-effect@2.0.1 diff --git a/packages/hooks/use-callback-ref/package.json b/packages/hooks/use-callback-ref/package.json index 1da6229843..2522cffbfd 100644 --- a/packages/hooks/use-callback-ref/package.json +++ b/packages/hooks/use-callback-ref/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-callback-ref", - "version": "2.0.0", + "version": "2.0.1", "description": "React hook to persist any value between renders, but keeps it up-to-date if it changes.", "keywords": [ "use-callback-ref" diff --git a/packages/hooks/use-clipboard/CHANGELOG.md b/packages/hooks/use-clipboard/CHANGELOG.md new file mode 100644 index 0000000000..148174f9e1 --- /dev/null +++ b/packages/hooks/use-clipboard/CHANGELOG.md @@ -0,0 +1,9 @@ +# @nextui-org/use-clipboard + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-clipboard/package.json b/packages/hooks/use-clipboard/package.json index 07975555e6..ca6e9d56cd 100644 --- a/packages/hooks/use-clipboard/package.json +++ b/packages/hooks/use-clipboard/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-clipboard", - "version": "2.0.0", + "version": "2.0.1", "description": "Wrapper around navigator.clipboard with feedback timeout", "keywords": [ "use-clipboard" diff --git a/packages/hooks/use-disclosure/CHANGELOG.md b/packages/hooks/use-disclosure/CHANGELOG.md new file mode 100644 index 0000000000..3b6ff4e390 --- /dev/null +++ b/packages/hooks/use-disclosure/CHANGELOG.md @@ -0,0 +1,12 @@ +# @nextui-org/use-disclosure + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/use-callback-ref@2.0.1 diff --git a/packages/hooks/use-disclosure/package.json b/packages/hooks/use-disclosure/package.json index 7c07227b81..48271469fd 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.0", + "version": "2.0.1", "description": "The hook in charge of managing modals", "keywords": [ "use-disclosure" diff --git a/packages/hooks/use-image/CHANGELOG.md b/packages/hooks/use-image/CHANGELOG.md new file mode 100644 index 0000000000..10342d7abf --- /dev/null +++ b/packages/hooks/use-image/CHANGELOG.md @@ -0,0 +1,12 @@ +# @nextui-org/use-image + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/use-safe-layout-effect@2.0.1 diff --git a/packages/hooks/use-image/package.json b/packages/hooks/use-image/package.json index c0191c5a0a..61cc03a6e1 100644 --- a/packages/hooks/use-image/package.json +++ b/packages/hooks/use-image/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-image", - "version": "2.0.0", + "version": "2.0.1", "description": "React hook for progressing image loading", "keywords": [ "use-image" diff --git a/packages/hooks/use-infinite-scroll/CHANGELOG.md b/packages/hooks/use-infinite-scroll/CHANGELOG.md new file mode 100644 index 0000000000..9589b6b6ef --- /dev/null +++ b/packages/hooks/use-infinite-scroll/CHANGELOG.md @@ -0,0 +1,9 @@ +# @nextui-org/use-infinite-scroll + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-infinite-scroll/package.json b/packages/hooks/use-infinite-scroll/package.json index 627c410c75..b3037cc279 100644 --- a/packages/hooks/use-infinite-scroll/package.json +++ b/packages/hooks/use-infinite-scroll/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-infinite-scroll", - "version": "2.0.0", + "version": "2.0.1", "description": "A hook for handling infinity scroll based on the IntersectionObserver API", "keywords": [ "use-infinite-scroll" diff --git a/packages/hooks/use-is-mobile/CHANGELOG.md b/packages/hooks/use-is-mobile/CHANGELOG.md new file mode 100644 index 0000000000..69f77cc93d --- /dev/null +++ b/packages/hooks/use-is-mobile/CHANGELOG.md @@ -0,0 +1,9 @@ +# @nextui-org/use-is-mobile + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-is-mobile/package.json b/packages/hooks/use-is-mobile/package.json index def15dab2d..4b55ea8115 100644 --- a/packages/hooks/use-is-mobile/package.json +++ b/packages/hooks/use-is-mobile/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-is-mobile", - "version": "2.0.0", + "version": "2.0.1", "description": "A hook that returns whether the device is mobile or not", "keywords": [ "use-is-mobile" diff --git a/packages/hooks/use-is-mounted/CHANGELOG.md b/packages/hooks/use-is-mounted/CHANGELOG.md new file mode 100644 index 0000000000..bed3de9c34 --- /dev/null +++ b/packages/hooks/use-is-mounted/CHANGELOG.md @@ -0,0 +1,9 @@ +# @nextui-org/use-is-mounted + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-is-mounted/package.json b/packages/hooks/use-is-mounted/package.json index d533995c77..6af9218225 100644 --- a/packages/hooks/use-is-mounted/package.json +++ b/packages/hooks/use-is-mounted/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-is-mounted", - "version": "2.0.0", + "version": "2.0.1", "description": "This hook can be used to render client-based components or run client logic", "keywords": [ "use-is-mounted" diff --git a/packages/hooks/use-pagination/CHANGELOG.md b/packages/hooks/use-pagination/CHANGELOG.md new file mode 100644 index 0000000000..a421cbeace --- /dev/null +++ b/packages/hooks/use-pagination/CHANGELOG.md @@ -0,0 +1,12 @@ +# @nextui-org/use-pagination + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 diff --git a/packages/hooks/use-pagination/package.json b/packages/hooks/use-pagination/package.json index 4539209e82..d80aba2fb5 100644 --- a/packages/hooks/use-pagination/package.json +++ b/packages/hooks/use-pagination/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-pagination", - "version": "2.0.0", + "version": "2.0.1", "description": "State management hook for Pagination component, it lets you manage pagination with controlled and uncontrolled state", "keywords": [ "use-pagination" diff --git a/packages/hooks/use-real-shape/CHANGELOG.md b/packages/hooks/use-real-shape/CHANGELOG.md new file mode 100644 index 0000000000..540f6d3222 --- /dev/null +++ b/packages/hooks/use-real-shape/CHANGELOG.md @@ -0,0 +1,12 @@ +# @nextui-org/use-real-shape + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/react-utils@2.0.1 diff --git a/packages/hooks/use-real-shape/package.json b/packages/hooks/use-real-shape/package.json index 45bb32630e..0bacaf805a 100644 --- a/packages/hooks/use-real-shape/package.json +++ b/packages/hooks/use-real-shape/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-real-shape", - "version": "2.0.0", + "version": "2.0.1", "description": "Hook that returns the real dimensions of an element", "keywords": [ "use-real-shape" diff --git a/packages/hooks/use-ref-state/CHANGELOG.md b/packages/hooks/use-ref-state/CHANGELOG.md new file mode 100644 index 0000000000..bebd24c2bb --- /dev/null +++ b/packages/hooks/use-ref-state/CHANGELOG.md @@ -0,0 +1,9 @@ +# @nextui-org/use-ref-state + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-ref-state/package.json b/packages/hooks/use-ref-state/package.json index c82c6bceda..47d97d81f7 100644 --- a/packages/hooks/use-ref-state/package.json +++ b/packages/hooks/use-ref-state/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-ref-state", - "version": "2.0.0", + "version": "2.0.1", "description": "Hook for saving the state in a ref value", "keywords": [ "use-ref-state" diff --git a/packages/hooks/use-resize/CHANGELOG.md b/packages/hooks/use-resize/CHANGELOG.md new file mode 100644 index 0000000000..fa49ab87c5 --- /dev/null +++ b/packages/hooks/use-resize/CHANGELOG.md @@ -0,0 +1,9 @@ +# @nextui-org/use-resize + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-resize/package.json b/packages/hooks/use-resize/package.json index 666fe75884..494ac455c8 100644 --- a/packages/hooks/use-resize/package.json +++ b/packages/hooks/use-resize/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-resize", - "version": "2.0.0", + "version": "2.0.1", "description": "Hook that adds an event listener to the resize window event", "keywords": [ "use-resize" diff --git a/packages/hooks/use-safe-layout-effect/CHANGELOG.md b/packages/hooks/use-safe-layout-effect/CHANGELOG.md new file mode 100644 index 0000000000..47b6505353 --- /dev/null +++ b/packages/hooks/use-safe-layout-effect/CHANGELOG.md @@ -0,0 +1,9 @@ +# @nextui-org/use-safe-layout-effect + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-safe-layout-effect/package.json b/packages/hooks/use-safe-layout-effect/package.json index 12e7d875ba..deb73d08b0 100644 --- a/packages/hooks/use-safe-layout-effect/package.json +++ b/packages/hooks/use-safe-layout-effect/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-safe-layout-effect", - "version": "2.0.0", + "version": "2.0.1", "description": "", "keywords": [ "use-safe-layout-effect" diff --git a/packages/hooks/use-scroll-position/CHANGELOG.md b/packages/hooks/use-scroll-position/CHANGELOG.md new file mode 100644 index 0000000000..00cf00d185 --- /dev/null +++ b/packages/hooks/use-scroll-position/CHANGELOG.md @@ -0,0 +1,9 @@ +# @nextui-org/use-scroll-position + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-scroll-position/package.json b/packages/hooks/use-scroll-position/package.json index b64136d264..0bb13c1095 100644 --- a/packages/hooks/use-scroll-position/package.json +++ b/packages/hooks/use-scroll-position/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-scroll-position", - "version": "2.0.0", + "version": "2.0.1", "description": "Provides the logic to control the scroll over an element", "keywords": [ "use-scroll-position" diff --git a/packages/hooks/use-ssr/CHANGELOG.md b/packages/hooks/use-ssr/CHANGELOG.md new file mode 100644 index 0000000000..0dc50f851d --- /dev/null +++ b/packages/hooks/use-ssr/CHANGELOG.md @@ -0,0 +1,9 @@ +# @nextui-org/use-ssr + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-ssr/package.json b/packages/hooks/use-ssr/package.json index 90c69787dd..719191674f 100644 --- a/packages/hooks/use-ssr/package.json +++ b/packages/hooks/use-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-ssr", - "version": "2.0.0", + "version": "2.0.1", "description": "", "keywords": [ "use-ssr" diff --git a/packages/hooks/use-update-effect/CHANGELOG.md b/packages/hooks/use-update-effect/CHANGELOG.md new file mode 100644 index 0000000000..c7f10d37b0 --- /dev/null +++ b/packages/hooks/use-update-effect/CHANGELOG.md @@ -0,0 +1,9 @@ +# @nextui-org/use-update-effect + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/hooks/use-update-effect/package.json b/packages/hooks/use-update-effect/package.json index cb0faf1e67..9246859475 100644 --- a/packages/hooks/use-update-effect/package.json +++ b/packages/hooks/use-update-effect/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-update-effect", - "version": "2.0.0", + "version": "2.0.1", "description": "React effect hook that invokes only on update", "keywords": [ "use-update-effect" diff --git a/packages/utilities/aria-utils/CHANGELOG.md b/packages/utilities/aria-utils/CHANGELOG.md new file mode 100644 index 0000000000..caed408c9f --- /dev/null +++ b/packages/utilities/aria-utils/CHANGELOG.md @@ -0,0 +1,12 @@ +# @nextui-org/aria-utils + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/system@2.0.1 diff --git a/packages/utilities/aria-utils/package.json b/packages/utilities/aria-utils/package.json index 65ddc42bf7..6bbefd6776 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.0", + "version": "2.0.1", "description": "A package for managing @react-aria nextui utils.", "keywords": [ "aria-utils" diff --git a/packages/utilities/framer-transitions/CHANGELOG.md b/packages/utilities/framer-transitions/CHANGELOG.md new file mode 100644 index 0000000000..ee593a7938 --- /dev/null +++ b/packages/utilities/framer-transitions/CHANGELOG.md @@ -0,0 +1,13 @@ +# @nextui-org/framer-transitions + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 + - @nextui-org/system@2.0.1 diff --git a/packages/utilities/framer-transitions/package.json b/packages/utilities/framer-transitions/package.json index f3d001cd2b..6d356ee45a 100644 --- a/packages/utilities/framer-transitions/package.json +++ b/packages/utilities/framer-transitions/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/framer-transitions", - "version": "2.0.0", + "version": "2.0.1", "description": "A set of framer motion transitions for react", "keywords": [ "framer-transitions" diff --git a/packages/utilities/react-utils/CHANGELOG.md b/packages/utilities/react-utils/CHANGELOG.md new file mode 100644 index 0000000000..0953e9de4e --- /dev/null +++ b/packages/utilities/react-utils/CHANGELOG.md @@ -0,0 +1,12 @@ +# @nextui-org/react-utils + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated + +- Updated dependencies [[`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140), [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140)]: + - @nextui-org/shared-utils@2.0.1 diff --git a/packages/utilities/react-utils/package.json b/packages/utilities/react-utils/package.json index fce8a7494a..ffc5b8498f 100644 --- a/packages/utilities/react-utils/package.json +++ b/packages/utilities/react-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/react-utils", - "version": "2.0.0", + "version": "2.0.1", "description": "A set of utilities for react on client side", "keywords": [ "react-utils" diff --git a/packages/utilities/shared-icons/CHANGELOG.md b/packages/utilities/shared-icons/CHANGELOG.md new file mode 100644 index 0000000000..6752fb741f --- /dev/null +++ b/packages/utilities/shared-icons/CHANGELOG.md @@ -0,0 +1,9 @@ +# @nextui-org/shared-icons + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/utilities/shared-icons/package.json b/packages/utilities/shared-icons/package.json index 58130d8cfc..50c44ce340 100644 --- a/packages/utilities/shared-icons/package.json +++ b/packages/utilities/shared-icons/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/shared-icons", - "version": "2.0.0", + "version": "2.0.1", "description": "Internal icons set, commonly used in the components stories", "keywords": [ "icons-utils" diff --git a/packages/utilities/shared-utils/CHANGELOG.md b/packages/utilities/shared-utils/CHANGELOG.md new file mode 100644 index 0000000000..c9f2095f12 --- /dev/null +++ b/packages/utilities/shared-utils/CHANGELOG.md @@ -0,0 +1,9 @@ +# @nextui-org/shared-utils + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/utilities/shared-utils/package.json b/packages/utilities/shared-utils/package.json index 78332569c0..13d7d29928 100644 --- a/packages/utilities/shared-utils/package.json +++ b/packages/utilities/shared-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/shared-utils", - "version": "2.0.0", + "version": "2.0.1", "description": "A set of NextUI utilities", "keywords": [ "system" diff --git a/packages/utilities/test-utils/CHANGELOG.md b/packages/utilities/test-utils/CHANGELOG.md new file mode 100644 index 0000000000..6aa9e16e63 --- /dev/null +++ b/packages/utilities/test-utils/CHANGELOG.md @@ -0,0 +1,9 @@ +# @nextui-org/test-utils + +## 2.0.1 + +### Patch Changes + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing NextUI v2.0 + +- [`e940ec06`](https://github.com/nextui-org/nextui/commit/e940ec06ac5e46340d5956fb7c455a6ab3de3140) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Introducing v2 - Readmes updated diff --git a/packages/utilities/test-utils/package.json b/packages/utilities/test-utils/package.json index c40ebf7074..fc21f268c2 100644 --- a/packages/utilities/test-utils/package.json +++ b/packages/utilities/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/test-utils", - "version": "2.0.0", + "version": "2.0.1", "description": "A set of utilities for react testing", "keywords": [ "test-utils"