Skip to content

Commit 35b2aa9

Browse files
committed
Shorten changeset entry
1 parent 1bf342d commit 35b2aa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.changeset/fix-uid-placement-single-extension-array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@shopify/app': patch
33
---
44

5-
Fix `uid` being inserted at the top level of extension TOML files (outside the `[[extensions]]` block) during `shopify app init` and other `linkedAppContext` flows when the TOML uses the modern `[[extensions]]` array-of-tables shape with a single entry — the shape produced by current `app init` templates. Previously, single-entry arrays fell into the legacy top-level `file.patch` branch; `uid` is now inserted inside the `[[extensions]]` block (after `handle`) for any array shape, regardless of length. Legacy single-extension TOMLs with top-level `type`/`handle` fields continue to use the top-level patch path.
5+
Fix `uid` being written outside the `[[extensions]]` block in single-entry array-of-tables TOMLs (the shape produced by `shopify app init` templates).

0 commit comments

Comments
 (0)