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 11, 2024
1 parent 2fb6efa commit 57b1da5
Show file tree
Hide file tree
Showing 74 changed files with 367 additions and 48 deletions.
7 changes: 0 additions & 7 deletions .changeset/famous-avocados-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-ducks-thank.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.2.6

### Patch Changes

- Updated dependencies []:
- @nextui-org/divider@2.2.5
- @nextui-org/aria-utils@2.2.6
- @nextui-org/framer-utils@2.1.5

## 2.2.5

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

## 2.2.8

### Patch Changes

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

## 2.2.7

### 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.7",
"version": "2.2.8",
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
"keywords": [
"alert"
Expand Down
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.3.8

### Patch Changes

- Updated dependencies []:
- @nextui-org/spinner@2.2.5
- @nextui-org/listbox@2.3.8
- @nextui-org/button@2.2.8
- @nextui-org/form@2.1.7
- @nextui-org/input@2.4.7
- @nextui-org/popover@2.3.8
- @nextui-org/scroll-shadow@2.3.3
- @nextui-org/aria-utils@2.2.6

## 2.3.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.3.7",
"version": "2.3.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
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.2.8

### Patch Changes

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

## 2.2.7

### 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.2.7",
"version": "2.2.8",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [
"button"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/calendar

## 2.2.8

### Patch Changes

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

## 2.2.7

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

## 2.3.7

### Patch Changes

- [#4334](https://github.com/nextui-org/nextui/pull/4334) [`0b117e5`](https://github.com/nextui-org/nextui/commit/0b117e59b22a485d95054491b5aea4e67d257bff) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@nextui-org/theme` in peerDependencies

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

## 2.3.6

### 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.6",
"version": "2.3.7",
"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/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/code

## 2.2.5

### Patch Changes

- Updated dependencies [[`76a72a9`](https://github.com/nextui-org/nextui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]:
- @nextui-org/system-rsc@2.3.5

## 2.2.4

### 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.2.4",
"version": "2.2.5",
"description": "Code is a component used to display inline code.",
"keywords": [
"code"
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.7

### Patch Changes

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

## 2.3.6

### 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.6",
"version": "2.3.7",
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
"keywords": [
"date-field"
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.3.8

### Patch Changes

- Updated dependencies []:
- @nextui-org/calendar@2.2.8
- @nextui-org/button@2.2.8
- @nextui-org/date-input@2.3.7
- @nextui-org/form@2.1.7
- @nextui-org/popover@2.3.8
- @nextui-org/aria-utils@2.2.6

## 2.3.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.3.7",
"version": "2.3.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
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.2.5

### Patch Changes

- Updated dependencies [[`76a72a9`](https://github.com/nextui-org/nextui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]:
- @nextui-org/system-rsc@2.3.5

## 2.2.4

### 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.2.4",
"version": "2.2.5",
"description": ". A separator is a visual divider between two groups of content",
"keywords": [
"divider"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/drawer

## 2.2.6

### Patch Changes

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

## 2.2.5

### 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.5",
"version": "2.2.6",
"description": "Used to render a content that slides in from the side of the screen.",
"keywords": [
"drawer"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/dropdown

## 2.3.8

### Patch Changes

- Updated dependencies []:
- @nextui-org/menu@2.2.8
- @nextui-org/popover@2.3.8
- @nextui-org/aria-utils@2.2.6

## 2.3.7

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

### Patch Changes

- Updated dependencies []:
- @nextui-org/system@2.4.5

## 2.1.6

### 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.6",
"version": "2.1.7",
"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.7

### Patch Changes

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

## 2.1.6

### 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.6",
"version": "2.1.7",
"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.7

### Patch Changes

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

## 2.4.6

### 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.6",
"version": "2.4.7",
"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.2.5

### Patch Changes

- Updated dependencies [[`76a72a9`](https://github.com/nextui-org/nextui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]:
- @nextui-org/system-rsc@2.3.5

## 2.2.4

### 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.2.4",
"version": "2.2.5",
"description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
"keywords": [
"kbd"
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.3.8

### Patch Changes

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

## 2.3.7

### 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.7",
"version": "2.3.8",
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
"keywords": [
"listbox"
Expand Down
Loading

0 comments on commit 57b1da5

Please sign in to comment.