diff --git a/Makefile b/Makefile index 53403922189..eae9e7a1635 100644 --- a/Makefile +++ b/Makefile @@ -86,4 +86,4 @@ build: # For first publish go with hard coded 3.0.0. Will eventually replace with conventional commits version bump determination? version: - lerna version 3.0.0 --no-commit-hooks -m "chore(release): publish" --yes + lerna version patch --no-commit-hooks -m "chore(release): publish" --yes diff --git a/packages/@react-spectrum/textfield/src/TextField.tsx b/packages/@react-spectrum/textfield/src/TextField.tsx index 0fd055f68e3..421bb13e3ef 100644 --- a/packages/@react-spectrum/textfield/src/TextField.tsx +++ b/packages/@react-spectrum/textfield/src/TextField.tsx @@ -11,6 +11,10 @@ import {useProviderProps} from '@react-spectrum/provider'; import {useTextField} from '@react-aria/textfield'; import {useTextFieldState} from '@react-stately/textfield'; +function blah() { + console.log('dummy change') +} + export const TextField = forwardRef((props: SpectrumTextFieldProps, ref: RefObject) => { props = useProviderProps(props); let {