Skip to content

Commit 4e25995

Browse files
committed
Change unstable to 2025-01 for the purchase options extensions template
1 parent 79529a4 commit 4e25995

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

admin-purchase-options-action/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": "unstable",
10-
"@shopify/ui-extensions-react": "unstable",
9+
"@shopify/ui-extensions": "2025.1.x",
10+
"@shopify/ui-extensions-react": "2025.1.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": "unstable"
24+
"@shopify/ui-extensions": "2025.1.x"
2525
}
2626
}
2727
{%- endif -%}

admin-purchase-options-action/shopify.extension.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
api_version = "unstable"
1+
api_version = "2025-01"
22

33
[[extensions]]
44
# Change the merchant-facing name of the extension in locales/en.default.json

0 commit comments

Comments
 (0)