Skip to content

Commit

Permalink
Merge pull request #144 from Shopify/hdixon/update-to-2024-10
Browse files Browse the repository at this point in the history
update toml and package.json to 2024-10 release
  • Loading branch information
hheyhhay authored Oct 1, 2024
2 parents 78c4700 + c4b004d commit 06181c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions checkout-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": "2024.7.x",
"@shopify/ui-extensions-react": "2024.7.x"
"@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": "2024.7.x"
"@shopify/ui-extensions": "2024.10.x"
}
}
{%- endif -%}
2 changes: 1 addition & 1 deletion checkout-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 = "2024-07"
api_version = "2024-10"

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

0 comments on commit 06181c5

Please sign in to comment.