Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: installation update init description #3201

Merged
merged 70 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
aba1716
chore(root): reat-aria packages updated (#2889)
jrgarciadev Apr 28, 2024
add893c
Merge branch 'canary' of github.com:nextui-org/nextui into canary
jrgarciadev Apr 28, 2024
6aacde2
chore(storybook): common colors enabled (#2902)
jrgarciadev Apr 28, 2024
c83ff38
fix(range-calendar): hide only dates outside the month (#2906)
ShrinidhiUpadhyaya Apr 29, 2024
2a2a069
fix(date-picker): keep date picker style consistent for different var…
wingkwong Apr 29, 2024
5f5ad7a
fix: add missing TableRowProps export (#2866)
sapkra Apr 29, 2024
648edad
fix(input): correct label margin for RTL required inputs (#2781)
mrbadri Apr 29, 2024
f8b917a
docs(core): add storybook and canary release info (#2914)
wingkwong Apr 29, 2024
e3afa47
Cn utility refactor (#2915)
jrgarciadev Apr 29, 2024
91127f8
docs(date-picker): change to jsx instead (#2919)
wingkwong Apr 30, 2024
72a950a
Merge branch 'main' of github.com:nextui-org/nextui into canary
jrgarciadev May 1, 2024
3748abe
Merge branch 'main' of github.com:nextui-org/nextui into canary
jrgarciadev May 2, 2024
9acf3ea
fix(switch): support uncontrolled switch in react-hook-form (#2924)
wingkwong May 3, 2024
c7bdd06
Merge branch 'main' of github.com:nextui-org/nextui into canary
jrgarciadev May 3, 2024
f28b1e9
Merge branch 'canary' of github.com:nextui-org/nextui into canary
jrgarciadev May 3, 2024
ec6fd12
Merge branch 'main' of github.com:nextui-org/nextui into canary
jrgarciadev May 4, 2024
73d9695
refactor(root): react aria packages fixed (#2944)
jrgarciadev May 4, 2024
dc24587
feat(docs): docs changes (#2868)
wingkwong May 4, 2024
76f4dd8
fix(slider): missing marks when hideThumb is true & revise slider sty…
wingkwong May 4, 2024
633f9d2
feat(test): react hook form tests & stories (#2931)
wingkwong May 4, 2024
10497f1
fix: update accordion item heading tag to be customizable (#2265)
outputboy May 13, 2024
5f735a9
fix(theme): add pointer-events-none to skeleton base (#2972)
wingkwong May 13, 2024
e34c5e3
feat(tabs): add `destroyInactiveTabPanel` prop for Tabs component (#2…
wingkwong May 13, 2024
422770c
refactor: add support for disabling the animation globally (#2929)
jrgarciadev May 13, 2024
7af584a
Merge branch 'main' of github.com:nextui-org/nextui into canary
jrgarciadev May 13, 2024
81eeea5
Merge branch 'main' of github.com:nextui-org/nextui into canary
jrgarciadev May 13, 2024
ad08010
fix(theme): remove origin-bottom from button (#2990)
wingkwong May 13, 2024
8988981
fix(skeleton): overflow issue in skeleton (#2986)
wingkwong May 13, 2024
3312d4e
Merge branch 'main' of github.com:nextui-org/nextui into canary
jrgarciadev May 18, 2024
b51cd52
Merge branch 'main' of github.com:nextui-org/nextui into canary
jrgarciadev May 18, 2024
f5bf12a
Merge branch 'main' of github.com:nextui-org/nextui into canary
jrgarciadev May 18, 2024
9d63259
fix(table): v2 input/textarea don't allow spaces inside a table (#3020)
wingkwong May 19, 2024
5329de4
fix(slider): calculate the correct value on mark click (#3017)
wingkwong May 19, 2024
77e85e6
fix(theme): revise input isInvalid styles (#3010)
wingkwong May 19, 2024
ca8554c
feat(date-picker): add missing ref to input wrapper (#3011)
wingkwong May 19, 2024
1109bae
fix(core): incorrect tailwind classnames (#3018)
wingkwong May 19, 2024
7df2c71
fix(dropdown): focus behaviour on press / enter keydown (#2970)
wingkwong May 19, 2024
c8f792c
fix(component): update type definition to prevent primitive values as…
ryo-manba May 19, 2024
a213300
fix(select): onSelectionChange can handle number (#2937)
ryo-manba May 19, 2024
0108d06
fix(calendar): scrolling is hidden when changing the month (#2949)
novsource May 19, 2024
06ecd21
fix: make VisuallyHidden's element type as span when it's inside phra…
kosmotema May 20, 2024
bc75983
docs: sync nextui-cli api (#3035)
winchesHe May 22, 2024
540aa21
feat: switch default validationBehavior to aria and allow switching v…
ryo-manba May 22, 2024
3b14c21
fix: popover-based focus behaviour (#2854)
wingkwong May 24, 2024
8048dcc
fix(components): Fix 'Tap to click' behavior on macOS with Edge/Chrom…
ericfabreu May 24, 2024
bf68c91
fix(date-picker): corrected inert value for true condition (#3054)
ShrinidhiUpadhyaya May 24, 2024
f24a973
fix(hooks): resolve type error in onKeyDown event handler (#3064)
Gaic4o May 24, 2024
07d722d
Update dependency array on setPage useCallback hook (#3029)
jesuzon May 24, 2024
20ba819
fix: error peerDep in pkg (#3014)
winchesHe May 24, 2024
6bbd234
Fix DatePicker Time Input (#2845)
chirokas May 24, 2024
39bc460
fix(date-picker): test
jrgarciadev May 24, 2024
fa26ce0
fix(hooks): optimize useScrollPosition with useCallback and useRef (#…
Gaic4o May 24, 2024
31bfaeb
fix(select): placeholder text display for controlled component (#3081)
ryo-manba May 26, 2024
5194a02
Merge branch 'main' of github.com:nextui-org/nextui into canary
jrgarciadev May 26, 2024
384cf11
chore(docs): v2.4.0 (#3084)
jrgarciadev May 27, 2024
578cf5a
chore(changese): update @nextui-org/react dependency to minor version
jrgarciadev May 27, 2024
59fcfa0
docs: update cli docs (#3096)
winchesHe May 27, 2024
9a2cf47
ci(changesets): version packages (#2903)
github-actions[bot] May 27, 2024
41d2eeb
fix(radio): remove required attribute for Radio with validationBehavi…
ryo-manba May 28, 2024
43bef07
fix(theme): add missing pointer event after data loaded (#3126)
wingkwong May 29, 2024
685995a
fix(system): listbox href issue (experimental) (#3119)
wingkwong May 29, 2024
cdbc651
fix(avatar): avoid passing `disableAnimation` prop to a DOM element (…
wingkwong May 31, 2024
0c10581
fix(docs): removed unused import & corrected prop for disabled DatePi…
ShrinidhiUpadhyaya May 31, 2024
750b466
ci(changesets): version packages (#3115)
github-actions[bot] May 31, 2024
68d1629
fix(pagination): missing animation (#3144)
wingkwong May 31, 2024
be29da1
chore(root): merge branch 'main' of github.com:nextui-org/nextui into…
jrgarciadev May 31, 2024
d9327f9
fix tsup domain (#3158)
egoist Jun 1, 2024
f3fdb7b
chore(docs): remove destroyInactiveTabPanel from Tab due to merge con…
wingkwong Jun 1, 2024
2069a7a
fix(autocomplete): maximum update depth exceeded in autocomplete (#3175)
wingkwong Jun 4, 2024
0b64bb1
docs: installation update init description
winchesHe Jun 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/famous-mice-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nextui-org/pagination": patch
---

Fixed pagination missing animation (#3138)
5 changes: 5 additions & 0 deletions .changeset/tough-peaches-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nextui-org/autocomplete": patch
---

Fix maximum update depth exceeded on Autocomplete component (#3094)
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Hello!, I am very excited that you are interested in contributing with Next UI.
### Tooling

- [PNPM](https://pnpm.io/) to manage packages and dependencies
- [Tsup](https://tsup.egoist.sh/) to bundle packages
- [Tsup](https://tsup.egoist.dev/) to bundle packages
- [Storybook](https://storybook.js.org/) for rapid UI component development and
testing
- [Testing Library](https://testing-library.com/) for testing components and
Expand Down
3 changes: 2 additions & 1 deletion apps/docs/content/blog/v2.4.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ you need to update the import as follows:
+ import {cn} from "@nextui-org/theme"
```

<Spacer y={4} />

### Validation Behavior

Since v2.4.0, we've changed the default validation behavior to `aria` which means no native validation is applied. If you wish to use the native validation, you can set `validationBehavior` to `native` to the input components or set it to the Provider as stated above.
Expand Down Expand Up @@ -319,7 +321,6 @@ For those who use `validationBehavior="aria"`, `validate` will be no longer appl
- Refactored the useScrollPosition hook to improve performance and stability by using useCallback for the handler function and useRef for throttleTimeout. [PR](https://github.com/nextui-org/nextui/pull/3049) - [@Gaic4o](https://github.com/Gaic4o)

**Documentation**:

- Updated documentation to reflect the new features and changes in the components, API references, and CLI.

Special thanks to NextUI Team members [@kuri-sun](https://github.com/kuri-sun), [@ryo-manba](https://github.com/ryo-manba),
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/components/date-picker/disabled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function App() {
<DatePicker
label="Birth date"
className="max-w-[284px]"
isReadOnly
isDisabled
/>
</div>
);
Expand Down
2 changes: 0 additions & 2 deletions apps/docs/content/components/date-picker/granularity.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const App = `import {DatePicker} from "@nextui-org/react";
import {now, parseAbsoluteToLocal} from "@internationalized/date";
import {useDateFormatter} from "@react-aria/i18n";

export default function App() {
let [date, setDate] = React.useState(parseAbsoluteToLocal("2021-04-07T18:45:22Z"));
Expand Down Expand Up @@ -34,7 +33,6 @@ export default function App() {

const AppTs = `import {DatePicker} from "@nextui-org/react";
import {DateValue, now, parseAbsoluteToLocal} from "@internationalized/date";
import {useDateFormatter} from "@react-aria/i18n";

export default function App() {
let [date, setDate] = React.useState<DateValue>(parseAbsoluteToLocal("2021-04-07T18:45:22Z"));
Expand Down
65 changes: 31 additions & 34 deletions apps/docs/content/docs/components/textarea.mdx

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions apps/docs/content/docs/guide/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ nextui init my-nextui-app
You will be prompted to configure your project:

```codeBlock bash
? Select a template › - Use arrow-keys. Return to submit.
❯ App
A Next.js 13 with app directory template pre-configured with NextUI (v2) and Tailwind CSS.
Pages
A Next.js 13 with pages directory template pre-configured with NextUI (v2) and Tailwind CSS.
◇ Select a template (Enter to select)
│ ● App (A Next.js 14 with app directory template pre-configured with NextUI (v2) and Tailwind CSS.)
│ ○ Pages (A Next.js 14 with pages directory template pre-configured with NextUI (v2) and Tailwind CSS.)
│ ○ Vite (A Vite template pre-configured with NextUI (v2) and Tailwind CSS.)
```

Install the dependencies to start the local server:
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@react-aria/interactions": "^3.21.1",
"@react-aria/selection": "^3.17.5",
"@react-aria/ssr": "^3.9.2",
"@react-aria/utils": "^3.23.2",
"@react-aria/utils": "3.24.1",
"@react-aria/virtualizer": "^3.9.10",
"@react-aria/visually-hidden": "^3.8.10",
"@react-stately/data": "^3.11.2",
Expand Down Expand Up @@ -101,7 +101,7 @@
"@docusaurus/utils": "2.0.0-beta.3",
"@next/bundle-analyzer": "^13.4.6",
"@next/env": "^13.4.12",
"@react-types/shared": "^3.22.1",
"@react-types/shared": "3.23.1",
"@tailwindcss/typography": "^0.5.9",
"@types/canvas-confetti": "^1.4.2",
"@types/lodash": "^4.14.194",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@commitlint/config-conventional": "^17.2.0",
"@react-bootstrap/babel-preset": "^2.1.0",
"@react-types/link": "^3.4.4",
"@react-types/shared": "^3.22.1",
"@react-types/shared": "3.23.1",
"@swc-node/jest": "^1.5.2",
"@swc/core": "^1.3.35",
"@swc/jest": "^0.2.24",
Expand Down
12 changes: 12 additions & 0 deletions packages/components/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nextui-org/accordion

## 2.0.34

### Patch Changes

- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1`

- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]:
- @nextui-org/use-aria-accordion@2.0.5
- @nextui-org/aria-utils@2.0.20
- @nextui-org/framer-utils@2.0.20
- @nextui-org/divider@2.0.28

## 2.0.33

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/accordion",
"version": "2.0.33",
"version": "2.0.34",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",
Expand Down Expand Up @@ -56,11 +56,11 @@
"@nextui-org/use-aria-accordion": "workspace:*",
"@react-aria/interactions": "3.21.1",
"@react-aria/focus": "3.16.2",
"@react-aria/utils": "3.23.2",
"@react-aria/utils": "3.24.1",
"@react-stately/tree": "3.7.6",
"@react-aria/button": "3.9.3",
"@react-types/accordion": "3.0.0-alpha.19",
"@react-types/shared": "3.22.1"
"@react-types/shared": "3.23.1"
},
"devDependencies": {
"@nextui-org/theme": "workspace:*",
Expand Down
16 changes: 16 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @nextui-org/autocomplete

## 2.1.1

### Patch Changes

- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1`

- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]:
- @nextui-org/button@2.0.33
- @nextui-org/input@2.2.1
- @nextui-org/listbox@2.1.21
- @nextui-org/popover@2.1.23
- @nextui-org/use-aria-button@2.0.8
- @nextui-org/aria-utils@2.0.20
- @nextui-org/scroll-shadow@2.1.16
- @nextui-org/spinner@2.0.29

## 2.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/autocomplete",
"version": "2.1.0",
"version": "2.1.1",
"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"
Expand Down Expand Up @@ -57,11 +57,11 @@
"@react-aria/focus": "3.16.2",
"@react-aria/i18n": "3.10.2",
"@react-aria/interactions": "3.21.1",
"@react-aria/utils": "3.23.2",
"@react-aria/utils": "3.24.1",
"@react-aria/visually-hidden": "3.8.10",
"@react-stately/combobox": "3.8.2",
"@react-types/combobox": "3.10.1",
"@react-types/shared": "3.22.1"
"@react-types/shared": "3.23.1"
},
"devDependencies": {
"@nextui-org/theme": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/autocomplete/src/use-autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export function useAutocomplete<T extends object>(originalProps: UseAutocomplete
state.setSelectedKey(key);
state.setInputValue(item.textValue);
}
}, [inputRef.current, state]);
}, [inputRef.current]);

// apply the same with to the popover as the select
useEffect(() => {
Expand Down
6 changes: 6 additions & 0 deletions packages/components/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/avatar

## 2.0.29

### Patch Changes

- [#3111](https://github.com/nextui-org/nextui/pull/3111) [`cdbc6514f`](https://github.com/nextui-org/nextui/commit/cdbc6514f8024381b778bad72b6a7a87330dab28) Thanks [@wingkwong](https://github.com/wingkwong)! - avoid passing `disableAnimation` prop to a DOM element (#3109)

## 2.0.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/avatar",
"version": "2.0.28",
"version": "2.0.29",
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
"keywords": [
"avatar"
Expand Down
18 changes: 13 additions & 5 deletions packages/components/avatar/src/use-avatar.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import type {AvatarSlots, AvatarVariantProps, SlotsToClasses} from "@nextui-org/theme";
import type {DOMElement, DOMAttributes, HTMLNextUIProps, PropGetter} from "@nextui-org/system";

import {avatar} from "@nextui-org/theme";
import {HTMLNextUIProps, PropGetter, useProviderContext} from "@nextui-org/system";
import {useProviderContext} from "@nextui-org/system";
import {mergeProps} from "@react-aria/utils";
import {useDOMRef} from "@nextui-org/react-utils";
import {ReactRef, useDOMRef, filterDOMProps} from "@nextui-org/react-utils";
import {clsx, safeText, dataAttr} from "@nextui-org/shared-utils";
import {ReactRef} from "@nextui-org/react-utils";
import {useFocusRing} from "@react-aria/focus";
import {useMemo, useCallback} from "react";
import {useImage} from "@nextui-org/use-image";
Expand Down Expand Up @@ -141,6 +141,8 @@ export function useAvatar(originalProps: UseAvatarProps = {}) {

const isImgLoaded = imageStatus === "loaded";

const shouldFilterDOMProps = typeof ImgComponent === "string";

/**
* Fallback avatar applies under 2 conditions:
* - If `src` was passed and the image has not loaded or failed to load
Expand Down Expand Up @@ -202,9 +204,15 @@ export function useAvatar(originalProps: UseAvatarProps = {}) {
disableAnimation,
"data-loaded": dataAttr(isImgLoaded),
className: slots.img({class: classNames?.img}),
...mergeProps(imgProps, props),
...mergeProps(
imgProps,
props,
filterDOMProps({disableAnimation} as DOMAttributes<DOMElement>, {
enabled: shouldFilterDOMProps,
}),
),
}),
[slots, isImgLoaded, imgProps, disableAnimation, src, imgRef],
[slots, isImgLoaded, imgProps, disableAnimation, src, imgRef, shouldFilterDOMProps],
);

return {
Expand Down
6 changes: 6 additions & 0 deletions packages/components/breadcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/breadcrumbs

## 2.0.9

### Patch Changes

- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1`

## 2.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/breadcrumbs",
"version": "2.0.8",
"version": "2.0.9",
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
"keywords": [
"breadcrumbs"
Expand Down Expand Up @@ -45,9 +45,9 @@
"@nextui-org/shared-icons": "workspace:*",
"@react-aria/focus": "3.16.2",
"@react-aria/breadcrumbs": "3.5.11",
"@react-aria/utils": "3.23.2",
"@react-aria/utils": "3.24.1",
"@react-types/breadcrumbs": "3.7.3",
"@react-types/shared": "3.22.1"
"@react-types/shared": "3.23.1"
},
"devDependencies": {
"@nextui-org/theme": "workspace:*",
Expand Down
11 changes: 11 additions & 0 deletions packages/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nextui-org/button

## 2.0.33

### Patch Changes

- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1`

- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]:
- @nextui-org/use-aria-button@2.0.8
- @nextui-org/ripple@2.0.29
- @nextui-org/spinner@2.0.29

## 2.0.32

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/button",
"version": "2.0.32",
"version": "2.0.33",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [
"button"
Expand Down Expand Up @@ -48,9 +48,9 @@
"@nextui-org/spinner": "workspace:*",
"@react-aria/button": "3.9.3",
"@react-aria/interactions": "3.21.1",
"@react-aria/utils": "3.23.2",
"@react-aria/utils": "3.24.1",
"@react-aria/focus": "3.16.2",
"@react-types/shared": "3.22.1",
"@react-types/shared": "3.23.1",
"@react-types/button": "3.9.2"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/components/calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nextui-org/calendar

## 2.0.6

### Patch Changes

- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1`

- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]:
- @nextui-org/button@2.0.33
- @nextui-org/use-aria-button@2.0.8
- @nextui-org/framer-utils@2.0.20

## 2.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/calendar",
"version": "2.0.5",
"version": "2.0.6",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"keywords": [
"calendar"
Expand Down Expand Up @@ -54,11 +54,11 @@
"@react-stately/calendar": "3.4.4",
"@react-types/button": "3.9.2",
"@react-aria/visually-hidden": "3.8.10",
"@react-aria/utils": "3.23.2",
"@react-aria/utils": "3.24.1",
"@react-stately/utils": "3.9.1",
"@react-types/calendar": "3.4.4",
"@react-aria/interactions": "3.21.1",
"@react-types/shared": "3.22.1",
"@react-types/shared": "3.23.1",
"scroll-into-view-if-needed": "3.0.10",
"@types/lodash.debounce": "^4.0.7"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/components/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nextui-org/card

## 2.0.30

### Patch Changes

- [#3119](https://github.com/nextui-org/nextui/pull/3119) [`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@react-aria/utils` version to `3.24.1` and bump `@react-types/shared` to `3.23.1`

- Updated dependencies [[`685995a12`](https://github.com/nextui-org/nextui/commit/685995a125cc3db26c6adb67ed9f7245b87e792a)]:
- @nextui-org/use-aria-button@2.0.8
- @nextui-org/ripple@2.0.29

## 2.0.29

### Patch Changes
Expand Down
Loading
Loading