Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions admin-action/package.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
{%- if flavor contains "preact" %}
"dependencies": {
"preact": "^10.10.x",
"@shopify/ui-extensions": "~2025.10.0-rc"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one should stay the same. And ditto for all of the if flavor contains "preact" blocks

"@shopify/ui-extensions": "2025.07.x"
}
{%- elsif flavor contains "react" %}
"dependencies": {
"react": "^18.0.0",
"@shopify/ui-extensions": "2025.4.x",
"@shopify/ui-extensions-react": "2025.4.x",
"@shopify/ui-extensions": "2025.07.x",
"@shopify/ui-extensions-react": "2025.07.x",
"react-reconciler": "0.29.0"
},
"devDependencies": {
"@types/react": "^18.0.0"
}
{%- else %}
"dependencies": {
"@shopify/ui-extensions": "2025.4.x"
"@shopify/ui-extensions": "2025.07.x"
}
{%- endif %}
}
4 changes: 2 additions & 2 deletions admin-action/shopify.extension.toml.liquid
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%- if flavor contains "preact" -%}
api_version = "2025-10"
api_version = "2025-07"
{% else %}
api_version = "2025-04"
api_version = "2025-07"
{% endif -%}

[[extensions]]
Expand Down
8 changes: 4 additions & 4 deletions admin-block/package.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
{%- if flavor contains "preact" %}
"dependencies": {
"preact": "^10.10.x",
"@shopify/ui-extensions": "~2025.10.0-rc"
"@shopify/ui-extensions": "2025.07.x"
}
{%- elsif flavor contains "react" %}
"dependencies": {
"react": "^18.0.0",
"@shopify/ui-extensions": "2025.4.x",
"@shopify/ui-extensions-react": "2025.4.x",
"@shopify/ui-extensions": "2025.07.x",
"@shopify/ui-extensions-react": "2025.07.x",
"react-reconciler": "0.29.0"
},
"devDependencies": {
"@types/react": "^18.0.0"
}
{%- else %}
"dependencies": {
"@shopify/ui-extensions": "2025.4.x"
"@shopify/ui-extensions": "2025.07.x"
}
{%- endif %}
}
4 changes: 2 additions & 2 deletions admin-block/shopify.extension.toml.liquid
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%- if flavor contains "preact" -%}
api_version = "2025-10"
api_version = "2025-07"
{% else %}
api_version = "2025-04"
api_version = "2025-07"
{% endif -%}

[[extensions]]
Expand Down
8 changes: 4 additions & 4 deletions admin-print-action/package.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
{%- if flavor contains "preact" %}
"dependencies": {
"preact": "^10.10.x",
"@shopify/ui-extensions": "~2025.10.0-rc"
"@shopify/ui-extensions": "2025.07.x"
}
{%- elsif flavor contains "react" %}
"dependencies": {
"react": "^18.0.0",
"@shopify/ui-extensions": "2025.4.x",
"@shopify/ui-extensions-react": "2025.4.x",
"@shopify/ui-extensions": "2025.07.x",
"@shopify/ui-extensions-react": "2025.07.x",
"react-reconciler": "0.29.0"
},
"devDependencies": {
"@types/react": "^18.0.0"
}
{%- else %}
"dependencies": {
"@shopify/ui-extensions": "2025.4.x"
"@shopify/ui-extensions": "2025.07.x"
}
{%- endif %}
}
4 changes: 2 additions & 2 deletions admin-print-action/shopify.extension.toml.liquid
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%- if flavor contains "preact" -%}
api_version = "2025-10"
api_version = "2025-07"
{% else %}
api_version = "2025-04"
api_version = "2025-07"
{% endif -%}

[[extensions]]
Expand Down
8 changes: 4 additions & 4 deletions admin-purchase-options-action/package.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
{%- if flavor contains "preact" %}
"dependencies": {
"preact": "^10.10.x",
"@shopify/ui-extensions": "~2025.10.0-rc"
"@shopify/ui-extensions": "2025.07.x"
}
{%- elsif flavor contains "react" %}
"dependencies": {
"react": "^18.0.0",
"@shopify/ui-extensions": "2025.4.x",
"@shopify/ui-extensions-react": "2025.4.x",
"@shopify/ui-extensions": "2025.07.x",
"@shopify/ui-extensions-react": "2025.07.x",
"react-reconciler": "0.29.0"
},
"devDependencies": {
"@types/react": "^18.0.0"
}
{%- else %}
"dependencies": {
"@shopify/ui-extensions": "2025.4.x"
"@shopify/ui-extensions": "2025.07.x"
}
{%- endif %}
}
4 changes: 2 additions & 2 deletions admin-purchase-options-action/shopify.extension.toml.liquid
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%- if flavor contains "preact" -%}
api_version = "2025-10"
api_version = "2025-07"
{% else %}
api_version = "2025-04"
api_version = "2025-07"
{% endif %}

[[extensions]]
Expand Down
8 changes: 4 additions & 4 deletions conditional-action-extension-js/package.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
{%- if flavor contains "preact" %}
"dependencies": {
"preact": "^10.10.x",
"@shopify/ui-extensions": "~2025.10.0-rc"
"@shopify/ui-extensions": "2025.07.x"
}
{%- elsif flavor contains "react" %}
"dependencies": {
"react": "^18.0.0",
"@shopify/ui-extensions": "2025.4.x",
"@shopify/ui-extensions-react": "2025.4.x",
"@shopify/ui-extensions": "2025.07.x",
"@shopify/ui-extensions-react": "2025.07.x",
"react-reconciler": "0.29.0"
},
"devDependencies": {
"@types/react": "^18.0.0"
}
{%- else %}
"dependencies": {
"@shopify/ui-extensions": "2025.4.x"
"@shopify/ui-extensions": "2025.07.x"
}
{%- endif %}
}
4 changes: 2 additions & 2 deletions conditional-action-extension-js/shopify.extension.toml.liquid
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%- if flavor contains "preact" -%}
api_version = "2025-10"
api_version = "2025-07"
{% else %}
api_version = "2025-04"
api_version = "2025-07"
{% endif -%}

[[extensions]]
Expand Down
6 changes: 3 additions & 3 deletions conditional-action-extension-ts/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": "2025.1.x",
"@shopify/ui-extensions-react": "2025.1.x",
"@shopify/ui-extensions": "2025.07.x",
"@shopify/ui-extensions-react": "2025.07.x",
"react-reconciler": "0.29.0"
},
"devDependencies": {
Expand All @@ -21,7 +21,7 @@
"version": "1.0.0",
"license": "UNLICENSED",
"dependencies": {
"@shopify/ui-extensions": "2025.1.x"
"@shopify/ui-extensions": "2025.07.x"
}
}
{%- endif -%}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
api_version = "2025-01"
api_version = "2025-07"

[[extensions]]
name = "t:name"
Expand Down