ci(changesets): version packages (#2776)

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
github-actions[bot] 2024-04-18 08:56:43 -03:00 committed by GitHub
parent 9e5dd8ce37
commit a644544dfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
18 changed files with 71 additions and 18 deletions

View File

@ -1,5 +0,0 @@
---
"@nextui-org/checkbox": patch
---
Fix non-react props omitted from checkbox group component

View File

@ -1,5 +0,0 @@
---
"@nextui-org/popover": patch
---
Fix ref not beign passed

View File

@ -1,5 +1,12 @@
# @nextui-org/autocomplete
## 2.0.14
### Patch Changes
- Updated dependencies [[`9e5dd8ce3`](https://github.com/nextui-org/nextui/commit/9e5dd8ce37c94c9ca1ba7b2049a6e55f1803fee9)]:
- @nextui-org/popover@2.1.19
## 2.0.13
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/autocomplete",
"version": "2.0.13",
"version": "2.0.14",
"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,11 @@
# @nextui-org/checkbox
## 2.0.28
### Patch Changes
- [#2772](https://github.com/nextui-org/nextui/pull/2772) [`69f713cb0`](https://github.com/nextui-org/nextui/commit/69f713cb056d1d39db510b75bdd53eb29c459b19) Thanks [@chirokas](https://github.com/chirokas)! - Fix non-react props omitted from checkbox group component
## 2.0.27
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/checkbox",
"version": "2.0.27",
"version": "2.0.28",
"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-picker
## 2.0.5
### Patch Changes
- Updated dependencies [[`9e5dd8ce3`](https://github.com/nextui-org/nextui/commit/9e5dd8ce37c94c9ca1ba7b2049a6e55f1803fee9)]:
- @nextui-org/popover@2.1.19
## 2.0.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/date-picker",
"version": "2.0.4",
"version": "2.0.5",
"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,12 @@
# @nextui-org/dropdown
## 2.1.21
### Patch Changes
- Updated dependencies [[`9e5dd8ce3`](https://github.com/nextui-org/nextui/commit/9e5dd8ce37c94c9ca1ba7b2049a6e55f1803fee9)]:
- @nextui-org/popover@2.1.19
## 2.1.20
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @nextui-org/popover
## 2.1.19
### Patch Changes
- [`9e5dd8ce3`](https://github.com/nextui-org/nextui/commit/9e5dd8ce37c94c9ca1ba7b2049a6e55f1803fee9) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix ref not beign passed
## 2.1.18
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @nextui-org/select
## 2.1.25
### Patch Changes
- Updated dependencies [[`9e5dd8ce3`](https://github.com/nextui-org/nextui/commit/9e5dd8ce37c94c9ca1ba7b2049a6e55f1803fee9)]:
- @nextui-org/popover@2.1.19
## 2.1.24
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/select",
"version": "2.1.24",
"version": "2.1.25",
"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,12 @@
# @nextui-org/table
## 2.0.31
### Patch Changes
- Updated dependencies [[`69f713cb0`](https://github.com/nextui-org/nextui/commit/69f713cb056d1d39db510b75bdd53eb29c459b19)]:
- @nextui-org/checkbox@2.0.28
## 2.0.30
### Patch Changes

View File

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

View File

@ -1,5 +1,21 @@
# @nextui-org/react
## 2.3.4
### Patch Changes
- Updated dependencies [[`69f713cb0`](https://github.com/nextui-org/nextui/commit/69f713cb056d1d39db510b75bdd53eb29c459b19), [`9e5dd8ce3`](https://github.com/nextui-org/nextui/commit/9e5dd8ce37c94c9ca1ba7b2049a6e55f1803fee9)]:
- @nextui-org/checkbox@2.0.28
- @nextui-org/popover@2.1.19
- @nextui-org/modal@2.0.32
- @nextui-org/table@2.0.31
- @nextui-org/autocomplete@2.0.14
- @nextui-org/date-picker@2.0.5
- @nextui-org/dropdown@2.1.21
- @nextui-org/select@2.1.25
- @nextui-org/breadcrumbs@2.0.6
- @nextui-org/navbar@2.0.29
## 2.3.3
### Patch Changes

View File

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