Skip to content

Commit d1cbc67

Browse files
authored
Merge pull request #5838 from Shopify/changeset-release/stable/3.80
Version Packages - stable/3.80
2 parents ecc616f + 682ba11 commit d1cbc67

File tree

23 files changed

+76
-52
lines changed

23 files changed

+76
-52
lines changed

.changeset/gorgeous-parents-impress.md

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

.changeset/hungry-ravens-wink.md

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

.changeset/sharp-kiwis-invite.md

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

packages/app/CHANGELOG.md

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

3+
## 3.80.1
4+
5+
### Patch Changes
6+
7+
- 17ee10f: Function Runner version updated to v9.0.0
8+
- Updated dependencies [4386668]
9+
- Updated dependencies [4386668]
10+
- @shopify/theme@3.80.1
11+
- @shopify/cli-kit@3.80.1
12+
- @shopify/plugin-cloudflare@3.80.1
13+
314
## 3.80.0
415

516
### 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.80.0",
3+
"version": "3.80.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.80.0",
55+
"@shopify/cli-kit": "3.80.1",
5656
"@shopify/function-runner": "4.1.1",
57-
"@shopify/plugin-cloudflare": "3.80.0",
57+
"@shopify/plugin-cloudflare": "3.80.1",
5858
"@shopify/polaris": "12.27.0",
5959
"@shopify/polaris-icons": "8.11.1",
60-
"@shopify/theme": "3.80.0",
60+
"@shopify/theme": "3.80.1",
6161
"@shopify/theme-check-node": "3.17.0",
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.80.1
4+
35
## 3.80.0
46

57
### Patch 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.80.0",
3+
"version": "3.80.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.80.0'
1+
export const CLI_KIT_VERSION = '3.80.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.80.1
4+
35
## 3.80.0
46

57
## 3.79.0

packages/cli/oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6940,5 +6940,5 @@
69406940
"summary": "Trigger delivery of a sample webhook topic payload to a designated address."
69416941
}
69426942
},
6943-
"version": "3.80.0"
6943+
"version": "3.80.1"
69446944
}

0 commit comments

Comments
 (0)