Skip to content

Commit

Permalink
Bump to 1.2.3 (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
szhsin authored Jul 19, 2023
1 parent d4c3b91 commit 28f3525
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 47 deletions.
82 changes: 41 additions & 41 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@szhsin/react-accordion",
"version": "1.2.2",
"version": "1.2.3",
"description": "The complete accordion solution for React.",
"author": "Zheng Song",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions types/hooks/useId.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { useId } from 'react';
declare const _useId: typeof useId;
export { _useId as useId };
import React from 'react';
declare const useId: typeof React.useId;
export { useId };

0 comments on commit 28f3525

Please sign in to comment.