Skip to content

Commit 0442ac2

Browse files
Version Packages
1 parent 136726e commit 0442ac2

25 files changed

Lines changed: 92 additions & 57 deletions

.changeset/fix-reset-spurious-toml-prompt.md

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

.changeset/tricky-results-roll.md

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

.changeset/tvzxj2-mjlzsj-hnrsxm.md

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

packages/app/CHANGELOG.md

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

3+
## 3.94.0
4+
5+
### Minor Changes
6+
7+
- dbcdf9f: report file size for extensions on build and dev
8+
9+
### Patch Changes
10+
11+
- bb884b1: Avoid spurious config prompts:
12+
- Skip TOML selection prompt when using --reset flag
13+
- Use default shopify.app.toml without prompting when running `config link --client-id` with no existing TOML files
14+
- @shopify/cli-kit@3.94.0
15+
- @shopify/theme@3.94.0
16+
- @shopify/plugin-cloudflare@3.94.0
17+
318
## 3.93.0
419

520
### 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.93.0",
3+
"version": "3.94.0",
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.93.0",
54-
"@shopify/plugin-cloudflare": "3.93.0",
53+
"@shopify/cli-kit": "3.94.0",
54+
"@shopify/plugin-cloudflare": "3.94.0",
5555
"@shopify/polaris": "12.27.0",
5656
"@shopify/polaris-icons": "8.11.1",
57-
"@shopify/theme": "3.93.0",
57+
"@shopify/theme": "3.94.0",
5858
"@shopify/theme-check-node": "3.24.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.0
4+
35
## 3.93.0
46

57
### Minor 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.93.0",
3+
"version": "3.94.0",
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.93.0'
1+
export const CLI_KIT_VERSION = '3.94.0'

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.0
4+
35
## 3.93.0
46

57
### Minor Changes

packages/cli/oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8400,5 +8400,5 @@
84008400
"summary": "Trigger delivery of a sample webhook topic payload to a designated address."
84018401
}
84028402
},
8403-
"version": "3.93.0"
8403+
"version": "3.94.0"
84048404
}

0 commit comments

Comments
 (0)