diff --git a/package.json b/package.json index b42137c..77c318b 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/types.ts b/src/types.ts index 6de10d0..c50abe7 100644 --- a/src/types.ts +++ b/src/types.ts @@ -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 }