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 Sep 1, 2024
1 parent 3e06ef6 commit a757a31
Show file tree
Hide file tree
Showing 70 changed files with 322 additions and 82 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-clouds-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-ducks-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-coats-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-beans-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-ducks-greet.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/seven-apricots-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-stingrays-brush.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-forks-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-crabs-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-planets-smile.md

This file was deleted.

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

## 2.0.39

### Patch Changes

- Updated dependencies []:
- @nextui-org/divider@2.0.32
- @nextui-org/aria-utils@2.0.25
- @nextui-org/framer-utils@2.0.25

## 2.0.38

### 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.38",
"version": "2.0.39",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",
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.1.6

### Patch Changes

- Updated dependencies [[`a254abf53`](https://github.com/nextui-org/nextui/commit/a254abf53532d55ff3111df9b0e729330b0fa01e)]:
- @nextui-org/input@2.2.5
- @nextui-org/popover@2.1.28
- @nextui-org/button@2.0.38
- @nextui-org/listbox@2.1.26
- @nextui-org/scroll-shadow@2.1.19
- @nextui-org/spinner@2.0.34
- @nextui-org/aria-utils@2.0.25

## 2.1.5

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

## 2.0.38

### Patch Changes

- Updated dependencies []:
- @nextui-org/ripple@2.0.32
- @nextui-org/spinner@2.0.34

## 2.0.37

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/button",
"version": "2.0.37",
"version": "2.0.38",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [
"button"
Expand Down
10 changes: 10 additions & 0 deletions packages/components/calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nextui-org/calendar

## 2.0.12

### Patch Changes

- [#3656](https://github.com/nextui-org/nextui/pull/3656) [`55c92981e`](https://github.com/nextui-org/nextui/commit/55c92981e009b1721e8288341402feb1ebec08f3) Thanks [@ameybh](https://github.com/ameybh)! - fixed arrow keys order when html has dir="rtl" (#3641, #3642)

- Updated dependencies []:
- @nextui-org/button@2.0.38
- @nextui-org/framer-utils@2.0.25

## 2.0.11

### 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.11",
"version": "2.0.12",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"keywords": [
"calendar"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/code

## 2.0.33

### Patch Changes

- Updated dependencies [[`44e89a077`](https://github.com/nextui-org/nextui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c)]:
- @nextui-org/system-rsc@2.1.6

## 2.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/code",
"version": "2.0.32",
"version": "2.0.33",
"description": "Code is a component used to display inline code.",
"keywords": [
"code"
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.1.7

### Patch Changes

- Updated dependencies [[`55c92981e`](https://github.com/nextui-org/nextui/commit/55c92981e009b1721e8288341402feb1ebec08f3)]:
- @nextui-org/calendar@2.0.12
- @nextui-org/popover@2.1.28
- @nextui-org/button@2.0.38
- @nextui-org/date-input@2.1.3
- @nextui-org/aria-utils@2.0.25

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

## 2.0.32

### Patch Changes

- Updated dependencies [[`44e89a077`](https://github.com/nextui-org/nextui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c)]:
- @nextui-org/system-rsc@2.1.6

## 2.0.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/divider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/divider",
"version": "2.0.31",
"version": "2.0.32",
"description": ". A separator is a visual divider between two groups of content",
"keywords": [
"divider"
Expand Down
11 changes: 11 additions & 0 deletions packages/components/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nextui-org/dropdown

## 2.1.30

### Patch Changes

- [#2598](https://github.com/nextui-org/nextui/pull/2598) [`4f8ae50cf`](https://github.com/nextui-org/nextui/commit/4f8ae50cf441da5b5685b6573714a3f7c9ab3ea2) Thanks [@gtoxlili](https://github.com/gtoxlili)! - fix(dropdown): respect closeOnSelect prop on DropdownItem (#2290)

- Updated dependencies []:
- @nextui-org/popover@2.1.28
- @nextui-org/menu@2.0.29
- @nextui-org/aria-utils@2.0.25

## 2.1.29

### 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.1.29",
"version": "2.1.30",
"description": "A dropdown displays a list of actions or options that a user can choose.",
"keywords": [
"dropdown"
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.5

### Patch Changes

- [#3533](https://github.com/nextui-org/nextui/pull/3533) [`a254abf53`](https://github.com/nextui-org/nextui/commit/a254abf53532d55ff3111df9b0e729330b0fa01e) Thanks [@AnthonyPaulO](https://github.com/AnthonyPaulO)! - syncs changes to ref value to internal (state) value (#3024, #3436)

## 2.2.4

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

## 2.0.34

### Patch Changes

- Updated dependencies [[`44e89a077`](https://github.com/nextui-org/nextui/commit/44e89a0779c1c98fe275c864fe12834d19302b9c)]:
- @nextui-org/system-rsc@2.1.6

## 2.0.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/kbd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/kbd",
"version": "2.0.33",
"version": "2.0.34",
"description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
"keywords": [
"kbd"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/link

## 2.0.35

### Patch Changes

- [#3569](https://github.com/nextui-org/nextui/pull/3569) [`3c0a486ce`](https://github.com/nextui-org/nextui/commit/3c0a486ceaa73479e5909d3add1cd14619f62796) Thanks [@awesome-pro](https://github.com/awesome-pro)! - use `@nextui-org/use-aria-link` to suppress onClick deprecation warning (#3196)

## 2.0.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/link",
"version": "2.0.34",
"version": "2.0.35",
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>",
"keywords": [
"link"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/listbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/listbox

## 2.1.26

### Patch Changes

- Updated dependencies []:
- @nextui-org/divider@2.0.32
- @nextui-org/aria-utils@2.0.25

## 2.1.25

### 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.25",
"version": "2.1.26",
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
"keywords": [
"listbox"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/menu

## 2.0.29

### Patch Changes

- Updated dependencies []:
- @nextui-org/divider@2.0.32
- @nextui-org/aria-utils@2.0.25

## 2.0.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/menu",
"version": "2.0.28",
"version": "2.0.29",
"description": "A menu displays a list of options and allows a user to select one or more of them.",
"keywords": [
"menu"
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.40

### Patch Changes

- [#3691](https://github.com/nextui-org/nextui/pull/3691) [`3e06ef64c`](https://github.com/nextui-org/nextui/commit/3e06ef64cc5da30f7b2ab209d9d669e6ac8478ca) Thanks [@wingkwong](https://github.com/wingkwong)! - adjust modal position when keyboard appears (#2837)

- Updated dependencies []:
- @nextui-org/framer-utils@2.0.25

## 2.0.39

### 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.39",
"version": "2.0.40",
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
"keywords": [
"modal"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/navbar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/navbar

## 2.0.37

### Patch Changes

- [#3601](https://github.com/nextui-org/nextui/pull/3601) [`048de6e9b`](https://github.com/nextui-org/nextui/commit/048de6e9b289d1cec180856fbcf3ba38db3007e2) Thanks [@FacundoTenuta](https://github.com/FacundoTenuta)! - Fix navbar menu breaking when a numerical height value is provided. The height value is now converted to pixels if it is a number.

- Updated dependencies []:
- @nextui-org/framer-utils@2.0.25

## 2.0.36

### Patch Changes
Expand Down
Loading

0 comments on commit a757a31

Please sign in to comment.