Skip to content

Commit d0b335d

Browse files
authored
Merge pull request #5412 from Shopify/changeset-release/stable/3.75
Version Packages - stable/3.75
2 parents 07e1fcc + a95109c commit d0b335d

File tree

21 files changed

+75
-42
lines changed

21 files changed

+75
-42
lines changed

.changeset/strange-dogs-rule.md

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

packages/app/CHANGELOG.md

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

3+
## 3.75.3
4+
5+
### Patch Changes
6+
7+
- @shopify/cli-kit@3.75.3
8+
- @shopify/theme@3.75.3
9+
- @shopify/plugin-cloudflare@3.75.3
10+
311
## 3.75.2
412

513
### 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.75.2",
3+
"version": "3.75.3",
44
"packageManager": "pnpm@8.15.7",
55
"description": "Utilities for loading, building, and publishing apps.",
66
"homepage": "https://github.com/shopify/cli#readme",
@@ -52,12 +52,12 @@
5252
"@graphql-typed-document-node/core": "3.2.0",
5353
"@luckycatfactory/esbuild-graphql-loader": "3.8.1",
5454
"@oclif/core": "3.26.5",
55-
"@shopify/cli-kit": "3.75.2",
55+
"@shopify/cli-kit": "3.75.3",
5656
"@shopify/function-runner": "4.1.1",
57-
"@shopify/plugin-cloudflare": "3.75.2",
57+
"@shopify/plugin-cloudflare": "3.75.3",
5858
"@shopify/polaris": "12.27.0",
5959
"@shopify/polaris-icons": "8.11.1",
60-
"@shopify/theme": "3.75.2",
60+
"@shopify/theme": "3.75.3",
6161
"@shopify/theme-check-node": "3.5.0",
6262
"body-parser": "1.20.3",
6363
"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.75.3
4+
35
## 3.75.2
46

57
## 3.75.1

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.75.2",
3+
"version": "3.75.3",
44
"packageManager": "pnpm@8.15.7",
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.75.2'
1+
export const CLI_KIT_VERSION = '3.75.3'

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.75.3
4+
5+
### Patch Changes
6+
7+
- 385ad0d: Update to cli-hydrogen 9.0.7
8+
39
## 3.75.2
410

511
### Patch Changes

packages/cli/oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6821,5 +6821,5 @@
68216821
"summary": "Trigger delivery of a sample webhook topic payload to a designated address."
68226822
}
68236823
},
6824-
"version": "3.75.2"
6824+
"version": "3.75.3"
68256825
}

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.75.2",
3+
"version": "3.75.3",
44
"packageManager": "pnpm@8.15.7",
55
"private": false,
66
"description": "A CLI tool to build for the Shopify platform",
@@ -110,11 +110,11 @@
110110
"@oclif/core": "3.26.5",
111111
"@oclif/plugin-commands": "4.1.18",
112112
"@oclif/plugin-plugins": "5.4.28",
113-
"@shopify/app": "3.75.2",
114-
"@shopify/cli-kit": "3.75.2",
115-
"@shopify/plugin-cloudflare": "3.75.2",
116-
"@shopify/plugin-did-you-mean": "3.75.2",
117-
"@shopify/theme": "3.75.2",
113+
"@shopify/app": "3.75.3",
114+
"@shopify/cli-kit": "3.75.3",
115+
"@shopify/plugin-cloudflare": "3.75.3",
116+
"@shopify/plugin-did-you-mean": "3.75.3",
117+
"@shopify/theme": "3.75.3",
118118
"@shopify/cli-hydrogen": "9.0.7",
119119
"@typescript-eslint/eslint-plugin": "7.13.1",
120120
"@vitest/coverage-istanbul": "^1.6.0",

packages/create-app/CHANGELOG.md

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

3+
## 3.75.3
4+
35
## 3.75.2
46

57
## 3.75.1

0 commit comments

Comments
 (0)