Skip to content

Commit

Permalink
bump v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smastrom committed Dec 10, 2023
1 parent e0b555b commit aaa2001
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smastrom/react-email-autocomplete",
"version": "1.0.0",
"version": "1.2.0",
"private": false,
"homepage": "https://react-email-autocomplete.netlify.app",
"bugs": {
Expand Down
6 changes: 3 additions & 3 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ export type Props = {
placement?: 'auto' | 'bottom'
/** Custom prefix for dropdown unique ID.
*
* @deprecated Since version 1.1.0 it is generated automatically.
* @deprecated Since version 1.2.0 it is generated automatically.
*/
customPrefix?: string
/** DOM ID of the wrapper element.
*
* @deprecated Since version 1.1.0
* @deprecated Since version 1.2.0
*/
wrapperId?: string
/** Input field validity state for assistive technologies.
*
* @deprecated Since version 1.1.0. Use `aria-invalid` instead.
* @deprecated Since version 1.2.0. Use `aria-invalid` instead.
*/
isInvalid?: boolean
}
Expand Down

0 comments on commit aaa2001

Please sign in to comment.