mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
ci(changesets): version packages (#1411)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
parent
6e7e834c2d
commit
1487219a1c
@ -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
|
||||
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/user",
|
||||
"version": "2.0.11",
|
||||
"version": "2.0.12",
|
||||
"description": "Flexible User Profile Component.",
|
||||
"keywords": [
|
||||
"user"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user