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 30, 2024
1 parent d92468a commit 74a11eb
Show file tree
Hide file tree
Showing 44 changed files with 222 additions and 50 deletions.
6 changes: 0 additions & 6 deletions .changeset/hip-ligers-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-apricots-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-badgers-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-cups-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-moles-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-goats-trade.md

This file was deleted.

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

## 2.2.9

### Patch Changes

- [#4447](https://github.com/nextui-org/nextui/pull/4447) [`a83388a`](https://github.com/nextui-org/nextui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b) Thanks [@wingkwong](https://github.com/wingkwong)! - mark description prop as optional (#4445)

- Updated dependencies []:
- @nextui-org/button@2.2.8

## 2.2.8

### 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.2.8",
"version": "2.2.9",
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
"keywords": [
"alert"
Expand Down
13 changes: 13 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nextui-org/autocomplete

## 2.3.9

### Patch Changes

- Updated dependencies [[`d92468a`](https://github.com/nextui-org/nextui/commit/d92468aa1e35d5022c071b5d2674f5bfb6408001), [`fb46df2`](https://github.com/nextui-org/nextui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62)]:
- @nextui-org/listbox@2.3.9
- @nextui-org/popover@2.3.9
- @nextui-org/button@2.2.8
- @nextui-org/form@2.1.8
- @nextui-org/input@2.4.8
- @nextui-org/scroll-shadow@2.3.4
- @nextui-org/spinner@2.2.5

## 2.3.8

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

## 2.3.8

### Patch Changes

- Updated dependencies []:
- @nextui-org/form@2.1.8

## 2.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/checkbox",
"version": "2.3.7",
"version": "2.3.8",
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
"keywords": [
"checkbox"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/date-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/date-input

## 2.3.8

### Patch Changes

- Updated dependencies []:
- @nextui-org/form@2.1.8

## 2.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/date-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/date-input",
"version": "2.3.7",
"version": "2.3.8",
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
"keywords": [
"date-field"
Expand Down
11 changes: 11 additions & 0 deletions packages/components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nextui-org/date-picker

## 2.3.9

### Patch Changes

- Updated dependencies [[`fb46df2`](https://github.com/nextui-org/nextui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62)]:
- @nextui-org/popover@2.3.9
- @nextui-org/button@2.2.8
- @nextui-org/calendar@2.2.8
- @nextui-org/date-input@2.3.8
- @nextui-org/form@2.1.8

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

## 2.2.7

### Patch Changes

- [#4438](https://github.com/nextui-org/nextui/pull/4438) [`07780a7`](https://github.com/nextui-org/nextui/commit/07780a75a2747405e16af99c1692aef496f54175) Thanks [@wingkwong](https://github.com/wingkwong)! - use top-level type-only import instead of inline type specifiers

- Updated dependencies []:
- @nextui-org/modal@2.2.6

## 2.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/drawer",
"version": "2.2.6",
"version": "2.2.7",
"description": "Used to render a content that slides in from the side of the screen.",
"keywords": [
"drawer"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/dropdown

## 2.3.9

### Patch Changes

- Updated dependencies [[`fb46df2`](https://github.com/nextui-org/nextui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62)]:
- @nextui-org/popover@2.3.9
- @nextui-org/menu@2.2.8

## 2.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/dropdown",
"version": "2.3.8",
"version": "2.3.9",
"description": "A dropdown displays a list of actions or options that a user can choose.",
"keywords": [
"dropdown"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/form

## 2.1.8

### Patch Changes

- Updated dependencies [[`a83388a`](https://github.com/nextui-org/nextui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b)]:
- @nextui-org/theme@2.4.5

## 2.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/form",
"version": "2.1.7",
"version": "2.1.8",
"description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.",
"keywords": [
"form"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/input-otp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/input-otp

## 2.1.8

### Patch Changes

- Updated dependencies []:
- @nextui-org/form@2.1.8

## 2.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/input-otp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/input-otp",
"version": "2.1.7",
"version": "2.1.8",
"description": "",
"keywords": [
"input-otp"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/input

## 2.4.8

### Patch Changes

- Updated dependencies []:
- @nextui-org/form@2.1.8

## 2.4.7

### 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.4.7",
"version": "2.4.8",
"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.3.9

### Patch Changes

- [#4463](https://github.com/nextui-org/nextui/pull/4463) [`d92468a`](https://github.com/nextui-org/nextui/commit/d92468aa1e35d5022c071b5d2674f5bfb6408001) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@tanstack/react-virtual` to support react 19 peer dep

- Updated dependencies []:
- @nextui-org/divider@2.2.5

## 2.3.8

### 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.3.8",
"version": "2.3.9",
"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/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/popover

## 2.3.9

### Patch Changes

- [#4460](https://github.com/nextui-org/nextui/pull/4460) [`fb46df2`](https://github.com/nextui-org/nextui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix initial animation direction to match fallback placement (#4290)

- Updated dependencies []:
- @nextui-org/button@2.2.8

## 2.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/popover",
"version": "2.3.8",
"version": "2.3.9",
"description": "A popover is an overlay element positioned relative to a trigger.",
"keywords": [
"popover"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/radio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/radio

## 2.3.8

### Patch Changes

- Updated dependencies []:
- @nextui-org/form@2.1.8

## 2.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/radio",
"version": "2.3.7",
"version": "2.3.8",
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
"keywords": [
"radio"
Expand Down
13 changes: 13 additions & 0 deletions packages/components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nextui-org/select

## 2.4.9

### Patch Changes

- [#4463](https://github.com/nextui-org/nextui/pull/4463) [`d92468a`](https://github.com/nextui-org/nextui/commit/d92468aa1e35d5022c071b5d2674f5bfb6408001) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@tanstack/react-virtual` to support react 19 peer dep

- Updated dependencies [[`d92468a`](https://github.com/nextui-org/nextui/commit/d92468aa1e35d5022c071b5d2674f5bfb6408001), [`fb46df2`](https://github.com/nextui-org/nextui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62)]:
- @nextui-org/listbox@2.3.9
- @nextui-org/popover@2.3.9
- @nextui-org/form@2.1.8
- @nextui-org/scroll-shadow@2.3.4
- @nextui-org/spinner@2.2.5

## 2.4.8

### 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.4.8",
"version": "2.4.9",
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
"keywords": [
"select"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/snippet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/snippet

## 2.2.10

### Patch Changes

- Updated dependencies [[`4f0ef58`](https://github.com/nextui-org/nextui/commit/4f0ef5818be83071d6c2032080251b41039656f1)]:
- @nextui-org/use-clipboard@2.1.2
- @nextui-org/button@2.2.8
- @nextui-org/tooltip@2.2.6

## 2.2.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/snippet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/snippet",
"version": "2.2.9",
"version": "2.2.10",
"description": "Display a snippet of copyable code for the command line.",
"keywords": [
"snippet"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/table

## 2.2.8

### Patch Changes

- Updated dependencies []:
- @nextui-org/checkbox@2.3.8
- @nextui-org/spacer@2.2.5

## 2.2.7

### Patch Changes
Expand Down
Loading

0 comments on commit 74a11eb

Please sign in to comment.