Skip to content

Commit 892d3c7

Browse files
Version Packages
1 parent 0b5db7e commit 892d3c7

24 files changed

Lines changed: 94 additions & 58 deletions

.changeset/pink-moles-leave.md

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

.changeset/short-cooks-wonder.md

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

.changeset/stale-wolves-follow.md

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

.changeset/tame-tips-play.md

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

packages/app/CHANGELOG.md

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

3+
## 3.90.0
4+
5+
### Minor Changes
6+
7+
- f903c47: Added CLI support for extensions.supported_features in toml
8+
- 82b1c33: Enable custom headers in CLI GraphiQL. Users can now set custom headers like `Shopify-Search-Query-Debug=1` in the GraphiQL interface to pass debugging headers to the Admin API.
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [d935cfb]
13+
- Updated dependencies [f903c47]
14+
- Updated dependencies [f9cf001]
15+
- @shopify/theme@3.90.0
16+
- @shopify/cli-kit@3.90.0
17+
- @shopify/plugin-cloudflare@3.90.0
18+
319
## 3.89.0
420

521
### 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.89.0",
3+
"version": "3.90.0",
44
"packageManager": "pnpm@10.11.1",
55
"description": "Utilities for loading, building, and publishing apps.",
66
"homepage": "https://github.com/shopify/cli#readme",
@@ -50,12 +50,12 @@
5050
"@graphql-typed-document-node/core": "3.2.0",
5151
"@luckycatfactory/esbuild-graphql-loader": "3.8.1",
5252
"@oclif/core": "4.5.3",
53-
"@shopify/cli-kit": "3.89.0",
53+
"@shopify/cli-kit": "3.90.0",
5454
"@shopify/function-runner": "4.1.1",
55-
"@shopify/plugin-cloudflare": "3.89.0",
55+
"@shopify/plugin-cloudflare": "3.90.0",
5656
"@shopify/polaris": "12.27.0",
5757
"@shopify/polaris-icons": "8.11.1",
58-
"@shopify/theme": "3.89.0",
58+
"@shopify/theme": "3.90.0",
5959
"@shopify/theme-check-node": "3.23.0",
6060
"@shopify/toml-patch": "0.3.0",
6161
"body-parser": "1.20.3",

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+
## 3.90.0
4+
5+
### Minor Changes
6+
7+
- f903c47: Added CLI support for extensions.supported_features in toml
8+
9+
### Patch Changes
10+
11+
- f9cf001: Throw descriptive AbortErrors during expected authorization errors
12+
313
## 3.89.0
414

515
## 3.88.0

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.89.0",
3+
"version": "3.90.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 = '3.89.0'
1+
export const CLI_KIT_VERSION = '3.90.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+
## 3.90.0
4+
35
## 3.89.0
46

57
## 3.88.0

0 commit comments

Comments
 (0)