Skip to content

Commit 7eae594

Browse files
committed
Release react v0.20.2
1 parent b6a678b commit 7eae594

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

packages/react-bigcommerce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"peerDependencies": {
4242
"react": "^18.0.0",
4343
"react-dom": "^18.0.0",
44-
"@gadgetinc/react": "^0.20.1"
44+
"@gadgetinc/react": "^0.20.2"
4545
}
4646
}

packages/react-shopify-app-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"react-dom": "^18.2.0"
4646
},
4747
"peerDependencies": {
48-
"@gadgetinc/react": "^0.20.1",
48+
"@gadgetinc/react": "^0.20.2",
4949
"@shopify/app-bridge-react": "^4.0.0",
5050
"react": "^18.0.0",
5151
"react-dom": "^18.0.0"

packages/react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @gadgetinc/react
22

3+
## 0.20.2
4+
5+
### Patch Changes
6+
7+
- - Fixed a bug with AutoHasManyThroughForm where input validations were not working, causing type errors to occur on tha API for non-string fields
8+
- - Added `allowMultipleSelections` prop to `AutoHasManyThroughForm` to control if sibling records can be linked multiple times through different join model records
9+
310
## 0.20.1
411

512
- Added `loadingSkeleton` prop to AutoForm to override the default skeleton component.

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gadgetinc/react",
3-
"version": "0.20.1",
3+
"version": "0.20.2",
44
"files": [
55
"README.md",
66
"dist/**/*",

packages/shopify-extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"peerDependencies": {
4848
"react": "^18.0.0",
4949
"react-dom": "^18.0.0",
50-
"@gadgetinc/react": "^0.20.1"
50+
"@gadgetinc/react": "^0.20.2"
5151
}
5252
}

0 commit comments

Comments
 (0)