Skip to content

Commit 85961a8

Browse files
Merge pull request #5966 from Shopify/changeset-release/main
Version Packages - main
2 parents 49ce31a + 2c161d6 commit 85961a8

File tree

21 files changed

+80
-43
lines changed

21 files changed

+80
-43
lines changed

.changeset/remove-git-remote-theme-init.md

Lines changed: 0 additions & 6 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.81.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b838f21]
8+
- @shopify/theme@3.81.1
9+
- @shopify/cli-kit@3.81.1
10+
- @shopify/plugin-cloudflare@3.81.1
11+
312
## 3.81.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.81.0",
3+
"version": "3.81.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.81.0",
55+
"@shopify/cli-kit": "3.81.1",
5656
"@shopify/function-runner": "4.1.1",
57-
"@shopify/plugin-cloudflare": "3.81.0",
57+
"@shopify/plugin-cloudflare": "3.81.1",
5858
"@shopify/polaris": "12.27.0",
5959
"@shopify/polaris-icons": "8.11.1",
60-
"@shopify/theme": "3.81.0",
60+
"@shopify/theme": "3.81.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @shopify/cli-kit
22

3+
## 3.81.1
4+
5+
### Patch Changes
6+
7+
- b838f21: Remove git remote after cloning theme in `theme init` command to prevent accidental pushes to the skeleton theme repository
8+
39
## 3.81.0
410

511
### 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.81.0",
3+
"version": "3.81.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.81.0'
1+
export const CLI_KIT_VERSION = '3.81.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.81.1
4+
35
## 3.81.0
46

57
### Minor Changes

packages/cli/oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6939,5 +6939,5 @@
69396939
"summary": "Trigger delivery of a sample webhook topic payload to a designated address."
69406940
}
69416941
},
6942-
"version": "3.81.0"
6942+
"version": "3.81.1"
69436943
}

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.81.0",
3+
"version": "3.81.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.81.0",
115-
"@shopify/cli-kit": "3.81.0",
116-
"@shopify/plugin-cloudflare": "3.81.0",
117-
"@shopify/plugin-did-you-mean": "3.81.0",
118-
"@shopify/theme": "3.81.0",
114+
"@shopify/app": "3.81.1",
115+
"@shopify/cli-kit": "3.81.1",
116+
"@shopify/plugin-cloudflare": "3.81.1",
117+
"@shopify/plugin-did-you-mean": "3.81.1",
118+
"@shopify/theme": "3.81.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.81.1
4+
35
## 3.81.0
46

57
### Minor Changes

0 commit comments

Comments
 (0)