ci(changesets): version packages (#4316)

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
github-actions[bot] 2024-12-10 11:29:21 -03:00 committed by GitHub
parent 2b3863d309
commit cc5f98dd40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
49 changed files with 268 additions and 41 deletions

View File

@ -1,17 +0,0 @@
---
"@nextui-org/button": patch
"@nextui-org/card": patch
"@nextui-org/checkbox": patch
"@nextui-org/dropdown": patch
"@nextui-org/input-otp": patch
"@nextui-org/listbox": patch
"@nextui-org/menu": patch
"@nextui-org/pagination": patch
"@nextui-org/radio": patch
"@nextui-org/ripple": patch
"@nextui-org/switch": patch
"@nextui-org/react": patch
"@nextui-org/theme": patch
---
Fix build

View File

@ -1,5 +1,12 @@
# @nextui-org/alert
## 2.2.6
### Patch Changes
- Updated dependencies [[`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f)]:
- @nextui-org/button@2.2.6
## 2.2.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/alert",
"version": "2.2.5",
"version": "2.2.6",
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
"keywords": [
"alert"

View File

@ -1,5 +1,18 @@
# @nextui-org/autocomplete
## 2.3.6
### Patch Changes
- Updated dependencies [[`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f)]:
- @nextui-org/button@2.2.6
- @nextui-org/listbox@2.3.6
- @nextui-org/form@2.1.6
- @nextui-org/popover@2.3.6
- @nextui-org/input@2.4.6
- @nextui-org/scroll-shadow@2.3.3
- @nextui-org/spinner@2.2.4
## 2.3.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/autocomplete",
"version": "2.3.5",
"version": "2.3.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"

View File

@ -1,5 +1,15 @@
# @nextui-org/button
## 2.2.6
### Patch Changes
- [#4314](https://github.com/nextui-org/nextui/pull/4314) [`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build
- Updated dependencies [[`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f)]:
- @nextui-org/ripple@2.2.5
- @nextui-org/spinner@2.2.4
## 2.2.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/button",
"version": "2.2.5",
"version": "2.2.6",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [
"button"

View File

@ -1,5 +1,12 @@
# @nextui-org/calendar
## 2.2.6
### Patch Changes
- Updated dependencies [[`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f)]:
- @nextui-org/button@2.2.6
## 2.2.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/calendar",
"version": "2.2.5",
"version": "2.2.6",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"keywords": [
"calendar"

View File

@ -1,5 +1,14 @@
# @nextui-org/card
## 2.2.6
### Patch Changes
- [#4314](https://github.com/nextui-org/nextui/pull/4314) [`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build
- Updated dependencies [[`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f)]:
- @nextui-org/ripple@2.2.5
## 2.2.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/card",
"version": "2.2.5",
"version": "2.2.6",
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
"keywords": [
"card"

View File

@ -1,5 +1,14 @@
# @nextui-org/checkbox
## 2.3.6
### Patch Changes
- [#4314](https://github.com/nextui-org/nextui/pull/4314) [`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build
- Updated dependencies []:
- @nextui-org/form@2.1.6
## 2.3.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/checkbox",
"version": "2.3.5",
"version": "2.3.6",
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
"keywords": [
"checkbox"

View File

@ -1,5 +1,12 @@
# @nextui-org/date-input
## 2.3.6
### Patch Changes
- Updated dependencies []:
- @nextui-org/form@2.1.6
## 2.3.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/date-input",
"version": "2.3.5",
"version": "2.3.6",
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
"keywords": [
"date-field"

View File

@ -1,5 +1,16 @@
# @nextui-org/date-picker
## 2.3.6
### Patch Changes
- Updated dependencies [[`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f)]:
- @nextui-org/button@2.2.6
- @nextui-org/calendar@2.2.6
- @nextui-org/form@2.1.6
- @nextui-org/popover@2.3.6
- @nextui-org/date-input@2.3.6
## 2.3.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/date-picker",
"version": "2.3.5",
"version": "2.3.6",
"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"

View File

@ -1,5 +1,15 @@
# @nextui-org/dropdown
## 2.3.6
### Patch Changes
- [#4314](https://github.com/nextui-org/nextui/pull/4314) [`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build
- Updated dependencies [[`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f)]:
- @nextui-org/menu@2.2.6
- @nextui-org/popover@2.3.6
## 2.3.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/dropdown",
"version": "2.3.5",
"version": "2.3.6",
"description": "A dropdown displays a list of actions or options that a user can choose.",
"keywords": [
"dropdown"

View File

@ -1,5 +1,12 @@
# @nextui-org/form
## 2.1.6
### Patch Changes
- Updated dependencies [[`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f)]:
- @nextui-org/theme@2.4.3
## 2.1.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/form",
"version": "2.1.5",
"version": "2.1.6",
"description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.",
"keywords": [
"form"

View File

@ -1,5 +1,14 @@
# @nextui-org/input-otp
## 2.1.6
### Patch Changes
- [#4314](https://github.com/nextui-org/nextui/pull/4314) [`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build
- Updated dependencies []:
- @nextui-org/form@2.1.6
## 2.1.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/input-otp",
"version": "2.1.5",
"version": "2.1.6",
"description": "",
"keywords": [
"input-otp"

View File

@ -1,5 +1,12 @@
# @nextui-org/input
## 2.4.6
### Patch Changes
- Updated dependencies []:
- @nextui-org/form@2.1.6
## 2.4.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/input",
"version": "2.4.5",
"version": "2.4.6",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"

View File

@ -1,5 +1,14 @@
# @nextui-org/listbox
## 2.3.6
### Patch Changes
- [#4314](https://github.com/nextui-org/nextui/pull/4314) [`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build
- Updated dependencies []:
- @nextui-org/divider@2.2.4
## 2.3.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/listbox",
"version": "2.3.5",
"version": "2.3.6",
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
"keywords": [
"listbox"

View File

@ -1,5 +1,14 @@
# @nextui-org/menu
## 2.2.6
### Patch Changes
- [#4314](https://github.com/nextui-org/nextui/pull/4314) [`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build
- Updated dependencies []:
- @nextui-org/divider@2.2.4
## 2.2.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/menu",
"version": "2.2.5",
"version": "2.2.6",
"description": "A menu displays a list of options and allows a user to select one or more of them.",
"keywords": [
"menu"

View File

@ -1,5 +1,11 @@
# @nextui-org/pagination
## 2.2.6
### Patch Changes
- [#4314](https://github.com/nextui-org/nextui/pull/4314) [`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build
## 2.2.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/pagination",
"version": "2.2.5",
"version": "2.2.6",
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
"keywords": [
"pagination"

View File

@ -1,5 +1,12 @@
# @nextui-org/popover
## 2.3.6
### Patch Changes
- Updated dependencies [[`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f)]:
- @nextui-org/button@2.2.6
## 2.3.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/popover",
"version": "2.3.5",
"version": "2.3.6",
"description": "A popover is an overlay element positioned relative to a trigger.",
"keywords": [
"popover"

View File

@ -1,5 +1,14 @@
# @nextui-org/radio
## 2.3.6
### Patch Changes
- [#4314](https://github.com/nextui-org/nextui/pull/4314) [`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build
- Updated dependencies []:
- @nextui-org/form@2.1.6
## 2.3.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/radio",
"version": "2.3.5",
"version": "2.3.6",
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
"keywords": [
"radio"

View File

@ -1,5 +1,11 @@
# @nextui-org/ripple
## 2.2.5
### Patch Changes
- [#4314](https://github.com/nextui-org/nextui/pull/4314) [`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build
## 2.2.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/ripple",
"version": "2.2.4",
"version": "2.2.5",
"description": "A simple implementation to display a ripple animation when the source component is clicked",
"keywords": [
"ripple"

View File

@ -1,5 +1,16 @@
# @nextui-org/select
## 2.4.6
### Patch Changes
- Updated dependencies [[`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f)]:
- @nextui-org/listbox@2.3.6
- @nextui-org/form@2.1.6
- @nextui-org/popover@2.3.6
- @nextui-org/scroll-shadow@2.3.3
- @nextui-org/spinner@2.2.4
## 2.4.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/select",
"version": "2.4.5",
"version": "2.4.6",
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
"keywords": [
"select"

View File

@ -1,5 +1,13 @@
# @nextui-org/snippet
## 2.2.7
### Patch Changes
- Updated dependencies [[`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f)]:
- @nextui-org/button@2.2.6
- @nextui-org/tooltip@2.2.4
## 2.2.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/snippet",
"version": "2.2.6",
"version": "2.2.7",
"description": "Display a snippet of copyable code for the command line.",
"keywords": [
"snippet"

View File

@ -1,5 +1,11 @@
# @nextui-org/switch
## 2.2.6
### Patch Changes
- [#4314](https://github.com/nextui-org/nextui/pull/4314) [`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build
## 2.2.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/switch",
"version": "2.2.5",
"version": "2.2.6",
"description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.",
"keywords": [
"switch"

View File

@ -1,5 +1,13 @@
# @nextui-org/table
## 2.2.6
### Patch Changes
- Updated dependencies [[`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f)]:
- @nextui-org/checkbox@2.3.6
- @nextui-org/spacer@2.2.4
## 2.2.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/table",
"version": "2.2.5",
"version": "2.2.6",
"description": "Tables are used to display tabular data using rows and columns. ",
"keywords": [
"table"

View File

@ -1,5 +1,58 @@
# @nextui-org/react
## 2.6.7
### Patch Changes
- [#4314](https://github.com/nextui-org/nextui/pull/4314) [`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build
- Updated dependencies [[`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f)]:
- @nextui-org/button@2.2.6
- @nextui-org/card@2.2.6
- @nextui-org/checkbox@2.3.6
- @nextui-org/dropdown@2.3.6
- @nextui-org/input-otp@2.1.6
- @nextui-org/listbox@2.3.6
- @nextui-org/menu@2.2.6
- @nextui-org/pagination@2.2.6
- @nextui-org/radio@2.3.6
- @nextui-org/ripple@2.2.5
- @nextui-org/switch@2.2.6
- @nextui-org/theme@2.4.3
- @nextui-org/accordion@2.2.4
- @nextui-org/alert@2.2.6
- @nextui-org/autocomplete@2.3.6
- @nextui-org/breadcrumbs@2.2.4
- @nextui-org/calendar@2.2.6
- @nextui-org/date-picker@2.3.6
- @nextui-org/drawer@2.2.4
- @nextui-org/form@2.1.6
- @nextui-org/modal@2.2.4
- @nextui-org/navbar@2.2.4
- @nextui-org/popover@2.3.6
- @nextui-org/select@2.4.6
- @nextui-org/skeleton@2.2.3
- @nextui-org/snippet@2.2.7
- @nextui-org/table@2.2.6
- @nextui-org/tabs@2.2.4
- @nextui-org/tooltip@2.2.4
- @nextui-org/progress@2.2.4
- @nextui-org/badge@2.2.3
- @nextui-org/avatar@2.2.4
- @nextui-org/chip@2.2.4
- @nextui-org/code@2.2.4
- @nextui-org/date-input@2.3.6
- @nextui-org/divider@2.2.4
- @nextui-org/image@2.2.3
- @nextui-org/input@2.4.6
- @nextui-org/kbd@2.2.4
- @nextui-org/link@2.2.4
- @nextui-org/scroll-shadow@2.3.3
- @nextui-org/slider@2.4.4
- @nextui-org/spacer@2.2.4
- @nextui-org/spinner@2.2.4
- @nextui-org/user@2.2.4
## 2.6.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/react",
"version": "2.6.6",
"version": "2.6.7",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",

View File

@ -1,5 +1,11 @@
# @nextui-org/theme
## 2.4.3
### Patch Changes
- [#4314](https://github.com/nextui-org/nextui/pull/4314) [`5598806`](https://github.com/nextui-org/nextui/commit/5598806216166dc9fff36cafd9112412486b747f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build
## 2.4.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/theme",
"version": "2.4.2",
"version": "2.4.3",
"description": "The default theme for NextUI components",
"keywords": [
"theme",