diff --git a/.changeset/nice-cows-type.md b/.changeset/nice-cows-type.md
deleted file mode 100644
index 8d22596f4b..0000000000
--- a/.changeset/nice-cows-type.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 791c6c6a0c..d7195731c0 100644
--- a/packages/ui-extensions-react/CHANGELOG.md
+++ b/packages/ui-extensions-react/CHANGELOG.md
@@ -1,5 +1,14 @@
 # @shopify/ui-extensions-react
 
+## 2024.1.3
+
+### Patch Changes
+
+- [#2109](https://github.com/Shopify/ui-extensions/pull/2109) [`a92f4ab22`](https://github.com/Shopify/ui-extensions/commit/a92f4ab22d3c734555d32026e110a123d60f8a8c) Thanks [@oliverigor](https://github.com/oliverigor)! - ScrollView scrollTo docs changes, image source docs changes
+
+- Updated dependencies [[`a92f4ab22`](https://github.com/Shopify/ui-extensions/commit/a92f4ab22d3c734555d32026e110a123d60f8a8c)]:
+  - @shopify/ui-extensions@2024.1.3
+
 ## 2024.1.2
 
 ### Patch Changes
diff --git a/packages/ui-extensions-react/package.json b/packages/ui-extensions-react/package.json
index 8e2e02f156..156ae18714 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": "2024.1.2",
+  "version": "2024.1.3",
   "description": "React bindings for @shopify/ui-extensions",
   "publishConfig": {
     "access": "public",
@@ -66,7 +66,7 @@
     "@types/react": ">=18.0.0"
   },
   "peerDependencies": {
-    "@shopify/ui-extensions": "2024.1.2",
+    "@shopify/ui-extensions": "2024.1.3",
     "react": ">=18.0.0"
   },
   "peerDependenciesMeta": {
@@ -80,7 +80,7 @@
   "devDependencies": {
     "@faker-js/faker": "^7.6.0",
     "@quilted/react-testing": "^0.5.31",
-    "@shopify/ui-extensions": "2024.1.2",
+    "@shopify/ui-extensions": "2024.1.3",
     "react": "^18.0.0",
     "react-reconciler": "0.29.0",
     "react-test-renderer": "^18.2.0"
diff --git a/packages/ui-extensions/CHANGELOG.md b/packages/ui-extensions/CHANGELOG.md
index 46c99a7a0f..8cab60a6fa 100644
--- a/packages/ui-extensions/CHANGELOG.md
+++ b/packages/ui-extensions/CHANGELOG.md
@@ -1,5 +1,11 @@
 # @shopify/ui-extensions
 
+## 2024.1.3
+
+### Patch Changes
+
+- [#2109](https://github.com/Shopify/ui-extensions/pull/2109) [`a92f4ab22`](https://github.com/Shopify/ui-extensions/commit/a92f4ab22d3c734555d32026e110a123d60f8a8c) Thanks [@oliverigor](https://github.com/oliverigor)! - ScrollView scrollTo docs changes, image source docs changes
+
 ## 2024.1.2
 
 ### Patch Changes
diff --git a/packages/ui-extensions/package.json b/packages/ui-extensions/package.json
index 997b8b9d5d..c88a7107e0 100644
--- a/packages/ui-extensions/package.json
+++ b/packages/ui-extensions/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@shopify/ui-extensions",
-  "version": "2024.1.2",
+  "version": "2024.1.3",
   "scripts": {
     "docs:admin": "sh ./docs/surfaces/admin/build-docs.sh",
     "gen-docs:admin": "sh ./docs/surfaces/admin/create-doc-files.sh \"admin\"",