Skip to content

Commit 28f3525

Browse files
authored
Bump to 1.2.3 (#474)
1 parent d4c3b91 commit 28f3525

File tree

4 files changed

+47
-47
lines changed

4 files changed

+47
-47
lines changed

example/package-lock.json

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@szhsin/react-accordion",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "The complete accordion solution for React.",
55
"author": "Zheng Song",
66
"license": "MIT",

types/hooks/useId.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { useId } from 'react';
2-
declare const _useId: typeof useId;
3-
export { _useId as useId };
1+
import React from 'react';
2+
declare const useId: typeof React.useId;
3+
export { useId };

0 commit comments

Comments
 (0)