Skip to content

Commit

Permalink
Merge pull request #143 from Shopify/rd/customer-account-2024-10
Browse files Browse the repository at this point in the history
use stable version for customer-account extensions
  • Loading branch information
robin-drexler authored Oct 1, 2024
2 parents 67e9987 + ad9dfc8 commit 78c4700
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions customer-account-extension/package.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "UNLICENSED",
"dependencies": {
"react": "^18.0.0",
"@shopify/ui-extensions": "unstable",
"@shopify/ui-extensions-react": "unstable"
"@shopify/ui-extensions": "2024.10.x",
"@shopify/ui-extensions-react": "2024.10.x"
},
"devDependencies": {
"@types/react": "^18.0.0",
Expand All @@ -21,7 +21,7 @@
"version": "1.0.0",
"license": "UNLICENSED",
"dependencies": {
"@shopify/ui-extensions": "unstable"
"@shopify/ui-extensions": "2024.10.x"
}
}
{%- endif -%}
2 changes: 1 addition & 1 deletion customer-account-extension/shopify.extension.toml.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# The version of APIs your extension will receive. Learn more:
# https://shopify.dev/docs/api/usage/versioning
api_version = "unstable"
api_version = "2024-10"

[[extensions]]
name = "{{ name }}"
Expand Down

0 comments on commit 78c4700

Please sign in to comment.