ci(changesets): version packages (#2767)

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
github-actions[bot] 2024-04-17 23:57:49 -03:00 committed by GitHub
parent f89356691c
commit d820d9397a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
18 changed files with 75 additions and 20 deletions

View File

@ -1,7 +0,0 @@
---
"@nextui-org/dropdown": patch
"@nextui-org/menu": patch
"@nextui-org/use-aria-menu": patch
---
Fix #2743 #2751 internal react-aria use-menu hooks implemented to pass down the press events and control the pressUp one

View File

@ -1,5 +0,0 @@
---
"@nextui-org/popover": patch
---
Fixes isDisabled prop on a DOM element

View File

@ -1,5 +1,12 @@
# @nextui-org/autocomplete # @nextui-org/autocomplete
## 2.0.13
### Patch Changes
- Updated dependencies [[`f89356691`](https://github.com/nextui-org/nextui/commit/f89356691cecb8e54f5f820b2b4491537e7c11f3)]:
- @nextui-org/popover@2.1.18
## 2.0.12 ## 2.0.12
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/autocomplete", "name": "@nextui-org/autocomplete",
"version": "2.0.12", "version": "2.0.13",
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.", "description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
"keywords": [ "keywords": [
"autocomplete" "autocomplete"

View File

@ -1,5 +1,12 @@
# @nextui-org/date-picker # @nextui-org/date-picker
## 2.0.4
### Patch Changes
- Updated dependencies [[`f89356691`](https://github.com/nextui-org/nextui/commit/f89356691cecb8e54f5f820b2b4491537e7c11f3)]:
- @nextui-org/popover@2.1.18
## 2.0.3 ## 2.0.3
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/date-picker", "name": "@nextui-org/date-picker",
"version": "2.0.3", "version": "2.0.4",
"description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.", "description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
"keywords": [ "keywords": [
"date-picker" "date-picker"

View File

@ -1,5 +1,15 @@
# @nextui-org/dropdown # @nextui-org/dropdown
## 2.1.20
### Patch Changes
- [#2746](https://github.com/nextui-org/nextui/pull/2746) [`6b56e43a3`](https://github.com/nextui-org/nextui/commit/6b56e43a350d045c36eb9983c7f48ba61db7cdd2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2743 #2751 internal react-aria use-menu hooks implemented to pass down the press events and control the pressUp one
- Updated dependencies [[`6b56e43a3`](https://github.com/nextui-org/nextui/commit/6b56e43a350d045c36eb9983c7f48ba61db7cdd2), [`f89356691`](https://github.com/nextui-org/nextui/commit/f89356691cecb8e54f5f820b2b4491537e7c11f3)]:
- @nextui-org/menu@2.0.20
- @nextui-org/popover@2.1.18
## 2.1.19 ## 2.1.19
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,14 @@
# @nextui-org/menu # @nextui-org/menu
## 2.0.20
### Patch Changes
- [#2746](https://github.com/nextui-org/nextui/pull/2746) [`6b56e43a3`](https://github.com/nextui-org/nextui/commit/6b56e43a350d045c36eb9983c7f48ba61db7cdd2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2743 #2751 internal react-aria use-menu hooks implemented to pass down the press events and control the pressUp one
- Updated dependencies [[`6b56e43a3`](https://github.com/nextui-org/nextui/commit/6b56e43a350d045c36eb9983c7f48ba61db7cdd2)]:
- @nextui-org/use-aria-menu@2.0.1
## 2.0.19 ## 2.0.19
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @nextui-org/popover # @nextui-org/popover
## 2.1.18
### Patch Changes
- [#2741](https://github.com/nextui-org/nextui/pull/2741) [`f89356691`](https://github.com/nextui-org/nextui/commit/f89356691cecb8e54f5f820b2b4491537e7c11f3) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixes isDisabled prop on a DOM element
## 2.1.17 ## 2.1.17
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @nextui-org/select # @nextui-org/select
## 2.1.24
### Patch Changes
- Updated dependencies [[`f89356691`](https://github.com/nextui-org/nextui/commit/f89356691cecb8e54f5f820b2b4491537e7c11f3)]:
- @nextui-org/popover@2.1.18
## 2.1.23 ## 2.1.23
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,19 @@
# @nextui-org/react # @nextui-org/react
## 2.3.3
### Patch Changes
- Updated dependencies [[`6b56e43a3`](https://github.com/nextui-org/nextui/commit/6b56e43a350d045c36eb9983c7f48ba61db7cdd2), [`f89356691`](https://github.com/nextui-org/nextui/commit/f89356691cecb8e54f5f820b2b4491537e7c11f3)]:
- @nextui-org/dropdown@2.1.20
- @nextui-org/menu@2.0.20
- @nextui-org/popover@2.1.18
- @nextui-org/breadcrumbs@2.0.6
- @nextui-org/navbar@2.0.29
- @nextui-org/autocomplete@2.0.13
- @nextui-org/date-picker@2.0.4
- @nextui-org/select@2.1.24
## 2.3.2 ## 2.3.2
### Patch Changes ### Patch Changes

View File

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

View File

@ -0,0 +1,7 @@
# @nextui-org/use-aria-menu
## 2.0.1
### Patch Changes
- [#2746](https://github.com/nextui-org/nextui/pull/2746) [`6b56e43a3`](https://github.com/nextui-org/nextui/commit/6b56e43a350d045c36eb9983c7f48ba61db7cdd2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2743 #2751 internal react-aria use-menu hooks implemented to pass down the press events and control the pressUp one

View File

@ -1,6 +1,6 @@
{ {
"name": "@nextui-org/use-aria-menu", "name": "@nextui-org/use-aria-menu",
"version": "2.0.0", "version": "2.0.1",
"description": "React-aria useMenu hooks with custom implementations", "description": "React-aria useMenu hooks with custom implementations",
"keywords": [ "keywords": [
"use-aria-menu" "use-aria-menu"