Skip to content

Commit a472467

Browse files
release react 25.1
1 parent 54498fd commit a472467

File tree

7 files changed

+16
-14
lines changed

7 files changed

+16
-14
lines changed

.changeset/cold-bottles-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react-bigcommerce/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gadgetinc/react-bigcommerce",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"homepage": "https://github.com/gadget-inc/js-clients/tree/main/packages/react-bigcommerce",
55
"license": "MIT",
66
"repository": "github:gadget-inc/js-clients",
@@ -27,7 +27,7 @@
2727
"prerelease": "gitpkg publish"
2828
},
2929
"dependencies": {
30-
"@gadgetinc/react": "^0.25.0"
30+
"@gadgetinc/react": "^0.25.1"
3131
},
3232
"devDependencies": {
3333
"@gadgetinc/core": "workspace:*",

packages/react-chatgpt-apps/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gadgetinc/react-chatgpt-apps",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"homepage": "https://github.com/gadget-inc/js-clients/tree/main/packages/react-chatgpt-apps",
55
"license": "MIT",
66
"repository": "github:gadget-inc/js-clients",
@@ -27,7 +27,7 @@
2727
"prerelease": "gitpkg publish"
2828
},
2929
"dependencies": {
30-
"@gadgetinc/react": "^0.25.0"
30+
"@gadgetinc/react": "^0.25.1"
3131
},
3232
"devDependencies": {
3333
"@gadgetinc/core": "workspace:*",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gadgetinc/react-shopify-app-bridge",
3-
"version": "0.21.2",
3+
"version": "0.21.3",
44
"homepage": "https://github.com/gadget-inc/js-clients/tree/main/packages/react-shopify-app-bridge",
55
"license": "MIT",
66
"repository": "github:gadget-inc/js-clients",
@@ -27,7 +27,7 @@
2727
"prerelease": "gitpkg publish"
2828
},
2929
"dependencies": {
30-
"@gadgetinc/react": "^0.25.0",
30+
"@gadgetinc/react": "^0.25.1",
3131
"crypto-js": "^4.2.0",
3232
"tslib": "^2.6.2"
3333
},

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.25.1
4+
5+
### Patch Changes
6+
7+
- Allow sorting by custom cell columns via a new `sortByField` option on `CustomCellColumn`. When `sortByField` is provided, the column becomes sortable by the specified field.
8+
- Fixed an issue in Polaris web components AutoTable where bulk action confirmation modals did not always close properly when rendered within the Shopify store admin
9+
310
## 0.25.0
411

512
### Changes

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.25.0",
3+
"version": "0.25.1",
44
"homepage": "https://github.com/gadget-inc/js-clients/tree/main/packages/react",
55
"license": "MIT",
66
"repository": "github:gadget-inc/js-clients",

packages/shopify-extensions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gadgetinc/shopify-extensions",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"homepage": "https://github.com/gadget-inc/js-clients/tree/main/packages/shopify-extensions",
55
"license": "MIT",
66
"repository": "github:gadget-inc/js-clients",
@@ -55,7 +55,7 @@
5555
},
5656
"peerDependencies": {
5757
"@gadgetinc/preact": "^0.1.5",
58-
"@gadgetinc/react": "^0.25.0",
58+
"@gadgetinc/react": "^0.25.1",
5959
"preact": "^10.0.0",
6060
"react": "^19.0.0",
6161
"react-dom": "^19.0.0"

0 commit comments

Comments
 (0)