Skip to content

Commit 44da283

Browse files
Version Packages
1 parent c981ee0 commit 44da283

24 files changed

Lines changed: 84 additions & 52 deletions

.changeset/fix-bundle-ui-step-path-normalization.md

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

.changeset/shopify-global-type-detection.md

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

packages/app/CHANGELOG.md

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

3+
## 3.94.1
4+
5+
### Patch Changes
6+
7+
- e94c94e: Fix `shopify app build` intermittently failing with "Source and destination must not be the same" on UI extensions when the local esbuild output directory and the bundle output directory resolve to the same path but differ as strings (e.g. due to `.` segments, trailing slashes, or path joining quirks). The same-path guard now normalizes both paths via `resolvePath` before comparison.
8+
- c70e536: The CLI-generated `shopify.d.ts` now types the `shopify` binding as `Api & ShopifyGlobal` (intersection) for UI extension targets whose `.d.ts` re-exports a `ShopifyGlobal` type. Existing consumers who access the target API via `shopify.*` are unaffected; new host-level APIs like `shopify.addEventListener` now type-check automatically for opt-in targets (e.g. POS background extensions). Targets that do not re-export `ShopifyGlobal` emit the same output as before.
9+
- @shopify/cli-kit@3.94.1
10+
- @shopify/theme@3.94.1
11+
- @shopify/plugin-cloudflare@3.94.1
12+
313
## 3.94.0
414

515
### Minor Changes

packages/app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/app",
3-
"version": "3.94.0",
3+
"version": "3.94.1",
44
"packageManager": "pnpm@10.11.1",
55
"description": "Utilities for loading, building, and publishing apps.",
66
"homepage": "https://github.com/shopify/cli#readme",
@@ -50,11 +50,11 @@
5050
"@graphql-typed-document-node/core": "3.2.0",
5151
"@luckycatfactory/esbuild-graphql-loader": "3.8.1",
5252
"@oclif/core": "4.5.3",
53-
"@shopify/cli-kit": "3.94.0",
54-
"@shopify/plugin-cloudflare": "3.94.0",
53+
"@shopify/cli-kit": "3.94.1",
54+
"@shopify/plugin-cloudflare": "3.94.1",
5555
"@shopify/polaris": "12.27.0",
5656
"@shopify/polaris-icons": "8.11.1",
57-
"@shopify/theme": "3.94.0",
57+
"@shopify/theme": "3.94.1",
5858
"@shopify/theme-check-node": "3.25.0",
5959
"@shopify/toml-patch": "0.3.0",
6060
"chokidar": "3.6.0",

packages/cli-kit/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @shopify/cli-kit
22

3+
## 3.94.1
4+
35
## 3.94.0
46

57
### Patch Changes

packages/cli-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/cli-kit",
3-
"version": "3.94.0",
3+
"version": "3.94.1",
44
"packageManager": "pnpm@10.11.1",
55
"private": false,
66
"description": "A set of utilities, interfaces, and models that are common across all the platform features",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const CLI_KIT_VERSION = '3.94.0'
1+
export const CLI_KIT_VERSION = '3.94.1'

packages/cli/CHANGELOG.md

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

3+
## 3.94.1
4+
35
## 3.94.0
46

57
## 3.93.0

packages/cli/oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8460,5 +8460,5 @@
84608460
"summary": "Trigger delivery of a sample webhook topic payload to a designated address."
84618461
}
84628462
},
8463-
"version": "3.94.0"
8463+
"version": "3.94.1"
84648464
}

packages/cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/cli",
3-
"version": "3.94.0",
3+
"version": "3.94.1",
44
"packageManager": "pnpm@10.11.1",
55
"private": false,
66
"description": "A CLI tool to build for the Shopify platform",
@@ -60,12 +60,12 @@
6060
"@oclif/core": "4.5.3",
6161
"@oclif/plugin-commands": "4.1.33",
6262
"@oclif/plugin-plugins": "5.4.47",
63-
"@shopify/app": "3.94.0",
64-
"@shopify/store": "3.94.0",
65-
"@shopify/cli-kit": "3.94.0",
66-
"@shopify/plugin-cloudflare": "3.94.0",
67-
"@shopify/plugin-did-you-mean": "3.94.0",
68-
"@shopify/theme": "3.94.0",
63+
"@shopify/app": "3.94.1",
64+
"@shopify/store": "3.94.1",
65+
"@shopify/cli-kit": "3.94.1",
66+
"@shopify/plugin-cloudflare": "3.94.1",
67+
"@shopify/plugin-did-you-mean": "3.94.1",
68+
"@shopify/theme": "3.94.1",
6969
"@shopify/cli-hydrogen": "11.1.10",
7070
"@types/global-agent": "3.0.0",
7171
"@vitest/coverage-istanbul": "^3.1.4",

0 commit comments

Comments
 (0)