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 29, 2024
1 parent f8b917a commit 3615b49
Show file tree
Hide file tree
Showing 21 changed files with 124 additions and 38 deletions.
9 changes: 0 additions & 9 deletions .changeset/dull-experts-jump.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-pillows-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-trains-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-plants-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-birds-watch.md

This file was deleted.

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

## 2.0.17

### Patch Changes

- [#2889](https://github.com/nextui-org/nextui/pull/2889) [`aba1716ed`](https://github.com/nextui-org/nextui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update React Aria packages

- Updated dependencies []:
- @nextui-org/button@2.0.31
- @nextui-org/input@2.1.21
- @nextui-org/listbox@2.1.19
- @nextui-org/popover@2.1.21
- @nextui-org/scroll-shadow@2.1.16
- @nextui-org/spinner@2.0.28

## 2.0.16

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

## 2.0.5

### Patch Changes

- [#2889](https://github.com/nextui-org/nextui/pull/2889) [`aba1716ed`](https://github.com/nextui-org/nextui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update React Aria packages

- [#2906](https://github.com/nextui-org/nextui/pull/2906) [`c83ff382b`](https://github.com/nextui-org/nextui/commit/c83ff382b9e5deaa08ed7e64eee484cc4904704d) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - Fixed hiding of unavailable dates in RangeCalendar (#2890)

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

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/calendar",
"version": "2.0.4",
"version": "2.0.5",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"keywords": [
"calendar"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/date-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/date-input

## 2.0.4

### Patch Changes

- [#2889](https://github.com/nextui-org/nextui/pull/2889) [`aba1716ed`](https://github.com/nextui-org/nextui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update React Aria packages

## 2.0.3

### 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.0.3",
"version": "2.0.4",
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
"keywords": [
"date-field"
Expand Down
14 changes: 14 additions & 0 deletions packages/components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @nextui-org/date-picker

## 2.0.8

### Patch Changes

- [#2889](https://github.com/nextui-org/nextui/pull/2889) [`aba1716ed`](https://github.com/nextui-org/nextui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update React Aria packages

- [#2908](https://github.com/nextui-org/nextui/pull/2908) [`2a2a0692c`](https://github.com/nextui-org/nextui/commit/2a2a0692ca81ea575d2328d933d775ccbd43ac1c) Thanks [@wingkwong](https://github.com/wingkwong)! - keep date picker style consistent for different variants (#2901)

- Updated dependencies [[`aba1716ed`](https://github.com/nextui-org/nextui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002), [`c83ff382b`](https://github.com/nextui-org/nextui/commit/c83ff382b9e5deaa08ed7e64eee484cc4904704d)]:
- @nextui-org/calendar@2.0.5
- @nextui-org/date-input@2.0.4
- @nextui-org/button@2.0.31
- @nextui-org/popover@2.1.21

## 2.0.7

### 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.7",
"version": "2.0.8",
"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
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.34

### Patch Changes

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

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

## 2.0.33

### 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.33",
"version": "2.0.34",
"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.7

### Patch Changes

- Updated dependencies [[`aba1716ed`](https://github.com/nextui-org/nextui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002), [`c83ff382b`](https://github.com/nextui-org/nextui/commit/c83ff382b9e5deaa08ed7e64eee484cc4904704d), [`2a2a0692c`](https://github.com/nextui-org/nextui/commit/2a2a0692ca81ea575d2328d933d775ccbd43ac1c), [`5f5ad7a1d`](https://github.com/nextui-org/nextui/commit/5f5ad7a1ddae1fb30be4a25e6aad4f87666ee1ce), [`648edad77`](https://github.com/nextui-org/nextui/commit/648edad77ea6265baecbc8cd7d1caee5a983da7c)]:
- @nextui-org/autocomplete@2.0.17
- @nextui-org/calendar@2.0.5
- @nextui-org/date-input@2.0.4
- @nextui-org/date-picker@2.0.8
- @nextui-org/theme@2.2.4
- @nextui-org/table@2.0.34
- @nextui-org/accordion@2.0.32
- @nextui-org/avatar@2.0.27
- @nextui-org/badge@2.0.27
- @nextui-org/breadcrumbs@2.0.7
- @nextui-org/button@2.0.31
- @nextui-org/card@2.0.28
- @nextui-org/checkbox@2.0.29
- @nextui-org/chip@2.0.28
- @nextui-org/code@2.0.27
- @nextui-org/divider@2.0.27
- @nextui-org/dropdown@2.1.23
- @nextui-org/image@2.0.27
- @nextui-org/input@2.1.21
- @nextui-org/kbd@2.0.28
- @nextui-org/link@2.0.29
- @nextui-org/listbox@2.1.19
- @nextui-org/menu@2.0.22
- @nextui-org/modal@2.0.33
- @nextui-org/navbar@2.0.30
- @nextui-org/pagination@2.0.30
- @nextui-org/popover@2.1.21
- @nextui-org/progress@2.0.28
- @nextui-org/radio@2.0.28
- @nextui-org/ripple@2.0.28
- @nextui-org/scroll-shadow@2.1.16
- @nextui-org/select@2.1.27
- @nextui-org/skeleton@2.0.27
- @nextui-org/slider@2.2.9
- @nextui-org/snippet@2.0.35
- @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.6

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

## 2.2.4

### Patch Changes

- [#2906](https://github.com/nextui-org/nextui/pull/2906) [`c83ff382b`](https://github.com/nextui-org/nextui/commit/c83ff382b9e5deaa08ed7e64eee484cc4904704d) Thanks [@ShrinidhiUpadhyaya](https://github.com/ShrinidhiUpadhyaya)! - Fixed hiding of unavailable dates in RangeCalendar (#2890)

- [#2781](https://github.com/nextui-org/nextui/pull/2781) [`648edad77`](https://github.com/nextui-org/nextui/commit/648edad77ea6265baecbc8cd7d1caee5a983da7c) Thanks [@mrbadri](https://github.com/mrbadri)! - Fixed incorrect margin on labels for RTL required inputs. (#2780)

## 2.2.3

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

## 2.0.2

### Patch Changes

- [#2889](https://github.com/nextui-org/nextui/pull/2889) [`aba1716ed`](https://github.com/nextui-org/nextui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update React Aria packages

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/use-intersection-observer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-intersection-observer",
"version": "2.0.1",
"version": "2.0.2",
"description": "Tracks the intersection of a DOM element and its containing element or the viewport.",
"keywords": [
"use-intersection-observer"
Expand Down

0 comments on commit 3615b49

Please sign in to comment.