mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
ci(changesets): version packages (#4326)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
parent
f8f6bfea5a
commit
1bf66bc26e
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/listbox": patch
|
||||
---
|
||||
|
||||
fix listbox section items prop in html element (#4277)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/calendar": patch
|
||||
---
|
||||
|
||||
remove unnecessary fragment in calendar (#4358, #4068)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/input": patch
|
||||
---
|
||||
|
||||
label placement with file input type (#4364)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/shared-utils": patch
|
||||
---
|
||||
|
||||
fix process is not defined
|
||||
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@nextui-org/input-otp": patch
|
||||
"@nextui-org/shared-utils": patch
|
||||
---
|
||||
|
||||
Fix virtual keyboard to display the keys based on allowedKeys(#4408)
|
||||
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@nextui-org/checkbox": patch
|
||||
"@nextui-org/switch": patch
|
||||
"@nextui-org/radio": patch
|
||||
---
|
||||
|
||||
bump `@nextui-org/theme` in peerDependencies
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/drawer": patch
|
||||
---
|
||||
|
||||
Export useDisclosure and Drawer children props from `@nextui-org/drawer`
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
Fixing the input in card to not become invisible on hover and making time-input and date-input consistent to other inputs.
|
||||
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@nextui-org/use-aria-multiselect": patch
|
||||
"@nextui-org/select": patch
|
||||
---
|
||||
|
||||
fixed validationBehavior=native showing browser ui error for select component (#3913)
|
||||
fixed select not committing error message when validationBehavior=native
|
||||
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@nextui-org/alert": patch
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
Fix #4382 `hideIconWrapper` property wasn't removing the borded on `Alert` component
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/input-otp": patch
|
||||
---
|
||||
|
||||
fixed isRequired not showing error when validationBehavior=native is not explicitly set
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
menu base use overflow-clip to fix listbox section sticky (#4335)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/alert": patch
|
||||
---
|
||||
|
||||
fix alert slots & variantProps import (#4336)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/input-otp": patch
|
||||
---
|
||||
|
||||
Change ensures that the input value does not accept any disallowed characters when the value prop contains them (#4329)
|
||||
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@nextui-org/navbar": patch
|
||||
---
|
||||
|
||||
|
||||
Resolving the issue preventing the navbar from opening(#4345)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/system-rsc": patch
|
||||
---
|
||||
|
||||
Fix data type returned by the extendVariants function (#4269)
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@nextui-org/alert": patch
|
||||
---
|
||||
|
||||
replace decrepate onClick in Alert
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/accordion
|
||||
|
||||
## 2.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/divider@2.2.5
|
||||
- @nextui-org/aria-utils@2.2.6
|
||||
- @nextui-org/framer-utils@2.1.5
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/accordion",
|
||||
"version": "2.2.5",
|
||||
"version": "2.2.6",
|
||||
"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/alert
|
||||
|
||||
## 2.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4383](https://github.com/nextui-org/nextui/pull/4383) [`e15ef62`](https://github.com/nextui-org/nextui/commit/e15ef62b6ccabc5aef2790c6f97d7457f204be92) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4382 `hideIconWrapper` property wasn't removing the borded on `Alert` component
|
||||
|
||||
- [#4365](https://github.com/nextui-org/nextui/pull/4365) [`5946e90`](https://github.com/nextui-org/nextui/commit/5946e90335c713e361e09927ab459445d707d7e4) Thanks [@wingkwong](https://github.com/wingkwong)! - fix alert slots & variantProps import (#4336)
|
||||
|
||||
- [#4354](https://github.com/nextui-org/nextui/pull/4354) [`fa38828`](https://github.com/nextui-org/nextui/commit/fa388283458602cd8e128486323472498a145fa2) Thanks [@wingkwong](https://github.com/wingkwong)! - replace decrepate onClick in Alert
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/button@2.2.8
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/alert",
|
||||
"version": "2.2.7",
|
||||
"version": "2.2.8",
|
||||
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
|
||||
"keywords": [
|
||||
"alert"
|
||||
|
||||
@ -1,5 +1,22 @@
|
||||
# @nextui-org/autocomplete
|
||||
|
||||
## 2.3.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b5943db`](https://github.com/nextui-org/nextui/commit/b5943db1fdad3cacba54e10ef828bc24c740f01b), [`9e8a656`](https://github.com/nextui-org/nextui/commit/9e8a656665464152c4d226fa520fc4219eca0a8d), [`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/listbox@2.3.8
|
||||
- @nextui-org/input@2.4.7
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/popover@2.3.8
|
||||
- @nextui-org/button@2.2.8
|
||||
- @nextui-org/form@2.1.7
|
||||
- @nextui-org/scroll-shadow@2.3.4
|
||||
- @nextui-org/spinner@2.2.5
|
||||
- @nextui-org/use-aria-button@2.2.4
|
||||
- @nextui-org/aria-utils@2.2.6
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.3.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/autocomplete",
|
||||
"version": "2.3.7",
|
||||
"version": "2.3.8",
|
||||
"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,13 @@
|
||||
# @nextui-org/avatar
|
||||
|
||||
## 2.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/avatar",
|
||||
"version": "2.2.4",
|
||||
"version": "2.2.5",
|
||||
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
|
||||
"keywords": [
|
||||
"avatar"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/badge
|
||||
|
||||
## 2.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/badge",
|
||||
"version": "2.2.3",
|
||||
"version": "2.2.4",
|
||||
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
|
||||
"keywords": [
|
||||
"badge"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/breadcrumbs
|
||||
|
||||
## 2.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/breadcrumbs",
|
||||
"version": "2.2.4",
|
||||
"version": "2.2.5",
|
||||
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
|
||||
"keywords": [
|
||||
"breadcrumbs"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/button
|
||||
|
||||
## 2.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/ripple@2.2.6
|
||||
- @nextui-org/spinner@2.2.5
|
||||
- @nextui-org/use-aria-button@2.2.4
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/button",
|
||||
"version": "2.2.7",
|
||||
"version": "2.2.8",
|
||||
"description": "Buttons allow users to perform actions and choose with a single tap.",
|
||||
"keywords": [
|
||||
"button"
|
||||
|
||||
@ -1,5 +1,18 @@
|
||||
# @nextui-org/calendar
|
||||
|
||||
## 2.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4428](https://github.com/nextui-org/nextui/pull/4428) [`c0e3dab`](https://github.com/nextui-org/nextui/commit/c0e3dab5e8104b4f9335892e850b26359d33b3e8) Thanks [@wingkwong](https://github.com/wingkwong)! - remove unnecessary fragment in calendar (#4358, #4068)
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/button@2.2.8
|
||||
- @nextui-org/use-aria-button@2.2.4
|
||||
- @nextui-org/framer-utils@2.1.5
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/calendar",
|
||||
"version": "2.2.7",
|
||||
"version": "2.2.8",
|
||||
"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/card
|
||||
|
||||
## 2.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/ripple@2.2.6
|
||||
- @nextui-org/use-aria-button@2.2.4
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/card",
|
||||
"version": "2.2.7",
|
||||
"version": "2.2.8",
|
||||
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
|
||||
"keywords": [
|
||||
"card"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/checkbox
|
||||
|
||||
## 2.3.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4334](https://github.com/nextui-org/nextui/pull/4334) [`0b117e5`](https://github.com/nextui-org/nextui/commit/0b117e59b22a485d95054491b5aea4e67d257bff) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@nextui-org/theme` in peerDependencies
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/form@2.1.7
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.3.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/checkbox",
|
||||
"version": "2.3.6",
|
||||
"version": "2.3.7",
|
||||
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
|
||||
"keywords": [
|
||||
"checkbox"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/chip
|
||||
|
||||
## 2.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/chip",
|
||||
"version": "2.2.4",
|
||||
"version": "2.2.5",
|
||||
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
|
||||
"keywords": [
|
||||
"chip"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/code
|
||||
|
||||
## 2.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`76a72a9`](https://github.com/nextui-org/nextui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/system-rsc@2.3.5
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/code",
|
||||
"version": "2.2.4",
|
||||
"version": "2.2.5",
|
||||
"description": "Code is a component used to display inline code.",
|
||||
"keywords": [
|
||||
"code"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/date-input
|
||||
|
||||
## 2.3.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/form@2.1.7
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.3.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/date-input",
|
||||
"version": "2.3.6",
|
||||
"version": "2.3.7",
|
||||
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
|
||||
"keywords": [
|
||||
"date-field"
|
||||
|
||||
@ -1,5 +1,19 @@
|
||||
# @nextui-org/date-picker
|
||||
|
||||
## 2.3.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`c0e3dab`](https://github.com/nextui-org/nextui/commit/c0e3dab5e8104b4f9335892e850b26359d33b3e8), [`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/calendar@2.2.8
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/popover@2.3.8
|
||||
- @nextui-org/button@2.2.8
|
||||
- @nextui-org/date-input@2.3.7
|
||||
- @nextui-org/form@2.1.7
|
||||
- @nextui-org/aria-utils@2.2.6
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.3.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/date-picker",
|
||||
"version": "2.3.7",
|
||||
"version": "2.3.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,13 @@
|
||||
# @nextui-org/divider
|
||||
|
||||
## 2.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`76a72a9`](https://github.com/nextui-org/nextui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/system-rsc@2.3.5
|
||||
|
||||
## 2.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/divider",
|
||||
"version": "2.2.4",
|
||||
"version": "2.2.5",
|
||||
"description": ". A separator is a visual divider between two groups of content",
|
||||
"keywords": [
|
||||
"divider"
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @nextui-org/drawer
|
||||
|
||||
## 2.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4310](https://github.com/nextui-org/nextui/pull/4310) [`f8f6bfe`](https://github.com/nextui-org/nextui/commit/f8f6bfea5a7f783636c4d0ce9ba7291ce0ea0a97) Thanks [@omarshehab221](https://github.com/omarshehab221)! - Export useDisclosure and Drawer children props from `@nextui-org/drawer`
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/modal@2.2.6
|
||||
- @nextui-org/framer-utils@2.1.5
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/drawer",
|
||||
"version": "2.2.5",
|
||||
"version": "2.2.6",
|
||||
"description": "Used to render a content that slides in from the side of the screen.",
|
||||
"keywords": [
|
||||
"drawer"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/dropdown
|
||||
|
||||
## 2.3.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/popover@2.3.8
|
||||
- @nextui-org/menu@2.2.8
|
||||
- @nextui-org/aria-utils@2.2.6
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.3.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/dropdown",
|
||||
"version": "2.3.7",
|
||||
"version": "2.3.8",
|
||||
"description": "A dropdown displays a list of actions or options that a user can choose.",
|
||||
"keywords": [
|
||||
"dropdown"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @nextui-org/form
|
||||
|
||||
## 2.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`afe0b52`](https://github.com/nextui-org/nextui/commit/afe0b527ce2dcd1f511b601fcba700fd2d12fcd6), [`e15ef62`](https://github.com/nextui-org/nextui/commit/e15ef62b6ccabc5aef2790c6f97d7457f204be92), [`e546124`](https://github.com/nextui-org/nextui/commit/e546124e1de49e8bd4d8f5e33cba87a0e83435ef)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/theme@2.4.4
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
- @nextui-org/system@2.4.5
|
||||
|
||||
## 2.1.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/form",
|
||||
"version": "2.1.6",
|
||||
"version": "2.1.7",
|
||||
"description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.",
|
||||
"keywords": [
|
||||
"form"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/image
|
||||
|
||||
## 2.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/image",
|
||||
"version": "2.2.3",
|
||||
"version": "2.2.4",
|
||||
"description": "A simple image component",
|
||||
"keywords": [
|
||||
"image"
|
||||
|
||||
@ -1,5 +1,20 @@
|
||||
# @nextui-org/input-otp
|
||||
|
||||
## 2.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4411](https://github.com/nextui-org/nextui/pull/4411) [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31) Thanks [@macci001](https://github.com/macci001)! - Fix virtual keyboard to display the keys based on allowedKeys(#4408)
|
||||
|
||||
- [#4417](https://github.com/nextui-org/nextui/pull/4417) [`93c9df1`](https://github.com/nextui-org/nextui/commit/93c9df15d99cb7467927700f73b3a683f98f0ccf) Thanks [@Peterl561](https://github.com/Peterl561)! - fixed isRequired not showing error when validationBehavior=native is not explicitly set
|
||||
|
||||
- [#4338](https://github.com/nextui-org/nextui/pull/4338) [`2f55ecb`](https://github.com/nextui-org/nextui/commit/2f55ecb4b2e61fb9d9a91df9f4d7c1eff6b7b05e) Thanks [@macci001](https://github.com/macci001)! - Change ensures that the input value does not accept any disallowed characters when the value prop contains them (#4329)
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/form@2.1.7
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.1.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/input-otp",
|
||||
"version": "2.1.6",
|
||||
"version": "2.1.7",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"input-otp"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/input
|
||||
|
||||
## 2.4.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4366](https://github.com/nextui-org/nextui/pull/4366) [`9e8a656`](https://github.com/nextui-org/nextui/commit/9e8a656665464152c4d226fa520fc4219eca0a8d) Thanks [@wingkwong](https://github.com/wingkwong)! - label placement with file input type (#4364)
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/form@2.1.7
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.4.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/input",
|
||||
"version": "2.4.6",
|
||||
"version": "2.4.7",
|
||||
"description": "The input component is designed for capturing user input within a text field.",
|
||||
"keywords": [
|
||||
"input"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/kbd
|
||||
|
||||
## 2.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`76a72a9`](https://github.com/nextui-org/nextui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/system-rsc@2.3.5
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/kbd",
|
||||
"version": "2.2.4",
|
||||
"version": "2.2.5",
|
||||
"description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
|
||||
"keywords": [
|
||||
"kbd"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/link
|
||||
|
||||
## 2.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/use-aria-link@2.2.4
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/link",
|
||||
"version": "2.2.5",
|
||||
"version": "2.2.6",
|
||||
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>",
|
||||
"keywords": [
|
||||
"link"
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @nextui-org/listbox
|
||||
|
||||
## 2.3.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4369](https://github.com/nextui-org/nextui/pull/4369) [`b5943db`](https://github.com/nextui-org/nextui/commit/b5943db1fdad3cacba54e10ef828bc24c740f01b) Thanks [@EReguero](https://github.com/EReguero)! - fix listbox section items prop in html element (#4277)
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/divider@2.2.5
|
||||
- @nextui-org/aria-utils@2.2.6
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.3.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/listbox",
|
||||
"version": "2.3.7",
|
||||
"version": "2.3.8",
|
||||
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
|
||||
"keywords": [
|
||||
"listbox"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @nextui-org/menu
|
||||
|
||||
## 2.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/divider@2.2.5
|
||||
- @nextui-org/aria-utils@2.2.6
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/menu",
|
||||
"version": "2.2.7",
|
||||
"version": "2.2.8",
|
||||
"description": "A menu displays a list of options and allows a user to select one or more of them.",
|
||||
"keywords": [
|
||||
"menu"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @nextui-org/modal
|
||||
|
||||
## 2.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/use-aria-button@2.2.4
|
||||
- @nextui-org/framer-utils@2.1.5
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/modal",
|
||||
"version": "2.2.5",
|
||||
"version": "2.2.6",
|
||||
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
|
||||
"keywords": [
|
||||
"modal"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/navbar
|
||||
|
||||
## 2.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4406](https://github.com/nextui-org/nextui/pull/4406) [`de0e277`](https://github.com/nextui-org/nextui/commit/de0e2776fe8b31125847a70e6d558e538f4d63f0) Thanks [@macci001](https://github.com/macci001)! - Resolving the issue preventing the navbar from opening(#4345)
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/framer-utils@2.1.5
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/navbar",
|
||||
"version": "2.2.5",
|
||||
"version": "2.2.6",
|
||||
"description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
|
||||
"keywords": [
|
||||
"navbar"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/pagination
|
||||
|
||||
## 2.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/use-pagination@2.2.3
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/pagination",
|
||||
"version": "2.2.6",
|
||||
"version": "2.2.7",
|
||||
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
|
||||
"keywords": [
|
||||
"pagination"
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
# @nextui-org/popover
|
||||
|
||||
## 2.3.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/button@2.2.8
|
||||
- @nextui-org/use-aria-button@2.2.4
|
||||
- @nextui-org/aria-utils@2.2.6
|
||||
- @nextui-org/framer-utils@2.1.5
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.3.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/popover",
|
||||
"version": "2.3.7",
|
||||
"version": "2.3.8",
|
||||
"description": "A popover is an overlay element positioned relative to a trigger.",
|
||||
"keywords": [
|
||||
"popover"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/progress
|
||||
|
||||
## 2.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/progress",
|
||||
"version": "2.2.4",
|
||||
"version": "2.2.5",
|
||||
"description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
|
||||
"keywords": [
|
||||
"progress"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @nextui-org/radio
|
||||
|
||||
## 2.3.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4334](https://github.com/nextui-org/nextui/pull/4334) [`0b117e5`](https://github.com/nextui-org/nextui/commit/0b117e59b22a485d95054491b5aea4e67d257bff) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@nextui-org/theme` in peerDependencies
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/form@2.1.7
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.3.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/radio",
|
||||
"version": "2.3.6",
|
||||
"version": "2.3.7",
|
||||
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
|
||||
"keywords": [
|
||||
"radio"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/ripple
|
||||
|
||||
## 2.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/ripple",
|
||||
"version": "2.2.5",
|
||||
"version": "2.2.6",
|
||||
"description": "A simple implementation to display a ripple animation when the source component is clicked",
|
||||
"keywords": [
|
||||
"ripple"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/scroll-shadow
|
||||
|
||||
## 2.3.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/use-data-scroll-overflow@2.2.2
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/scroll-shadow",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"description": "A component that applies top and bottom shadows when content overflows on scroll.",
|
||||
"keywords": [
|
||||
"scroll-shadow"
|
||||
|
||||
@ -1,5 +1,23 @@
|
||||
# @nextui-org/select
|
||||
|
||||
## 2.4.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4427](https://github.com/nextui-org/nextui/pull/4427) [`f7e1b17`](https://github.com/nextui-org/nextui/commit/f7e1b17c40f448670cc6feda6c6c90d1195ac724) Thanks [@Peterl561](https://github.com/Peterl561)! - fixed validationBehavior=native showing browser ui error for select component (#3913)
|
||||
fixed select not committing error message when validationBehavior=native
|
||||
- Updated dependencies [[`b5943db`](https://github.com/nextui-org/nextui/commit/b5943db1fdad3cacba54e10ef828bc24c740f01b), [`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`f7e1b17`](https://github.com/nextui-org/nextui/commit/f7e1b17c40f448670cc6feda6c6c90d1195ac724)]:
|
||||
- @nextui-org/listbox@2.3.8
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/use-aria-multiselect@2.4.3
|
||||
- @nextui-org/popover@2.3.8
|
||||
- @nextui-org/form@2.1.7
|
||||
- @nextui-org/scroll-shadow@2.3.4
|
||||
- @nextui-org/spinner@2.2.5
|
||||
- @nextui-org/use-aria-button@2.2.4
|
||||
- @nextui-org/aria-utils@2.2.6
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.4.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/select",
|
||||
"version": "2.4.7",
|
||||
"version": "2.4.8",
|
||||
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
|
||||
"keywords": [
|
||||
"select"
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @nextui-org/skeleton
|
||||
|
||||
## 2.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/skeleton",
|
||||
"version": "2.2.3",
|
||||
"version": "2.2.4",
|
||||
"description": "Skeleton is used to display the loading state of some component.",
|
||||
"keywords": [
|
||||
"skeleton"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/slider
|
||||
|
||||
## 2.4.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/tooltip@2.2.6
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.4.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/slider",
|
||||
"version": "2.4.5",
|
||||
"version": "2.4.6",
|
||||
"description": "A slider allows a user to select one or more values within a range.",
|
||||
"keywords": [
|
||||
"slider"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @nextui-org/snippet
|
||||
|
||||
## 2.2.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/button@2.2.8
|
||||
- @nextui-org/tooltip@2.2.6
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/snippet",
|
||||
"version": "2.2.8",
|
||||
"version": "2.2.9",
|
||||
"description": "Display a snippet of copyable code for the command line.",
|
||||
"keywords": [
|
||||
"snippet"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/spacer
|
||||
|
||||
## 2.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`76a72a9`](https://github.com/nextui-org/nextui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/system-rsc@2.3.5
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/spacer",
|
||||
"version": "2.2.4",
|
||||
"version": "2.2.5",
|
||||
"description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.",
|
||||
"keywords": [
|
||||
"spacer"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @nextui-org/spinner
|
||||
|
||||
## 2.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`76a72a9`](https://github.com/nextui-org/nextui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/system-rsc@2.3.5
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/spinner",
|
||||
"version": "2.2.4",
|
||||
"version": "2.2.5",
|
||||
"description": "Loaders express an unspecified wait time or display the length of a process.",
|
||||
"keywords": [
|
||||
"loading",
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @nextui-org/switch
|
||||
|
||||
## 2.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4334](https://github.com/nextui-org/nextui/pull/4334) [`0b117e5`](https://github.com/nextui-org/nextui/commit/0b117e59b22a485d95054491b5aea4e67d257bff) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@nextui-org/theme` in peerDependencies
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/switch",
|
||||
"version": "2.2.6",
|
||||
"version": "2.2.7",
|
||||
"description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.",
|
||||
"keywords": [
|
||||
"switch"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @nextui-org/table
|
||||
|
||||
## 2.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`0b117e5`](https://github.com/nextui-org/nextui/commit/0b117e59b22a485d95054491b5aea4e67d257bff)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/checkbox@2.3.7
|
||||
- @nextui-org/spacer@2.2.5
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/table",
|
||||
"version": "2.2.6",
|
||||
"version": "2.2.7",
|
||||
"description": "Tables are used to display tabular data using rows and columns. ",
|
||||
"keywords": [
|
||||
"table"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @nextui-org/tabs
|
||||
|
||||
## 2.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
|
||||
- @nextui-org/shared-utils@2.1.2
|
||||
- @nextui-org/aria-utils@2.2.6
|
||||
- @nextui-org/framer-utils@2.1.5
|
||||
- @nextui-org/react-utils@2.1.2
|
||||
|
||||
## 2.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user