Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(changesets): 📦 version packages #3766

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/calm-trees-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-zoos-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-moles-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-bags-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-horses-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-pants-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-doors-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-worms-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-birds-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-pigs-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-mails-live.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/slimy-cats-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-fans-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-waves-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-socks-bathe.md

This file was deleted.

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

## 2.1.8

### Patch Changes

- [#3788](https://github.com/nextui-org/nextui/pull/3788) [`2e82f165a`](https://github.com/nextui-org/nextui/commit/2e82f165a98e1cdc8f0702d2971fc534b763fd15) Thanks [@abhinav700](https://github.com/abhinav700)! - Clicking the clear button clears the selected value without closing the dropdown. (#3788)

- [#3845](https://github.com/nextui-org/nextui/pull/3845) [`780ba4316`](https://github.com/nextui-org/nextui/commit/780ba43162dc7ceb3f7b46c68c8134473013c873) Thanks [@alexnguyennz](https://github.com/alexnguyennz)! - Return null if there are items for exit animation on popover close to work

- [#2186](https://github.com/nextui-org/nextui/pull/2186) [`557f10f5e`](https://github.com/nextui-org/nextui/commit/557f10f5ec60f9f69bed098b3670046cd56d15da) Thanks [@juliesaia](https://github.com/juliesaia)! - automatically focus first non-disabled item

- Updated dependencies [[`a2e562b03`](https://github.com/nextui-org/nextui/commit/a2e562b03f79b52b0b35f07104b3585ea05e2cb6), [`606f75726`](https://github.com/nextui-org/nextui/commit/606f75726c6b273ea25528ec3269fa6e82af3349)]:
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]

## 2.1.7

### 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.1.7",
"version": "2.1.8",
"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
12 changes: 12 additions & 0 deletions packages/components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nextui-org/date-picker

## 2.1.9

### Patch Changes

- [#3773](https://github.com/nextui-org/nextui/pull/3773) [`a4ab02006`](https://github.com/nextui-org/nextui/commit/a4ab02006a63013e1a25c28c182d999e3d7c9eeb) Thanks [@macci001](https://github.com/macci001)! - Fixes getCalendarProps to propagate the classNames in the calendarProps. (#3769)

- Updated dependencies []:
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]

## 2.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/date-picker",
"version": "2.1.8",
"version": "2.1.9",
"description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
"keywords": [
"date-picker"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/image

## 2.0.33

### Patch Changes

- [#3802](https://github.com/nextui-org/nextui/pull/3802) [`06c4b2f76`](https://github.com/nextui-org/nextui/commit/06c4b2f7637ba5f49f37b048943d66ff65201c85) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing `w` to `getWrapperProps` dependency (#3801)

## 2.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/image",
"version": "2.0.32",
"version": "2.0.33",
"description": "A simple image component",
"keywords": [
"image"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/input

## 2.2.6

### Patch Changes

- [#3774](https://github.com/nextui-org/nextui/pull/3774) [`606f75726`](https://github.com/nextui-org/nextui/commit/606f75726c6b273ea25528ec3269fa6e82af3349) Thanks [@ryxxn](https://github.com/ryxxn)! - clear button should not receive focus when input is disabled.

## 2.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/input",
"version": "2.2.5",
"version": "2.2.6",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/listbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/listbox

## 2.1.28

### Patch Changes

- [#3883](https://github.com/nextui-org/nextui/pull/3883) [`a2e562b03`](https://github.com/nextui-org/nextui/commit/a2e562b03f79b52b0b35f07104b3585ea05e2cb6) Thanks [@ryo-manba](https://github.com/ryo-manba)! - change ListboxItem key to optional (#3880)

- Updated dependencies []:
- @nextui-org/[email protected]

## 2.1.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/listbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/listbox",
"version": "2.1.27",
"version": "2.1.28",
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
"keywords": [
"listbox"
Expand Down
12 changes: 12 additions & 0 deletions packages/components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nextui-org/select

## 2.2.8

### Patch Changes

- [#3853](https://github.com/nextui-org/nextui/pull/3853) [`488a18f52`](https://github.com/nextui-org/nextui/commit/488a18f525465817ce56e81db8e502399a7572b7) Thanks [@macci001](https://github.com/macci001)! - update label placement in Select to use `shouldLabelBeOutside` instead of `isOutsideLeft`, resolving multiline label placement issues (#3841).

- Updated dependencies [[`a2e562b03`](https://github.com/nextui-org/nextui/commit/a2e562b03f79b52b0b35f07104b3585ea05e2cb6)]:
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]

## 2.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/select",
"version": "2.2.7",
"version": "2.2.8",
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
"keywords": [
"select"
Expand Down
47 changes: 47 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# @nextui-org/react

## 2.4.9

### Patch Changes

- Updated dependencies [[`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8), [`a2e562b03`](https://github.com/nextui-org/nextui/commit/a2e562b03f79b52b0b35f07104b3585ea05e2cb6), [`2e82f165a`](https://github.com/nextui-org/nextui/commit/2e82f165a98e1cdc8f0702d2971fc534b763fd15), [`488a18f52`](https://github.com/nextui-org/nextui/commit/488a18f525465817ce56e81db8e502399a7572b7), [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a), [`a4ab02006`](https://github.com/nextui-org/nextui/commit/a4ab02006a63013e1a25c28c182d999e3d7c9eeb), [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09), [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88), [`780ba4316`](https://github.com/nextui-org/nextui/commit/780ba43162dc7ceb3f7b46c68c8134473013c873), [`557f10f5e`](https://github.com/nextui-org/nextui/commit/557f10f5ec60f9f69bed098b3670046cd56d15da), [`06c4b2f76`](https://github.com/nextui-org/nextui/commit/06c4b2f7637ba5f49f37b048943d66ff65201c85), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`606f75726`](https://github.com/nextui-org/nextui/commit/606f75726c6b273ea25528ec3269fa6e82af3349), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]

## 2.4.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/react",
"version": "2.4.8",
"version": "2.4.9",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <[email protected]>",
"homepage": "https://nextui.org",
Expand Down
16 changes: 16 additions & 0 deletions packages/core/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @nextui-org/theme

## 2.2.12

### Patch Changes

- [#3869](https://github.com/nextui-org/nextui/pull/3869) [`0cf91395c`](https://github.com/nextui-org/nextui/commit/0cf91395c7c66a69fb05c7fca4a30cbad9e1e0f8) Thanks [@macci001](https://github.com/macci001)! - fix label placement in input and select

- [#3768](https://github.com/nextui-org/nextui/pull/3768) [`781b85566`](https://github.com/nextui-org/nextui/commit/781b85566ee5eac3f505625462c4f5f14e36ed3a) Thanks [@macci001](https://github.com/macci001)! - fix the fullWidth variant in input and select component. (#3745)

- [#3912](https://github.com/nextui-org/nextui/pull/3912) [`38a54ab49`](https://github.com/nextui-org/nextui/commit/38a54ab497781e17799b37f0061ba50f2dc44e09) Thanks [@sanuj21](https://github.com/sanuj21)! - remove the pseudo cancel btn from input (#3907)

- [#3868](https://github.com/nextui-org/nextui/pull/3868) [`af3c4f706`](https://github.com/nextui-org/nextui/commit/af3c4f706bb88eae02eee594a6db68cdd33bbe88) Thanks [@macci001](https://github.com/macci001)! - replace the use of RTL-specific styles with logical properties.

- [#3861](https://github.com/nextui-org/nextui/pull/3861) [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - show margin only with label in Switch component (#3791)

- [#3764](https://github.com/nextui-org/nextui/pull/3764) [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing `data-[hover=true]:` for ghost button with danger color

## 2.2.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/theme",
"version": "2.2.11",
"version": "2.2.12",
"description": "The default theme for NextUI components",
"keywords": [
"theme",
Expand Down