Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/fix-bun-lockfile-cleanup.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-bundle-ui-step-path-normalization.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/handle-app-management-app-not-found.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hide-deprecated-remix-template.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-meals-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shopify-global-type-detection.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/validate-locale-utf8.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @shopify/app

## 3.94.1

### Patch Changes

- a7d448b: Handle modern Bun `bun.lock` files when cleaning up app templates so non-Bun projects do not keep stale Bun lockfiles or `.gitignore` entries.
- 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.
- 8a9c5a1: Display a friendly error message instead of a stack trace when running `shopify app config link --client-id=<id>` against a Dev Dashboard app and the client ID does not exist.
- 6cb484f: Hide the deprecated `remix` template from `shopify app init --template` help text and validation messages. The React Router template has replaced Remix as the supported choice. Passing `--template remix` continues to work for backwards compatibility.
- 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.
- d5028b5: Fix unhelpful error when extension locale file has invalid UTF-8
- Updated dependencies [a7d448b]
- @shopify/cli-kit@3.94.1
- @shopify/plugin-cloudflare@3.94.1
- @shopify/theme@3.94.1

## 3.94.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/app",
"version": "3.94.0",
"version": "3.94.1",
"packageManager": "pnpm@10.11.1",
"description": "Utilities for loading, building, and publishing apps.",
"homepage": "https://github.com/shopify/cli#readme",
Expand Down Expand Up @@ -61,11 +61,11 @@
"@graphql-typed-document-node/core": "3.2.0",
"@luckycatfactory/esbuild-graphql-loader": "3.8.1",
"@oclif/core": "4.5.3",
"@shopify/cli-kit": "3.94.0",
"@shopify/plugin-cloudflare": "3.94.0",
"@shopify/cli-kit": "3.94.1",
"@shopify/plugin-cloudflare": "3.94.1",
"@shopify/polaris": "12.27.0",
"@shopify/polaris-icons": "8.11.1",
"@shopify/theme": "3.94.0",
"@shopify/theme": "3.94.1",
"@shopify/theme-check-node": "3.25.0",
"@shopify/toml-patch": "0.3.0",
"chokidar": "3.6.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/cli-kit

## 3.94.1

### Patch Changes

- a7d448b: Handle modern Bun `bun.lock` files when cleaning up app templates so non-Bun projects do not keep stale Bun lockfiles or `.gitignore` entries.

## 3.94.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/cli-kit",
"version": "3.94.0",
"version": "3.94.1",
"packageManager": "pnpm@10.11.1",
"private": false,
"description": "A set of utilities, interfaces, and models that are common across all the platform features",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-kit/src/public/common/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const CLI_KIT_VERSION = '3.94.0'
export const CLI_KIT_VERSION = '3.94.1'
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/cli

## 3.94.1

### Patch Changes

- dc70080: Fix dev and build command for web_pixel extensions

## 3.94.0

## 3.93.0
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/oclif.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8460,5 +8460,5 @@
"summary": "Trigger delivery of a sample webhook topic payload to a designated address."
}
},
"version": "3.94.0"
"version": "3.94.1"
}
14 changes: 7 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/cli",
"version": "3.94.0",
"version": "3.94.1",
"packageManager": "pnpm@10.11.1",
"private": false,
"description": "A CLI tool to build for the Shopify platform",
Expand Down Expand Up @@ -60,12 +60,12 @@
"@oclif/core": "4.5.3",
"@oclif/plugin-commands": "4.1.33",
"@oclif/plugin-plugins": "5.4.47",
"@shopify/app": "3.94.0",
"@shopify/store": "3.94.0",
"@shopify/cli-kit": "3.94.0",
"@shopify/plugin-cloudflare": "3.94.0",
"@shopify/plugin-did-you-mean": "3.94.0",
"@shopify/theme": "3.94.0",
"@shopify/app": "3.94.1",
"@shopify/store": "3.94.1",
"@shopify/cli-kit": "3.94.1",
"@shopify/plugin-cloudflare": "3.94.1",
"@shopify/plugin-did-you-mean": "3.94.1",
"@shopify/theme": "3.94.1",
"@shopify/cli-hydrogen": "11.1.10",
"@types/global-agent": "3.0.0",
"@vitest/coverage-istanbul": "^3.1.4",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/create-app

