Skip to content

Commit f0511a4

Browse files
Version Packages (rc)
1 parent ec5e7ba commit f0511a4

5 files changed

Lines changed: 24 additions & 3 deletions

File tree

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"add-app-home-render-target",
1111
"admin-app-home-intents-request",
1212
"admin-app-home-tools-api",
13+
"admin-pick-file-intent",
1314
"brown-flowers-ask",
15+
"bundle-component-discount-allocations",
1416
"calm-sites-warn",
1517
"cash-rounding-transaction-complete",
1618
"checkbox-rich-label",

packages/ui-extensions-tester/CHANGELOG.md

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

3+
## 2026.7.0-rc.8
4+
5+
### Patch Changes
6+
7+
- [#4499](https://github.com/Shopify/ui-extensions/pull/4499) [`e0e4f00`](https://github.com/Shopify/ui-extensions/commit/e0e4f003cd508ded2eafb0f3194c8ac92092ea51) Thanks [@charlesdobson](https://github.com/charlesdobson)! - Add `pick` action and `shopify/File` resource type to the admin Intents API, enabling extensions to open the file picker via `intents.invoke('pick:shopify/File', …)`.
8+
9+
- Updated dependencies [[`e0e4f00`](https://github.com/Shopify/ui-extensions/commit/e0e4f003cd508ded2eafb0f3194c8ac92092ea51), [`b965a97`](https://github.com/Shopify/ui-extensions/commit/b965a97767d71320ea31293b94cc13e39ccd5893)]:
10+
- @shopify/ui-extensions@2026.7.0-rc.8
11+
312
## 2026.7.0-rc.7
413

514
### Patch Changes

packages/ui-extensions-tester/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/ui-extensions-tester",
3-
"version": "2026.7.0-rc.7",
3+
"version": "2026.7.0-rc.8",
44
"main": "index.js",
55
"module": "index.mjs",
66
"esnext": "index.esnext",
@@ -55,7 +55,7 @@
5555
},
5656
"license": "MIT",
5757
"dependencies": {
58-
"@shopify/ui-extensions": "2026.7.0-rc.7"
58+
"@shopify/ui-extensions": "2026.7.0-rc.8"
5959
},
6060
"peerDependencies": {
6161
"preact": "^10.0.0"

packages/ui-extensions/CHANGELOG.md

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

3+
## 2026.7.0-rc.8
4+
5+
### Minor Changes
6+
7+
- [#4512](https://github.com/Shopify/ui-extensions/pull/4512) [`b965a97`](https://github.com/Shopify/ui-extensions/commit/b965a97767d71320ea31293b94cc13e39ccd5893) Thanks [@daniszewskik](https://github.com/daniszewskik)! - Added optional `discountAllocations` field to POS bundle `LineItemComponent` so extensions can access the discount amount allocated to each bundle component.
8+
9+
### Patch Changes
10+
11+
- [#4499](https://github.com/Shopify/ui-extensions/pull/4499) [`e0e4f00`](https://github.com/Shopify/ui-extensions/commit/e0e4f003cd508ded2eafb0f3194c8ac92092ea51) Thanks [@charlesdobson](https://github.com/charlesdobson)! - Add `pick` action and `shopify/File` resource type to the admin Intents API, enabling extensions to open the file picker via `intents.invoke('pick:shopify/File', …)`.
12+
313
## 2026.7.0-rc.7
414

515
### 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": "2026.7.0-rc.7",
3+
"version": "2026.7.0-rc.8",
44
"scripts": {
55
"docs:admin": "node ./docs/surfaces/admin/build-docs.mjs",
66
"docs:checkout": "bash ./docs/surfaces/checkout/build-docs.sh",

0 commit comments

Comments
 (0)