ci(changesets): version packages (#1411)

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
github-actions[bot] 2023-08-15 18:30:06 -03:00 committed by GitHub
parent 6e7e834c2d
commit 1487219a1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 51 additions and 14 deletions

View File

@ -1,8 +0,0 @@
---
"@nextui-org/accordion": patch
"@nextui-org/popover": patch
"@nextui-org/snippet": patch
"@nextui-org/user": patch
---
Popover style prop merged with the one returned by react-aria, other components merge props improvements

View File

@ -1,5 +1,11 @@
# @nextui-org/accordion
## 2.0.12
### Patch Changes
- [#1410](https://github.com/nextui-org/nextui/pull/1410) [`6e7e834c2`](https://github.com/nextui-org/nextui/commit/6e7e834c2dc14c21b087da792c0576ab464a4a4a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Popover style prop merged with the one returned by react-aria, other components merge props improvements
## 2.0.11
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/accordion",
"version": "2.0.11",
"version": "2.0.12",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",

View File

@ -1,5 +1,12 @@
# @nextui-org/dropdown
## 2.0.13
### Patch Changes
- Updated dependencies [[`6e7e834c2`](https://github.com/nextui-org/nextui/commit/6e7e834c2dc14c21b087da792c0576ab464a4a4a)]:
- @nextui-org/popover@2.0.12
## 2.0.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/dropdown",
"version": "2.0.12",
"version": "2.0.13",
"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.0.12
### Patch Changes
- [#1410](https://github.com/nextui-org/nextui/pull/1410) [`6e7e834c2`](https://github.com/nextui-org/nextui/commit/6e7e834c2dc14c21b087da792c0576ab464a4a4a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Popover style prop merged with the one returned by react-aria, other components merge props improvements
## 2.0.11
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @nextui-org/snippet
## 2.0.13
### Patch Changes
- [#1410](https://github.com/nextui-org/nextui/pull/1410) [`6e7e834c2`](https://github.com/nextui-org/nextui/commit/6e7e834c2dc14c21b087da792c0576ab464a4a4a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Popover style prop merged with the one returned by react-aria, other components merge props improvements
## 2.0.12
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @nextui-org/user
## 2.0.12
### Patch Changes
- [#1410](https://github.com/nextui-org/nextui/pull/1410) [`6e7e834c2`](https://github.com/nextui-org/nextui/commit/6e7e834c2dc14c21b087da792c0576ab464a4a4a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Popover style prop merged with the one returned by react-aria, other components merge props improvements
## 2.0.11
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/user",
"version": "2.0.11",
"version": "2.0.12",
"description": "Flexible User Profile Component.",
"keywords": [
"user"

View File

@ -1,5 +1,19 @@
# @nextui-org/react
## 2.0.21
### Patch Changes
- Updated dependencies [[`6e7e834c2`](https://github.com/nextui-org/nextui/commit/6e7e834c2dc14c21b087da792c0576ab464a4a4a)]:
- @nextui-org/accordion@2.0.12
- @nextui-org/popover@2.0.12
- @nextui-org/snippet@2.0.13
- @nextui-org/user@2.0.12
- @nextui-org/dropdown@2.0.13
- @nextui-org/checkbox@2.0.12
- @nextui-org/table@2.0.13
- @nextui-org/navbar@2.0.11
## 2.0.20
### Patch Changes

View File

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