Skip to content

Commit bcea4e1

Browse files
authored
Merge pull request #7247 from Shopify/changeset-release/stable/3.93
Version Packages - stable/3.93
2 parents 8f61491 + 297a999 commit bcea4e1

22 files changed

Lines changed: 79 additions & 50 deletions

.changeset/major-peaches-fly.md

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

.changeset/stable-update-hydrogen-cli-11.1.14.md

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

packages/app/CHANGELOG.md

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

3+
## 3.93.2
4+
5+
### Patch Changes
6+
7+
- f53c1f4: Fix wrong wasmPath value on "app function run" command
8+
- @shopify/cli-kit@3.93.2
9+
- @shopify/theme@3.93.2
10+
- @shopify/plugin-cloudflare@3.93.2
11+
312
## 3.93.1
413

514
### Patch 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.1",
3+
"version": "3.93.2",
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.1",
54-
"@shopify/plugin-cloudflare": "3.93.1",
53+
"@shopify/cli-kit": "3.93.2",
54+
"@shopify/plugin-cloudflare": "3.93.2",
5555
"@shopify/polaris": "12.27.0",
5656
"@shopify/polaris-icons": "8.11.1",
57-
"@shopify/theme": "3.93.1",
57+
"@shopify/theme": "3.93.2",
5858
"@shopify/theme-check-node": "3.24.0",
5959
"@shopify/toml-patch": "0.3.0",
6060
"camelcase-keys": "9.1.3",

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.93.2
4+
35
## 3.93.1
46

57
## 3.93.0

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.1",
3+
"version": "3.93.2",
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.1'
1+
export const CLI_KIT_VERSION = '3.93.2'

packages/cli/CHANGELOG.md

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

3+
## 3.93.2
4+
5+
### Patch Changes
6+
7+
- 8f61491: Update cli-hydrogen 11.1.14
8+
39
## 3.93.1
410

511
### Patch Changes

packages/cli/oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8399,5 +8399,5 @@
83998399
"summary": "Trigger delivery of a sample webhook topic payload to a designated address."
84008400
}
84018401
},
8402-
"version": "3.93.1"
8402+
"version": "3.93.2"
84038403
}

packages/cli/package.json

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

0 commit comments

Comments
 (0)