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 Apr 22, 2024
1 parent 1cc5215 commit f3d8f76
Show file tree
Hide file tree
Showing 23 changed files with 119 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-bugs-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-pigs-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-dogs-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-kiwis-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-pets-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-trainers-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-bananas-dance.md

This file was deleted.

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

## 2.0.32

### Patch Changes

- Updated dependencies [[`10f2b8f42`](https://github.com/nextui-org/nextui/commit/10f2b8f42b1d208e4edea366c6bbc37ef8614ef6)]:
- @nextui-org/use-aria-accordion@2.0.4
- @nextui-org/divider@2.0.27

## 2.0.31

### 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.0.31",
"version": "2.0.32",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",
Expand Down
12 changes: 12 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nextui-org/autocomplete

## 2.0.16

### Patch Changes

- Updated dependencies [[`1dacf52f3`](https://github.com/nextui-org/nextui/commit/1dacf52f305a410cbf59d067d1977024d982ad03)]:
- @nextui-org/input@2.1.21
- @nextui-org/button@2.0.30
- @nextui-org/listbox@2.1.19
- @nextui-org/popover@2.1.20
- @nextui-org/scroll-shadow@2.1.16
- @nextui-org/spinner@2.0.28

## 2.0.15

### 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.0.15",
"version": "2.0.16",
"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.0.7

### Patch Changes

- [#2832](https://github.com/nextui-org/nextui/pull/2832) [`1cc5215ce`](https://github.com/nextui-org/nextui/commit/1cc5215ce6026da7e7736d74a5479b2f5b86c1ff) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fixed missing aria labels in date range picker (#2804)

- Updated dependencies []:
- @nextui-org/button@2.0.30
- @nextui-org/calendar@2.0.3
- @nextui-org/date-input@2.0.3
- @nextui-org/popover@2.1.20

## 2.0.6

### 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.0.6",
"version": "2.0.7",
"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/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/input

## 2.1.21

### Patch Changes

- [#2072](https://github.com/nextui-org/nextui/pull/2072) [`1dacf52f3`](https://github.com/nextui-org/nextui/commit/1dacf52f305a410cbf59d067d1977024d982ad03) Thanks [@black197](https://github.com/black197)! - Fix #2069 keep input component's position steady

## 2.1.20

### 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.1.20",
"version": "2.1.21",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"
Expand Down
10 changes: 10 additions & 0 deletions packages/components/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nextui-org/table

## 2.0.33

### Patch Changes

- [#2584](https://github.com/nextui-org/nextui/pull/2584) [`d532a9da7`](https://github.com/nextui-org/nextui/commit/d532a9da7a24d3552ef1bf0706c9fbf984887ddb) Thanks [@sapkra](https://github.com/sapkra)! - Add missing export of TableRowProps type

- Updated dependencies []:
- @nextui-org/checkbox@2.0.29
- @nextui-org/spacer@2.0.27

## 2.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/table",
"version": "2.0.32",
"version": "2.0.33",
"description": "Tables are used to display tabular data using rows and columns. ",
"keywords": [
"table"
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.3.6

### Patch Changes

- Updated dependencies [[`d532a9da7`](https://github.com/nextui-org/nextui/commit/d532a9da7a24d3552ef1bf0706c9fbf984887ddb), [`1cc5215ce`](https://github.com/nextui-org/nextui/commit/1cc5215ce6026da7e7736d74a5479b2f5b86c1ff), [`31934017a`](https://github.com/nextui-org/nextui/commit/31934017a54627cbc78583674e990dc66dbe303e), [`25484f866`](https://github.com/nextui-org/nextui/commit/25484f866338cf6df549ba0b1082ffd57384eee2), [`6b96ea9c9`](https://github.com/nextui-org/nextui/commit/6b96ea9c9c091d025a886361f50970599a260715), [`1dacf52f3`](https://github.com/nextui-org/nextui/commit/1dacf52f305a410cbf59d067d1977024d982ad03)]:
- @nextui-org/table@2.0.33
- @nextui-org/date-picker@2.0.7
- @nextui-org/theme@2.2.3
- @nextui-org/input@2.1.21
- @nextui-org/accordion@2.0.32
- @nextui-org/autocomplete@2.0.16
- @nextui-org/avatar@2.0.27
- @nextui-org/badge@2.0.27
- @nextui-org/breadcrumbs@2.0.7
- @nextui-org/button@2.0.30
- @nextui-org/calendar@2.0.3
- @nextui-org/card@2.0.27
- @nextui-org/checkbox@2.0.29
- @nextui-org/chip@2.0.28
- @nextui-org/code@2.0.27
- @nextui-org/date-input@2.0.3
- @nextui-org/divider@2.0.27
- @nextui-org/dropdown@2.1.22
- @nextui-org/image@2.0.27
- @nextui-org/kbd@2.0.28
- @nextui-org/link@2.0.29
- @nextui-org/listbox@2.1.19
- @nextui-org/menu@2.0.21
- @nextui-org/modal@2.0.33
- @nextui-org/navbar@2.0.30
- @nextui-org/pagination@2.0.30
- @nextui-org/popover@2.1.20
- @nextui-org/progress@2.0.28
- @nextui-org/radio@2.0.28
- @nextui-org/ripple@2.0.27
- @nextui-org/scroll-shadow@2.1.16
- @nextui-org/select@2.1.26
- @nextui-org/skeleton@2.0.27
- @nextui-org/slider@2.2.9
- @nextui-org/snippet@2.0.34
- @nextui-org/spacer@2.0.27
- @nextui-org/spinner@2.0.28
- @nextui-org/switch@2.0.28
- @nextui-org/tabs@2.0.29
- @nextui-org/tooltip@2.0.33
- @nextui-org/user@2.0.28

## 2.3.5

### 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.3.5",
"version": "2.3.6",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nextui-org/theme

## 2.2.3

### Patch Changes

- [#2508](https://github.com/nextui-org/nextui/pull/2508) [`31934017a`](https://github.com/nextui-org/nextui/commit/31934017a54627cbc78583674e990dc66dbe303e) Thanks [@khatabakhsh](https://github.com/khatabakhsh)! - Improved styling for radio button labels, including adjustments for different screen sizes and support for right-to-left (RTL) languages. (#2507)

- [#2660](https://github.com/nextui-org/nextui/pull/2660) [`25484f866`](https://github.com/nextui-org/nextui/commit/25484f866338cf6df549ba0b1082ffd57384eee2) Thanks [@sossost](https://github.com/sossost)! - Fixed slider component vertical mark y position focus (#2658)

- [#2668](https://github.com/nextui-org/nextui/pull/2668) [`6b96ea9c9`](https://github.com/nextui-org/nextui/commit/6b96ea9c9c091d025a886361f50970599a260715) Thanks [@caebwallace](https://github.com/caebwallace)! - Fix custom slot styling with twMerge set to true (#2153)

## 2.2.2

### 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.2",
"version": "2.2.3",
"description": "The default theme for NextUI components",
"keywords": [
"theme",
Expand Down
6 changes: 6 additions & 0 deletions packages/hooks/use-aria-accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/use-aria-accordion

## 2.0.4

### Patch Changes

- [#2063](https://github.com/nextui-org/nextui/pull/2063) [`10f2b8f42`](https://github.com/nextui-org/nextui/commit/10f2b8f42b1d208e4edea366c6bbc37ef8614ef6) Thanks [@black197](https://github.com/black197)! - Fixes ctrl+a keyboard shortcut enabled inside Accordion with `selectionMode="multiple"` (#2055)

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/use-aria-accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-aria-accordion",
"version": "2.0.3",
"version": "2.0.4",
"description": "React-aria useAccordion hooks with custom implementations",
"keywords": [
"use-aria-accordion"
Expand Down

0 comments on commit f3d8f76

Please sign in to comment.