Skip to content

Commit 79529a4

Browse files
Merge pull request #190 from Shopify/update-template-versions-2025.01
Update customer account template version to 2025.01
2 parents 43cb33e + 9b51c5c commit 79529a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

customer-account-extension/package.json.liquid

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"license": "UNLICENSED",
77
"dependencies": {
88
"react": "^18.0.0",
9-
"@shopify/ui-extensions": "2024.10.x",
10-
"@shopify/ui-extensions-react": "2024.10.x",
9+
"@shopify/ui-extensions": "2025.01.x",
10+
"@shopify/ui-extensions-react": "2025.01.x",
1111
"react-reconciler": "0.29.0"
1212
},
1313
"devDependencies": {
@@ -21,7 +21,7 @@
2121
"version": "1.0.0",
2222
"license": "UNLICENSED",
2323
"dependencies": {
24-
"@shopify/ui-extensions": "2024.10.x"
24+
"@shopify/ui-extensions": "2025.01.x"
2525
}
2626
}
2727
{%- endif -%}

customer-account-extension/shopify.extension.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# The version of APIs your extension will receive. Learn more:
55
# https://shopify.dev/docs/api/usage/versioning
6-
api_version = "2024-10"
6+
api_version = "2025-01"
77

88
[[extensions]]
99
name = "{{ name }}"

0 commit comments

Comments
 (0)