Skip to content

Commit 05e783b

Browse files
Version Packages
1 parent 097f305 commit 05e783b

5 files changed

Lines changed: 19 additions & 10 deletions

File tree

.changeset/soft-clowns-turn.md

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

packages/ui-extensions-react/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @shopify/ui-extensions-react
22

3+
## 2025.7.5
4+
5+
### Patch Changes
6+
7+
- [#3819](https://github.com/Shopify/ui-extensions/pull/3819) [`cc0112c99ca293dd36ac5f650ed0a21aca21e34e`](https://github.com/Shopify/ui-extensions/commit/cc0112c99ca293dd36ac5f650ed0a21aca21e34e) Thanks [@fatbattk](https://github.com/fatbattk)! - update Screen.onReceiveParams description
8+
9+
- Updated dependencies [[`cc0112c99ca293dd36ac5f650ed0a21aca21e34e`](https://github.com/Shopify/ui-extensions/commit/cc0112c99ca293dd36ac5f650ed0a21aca21e34e)]:
10+
- @shopify/ui-extensions@2025.7.5
11+
312
## 2025.7.4
413

514
### Patch Changes

packages/ui-extensions-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/ui-extensions-react",
3-
"version": "2025.7.4",
3+
"version": "2025.7.5",
44
"description": "React bindings for @shopify/ui-extensions",
55
"publishConfig": {
66
"access": "public",
@@ -66,7 +66,7 @@
6666
"@types/react": ">=18.2.67"
6767
},
6868
"peerDependencies": {
69-
"@shopify/ui-extensions": "2025.7.4",
69+
"@shopify/ui-extensions": "2025.7.5",
7070
"react": ">=18.0.0"
7171
},
7272
"peerDependenciesMeta": {
@@ -80,7 +80,7 @@
8080
"devDependencies": {
8181
"@faker-js/faker": "^8.4.1",
8282
"@quilted/react-testing": "^0.5.31",
83-
"@shopify/ui-extensions": "2025.7.4",
83+
"@shopify/ui-extensions": "2025.7.5",
8484
"react": "^18.0.0",
8585
"react-reconciler": "0.29.0",
8686
"react-test-renderer": "^18.2.0"

packages/ui-extensions/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @shopify/ui-extensions
22

3+
## 2025.7.5
4+
5+
### Patch Changes
6+
7+
- [#3819](https://github.com/Shopify/ui-extensions/pull/3819) [`cc0112c99ca293dd36ac5f650ed0a21aca21e34e`](https://github.com/Shopify/ui-extensions/commit/cc0112c99ca293dd36ac5f650ed0a21aca21e34e) Thanks [@fatbattk](https://github.com/fatbattk)! - update Screen.onReceiveParams description
8+
39
## 2025.7.4
410

511
### Patch Changes

packages/ui-extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/ui-extensions",
3-
"version": "2025.7.4",
3+
"version": "2025.7.5",
44
"scripts": {
55
"docs:admin": "bash ./docs/surfaces/admin/build-docs.sh",
66
"docs:admin:dev": "nodemon --watch src/surfaces/admin -e ts,tsx,json --exec 'yarn docs:admin'",

0 commit comments

Comments
 (0)