diff --git a/.changeset/wise-jars-reflect.md b/.changeset/wise-jars-reflect.md index 49e19e96df..e23542cb17 100644 --- a/.changeset/wise-jars-reflect.md +++ b/.changeset/wise-jars-reflect.md @@ -3,3 +3,4 @@ --- - **BREAKING** - Removed the `plugin` export, use `scaffolderPlugin` instead. +- **BREAKING** - Removed the `TextValuePicker` component export, you can inline this component instead as it's a simple wrapper around a `TextField` from `@material-ui/core`.