Skip to content

Commit e942b91

Browse files
authored
Merge pull request #6215 from Shopify/changeset-release/stable/3.83
Version Packages - stable/3.83
2 parents 7c060b5 + fef43b8 commit e942b91

File tree

23 files changed

+86
-47
lines changed

23 files changed

+86
-47
lines changed

.changeset/stable-update-hydrogen-cli-11.1.3.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.83.3
4+
5+
### Patch Changes
6+
7+
- @shopify/cli-kit@3.83.3
8+
- @shopify/theme@3.83.3
9+
- @shopify/plugin-cloudflare@3.83.3
10+
311
## 3.83.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.83.2",
3+
"version": "3.83.3",
44
"packageManager": "[email protected]",
55
"description": "Utilities for loading, building, and publishing apps.",
66
"homepage": "https://github.com/shopify/cli#readme",
@@ -50,12 +50,12 @@
5050
"@graphql-typed-document-node/core": "3.2.0",
5151
"@luckycatfactory/esbuild-graphql-loader": "3.8.1",
5252
"@oclif/core": "4.4.0",
53-
"@shopify/cli-kit": "3.83.2",
53+
"@shopify/cli-kit": "3.83.3",
5454
"@shopify/function-runner": "4.1.1",
55-
"@shopify/plugin-cloudflare": "3.83.2",
55+
"@shopify/plugin-cloudflare": "3.83.3",
5656
"@shopify/polaris": "12.27.0",
5757
"@shopify/polaris-icons": "8.11.1",
58-
"@shopify/theme": "3.83.2",
58+
"@shopify/theme": "3.83.3",
5959
"@shopify/theme-check-node": "3.19.0",
6060
"@shopify/toml-patch": "0.3.0",
6161
"body-parser": "1.20.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.83.3
4+
35
## 3.83.2
46

57
## 3.83.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.83.2",
3+
"version": "3.83.3",
44
"packageManager": "[email protected]",
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.83.2'
1+
export const CLI_KIT_VERSION = '3.83.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.83.3
4+
5+
### Patch Changes
6+
7+
- aaa0e73: Update cli-hydrogen 11.1.3
8+
39
## 3.83.2
410

511
### Patch Changes

packages/cli/oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7202,5 +7202,5 @@
72027202
"summary": "Trigger delivery of a sample webhook topic payload to a designated address."
72037203
}
72047204
},
7205-
"version": "3.83.2"
7205+
"version": "3.83.3"
72067206
}

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.83.2",
3+
"version": "3.83.3",
44
"packageManager": "[email protected]",
55
"private": false,
66
"description": "A CLI tool to build for the Shopify platform",
@@ -109,12 +109,12 @@
109109
"@oclif/core": "4.4.0",
110110
"@oclif/plugin-commands": "4.1.26",
111111
"@oclif/plugin-plugins": "5.4.43",
112-
"@shopify/app": "3.83.2",
113-
"@shopify/cli-kit": "3.83.2",
114-
"@shopify/plugin-cloudflare": "3.83.2",
115-
"@shopify/plugin-did-you-mean": "3.83.2",
116-
"@shopify/theme": "3.83.2",
117-
"@shopify/store": "3.83.2",
112+
"@shopify/app": "3.83.3",
113+
"@shopify/cli-kit": "3.83.3",
114+
"@shopify/plugin-cloudflare": "3.83.3",
115+
"@shopify/plugin-did-you-mean": "3.83.3",
116+
"@shopify/theme": "3.83.3",
117+
"@shopify/store": "3.83.3",
118118
"@shopify/cli-hydrogen": "11.1.3",
119119
"@types/global-agent": "3.0.0",
120120
"@typescript-eslint/eslint-plugin": "7.13.1",

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.83.3
4+
35
## 3.83.2
46

57
## 3.83.1

0 commit comments

Comments
 (0)