Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Dec 5, 2024
1 parent 27f5139 commit 5e1c2d3
Show file tree
Hide file tree
Showing 181 changed files with 3,058 additions and 278 deletions.
13 changes: 0 additions & 13 deletions .changeset/dirty-tigers-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-trainers-love.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/dull-coats-crash.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/happy-guests-warn.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/hip-bananas-notice.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-mails-yell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rotten-jobs-pull.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/sharp-years-raise.md

This file was deleted.

111 changes: 0 additions & 111 deletions .changeset/silly-mugs-marry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ten-experts-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-parents-cheat.md

This file was deleted.

40 changes: 40 additions & 0 deletions packages/components/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# @nextui-org/accordion

## 2.2.0

### Minor Changes

- [`5786897`](https://github.com/nextui-org/nextui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes:

- Updated react-aria version across all components
- Improved Drawer styles and transitions
- Fixed missing peer dependencies for framer-motion
- Fixed menu item classNames functionality
- Added isClearable prop to Textarea component
- Fixed label placement issues in Input and Select components
- Improved table keyboard navigation with new isKeyboardNavigationDisabled prop
- Fixed UI sliding issues with helper wrapper in Input and Select
- Updated use-image hook to avoid Next.js hydration issues
- Replaced RTL-specific styles with logical properties
- Fixed textarea label squish issue
- Bumped tailwind-merge version
- Applied tw nested group fixes
- Fixed fullWidth variant in input and select components
- Moved circular-progress tv to progress
- Changed ListboxItem key to optional
- Fixed autocomplete clear button behavior
- Updated Select label placement logic
- Added missing framer-motion peer dependencies
- Removed layoutNode prop from Table due to react-aria update
- Virtualization added to Autocomplete

### Patch Changes

- Updated dependencies [[`5786897`](https://github.com/nextui-org/nextui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]:
- @nextui-org/divider@2.2.0
- @nextui-org/use-aria-accordion@2.2.0
- @nextui-org/aria-utils@2.2.0
- @nextui-org/dom-animation@2.1.0
- @nextui-org/framer-utils@2.1.0
- @nextui-org/react-utils@2.1.0
- @nextui-org/shared-icons@2.1.0
- @nextui-org/shared-utils@2.1.0

## 2.1.0-beta.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/accordion",
"version": "2.1.0",
"version": "2.2.0",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",
Expand Down
36 changes: 36 additions & 0 deletions packages/components/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @nextui-org/alert

## 2.2.0

### Minor Changes

- [`5786897`](https://github.com/nextui-org/nextui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes:

- Updated react-aria version across all components
- Improved Drawer styles and transitions
- Fixed missing peer dependencies for framer-motion
- Fixed menu item classNames functionality
- Added isClearable prop to Textarea component
- Fixed label placement issues in Input and Select components
- Improved table keyboard navigation with new isKeyboardNavigationDisabled prop
- Fixed UI sliding issues with helper wrapper in Input and Select
- Updated use-image hook to avoid Next.js hydration issues
- Replaced RTL-specific styles with logical properties
- Fixed textarea label squish issue
- Bumped tailwind-merge version
- Applied tw nested group fixes
- Fixed fullWidth variant in input and select components
- Moved circular-progress tv to progress
- Changed ListboxItem key to optional
- Fixed autocomplete clear button behavior
- Updated Select label placement logic
- Added missing framer-motion peer dependencies
- Removed layoutNode prop from Table due to react-aria update
- Virtualization added to Autocomplete

### Patch Changes

- Updated dependencies [[`5786897`](https://github.com/nextui-org/nextui/commit/5786897b9950d95c12351dacd2fb41bb1e298201)]:
- @nextui-org/button@2.2.0
- @nextui-org/react-utils@2.1.0
- @nextui-org/shared-icons@2.1.0
- @nextui-org/shared-utils@2.1.0

## 2.1.0-beta.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/alert",
"version": "2.1.0",
"version": "2.2.0",
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
"keywords": [
"alert"
Expand Down
49 changes: 49 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
# @nextui-org/autocomplete

## 2.3.0

### Minor Changes

- [`5786897`](https://github.com/nextui-org/nextui/commit/5786897b9950d95c12351dacd2fb41bb1e298201) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - This release includes several improvements and bug fixes:

- Updated react-aria version across all components
- Improved Drawer styles and transitions
- Fixed missing peer dependencies for framer-motion
- Fixed menu item classNames functionality
- Added isClearable prop to Textarea component
- Fixed label placement issues in Input and Select components
- Improved table keyboard navigation with new isKeyboardNavigationDisabled prop
- Fixed UI sliding issues with helper wrapper in Input and Select
- Updated use-image hook to avoid Next.js hydration issues
- Replaced RTL-specific styles with logical properties
- Fixed textarea label squish issue
- Bumped tailwind-merge version
- Applied tw nested group fixes
- Fixed fullWidth variant in input and select components
- Moved circular-progress tv to progress
- Changed ListboxItem key to optional
- Fixed autocomplete clear button behavior
- Updated Select label placement logic
- Added missing framer-motion peer dependencies
- Removed layoutNode prop from Table due to react-aria update
- Virtualization added to Autocomplete

### Patch Changes

- [#4207](https://github.com/nextui-org/nextui/pull/4207) [`6bc616c`](https://github.com/nextui-org/nextui/commit/6bc616caea948431d05eec33c1784e0560524e97) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix the "forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?" on next.js by changing the way we manage collection base components refs

- [#4224](https://github.com/nextui-org/nextui/pull/4224) [`26e478d`](https://github.com/nextui-org/nextui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Added form support to input-otp, change default validationBehavior to "native" to avoid breaking changes, and fix select with form

- Updated dependencies [[`6bc616c`](https://github.com/nextui-org/nextui/commit/6bc616caea948431d05eec33c1784e0560524e97), [`44958bf`](https://github.com/nextui-org/nextui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8), [`26e478d`](https://github.com/nextui-org/nextui/commit/26e478dd937dedcaf41110171d971a8a3cf2ff52), [`ffb1e55`](https://github.com/nextui-org/nextui/commit/ffb1e554f7d6b5b1ede66d0838b3b1edeeccdf6b), [`5786897`](https://github.com/nextui-org/nextui/commit/5786897b9950d95c12351dacd2fb41bb1e298201), [`44958bf`](https://github.com/nextui-org/nextui/commit/44958bf91a1677becd5e9f3c420b7956cf0244d8)]:
- @nextui-org/listbox@2.3.0
- @nextui-org/popover@2.3.0
- @nextui-org/input@2.4.0
- @nextui-org/form@2.1.0
- @nextui-org/button@2.2.0
- @nextui-org/scroll-shadow@2.3.0
- @nextui-org/spinner@2.2.0
- @nextui-org/use-aria-button@2.2.0
- @nextui-org/use-safe-layout-effect@2.1.0
- @nextui-org/aria-utils@2.2.0
- @nextui-org/react-utils@2.1.0
- @nextui-org/shared-icons@2.1.0
- @nextui-org/shared-utils@2.1.0

## 2.2.0-beta.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/autocomplete",
"version": "2.2.0",
"version": "2.3.0",
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
"keywords": [
"autocomplete"
Expand Down
Loading

0 comments on commit 5e1c2d3

Please sign in to comment.