-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5403 from Shopify/changeset-release/stable/3.75
Version Packages - stable/3.75
- Loading branch information
Showing
21 changed files
with
75 additions
and
42 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopify/app", | ||
"version": "3.75.1", | ||
"version": "3.75.2", | ||
"packageManager": "[email protected]", | ||
"description": "Utilities for loading, building, and publishing apps.", | ||
"homepage": "https://github.com/shopify/cli#readme", | ||
|
@@ -52,12 +52,12 @@ | |
"@graphql-typed-document-node/core": "3.2.0", | ||
"@luckycatfactory/esbuild-graphql-loader": "3.8.1", | ||
"@oclif/core": "3.26.5", | ||
"@shopify/cli-kit": "3.75.1", | ||
"@shopify/cli-kit": "3.75.2", | ||
"@shopify/function-runner": "4.1.1", | ||
"@shopify/plugin-cloudflare": "3.75.1", | ||
"@shopify/plugin-cloudflare": "3.75.2", | ||
"@shopify/polaris": "12.27.0", | ||
"@shopify/polaris-icons": "8.11.1", | ||
"@shopify/theme": "3.75.1", | ||
"@shopify/theme": "3.75.2", | ||
"@shopify/theme-check-node": "3.5.0", | ||
"body-parser": "1.20.3", | ||
"camelcase-keys": "9.1.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @shopify/cli-kit | ||
|
||
## 3.75.2 | ||
|
||
## 3.75.1 | ||
|
||
## 3.75.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopify/cli-kit", | ||
"version": "3.75.1", | ||
"version": "3.75.2", | ||
"packageManager": "[email protected]", | ||
"private": false, | ||
"description": "A set of utilities, interfaces, and models that are common across all the platform features", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const CLI_KIT_VERSION = '3.75.1' | ||
export const CLI_KIT_VERSION = '3.75.2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @shopify/cli | ||
|
||
## 3.75.2 | ||
|
||
### Patch Changes | ||
|
||
- 35290cb: Update to cli-hydrogen 9.0.6 | ||
|
||
## 3.75.1 | ||
|
||
## 3.75.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopify/cli", | ||
"version": "3.75.1", | ||
"version": "3.75.2", | ||
"packageManager": "[email protected]", | ||
"private": false, | ||
"description": "A CLI tool to build for the Shopify platform", | ||
|
@@ -110,11 +110,11 @@ | |
"@oclif/core": "3.26.5", | ||
"@oclif/plugin-commands": "4.1.18", | ||
"@oclif/plugin-plugins": "5.4.28", | ||
"@shopify/app": "3.75.1", | ||
"@shopify/cli-kit": "3.75.1", | ||
"@shopify/plugin-cloudflare": "3.75.1", | ||
"@shopify/plugin-did-you-mean": "3.75.1", | ||
"@shopify/theme": "3.75.1", | ||
"@shopify/app": "3.75.2", | ||
"@shopify/cli-kit": "3.75.2", | ||
"@shopify/plugin-cloudflare": "3.75.2", | ||
"@shopify/plugin-did-you-mean": "3.75.2", | ||
"@shopify/theme": "3.75.2", | ||
"@shopify/cli-hydrogen": "9.0.6", | ||
"@typescript-eslint/eslint-plugin": "7.13.1", | ||
"@vitest/coverage-istanbul": "^1.6.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @shopify/create-app | ||
|
||
## 3.75.2 | ||
|
||
## 3.75.1 | ||
|
||
## 3.75.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,5 +104,5 @@ | |
"summary": "Create a new app project" | ||
} | ||
}, | ||
"version": "3.75.1" | ||
"version": "3.75.2" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopify/create-app", | ||
"version": "3.75.1", | ||
"version": "3.75.2", | ||
"packageManager": "[email protected]", | ||
"private": false, | ||
"description": "A CLI tool to create a new Shopify app.", | ||
|
@@ -59,8 +59,8 @@ | |
"esbuild": "0.24.2" | ||
}, | ||
"devDependencies": { | ||
"@shopify/cli-kit": "3.75.1", | ||
"@shopify/app": "3.75.1", | ||
"@shopify/cli-kit": "3.75.2", | ||
"@shopify/app": "3.75.2", | ||
"esbuild-plugin-copy": "^2.1.1", | ||
"@vitest/coverage-istanbul": "^1.6.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @shopify/plugin-cloudflare | ||
|
||
## 3.75.2 | ||
|
||
### Patch Changes | ||
|
||
- @shopify/cli-kit@3.75.2 | ||
|
||
## 3.75.1 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopify/plugin-cloudflare", | ||
"version": "3.75.1", | ||
"version": "3.75.2", | ||
"packageManager": "[email protected]", | ||
"description": "Enables the creation of Cloudflare tunnels from `shopify app dev`, allowing previews from any device", | ||
"keywords": [ | ||
|
@@ -48,7 +48,7 @@ | |
}, | ||
"dependencies": { | ||
"@oclif/core": "3.26.5", | ||
"@shopify/cli-kit": "3.75.1" | ||
"@shopify/cli-kit": "3.75.2" | ||
}, | ||
"devDependencies": { | ||
"@vitest/coverage-istanbul": "^1.6.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopify/plugin-did-you-mean", | ||
"version": "3.75.1", | ||
"version": "3.75.2", | ||
"packageManager": "[email protected]", | ||
"private": true, | ||
"bugs": { | ||
|
@@ -43,7 +43,7 @@ | |
}, | ||
"dependencies": { | ||
"@oclif/core": "3.26.5", | ||
"@shopify/cli-kit": "3.75.1", | ||
"@shopify/cli-kit": "3.75.2", | ||
"n-gram": "2.0.2" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @shopify/theme | ||
|
||
## 3.75.2 | ||
|
||
### Patch Changes | ||
|
||
- @shopify/cli-kit@3.75.2 | ||
|
||
## 3.75.1 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopify/theme", | ||
"version": "3.75.1", | ||
"version": "3.75.2", | ||
"packageManager": "[email protected]", | ||
"private": true, | ||
"description": "Utilities for building and publishing themes", | ||
|
@@ -43,7 +43,7 @@ | |
}, | ||
"dependencies": { | ||
"@oclif/core": "3.26.5", | ||
"@shopify/cli-kit": "3.75.1", | ||
"@shopify/cli-kit": "3.75.2", | ||
"@shopify/theme-check-node": "3.5.0", | ||
"@shopify/theme-language-server-node": "2.3.3", | ||
"chokidar": "3.6.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @shopify/ui-extensions-dev-console-app | ||
|
||
## 3.75.2 | ||
|
||
## 3.75.1 | ||
|
||
## 3.75.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopify/ui-extensions-dev-console-app", | ||
"version": "3.75.1", | ||
"version": "3.75.2", | ||
"packageManager": "[email protected]", | ||
"private": true, | ||
"scripts": { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.