Skip to content

Commit 8bfd262

Browse files
Version Packages
1 parent 6a76a8e commit 8bfd262

File tree

5 files changed

+19
-10
lines changed

5 files changed

+19
-10
lines changed

.changeset/spicy-spoons-bake.md

-6
This file was deleted.

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+
## 2024.4.3
4+
5+
### Patch Changes
6+
7+
- [#2112](https://github.com/Shopify/ui-extensions/pull/2112) [`8e249f0d4`](https://github.com/Shopify/ui-extensions/commit/8e249f0d4201f48be81f5a8290bb3c23207db29e) Thanks [@oliverigor](https://github.com/oliverigor)! - ScrollView scrollTo docs changes
8+
9+
- Updated dependencies [[`8e249f0d4`](https://github.com/Shopify/ui-extensions/commit/8e249f0d4201f48be81f5a8290bb3c23207db29e)]:
10+
- @shopify/ui-extensions@2024.4.3
11+
312
## 2024.4.2
413

514
### Patch Changes

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": "2024.4.2",
3+
"version": "2024.4.3",
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": "2024.4.2",
69+
"@shopify/ui-extensions": "2024.4.3",
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": "2024.4.2",
83+
"@shopify/ui-extensions": "2024.4.3",
8484
"react": "^18.0.0",
8585
"react-reconciler": "0.29.0",
8686
"react-test-renderer": "^18.2.0"

packages/ui-extensions/CHANGELOG.md

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

3+
## 2024.4.3
4+
5+
### Patch Changes
6+
7+
- [#2112](https://github.com/Shopify/ui-extensions/pull/2112) [`8e249f0d4`](https://github.com/Shopify/ui-extensions/commit/8e249f0d4201f48be81f5a8290bb3c23207db29e) Thanks [@oliverigor](https://github.com/oliverigor)! - ScrollView scrollTo docs changes
8+
39
## 2024.4.2
410

511
### Patch Changes

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": "2024.4.2",
3+
"version": "2024.4.3",
44
"scripts": {
55
"docs:admin": "sh ./docs/surfaces/admin/build-docs.sh",
66
"gen-docs:admin": "sh ./docs/surfaces/admin/create-doc-files.sh \"admin\"",

0 commit comments

Comments
 (0)