## 3.94.1

## 3.94.0

## 3.93.0
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/oclif.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@
"summary": "Create a new app project"
}
},
"version": "3.94.0"
"version": "3.94.1"
}
6 changes: 3 additions & 3 deletions packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/create-app",
"version": "3.94.0",
"version": "3.94.1",
"packageManager": "pnpm@10.11.1",
"private": false,
"description": "A CLI tool to create a new Shopify app.",
Expand Down Expand Up @@ -58,8 +58,8 @@
"esbuild": "0.28.0"
},
"devDependencies": {
"@shopify/cli-kit": "3.94.0",
"@shopify/app": "3.94.0",
"@shopify/cli-kit": "3.94.1",
"@shopify/app": "3.94.1",
"esbuild-plugin-copy": "^2.1.1",
"@vitest/coverage-istanbul": "^3.1.4"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/plugin-cloudflare

## 3.94.1

### Patch Changes

- Updated dependencies [a7d448b]
- @shopify/cli-kit@3.94.1

## 3.94.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/plugin-cloudflare",
"version": "3.94.0",
"version": "3.94.1",
"packageManager": "pnpm@10.11.1",
"description": "Enables the creation of Cloudflare tunnels from `shopify app dev`, allowing previews from any device",
"keywords": [
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@oclif/core": "4.5.3",
"@shopify/cli-kit": "3.94.0"
"@shopify/cli-kit": "3.94.1"
},
"devDependencies": {
"@vitest/coverage-istanbul": "^3.1.4"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-did-you-mean/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/plugin-did-you-mean

## 3.94.1

### Patch Changes

- Updated dependencies [a7d448b]
- @shopify/cli-kit@3.94.1

## 3.94.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-did-you-mean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/plugin-did-you-mean",
"version": "3.94.0",
"version": "3.94.1",
"packageManager": "pnpm@10.11.1",
"private": true,
"bugs": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@oclif/core": "4.5.3",
"@shopify/cli-kit": "3.94.0",
"@shopify/cli-kit": "3.94.1",
"n-gram": "2.0.2"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/store

## 3.94.1

### Patch Changes

- Updated dependencies [a7d448b]
- @shopify/cli-kit@3.94.1

## 3.94.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/store",
"version": "3.94.0",
"version": "3.94.1",
"packageManager": "pnpm@10.11.1",
"private": true,
"description": "Utilities for working with Shopify stores",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@oclif/core": "4.5.3",
"@shopify/cli-kit": "3.94.0"
"@shopify/cli-kit": "3.94.1"
},
"devDependencies": {
"@vitest/coverage-istanbul": "^3.1.4"
Expand Down
7 changes: 7 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/theme

## 3.94.1

### Patch Changes

- Updated dependencies [a7d448b]
- @shopify/cli-kit@3.94.1

## 3.94.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme",
"version": "3.94.0",
"version": "3.94.1",
"packageManager": "pnpm@10.11.1",
"private": true,
"description": "Utilities for building and publishing themes",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@oclif/core": "4.5.3",
"@shopify/cli-kit": "3.94.0",
"@shopify/cli-kit": "3.94.1",
"@shopify/theme-check-node": "3.25.0",
"@shopify/theme-language-server-node": "2.21.0",
"chokidar": "3.6.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/ui-extensions-dev-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/ui-extensions-dev-console-app

## 3.94.1

## 3.94.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-extensions-dev-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/ui-extensions-dev-console-app",
"version": "3.94.0",
"version": "3.94.1",
"packageManager": "pnpm@10.11.1",
"private": true,
"scripts": {
Expand Down
Loading