Skip to content

Commit d0335e2

Browse files
Version Packages
1 parent c4641e9 commit d0335e2

File tree

5 files changed

+19
-10
lines changed

5 files changed

+19
-10
lines changed

Diff for: .changeset/tiny-donuts-rush.md

-6
This file was deleted.

Diff for: packages/ui-extensions-react/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @shopify/ui-extensions-react
22

3+
## 2023.10.3
4+
5+
### Patch Changes
6+
7+
- [#2110](https://github.com/Shopify/ui-extensions/pull/2110) [`c4641e99`](https://github.com/Shopify/ui-extensions/commit/c4641e99b26dbe66b33852b679142fd51bd54d96) Thanks [@oliverigor](https://github.com/oliverigor)! - ScrollView scrollTo docs changes, image source docs changes
8+
9+
- Updated dependencies [[`c4641e99`](https://github.com/Shopify/ui-extensions/commit/c4641e99b26dbe66b33852b679142fd51bd54d96)]:
10+
- @shopify/ui-extensions@2023.10.3
11+
312
## 2023.10.2
413

514
### Patch Changes

Diff for: packages/ui-extensions-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/ui-extensions-react",
3-
"version": "2023.10.2",
3+
"version": "2023.10.3",
44
"description": "React bindings for @shopify/ui-extensions",
55
"publishConfig": {
66
"access": "public",
@@ -57,7 +57,7 @@
5757
"@types/react": ">=18.0.0"
5858
},
5959
"peerDependencies": {
60-
"@shopify/ui-extensions": "2023.10.2",
60+
"@shopify/ui-extensions": "2023.10.3",
6161
"react": ">=18.0.0"
6262
},
6363
"peerDependenciesMeta": {
@@ -71,7 +71,7 @@
7171
"devDependencies": {
7272
"@faker-js/faker": "^7.6.0",
7373
"@quilted/react-testing": "^0.5.31",
74-
"@shopify/ui-extensions": "2023.10.2",
74+
"@shopify/ui-extensions": "2023.10.3",
7575
"react": "^18.0.0",
7676
"react-reconciler": "0.29.0",
7777
"react-test-renderer": "^18.2.0"

Diff for: packages/ui-extensions/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @shopify/ui-extensions
22

3+
## 2023.10.3
4+
5+
### Patch Changes
6+
7+
- [#2110](https://github.com/Shopify/ui-extensions/pull/2110) [`c4641e99`](https://github.com/Shopify/ui-extensions/commit/c4641e99b26dbe66b33852b679142fd51bd54d96) Thanks [@oliverigor](https://github.com/oliverigor)! - ScrollView scrollTo docs changes, image source docs changes
8+
39
## 2023.10.2
410

511
### Patch Changes

Diff for: packages/ui-extensions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/ui-extensions",
3-
"version": "2023.10.2",
3+
"version": "2023.10.3",
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)