Skip to content

Commit 45d792d

Browse files
Version Packages (rc)
1 parent 2920d36 commit 45d792d

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@
55
"@shopify/ui-extensions": "2026.1.0-rc.0"
66
},
77
"changesets": [
8+
"add-admin-tools-data-target",
89
"brave-falcons-perform",
910
"chilly-ghosts-beam",
11+
"eager-dogs-carry",
1012
"eleven-mammals-allow",
1113
"funny-moons-share",
1214
"hip-shirts-drum",
1315
"legal-eggs-roll",
1416
"old-geese-smoke",
1517
"proud-paths-listen",
1618
"slimy-foxes-hide",
17-
"vast-planes-flow"
19+
"vast-planes-flow",
20+
"wet-cycles-punch"
1821
]
1922
}

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+
## 2026.1.0-rc.6
4+
5+
### Minor Changes
6+
7+
- [#3641](https://github.com/Shopify/ui-extensions/pull/3641) [`9440bde`](https://github.com/Shopify/ui-extensions/commit/9440bde5390d2940befc1037370217d16455dff2) Thanks [@jonathanhamel4](https://github.com/jonathanhamel4)! - Added subscribable discounts api. Update the type for `data.id` to string to fix a previously incorrect type.
8+
9+
### Patch Changes
10+
11+
- [#3729](https://github.com/Shopify/ui-extensions/pull/3729) [`2920d36`](https://github.com/Shopify/ui-extensions/commit/2920d36f66735f552b6cd9fe3738f934618b7b4f) Thanks [@kbav](https://github.com/kbav)! - Add admin.app.tools.data extension target
12+
13+
- [#3695](https://github.com/Shopify/ui-extensions/pull/3695) [`397d749`](https://github.com/Shopify/ui-extensions/commit/397d7496e9cab5634da11dca5b78a3bde1b5ffe1) Thanks [@jonathanhamel4](https://github.com/jonathanhamel4)! - Remove unsupported fields for the Discount API. Those fields will be added in a later API.
14+
315
## 2026.1.0-rc.5
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": "2026.1.0-rc.5",
3+
"version": "2026.1.0-rc.6",
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)