mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
ci(changesets): version packages (#3755)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
parent
8fecb5afa9
commit
2c9c817702
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@nextui-org/popover": patch
|
||||
"@nextui-org/tooltip": patch
|
||||
---
|
||||
|
||||
rollback PR3307. rescheduled to v2.5.0.
|
||||
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@nextui-org/dropdown": patch
|
||||
"@nextui-org/use-aria-menu": patch
|
||||
---
|
||||
|
||||
fixed `_a2.find` is not a function (#3761)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
remove tw nested group (rollback PR3658)
|
||||
@ -1,13 +0,0 @@
|
||||
---
|
||||
"@nextui-org/autocomplete": patch
|
||||
"@nextui-org/date-picker": patch
|
||||
"@nextui-org/dropdown": patch
|
||||
"@nextui-org/modal": patch
|
||||
"@nextui-org/popover": patch
|
||||
"@nextui-org/select": patch
|
||||
"@nextui-org/use-aria-modal-overlay": patch
|
||||
"@nextui-org/use-aria-multiselect": patch
|
||||
"@nextui-org/aria-utils": patch
|
||||
---
|
||||
|
||||
rollback pr3467. rescheduled to v2.5.0.
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/accordion
|
||||
|
||||
## 2.0.40
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
|
||||
- @nextui-org/aria-utils@2.0.26
|
||||
- @nextui-org/divider@2.0.32
|
||||
|
||||
## 2.0.39
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/accordion",
|
||||
"version": "2.0.39",
|
||||
"version": "2.0.40",
|
||||
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
@ -1,5 +1,20 @@
|
||||
# @nextui-org/autocomplete
|
||||
|
||||
## 2.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3759](https://github.com/nextui-org/nextui/pull/3759) [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0.
|
||||
|
||||
- Updated dependencies [[`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
|
||||
- @nextui-org/popover@2.1.29
|
||||
- @nextui-org/aria-utils@2.0.26
|
||||
- @nextui-org/button@2.0.38
|
||||
- @nextui-org/input@2.2.5
|
||||
- @nextui-org/listbox@2.1.27
|
||||
- @nextui-org/scroll-shadow@2.1.20
|
||||
- @nextui-org/spinner@2.0.34
|
||||
|
||||
## 2.1.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/autocomplete",
|
||||
"version": "2.1.6",
|
||||
"version": "2.1.7",
|
||||
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
|
||||
"keywords": [
|
||||
"autocomplete"
|
||||
|
||||
@ -1,5 +1,18 @@
|
||||
# @nextui-org/date-picker
|
||||
|
||||
## 2.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3759](https://github.com/nextui-org/nextui/pull/3759) [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0.
|
||||
|
||||
- Updated dependencies [[`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
|
||||
- @nextui-org/popover@2.1.29
|
||||
- @nextui-org/aria-utils@2.0.26
|
||||
- @nextui-org/button@2.0.38
|
||||
- @nextui-org/calendar@2.0.12
|
||||
- @nextui-org/date-input@2.1.4
|
||||
|
||||
## 2.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/date-picker",
|
||||
"version": "2.1.7",
|
||||
"version": "2.1.8",
|
||||
"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,18 @@
|
||||
# @nextui-org/dropdown
|
||||
|
||||
## 2.1.31
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3762](https://github.com/nextui-org/nextui/pull/3762) [`8fecb5afa`](https://github.com/nextui-org/nextui/commit/8fecb5afa9aabe73e32243ca313f97856da8aa08) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed `_a2.find` is not a function (#3761)
|
||||
|
||||
- [#3759](https://github.com/nextui-org/nextui/pull/3759) [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0.
|
||||
|
||||
- Updated dependencies [[`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
|
||||
- @nextui-org/popover@2.1.29
|
||||
- @nextui-org/aria-utils@2.0.26
|
||||
- @nextui-org/menu@2.0.30
|
||||
|
||||
## 2.1.30
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/dropdown",
|
||||
"version": "2.1.30",
|
||||
"version": "2.1.31",
|
||||
"description": "A dropdown displays a list of actions or options that a user can choose.",
|
||||
"keywords": [
|
||||
"dropdown"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/listbox
|
||||
|
||||
## 2.1.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
|
||||
- @nextui-org/aria-utils@2.0.26
|
||||
- @nextui-org/divider@2.0.32
|
||||
|
||||
## 2.1.26
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/listbox",
|
||||
"version": "2.1.26",
|
||||
"version": "2.1.27",
|
||||
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
|
||||
"keywords": [
|
||||
"listbox"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/menu
|
||||
|
||||
## 2.0.30
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`8fecb5afa`](https://github.com/nextui-org/nextui/commit/8fecb5afa9aabe73e32243ca313f97856da8aa08), [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
|
||||
- @nextui-org/use-aria-menu@2.0.7
|
||||
- @nextui-org/aria-utils@2.0.26
|
||||
- @nextui-org/divider@2.0.32
|
||||
|
||||
## 2.0.29
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/menu",
|
||||
"version": "2.0.29",
|
||||
"version": "2.0.30",
|
||||
"description": "A menu displays a list of options and allows a user to select one or more of them.",
|
||||
"keywords": [
|
||||
"menu"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/modal
|
||||
|
||||
## 2.0.41
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3759](https://github.com/nextui-org/nextui/pull/3759) [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0.
|
||||
|
||||
- Updated dependencies [[`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
|
||||
- @nextui-org/use-aria-modal-overlay@2.0.13
|
||||
|
||||
## 2.0.40
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/modal",
|
||||
"version": "2.0.40",
|
||||
"version": "2.0.41",
|
||||
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
|
||||
"keywords": [
|
||||
"modal"
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @nextui-org/popover
|
||||
|
||||
## 2.1.29
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3756](https://github.com/nextui-org/nextui/pull/3756) [`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback PR3307. rescheduled to v2.5.0.
|
||||
|
||||
- [#3759](https://github.com/nextui-org/nextui/pull/3759) [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0.
|
||||
|
||||
- Updated dependencies [[`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
|
||||
- @nextui-org/aria-utils@2.0.26
|
||||
- @nextui-org/button@2.0.38
|
||||
|
||||
## 2.1.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/popover",
|
||||
"version": "2.1.28",
|
||||
"version": "2.1.29",
|
||||
"description": "A popover is an overlay element positioned relative to a trigger.",
|
||||
"keywords": [
|
||||
"popover"
|
||||
|
||||
@ -1,5 +1,19 @@
|
||||
# @nextui-org/select
|
||||
|
||||
## 2.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3759](https://github.com/nextui-org/nextui/pull/3759) [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0.
|
||||
|
||||
- Updated dependencies [[`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
|
||||
- @nextui-org/popover@2.1.29
|
||||
- @nextui-org/use-aria-multiselect@2.2.5
|
||||
- @nextui-org/aria-utils@2.0.26
|
||||
- @nextui-org/listbox@2.1.27
|
||||
- @nextui-org/scroll-shadow@2.1.20
|
||||
- @nextui-org/spinner@2.0.34
|
||||
|
||||
## 2.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/select",
|
||||
"version": "2.2.6",
|
||||
"version": "2.2.7",
|
||||
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
|
||||
"keywords": [
|
||||
"select"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/slider
|
||||
|
||||
## 2.2.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f)]:
|
||||
- @nextui-org/tooltip@2.0.41
|
||||
|
||||
## 2.2.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/slider",
|
||||
"version": "2.2.16",
|
||||
"version": "2.2.17",
|
||||
"description": "A slider allows a user to select one or more values within a range.",
|
||||
"keywords": [
|
||||
"slider"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/snippet
|
||||
|
||||
## 2.0.43
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f)]:
|
||||
- @nextui-org/tooltip@2.0.41
|
||||
- @nextui-org/button@2.0.38
|
||||
|
||||
## 2.0.42
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/snippet",
|
||||
"version": "2.0.42",
|
||||
"version": "2.0.43",
|
||||
"description": "Display a snippet of copyable code for the command line.",
|
||||
"keywords": [
|
||||
"snippet"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/tabs
|
||||
|
||||
## 2.0.37
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
|
||||
- @nextui-org/aria-utils@2.0.26
|
||||
|
||||
## 2.0.36
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/tabs",
|
||||
"version": "2.0.36",
|
||||
"version": "2.0.37",
|
||||
"description": "Tabs organize content into multiple sections and allow users to navigate between them.",
|
||||
"keywords": [
|
||||
"tabs"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/tooltip
|
||||
|
||||
## 2.0.41
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3756](https://github.com/nextui-org/nextui/pull/3756) [`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback PR3307. rescheduled to v2.5.0.
|
||||
|
||||
- Updated dependencies [[`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
|
||||
- @nextui-org/aria-utils@2.0.26
|
||||
|
||||
## 2.0.40
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/tooltip",
|
||||
"version": "2.0.40",
|
||||
"version": "2.0.41",
|
||||
"description": "A React Component for rendering dynamically positioned Tooltips",
|
||||
"keywords": [
|
||||
"tooltip"
|
||||
|
||||
@ -1,5 +1,52 @@
|
||||
# @nextui-org/react
|
||||
|
||||
## 2.4.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`8fecb5afa`](https://github.com/nextui-org/nextui/commit/8fecb5afa9aabe73e32243ca313f97856da8aa08), [`5517a0578`](https://github.com/nextui-org/nextui/commit/5517a0578b5514cf2a4ddec53528d25d7f616cd0), [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
|
||||
- @nextui-org/popover@2.1.29
|
||||
- @nextui-org/tooltip@2.0.41
|
||||
- @nextui-org/dropdown@2.1.31
|
||||
- @nextui-org/theme@2.2.11
|
||||
- @nextui-org/autocomplete@2.1.7
|
||||
- @nextui-org/date-picker@2.1.8
|
||||
- @nextui-org/modal@2.0.41
|
||||
- @nextui-org/select@2.2.7
|
||||
- @nextui-org/breadcrumbs@2.0.13
|
||||
- @nextui-org/slider@2.2.17
|
||||
- @nextui-org/snippet@2.0.43
|
||||
- @nextui-org/table@2.0.40
|
||||
- @nextui-org/navbar@2.0.37
|
||||
- @nextui-org/menu@2.0.30
|
||||
- @nextui-org/accordion@2.0.40
|
||||
- @nextui-org/avatar@2.0.33
|
||||
- @nextui-org/badge@2.0.32
|
||||
- @nextui-org/button@2.0.38
|
||||
- @nextui-org/calendar@2.0.12
|
||||
- @nextui-org/card@2.0.34
|
||||
- @nextui-org/checkbox@2.1.5
|
||||
- @nextui-org/chip@2.0.33
|
||||
- @nextui-org/code@2.0.33
|
||||
- @nextui-org/date-input@2.1.4
|
||||
- @nextui-org/divider@2.0.32
|
||||
- @nextui-org/image@2.0.32
|
||||
- @nextui-org/input@2.2.5
|
||||
- @nextui-org/kbd@2.0.34
|
||||
- @nextui-org/link@2.0.35
|
||||
- @nextui-org/listbox@2.1.27
|
||||
- @nextui-org/pagination@2.0.36
|
||||
- @nextui-org/progress@2.0.34
|
||||
- @nextui-org/radio@2.1.5
|
||||
- @nextui-org/ripple@2.0.33
|
||||
- @nextui-org/scroll-shadow@2.1.20
|
||||
- @nextui-org/skeleton@2.0.32
|
||||
- @nextui-org/spacer@2.0.33
|
||||
- @nextui-org/spinner@2.0.34
|
||||
- @nextui-org/switch@2.0.34
|
||||
- @nextui-org/tabs@2.0.37
|
||||
- @nextui-org/user@2.0.34
|
||||
|
||||
## 2.4.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/react",
|
||||
"version": "2.4.7",
|
||||
"version": "2.4.8",
|
||||
"description": "🚀 Beautiful and modern React UI library.",
|
||||
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
||||
"homepage": "https://nextui.org",
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/theme
|
||||
|
||||
## 2.2.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3754](https://github.com/nextui-org/nextui/pull/3754) [`5517a0578`](https://github.com/nextui-org/nextui/commit/5517a0578b5514cf2a4ddec53528d25d7f616cd0) Thanks [@wingkwong](https://github.com/wingkwong)! - remove tw nested group (rollback PR3658)
|
||||
|
||||
## 2.2.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/theme",
|
||||
"version": "2.2.10",
|
||||
"version": "2.2.11",
|
||||
"description": "The default theme for NextUI components",
|
||||
"keywords": [
|
||||
"theme",
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/use-aria-menu
|
||||
|
||||
## 2.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3762](https://github.com/nextui-org/nextui/pull/3762) [`8fecb5afa`](https://github.com/nextui-org/nextui/commit/8fecb5afa9aabe73e32243ca313f97856da8aa08) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed `_a2.find` is not a function (#3761)
|
||||
|
||||
## 2.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/use-aria-menu",
|
||||
"version": "2.0.6",
|
||||
"version": "2.0.7",
|
||||
"description": "React-aria useMenu hooks with custom implementations",
|
||||
"keywords": [
|
||||
"use-aria-menu"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/use-aria-modal-overlay
|
||||
|
||||
## 2.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3759](https://github.com/nextui-org/nextui/pull/3759) [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0.
|
||||
|
||||
## 2.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/use-aria-modal-overlay",
|
||||
"version": "2.0.12",
|
||||
"version": "2.0.13",
|
||||
"description": "A custom implementation of react aria modal overlay, this removes the prevent scroll",
|
||||
"keywords": [
|
||||
"use-aria-modal-overlay"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/use-aria-multiselect
|
||||
|
||||
## 2.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3759](https://github.com/nextui-org/nextui/pull/3759) [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0.
|
||||
|
||||
## 2.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/use-aria-multiselect",
|
||||
"version": "2.2.4",
|
||||
"version": "2.2.5",
|
||||
"description": "Provides the behavior and accessibility implementation for a multi-select component.",
|
||||
"keywords": [
|
||||
"use-aria-multiselect"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/aria-utils
|
||||
|
||||
## 2.0.26
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3759](https://github.com/nextui-org/nextui/pull/3759) [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0.
|
||||
|
||||
## 2.0.25
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/aria-utils",
|
||||
"version": "2.0.25",
|
||||
"version": "2.0.26",
|
||||
"description": "A package for managing @react-aria nextui utils.",
|
||||
"keywords": [
|
||||
"aria-utils"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user