Skip to content

Commit

Permalink
chore(react): release 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danroberts committed Sep 13, 2024
1 parent 1413914 commit 1c07c7f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 39 deletions.
8 changes: 0 additions & 8 deletions packages/react/.changeset/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/react/.changeset/blue-bears-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/react/.changeset/clean-flies-provide.md

This file was deleted.

10 changes: 0 additions & 10 deletions packages/react/.changeset/config.json

This file was deleted.

5 changes: 0 additions & 5 deletions packages/react/.changeset/nasty-crews-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/react/.changeset/rich-melons-decide.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @gadgetinc/react

## 0.17.1

### Patch Changes

- Updated `AutoTable` to automatically deselect records and close after running Gadget bulk actions
- Updated `AutoInput` to accept an optional `label?: string` input
- Fixed bug with AutoForm include/exclude system which prevented submission due to validations getting applied to hidden fields
- fix(useActionForm): fixes issue where relationship fields with readonly children were sometimes updated

## 0.17.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gadgetinc/react",
"version": "0.17.0",
"version": "0.17.1",
"files": [
"README.md",
"dist/**/*",
Expand Down

0 comments on commit 1c07c7f

Please sign in to comment.