diff --git a/packages/react/.changeset/big-impalas-think.md b/packages/react/.changeset/big-impalas-think.md deleted file mode 100644 index 6aab138c2..000000000 --- a/packages/react/.changeset/big-impalas-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gadgetinc/react": patch ---- - -Fixed bug with AutoForm where the action api identifiers could not be properly determined in Gadget framework version 1.0.0 diff --git a/packages/react/.changeset/brave-brooms-kneel.md b/packages/react/.changeset/brave-brooms-kneel.md deleted file mode 100644 index d3f013724..000000000 --- a/packages/react/.changeset/brave-brooms-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gadgetinc/react": patch ---- - -Updated AutoBooleanInput to default to a `false` value when the field has a `required` validation diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 346840926..59803c66f 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,12 @@ # @gadgetinc/react +## 0.18.3 + +### Patch Changes + +- Updated AutoBooleanInput to default to a `false` value when the field has a `required` validation +- Fixed bug with AutoForm where the action api identifiers could not be properly determined in Gadget framework version 1.0.0 + ## 0.18.1 ### Patch Changes