mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
ci(changesets): version packages (#3508)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
parent
0185952ed4
commit
cef11222fa
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
Fixed button scaling when `disableAnimation` is `true` (#3489)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
fixed the issue of double scrollbar in modal with inside `scrollBehavior` (#3942)
|
||||
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@nextui-org/calendar": patch
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
Fixed the calendarContent width as per visible month
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
fixed the slow color change of sortable table header during theme change (#3488)
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/calendar
|
||||
|
||||
## 2.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3505](https://github.com/nextui-org/nextui/pull/3505) [`1fdbf2ad2`](https://github.com/nextui-org/nextui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - Fixed the calendarContent width as per visible month
|
||||
|
||||
- Updated dependencies []:
|
||||
- @nextui-org/button@2.0.36
|
||||
|
||||
## 2.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/calendar",
|
||||
"version": "2.0.9",
|
||||
"version": "2.0.10",
|
||||
"description": "A calendar displays one or more date grids and allows users to select a single date.",
|
||||
"keywords": [
|
||||
"calendar"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @nextui-org/date-picker
|
||||
|
||||
## 2.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`1fdbf2ad2`](https://github.com/nextui-org/nextui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c)]:
|
||||
- @nextui-org/calendar@2.0.10
|
||||
- @nextui-org/button@2.0.36
|
||||
- @nextui-org/date-input@2.1.2
|
||||
- @nextui-org/popover@2.1.26
|
||||
|
||||
## 2.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/date-picker",
|
||||
"version": "2.1.4",
|
||||
"version": "2.1.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"
|
||||
|
||||
@ -1,5 +1,52 @@
|
||||
# @nextui-org/react
|
||||
|
||||
## 2.4.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`59428b183`](https://github.com/nextui-org/nextui/commit/59428b183deceacd0db246e129de5ed8b0200d37), [`8b193072e`](https://github.com/nextui-org/nextui/commit/8b193072e5d77d722825bc89700055ce24ee0fb3), [`1fdbf2ad2`](https://github.com/nextui-org/nextui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c), [`46edcca95`](https://github.com/nextui-org/nextui/commit/46edcca954b3a3e16c83d117c27cf39a59474548)]:
|
||||
- @nextui-org/theme@2.2.8
|
||||
- @nextui-org/calendar@2.0.10
|
||||
- @nextui-org/accordion@2.0.37
|
||||
- @nextui-org/autocomplete@2.1.4
|
||||
- @nextui-org/avatar@2.0.31
|
||||
- @nextui-org/badge@2.0.30
|
||||
- @nextui-org/breadcrumbs@2.0.11
|
||||
- @nextui-org/button@2.0.36
|
||||
- @nextui-org/card@2.0.32
|
||||
- @nextui-org/checkbox@2.1.3
|
||||
- @nextui-org/chip@2.0.31
|
||||
- @nextui-org/code@2.0.31
|
||||
- @nextui-org/date-input@2.1.2
|
||||
- @nextui-org/date-picker@2.1.5
|
||||
- @nextui-org/divider@2.0.30
|
||||
- @nextui-org/dropdown@2.1.28
|
||||
- @nextui-org/image@2.0.30
|
||||
- @nextui-org/input@2.2.3
|
||||
- @nextui-org/kbd@2.0.32
|
||||
- @nextui-org/link@2.0.33
|
||||
- @nextui-org/listbox@2.1.24
|
||||
- @nextui-org/menu@2.0.27
|
||||
- @nextui-org/modal@2.0.38
|
||||
- @nextui-org/navbar@2.0.35
|
||||
- @nextui-org/pagination@2.0.34
|
||||
- @nextui-org/popover@2.1.26
|
||||
- @nextui-org/progress@2.0.32
|
||||
- @nextui-org/radio@2.1.3
|
||||
- @nextui-org/ripple@2.0.31
|
||||
- @nextui-org/scroll-shadow@2.1.18
|
||||
- @nextui-org/select@2.2.4
|
||||
- @nextui-org/skeleton@2.0.30
|
||||
- @nextui-org/slider@2.2.14
|
||||
- @nextui-org/snippet@2.0.40
|
||||
- @nextui-org/spacer@2.0.31
|
||||
- @nextui-org/spinner@2.0.32
|
||||
- @nextui-org/switch@2.0.32
|
||||
- @nextui-org/table@2.0.38
|
||||
- @nextui-org/tabs@2.0.34
|
||||
- @nextui-org/tooltip@2.0.38
|
||||
- @nextui-org/user@2.0.32
|
||||
|
||||
## 2.4.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/react",
|
||||
"version": "2.4.4",
|
||||
"version": "2.4.5",
|
||||
"description": "🚀 Beautiful and modern React UI library.",
|
||||
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
||||
"homepage": "https://nextui.org",
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @nextui-org/theme
|
||||
|
||||
## 2.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3499](https://github.com/nextui-org/nextui/pull/3499) [`59428b183`](https://github.com/nextui-org/nextui/commit/59428b183deceacd0db246e129de5ed8b0200d37) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed button scaling when `disableAnimation` is `true` (#3489)
|
||||
|
||||
- [#3495](https://github.com/nextui-org/nextui/pull/3495) [`8b193072e`](https://github.com/nextui-org/nextui/commit/8b193072e5d77d722825bc89700055ce24ee0fb3) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - fixed the issue of double scrollbar in modal with inside `scrollBehavior` (#3942)
|
||||
|
||||
- [#3505](https://github.com/nextui-org/nextui/pull/3505) [`1fdbf2ad2`](https://github.com/nextui-org/nextui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - Fixed the calendarContent width as per visible month
|
||||
|
||||
- [#3491](https://github.com/nextui-org/nextui/pull/3491) [`46edcca95`](https://github.com/nextui-org/nextui/commit/46edcca954b3a3e16c83d117c27cf39a59474548) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - fixed the slow color change of sortable table header during theme change (#3488)
|
||||
|
||||
## 2.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/theme",
|
||||
"version": "2.2.7",
|
||||
"version": "2.2.8",
|
||||
"description": "The default theme for NextUI components",
|
||||
"keywords": [
|
||||
"theme",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user