Skip to content

Commit 69fafaa

Browse files
authored
Merge pull request #7640 from Shopify/changeset-release/main
Version Packages - main
2 parents 498ec1f + cf11ee4 commit 69fafaa

25 files changed

Lines changed: 105 additions & 58 deletions

.changeset/fix-init-install-in-place.md

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

.changeset/ninety-doodles-scream.md

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

.changeset/old-poems-speak.md

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

packages/app/CHANGELOG.md

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

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- 8943b19: Update extension-only template to include app home by default
8+
9+
### Patch Changes
10+
11+
- 45b1884: Fix `shopify app init` leaving dangling `node_modules` symlinks on Windows when using `pnpm` (and similarly affected package managers). The scaffolded project is now moved to its final directory before dependencies are installed, so package-manager-managed symlinks/junctions resolve to the final location instead of the temporary scaffold path.
12+
- Updated dependencies [8943b19]
13+
- Updated dependencies [5156580]
14+
- @shopify/cli-kit@4.1.0
15+
- @shopify/plugin-cloudflare@4.1.0
16+
- @shopify/theme@4.1.0
17+
318
## 4.0.0
419

520
### Major 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": "4.0.0",
3+
"version": "4.1.0",
44
"packageManager": "pnpm@10.11.1",
55
"description": "Utilities for loading, building, and publishing apps.",
66
"homepage": "https://github.com/shopify/cli#readme",
@@ -61,11 +61,11 @@
6161
"@graphql-typed-document-node/core": "3.2.0",
6262
"@luckycatfactory/esbuild-graphql-loader": "3.8.1",
6363
"@oclif/core": "4.5.3",
64-
"@shopify/cli-kit": "4.0.0",
65-
"@shopify/plugin-cloudflare": "4.0.0",
64+
"@shopify/cli-kit": "4.1.0",
65+
"@shopify/plugin-cloudflare": "4.1.0",
6666
"@shopify/polaris": "12.27.0",
6767
"@shopify/polaris-icons": "8.11.1",
68-
"@shopify/theme": "4.0.0",
68+
"@shopify/theme": "4.1.0",
6969
"@shopify/theme-check-node": "3.25.0",
7070
"@shopify/toml-patch": "0.3.0",
7171
"chokidar": "3.6.0",

packages/cli-kit/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @shopify/cli-kit
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- 8943b19: Update extension-only template to include app home by default
8+
9+
### Patch Changes
10+
11+
- 5156580: Fix error reporting of cli-kit methods that try to run git when git is unavailable
12+
313
## 4.0.0
414

515
### Major 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": "4.0.0",
3+
"version": "4.1.0",
44
"packageManager": "pnpm@10.11.1",
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 = '4.0.0'
1+
export const CLI_KIT_VERSION = '4.1.0'

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+
## 4.1.0
4+
35
## 4.0.0
46

57
### Major Changes

packages/cli/oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7986,5 +7986,5 @@
79867986
"strict": true
79877987
}
79887988
},
7989-
"version": "4.0.0"
7989+
"version": "4.1.0"
79907990
}

0 commit comments

Comments
 (0)