Skip to content

Commit

Permalink
Merge pull request #685 from gadget-inc/mill/releaseReactPackage0181
Browse files Browse the repository at this point in the history
Release @gadgetinc/react v0.18.1
  • Loading branch information
MillanWangGadget authored Oct 21, 2024
2 parents af2b74e + 9b494e9 commit 400bdc2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/react-bigcommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@gadgetinc/react": "^0.18.0"
"@gadgetinc/react": "^0.18.1"
}
}
2 changes: 1 addition & 1 deletion packages/react-shopify-app-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"react-dom": "^18.2.0"
},
"peerDependencies": {
"@gadgetinc/react": "^0.18.0",
"@gadgetinc/react": "^0.18.1",
"@shopify/app-bridge-react": "^4.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
5 changes: 0 additions & 5 deletions packages/react/.changeset/lazy-pans-push.md

This file was deleted.

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

## 0.18.1

### Patch Changes

- Fixed bug with loading selected related model records in AutoForm HasMany inputs in framework version 1.3

## 0.18.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.18.0",
"version": "0.18.1",
"files": [
"README.md",
"dist/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/shopify-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@gadgetinc/react": "^0.18.0"
"@gadgetinc/react": "^0.18.1"
}
}

0 comments on commit 400bdc2

Please sign in to comment.