Skip to content

Commit 6fea791

Browse files
Version Packages
1 parent 9fd137f commit 6fea791

5 files changed

Lines changed: 19 additions & 10 deletions

File tree

.changeset/dirty-cooks-own.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+
## 2023.7.4
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`1274ed015`](https://github.com/Shopify/ui-extensions/commit/1274ed0156d41beb0d2052bfe18bf90269819b87)]:
10+
- @shopify/ui-extensions@2023.7.4
11+
312
## 2023.7.3
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": "2023.7.3",
3+
"version": "2023.7.4",
44
"description": "React bindings for @shopify/ui-extensions",
55
"publishConfig": {
66
"access": "public",
@@ -57,7 +57,7 @@
5757
"@types/react": ">=17.0.0 <18.0.0"
5858
},
5959
"peerDependencies": {
60-
"@shopify/ui-extensions": "2023.7.3",
60+
"@shopify/ui-extensions": "2023.7.4",
6161
"react": ">=17.0.0 <18.0.0"
6262
},
6363
"peerDependenciesMeta": {
@@ -71,7 +71,7 @@
7171
"devDependencies": {
7272
"@faker-js/faker": "^7.6.0",
7373
"@quilted/react-testing": "^0.4.10",
74-
"@shopify/ui-extensions": "2023.7.3",
74+
"@shopify/ui-extensions": "2023.7.4",
7575
"react": "^17.0.0"
7676
},
7777
"files": [

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+
## 2023.7.4
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 2023.7.3
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": "2023.7.3",
3+
"version": "2023.7.4",
44
"scripts": {
55
"docs:admin": "sh ./docs/surfaces/admin/build-docs.sh \"admin\"",
66
"gen-docs:admin": "sh ./docs/surfaces/admin/create-doc-files.sh \"admin\"",

0 commit comments

Comments
 (0)