We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9eb1293 + 4355158 commit e130597Copy full SHA for e130597
2 files changed
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## 2025.08.17
4
5
+- [#57](https://github.com/Shopify/shopify-app-template-react-router/pull/57) Update Webhook API version in `shopify.app.toml` to `2025-07`
6
- [#56](https://github.com/Shopify/shopify-app-template-react-router/pull/56) Remove local CLI from package.json in favor of global CLI installation
7
- [#53](https://github.com/Shopify/shopify-app-template-react-router/pull/53) Add the Shopify Dev MCP to the template
8
shopify.app.toml
@@ -3,7 +3,7 @@
scopes = "write_products"
[webhooks]
-api_version = "2024-10"
+api_version = "2025-07"
# Handled by: /app/routes/webhooks.app.uninstalled.tsx
9
[[webhooks.subscriptions]]
0 commit comments