From 6dd79603eea1262ccf449bf66bd9e16fe3150921 Mon Sep 17 00:00:00 2001 From: Alex Graffeo-Cohen Date: Tue, 4 Nov 2025 13:49:35 -0500 Subject: [PATCH] Updates recent changesets to patches for proper version bump Minor changeset files are instructing the automated tool for version bump PRs to increment to the wrong version number. We need to use patch, even for "minor" changes. --- .changeset/cold-windows-occur.md | 2 +- .changeset/discount-allocations.md | 2 +- .changeset/hip-seas-change.md | 2 +- .changeset/tough-panthers-impress.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.changeset/cold-windows-occur.md b/.changeset/cold-windows-occur.md index 5b59966b4d..0e8d0e024a 100644 --- a/.changeset/cold-windows-occur.md +++ b/.changeset/cold-windows-occur.md @@ -1,5 +1,5 @@ --- -'@shopify/ui-extensions': minor +'@shopify/ui-extensions': patch --- Adds components to point of sale cart LineItem interface to represent product bundle items. diff --git a/.changeset/discount-allocations.md b/.changeset/discount-allocations.md index dec9ff389e..8adaf7c4b3 100644 --- a/.changeset/discount-allocations.md +++ b/.changeset/discount-allocations.md @@ -1,5 +1,5 @@ --- -'@shopify/ui-extensions': minor +'@shopify/ui-extensions': patch --- Added optional `discountAllocations` field to Cart Line Item API so that POS extensions can see the precise proportion of a discount applied to a particular line item. Only the `allocatedAmount` field is included for this purpose, matching the Storefront API structure. See https://shopify.dev/docs/api/storefront/latest/objects/DiscountAllocation. diff --git a/.changeset/hip-seas-change.md b/.changeset/hip-seas-change.md index 8516cacc15..e76315ea74 100644 --- a/.changeset/hip-seas-change.md +++ b/.changeset/hip-seas-change.md @@ -1,5 +1,5 @@ --- -'@shopify/ui-extensions': minor +'@shopify/ui-extensions': patch --- Adds pos.receipt-header.block.render extension target diff --git a/.changeset/tough-panthers-impress.md b/.changeset/tough-panthers-impress.md index 6260d6a4bc..b819c0ebdc 100644 --- a/.changeset/tough-panthers-impress.md +++ b/.changeset/tough-panthers-impress.md @@ -1,5 +1,5 @@ --- -'@shopify/ui-extensions': minor +'@shopify/ui-extensions': patch --- Modified transaction data interface fields to include returnId and refundId to Return and Exchange TransactionData.