Skip to content

Commit 57b5ca2

Browse files
authored
Merge pull request #5766 from Shopify/changeset-release/stable/3.79
Version Packages - stable/3.79
2 parents e191ea7 + 456a6e9 commit 57b5ca2

File tree

21 files changed

+72
-42
lines changed

21 files changed

+72
-42
lines changed

.changeset/calm-cooks-doubt.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.79.1
4+
5+
### Patch Changes
6+
7+
- 8c291d1: Fixes editor extension collection validation being run on generate
8+
- @shopify/cli-kit@3.79.1
9+
- @shopify/theme@3.79.1
10+
- @shopify/plugin-cloudflare@3.79.1
11+
312
## 3.79.0
413

514
### 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.79.0",
3+
"version": "3.79.1",
44
"packageManager": "[email protected]",
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.79.0",
55+
"@shopify/cli-kit": "3.79.1",
5656
"@shopify/function-runner": "4.1.1",
57-
"@shopify/plugin-cloudflare": "3.79.0",
57+
"@shopify/plugin-cloudflare": "3.79.1",
5858
"@shopify/polaris": "12.27.0",
5959
"@shopify/polaris-icons": "8.11.1",
60-
"@shopify/theme": "3.79.0",
60+
"@shopify/theme": "3.79.1",
6161
"@shopify/theme-check-node": "3.15.1",
6262
"@shopify/toml-patch": "0.3.0",
6363
"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.79.1
4+
35
## 3.79.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.79.0",
3+
"version": "3.79.1",
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.79.0'
1+
export const CLI_KIT_VERSION = '3.79.1'

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.79.1
4+
35
## 3.79.0
46

57
### Patch Changes

packages/cli/oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6956,5 +6956,5 @@
69566956
"summary": "Trigger delivery of a sample webhook topic payload to a designated address."
69576957
}
69586958
},
6959-
"version": "3.79.0"
6959+
"version": "3.79.1"
69606960
}

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.79.0",
3+
"version": "3.79.1",
44
"packageManager": "[email protected]",
55
"private": false,
66
"description": "A CLI tool to build for the Shopify platform",
@@ -111,11 +111,11 @@
111111
"@oclif/core": "3.26.5",
112112
"@oclif/plugin-commands": "4.1.18",
113113
"@oclif/plugin-plugins": "5.4.28",
114-
"@shopify/app": "3.79.0",
115-
"@shopify/cli-kit": "3.79.0",
116-
"@shopify/plugin-cloudflare": "3.79.0",
117-
"@shopify/plugin-did-you-mean": "3.79.0",
118-
"@shopify/theme": "3.79.0",
114+
"@shopify/app": "3.79.1",
115+
"@shopify/cli-kit": "3.79.1",
116+
"@shopify/plugin-cloudflare": "3.79.1",
117+
"@shopify/plugin-did-you-mean": "3.79.1",
118+
"@shopify/theme": "3.79.1",
119119
"@shopify/cli-hydrogen": "10.0.1",
120120
"@types/global-agent": "3.0.0",
121121
"@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.79.1
4+
35
## 3.79.0
46

57
## 3.78.0

0 commit comments

Comments
 (0)