Skip to content

Commit 6fc606f

Browse files
Merge pull request #3487 from Shopify/changeset-release/2025-07
Version Packages (2025-07)
2 parents bfe5ee2 + ebe11df commit 6fc606f

File tree

8 files changed

+23
-24
lines changed

8 files changed

+23
-24
lines changed

.changeset/cold-windows-occur.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/discount-allocations.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hip-seas-change.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-panthers-impress.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/ui-extensions-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @shopify/ui-extensions-react
22

3+
## 2025.7.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a741a10acde19fab89088672fb3df01a8f4d7ee2`](https://github.com/Shopify/ui-extensions/commit/a741a10acde19fab89088672fb3df01a8f4d7ee2), [`f0984671a362c540724306dd21a02974a9c692dd`](https://github.com/Shopify/ui-extensions/commit/f0984671a362c540724306dd21a02974a9c692dd), [`f0984671a362c540724306dd21a02974a9c692dd`](https://github.com/Shopify/ui-extensions/commit/f0984671a362c540724306dd21a02974a9c692dd), [`f0984671a362c540724306dd21a02974a9c692dd`](https://github.com/Shopify/ui-extensions/commit/f0984671a362c540724306dd21a02974a9c692dd)]:
8+
- @shopify/ui-extensions@2025.7.2
9+
310
## 2025.7.1
411

512
### Patch Changes

packages/ui-extensions-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/ui-extensions-react",
3-
"version": "2025.7.1",
3+
"version": "2025.7.2",
44
"description": "React bindings for @shopify/ui-extensions",
55
"publishConfig": {
66
"access": "public",
@@ -66,7 +66,7 @@
6666
"@types/react": ">=18.2.67"
6767
},
6868
"peerDependencies": {
69-
"@shopify/ui-extensions": "2025.7.1",
69+
"@shopify/ui-extensions": "2025.7.2",
7070
"react": ">=18.0.0"
7171
},
7272
"peerDependenciesMeta": {
@@ -80,7 +80,7 @@
8080
"devDependencies": {
8181
"@faker-js/faker": "^8.4.1",
8282
"@quilted/react-testing": "^0.5.31",
83-
"@shopify/ui-extensions": "2025.7.1",
83+
"@shopify/ui-extensions": "2025.7.2",
8484
"react": "^18.0.0",
8585
"react-reconciler": "0.29.0",
8686
"react-test-renderer": "^18.2.0"

packages/ui-extensions/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @shopify/ui-extensions
22

3+
## 2025.7.2
4+
5+
### Patch Changes
6+
7+
- [#3538](https://github.com/Shopify/ui-extensions/pull/3538) [`a741a10acde19fab89088672fb3df01a8f4d7ee2`](https://github.com/Shopify/ui-extensions/commit/a741a10acde19fab89088672fb3df01a8f4d7ee2) Thanks [@alexgraffeocohen](https://github.com/alexgraffeocohen)! - Adds components to point of sale cart LineItem interface to represent product bundle items.
8+
9+
- [#3477](https://github.com/Shopify/ui-extensions/pull/3477) [`f0984671a362c540724306dd21a02974a9c692dd`](https://github.com/Shopify/ui-extensions/commit/f0984671a362c540724306dd21a02974a9c692dd) Thanks [@chadcromwell](https://github.com/chadcromwell)! - 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.
10+
11+
- [#3477](https://github.com/Shopify/ui-extensions/pull/3477) [`f0984671a362c540724306dd21a02974a9c692dd`](https://github.com/Shopify/ui-extensions/commit/f0984671a362c540724306dd21a02974a9c692dd) Thanks [@chadcromwell](https://github.com/chadcromwell)! - Adds pos.receipt-header.block.render extension target
12+
13+
- [#3477](https://github.com/Shopify/ui-extensions/pull/3477) [`f0984671a362c540724306dd21a02974a9c692dd`](https://github.com/Shopify/ui-extensions/commit/f0984671a362c540724306dd21a02974a9c692dd) Thanks [@chadcromwell](https://github.com/chadcromwell)! - Modified transaction data interface fields to include returnId and refundId to Return and Exchange TransactionData.
14+
315
## 2025.7.1
416

517
### Patch Changes

packages/ui-extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/ui-extensions",
3-
"version": "2025.7.1",
3+
"version": "2025.7.2",
44
"scripts": {
55
"docs:admin": "bash ./docs/surfaces/admin/build-docs.sh",
66
"docs:admin:dev": "nodemon --watch src/surfaces/admin -e ts,tsx,json --exec 'yarn docs:admin'",

0 commit comments

Comments
 (0)