From 4f51fe8dfb982b3a5ad43a236e1a5286ccaeb253 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 17:04:57 +0000 Subject: [PATCH] Version Packages --- .changeset/soft-clowns-turn.md | 6 ------ packages/ui-extensions-react/CHANGELOG.md | 9 +++++++++ packages/ui-extensions-react/package.json | 6 +++--- packages/ui-extensions/CHANGELOG.md | 6 ++++++ packages/ui-extensions/package.json | 2 +- 5 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 .changeset/soft-clowns-turn.md diff --git a/.changeset/soft-clowns-turn.md b/.changeset/soft-clowns-turn.md deleted file mode 100644 index 05c7fcd4aa..0000000000 --- a/.changeset/soft-clowns-turn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@shopify/ui-extensions-react': patch -'@shopify/ui-extensions': patch ---- - -update Screen.onReceiveParams description diff --git a/packages/ui-extensions-react/CHANGELOG.md b/packages/ui-extensions-react/CHANGELOG.md index a80b61b490..50cd0ea087 100644 --- a/packages/ui-extensions-react/CHANGELOG.md +++ b/packages/ui-extensions-react/CHANGELOG.md @@ -1,5 +1,14 @@ # @shopify/ui-extensions-react +## 2025.7.5 + +### Patch Changes + +- [#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 + +- Updated dependencies [[`cc0112c99ca293dd36ac5f650ed0a21aca21e34e`](https://github.com/Shopify/ui-extensions/commit/cc0112c99ca293dd36ac5f650ed0a21aca21e34e)]: + - @shopify/ui-extensions@2025.7.5 + ## 2025.7.4 ### Patch Changes diff --git a/packages/ui-extensions-react/package.json b/packages/ui-extensions-react/package.json index f2ed54b4f7..bf946a11ea 100644 --- a/packages/ui-extensions-react/package.json +++ b/packages/ui-extensions-react/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/ui-extensions-react", - "version": "2025.7.4", + "version": "2025.7.5", "description": "React bindings for @shopify/ui-extensions", "publishConfig": { "access": "public", @@ -66,7 +66,7 @@ "@types/react": ">=18.2.67" }, "peerDependencies": { - "@shopify/ui-extensions": "2025.7.4", + "@shopify/ui-extensions": "2025.7.5", "react": ">=18.0.0" }, "peerDependenciesMeta": { @@ -80,7 +80,7 @@ "devDependencies": { "@faker-js/faker": "^8.4.1", "@quilted/react-testing": "^0.5.31", - "@shopify/ui-extensions": "2025.7.4", + "@shopify/ui-extensions": "2025.7.5", "react": "^18.0.0", "react-reconciler": "0.29.0", "react-test-renderer": "^18.2.0" diff --git a/packages/ui-extensions/CHANGELOG.md b/packages/ui-extensions/CHANGELOG.md index 6fc3657559..3fb9e8beb4 100644 --- a/packages/ui-extensions/CHANGELOG.md +++ b/packages/ui-extensions/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/ui-extensions +## 2025.7.5 + +### Patch Changes + +- [#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 + ## 2025.7.4 ### Patch Changes diff --git a/packages/ui-extensions/package.json b/packages/ui-extensions/package.json index 61cf133594..8383a86515 100644 --- a/packages/ui-extensions/package.json +++ b/packages/ui-extensions/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/ui-extensions", - "version": "2025.7.4", + "version": "2025.7.5", "scripts": { "docs:admin": "bash ./docs/surfaces/admin/build-docs.sh", "docs:admin:dev": "nodemon --watch src/surfaces/admin -e ts,tsx,json --exec 'yarn docs:admin'",