Skip to content

Commit fd6b483

Browse files
Version Packages
1 parent a92f4ab commit fd6b483

File tree

5 files changed

+19
-10
lines changed

5 files changed

+19
-10
lines changed

.changeset/nice-cows-type.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.1.3
4+
5+
### Patch Changes
6+
7+
- [#2109](https://github.com/Shopify/ui-extensions/pull/2109) [`a92f4ab2`](https://github.com/Shopify/ui-extensions/commit/a92f4ab22d3c734555d32026e110a123d60f8a8c) Thanks [@oliverigor](https://github.com/oliverigor)! - ScrollView scrollTo docs changes, image source docs changes
8+
9+
- Updated dependencies [[`a92f4ab2`](https://github.com/Shopify/ui-extensions/commit/a92f4ab22d3c734555d32026e110a123d60f8a8c)]:
10+
- @shopify/ui-extensions@2024.1.3
11+
312
## 2024.1.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.1.2",
3+
"version": "2024.1.3",
44
"description": "React bindings for @shopify/ui-extensions",
55
"publishConfig": {
66
"access": "public",
@@ -66,7 +66,7 @@
6666
"@types/react": ">=18.0.0"
6767
},
6868
"peerDependencies": {
69-
"@shopify/ui-extensions": "2024.1.2",
69+
"@shopify/ui-extensions": "2024.1.3",
7070
"react": ">=18.0.0"
7171
},
7272
"peerDependenciesMeta": {
@@ -80,7 +80,7 @@
8080
"devDependencies": {
8181
"@faker-js/faker": "^7.6.0",
8282
"@quilted/react-testing": "^0.5.31",
83-
"@shopify/ui-extensions": "2024.1.2",
83+
"@shopify/ui-extensions": "2024.1.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.1.3
4+
5+
### Patch Changes
6+
7+
- [#2109](https://github.com/Shopify/ui-extensions/pull/2109) [`a92f4ab2`](https://github.com/Shopify/ui-extensions/commit/a92f4ab22d3c734555d32026e110a123d60f8a8c) Thanks [@oliverigor](https://github.com/oliverigor)! - ScrollView scrollTo docs changes, image source docs changes
8+
39
## 2024.1.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.1.2",
3+
"version": "2024.1.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)