diff --git a/.changeset/dirty-cooks-own.md b/.changeset/dirty-cooks-own.md deleted file mode 100644 index 8d22596f4b..0000000000 --- a/.changeset/dirty-cooks-own.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@shopify/ui-extensions-react': patch -'@shopify/ui-extensions': patch ---- - -ScrollView scrollTo docs changes, image source docs changes diff --git a/packages/ui-extensions-react/CHANGELOG.md b/packages/ui-extensions-react/CHANGELOG.md index 9ebdd97954..f54f1cde06 100644 --- a/packages/ui-extensions-react/CHANGELOG.md +++ b/packages/ui-extensions-react/CHANGELOG.md @@ -1,5 +1,14 @@ # @shopify/ui-extensions-react +## 2023.7.4 + +### Patch Changes + +- [#2111](https://github.com/Shopify/ui-extensions/pull/2111) [`1274ed015`](https://github.com/Shopify/ui-extensions/commit/1274ed0156d41beb0d2052bfe18bf90269819b87) Thanks [@oliverigor](https://github.com/oliverigor)! - ScrollView scrollTo docs changes, image source docs changes + +- Updated dependencies [[`1274ed015`](https://github.com/Shopify/ui-extensions/commit/1274ed0156d41beb0d2052bfe18bf90269819b87)]: + - @shopify/ui-extensions@2023.7.4 + ## 2023.7.3 ### Patch Changes diff --git a/packages/ui-extensions-react/package.json b/packages/ui-extensions-react/package.json index efb88417b7..e3cced2b7a 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": "2023.7.3", + "version": "2023.7.4", "description": "React bindings for @shopify/ui-extensions", "publishConfig": { "access": "public", @@ -57,7 +57,7 @@ "@types/react": ">=17.0.0 <18.0.0" }, "peerDependencies": { - "@shopify/ui-extensions": "2023.7.3", + "@shopify/ui-extensions": "2023.7.4", "react": ">=17.0.0 <18.0.0" }, "peerDependenciesMeta": { @@ -71,7 +71,7 @@ "devDependencies": { "@faker-js/faker": "^7.6.0", "@quilted/react-testing": "^0.4.10", - "@shopify/ui-extensions": "2023.7.3", + "@shopify/ui-extensions": "2023.7.4", "react": "^17.0.0" }, "files": [ diff --git a/packages/ui-extensions/CHANGELOG.md b/packages/ui-extensions/CHANGELOG.md index 3995cbb8dc..52eac76b1e 100644 --- a/packages/ui-extensions/CHANGELOG.md +++ b/packages/ui-extensions/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/ui-extensions +## 2023.7.4 + +### Patch Changes + +- [#2111](https://github.com/Shopify/ui-extensions/pull/2111) [`1274ed015`](https://github.com/Shopify/ui-extensions/commit/1274ed0156d41beb0d2052bfe18bf90269819b87) Thanks [@oliverigor](https://github.com/oliverigor)! - ScrollView scrollTo docs changes, image source docs changes + ## 2023.7.3 ### Patch Changes diff --git a/packages/ui-extensions/package.json b/packages/ui-extensions/package.json index aee7307892..6e3091485c 100644 --- a/packages/ui-extensions/package.json +++ b/packages/ui-extensions/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/ui-extensions", - "version": "2023.7.3", + "version": "2023.7.4", "scripts": { "docs:admin": "sh ./docs/surfaces/admin/build-docs.sh \"admin\"", "gen-docs:admin": "sh ./docs/surfaces/admin/create-doc-files.sh \"admin\"",