Skip to content

Commit 297e000

Browse files
bump version to 2025-07 for customer account (#288)
### Background Updates the API version and dependencies for the customer account extension template.
2 parents 216ee05 + b0e2544 commit 297e000

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
@@ -17,8 +17,8 @@
1717
"license": "UNLICENSED",
1818
"dependencies": {
1919
"react": "^18.0.0",
20-
"@shopify/ui-extensions": "2025.4.x",
21-
"@shopify/ui-extensions-react": "2025.4.x",
20+
"@shopify/ui-extensions": "2025.7.x",
21+
"@shopify/ui-extensions-react": "2025.7.x",
2222
"react-reconciler": "0.29.0"
2323
},
2424
"devDependencies": {
@@ -32,7 +32,7 @@
3232
"version": "1.0.0",
3333
"license": "UNLICENSED",
3434
"dependencies": {
35-
"@shopify/ui-extensions": "2025.4.x"
35+
"@shopify/ui-extensions": "2025.7.x"
3636
}
3737
}
3838
{%- endif -%}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{%- if flavor contains "preact" %}
77
api_version = "2025-10"
88
{%- else %}
9-
api_version = "2025-04"
9+
api_version = "2025-07"
1010
{%- endif %}
1111

1212
[[extensions]]

0 commit comments

Comments
 (0)