ci(changesets): version packages (#2738)

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
github-actions[bot] 2024-04-16 13:37:32 -03:00 committed by GitHub
parent 60c61aaf0c
commit 098d7884cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 33 additions and 15 deletions

View File

@ -1,6 +0,0 @@
---
"@nextui-org/modal": patch
"@nextui-org/use-aria-modal-overlay": patch
---
Fix modal inside and outside scroll

View File

@ -1,5 +0,0 @@
---
"@nextui-org/date-picker": patch
---
Static props removed from date range input picker field

View File

@ -1,5 +1,11 @@
# @nextui-org/date-picker
## 2.0.2
### Patch Changes
- [#2737](https://github.com/nextui-org/nextui/pull/2737) [`fdbfa1f29`](https://github.com/nextui-org/nextui/commit/fdbfa1f2999e3a6304c7cf36fd73ce5e4ef3fe50) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Static props removed from date range input picker field
## 2.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/date-picker",
"version": "2.0.1",
"version": "2.0.2",
"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,14 @@
# @nextui-org/modal
## 2.0.31
### Patch Changes
- [#2739](https://github.com/nextui-org/nextui/pull/2739) [`60c61aaf0`](https://github.com/nextui-org/nextui/commit/60c61aaf0c46a01ca1ee0d99a6b2d0a1784cc357) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix modal inside and outside scroll
- Updated dependencies [[`60c61aaf0`](https://github.com/nextui-org/nextui/commit/60c61aaf0c46a01ca1ee0d99a6b2d0a1784cc357)]:
- @nextui-org/use-aria-modal-overlay@2.0.8
## 2.0.30
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/modal",
"version": "2.0.30",
"version": "2.0.31",
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
"keywords": [
"modal"

View File

@ -1,5 +1,13 @@
# @nextui-org/react
## 2.3.1
### Patch Changes
- Updated dependencies [[`60c61aaf0`](https://github.com/nextui-org/nextui/commit/60c61aaf0c46a01ca1ee0d99a6b2d0a1784cc357), [`fdbfa1f29`](https://github.com/nextui-org/nextui/commit/fdbfa1f2999e3a6304c7cf36fd73ce5e4ef3fe50)]:
- @nextui-org/modal@2.0.31
- @nextui-org/date-picker@2.0.2
## 2.3.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/react",
"version": "2.3.0",
"version": "2.3.1",
"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/use-aria-modal-overlay
## 2.0.8
### Patch Changes
- [#2739](https://github.com/nextui-org/nextui/pull/2739) [`60c61aaf0`](https://github.com/nextui-org/nextui/commit/60c61aaf0c46a01ca1ee0d99a6b2d0a1784cc357) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix modal inside and outside scroll
## 2.0.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-aria-modal-overlay",
"version": "2.0.7",
"version": "2.0.8",
"description": "A custom implementation of react aria modal overlay, this removes the prevent scroll",
"keywords": [
"use-aria-modal-overlay"