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.

6 changes: 0 additions & 6 deletions .changeset/poor-sheep-repair.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/quick-geckos-punch.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.

6 changes: 0 additions & 6 deletions .changeset/soft-apricots-sleep.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/twelve-papayas-clean.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.

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

## 2.0.1

### Patch Changes

- [#3982](https://github.com/nextui-org/nextui/pull/3982) [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - introduced Alert component (#2250)

- Updated dependencies []:
- @nextui-org/button@2.0.38
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.0.0",
"version": "2.0.1",
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
"keywords": [
"alert"
Expand Down
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/listbox@2.1.28
- @nextui-org/input@2.2.6
- @nextui-org/button@2.0.38
- @nextui-org/popover@2.1.29
- @nextui-org/scroll-shadow@2.1.20
- @nextui-org/spinner@2.0.34

## 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/button@2.0.38
- @nextui-org/calendar@2.0.12
- @nextui-org/date-input@2.1.4
- @nextui-org/popover@2.1.29

## 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/divider@2.0.32

## 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
9 changes: 9 additions & 0 deletions packages/components/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/modal

## 2.0.42

### Patch Changes

- [#3983](https://github.com/nextui-org/nextui/pull/3983) [`2d6ae74c3`](https://github.com/nextui-org/nextui/commit/2d6ae74c36a157472bd4b06b8580e7db163eddcc) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add draggable modal (#2647)

- Updated dependencies [[`2d6ae74c3`](https://github.com/nextui-org/nextui/commit/2d6ae74c36a157472bd4b06b8580e7db163eddcc)]:
- @nextui-org/use-draggable@2.0.1

## 2.0.41

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/modal",
"version": "2.0.41",
"version": "2.0.42",
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
"keywords": [
"modal"
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/listbox@2.1.28
- @nextui-org/popover@2.1.29
- @nextui-org/scroll-shadow@2.1.20
- @nextui-org/spinner@2.0.34

## 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
6 changes: 6 additions & 0 deletions packages/components/tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/tabs

## 2.0.38

### Patch Changes

- [#3978](https://github.com/nextui-org/nextui/pull/3978) [`9fe0aa79c`](https://github.com/nextui-org/nextui/commit/9fe0aa79c8d74a29418db6a235db179a5a9242bc) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - revise the inert attribute in `TabPanel` (#3972)

## 2.0.37

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/tabs",
"version": "2.0.37",
"version": "2.0.38",
"description": "Tabs organize content into multiple sections and allow users to navigate between them.",
"keywords": [
"tabs"
Expand Down
48 changes: 48 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# @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), [`d90ad05b1`](https://github.com/nextui-org/nextui/commit/d90ad05b13b36617009cb0e5f57f299aa7bb7bd0), [`557f10f5e`](https://github.com/nextui-org/nextui/commit/557f10f5ec60f9f69bed098b3670046cd56d15da), [`a0d7141db`](https://github.com/nextui-org/nextui/commit/a0d7141db314c6bea27df6b8beb15dae3b1bcb93), [`06c4b2f76`](https://github.com/nextui-org/nextui/commit/06c4b2f7637ba5f49f37b048943d66ff65201c85), [`2d6ae74c3`](https://github.com/nextui-org/nextui/commit/2d6ae74c36a157472bd4b06b8580e7db163eddcc), [`8a33eabb2`](https://github.com/nextui-org/nextui/commit/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4), [`9fe0aa79c`](https://github.com/nextui-org/nextui/commit/9fe0aa79c8d74a29418db6a235db179a5a9242bc), [`606f75726`](https://github.com/nextui-org/nextui/commit/606f75726c6b273ea25528ec3269fa6e82af3349), [`559436d46`](https://github.com/nextui-org/nextui/commit/559436d462bdb8739d8c817d1aa98607969d8a07)]:
- @nextui-org/theme@2.2.12
- @nextui-org/listbox@2.1.28
- @nextui-org/autocomplete@2.1.8
- @nextui-org/select@2.2.8
- @nextui-org/date-picker@2.1.9
- @nextui-org/alert@2.0.1
- @nextui-org/image@2.0.33
- @nextui-org/modal@2.0.42
- @nextui-org/tabs@2.0.38
- @nextui-org/input@2.2.6
- @nextui-org/accordion@2.0.40
- @nextui-org/avatar@2.0.33
- @nextui-org/badge@2.0.32
- @nextui-org/breadcrumbs@2.0.13
- @nextui-org/button@2.0.38
- @nextui-org/calendar@2.0.12
- @nextui-org/card@2.0.34
- @nextui-org/checkbox@2.1.5
- @nextui-org/chip@2.0.33
- @nextui-org/code@2.0.33
- @nextui-org/date-input@2.1.4
- @nextui-org/divider@2.0.32
- @nextui-org/dropdown@2.1.31
- @nextui-org/kbd@2.0.34
- @nextui-org/link@2.0.35
- @nextui-org/menu@2.0.30
- @nextui-org/navbar@2.0.37
- @nextui-org/pagination@2.0.36
- @nextui-org/popover@2.1.29
- @nextui-org/progress@2.0.34
- @nextui-org/radio@2.1.5
- @nextui-org/ripple@2.0.33
- @nextui-org/scroll-shadow@2.1.20
- @nextui-org/skeleton@2.0.32
- @nextui-org/slider@2.2.17
- @nextui-org/snippet@2.0.43
- @nextui-org/spacer@2.0.33
- @nextui-org/spinner@2.0.34
- @nextui-org/switch@2.0.34
- @nextui-org/table@2.0.40
- @nextui-org/tooltip@2.0.41
- @nextui-org/user@2.0.34

## 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 <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",
Expand Down
Loading