Skip to content

Commit ac3e788

Browse files
Version Packages
1 parent d858c4f commit ac3e788

File tree

23 files changed

+88
-54
lines changed

23 files changed

+88
-54
lines changed

.changeset/crisp-loops-start.md

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

.changeset/polite-eyes-warn.md

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

.changeset/rich-swans-draw.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.90.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [947025f]
8+
- Updated dependencies [5e13c83]
9+
- Updated dependencies [8048cb9]
10+
- @shopify/theme@3.90.1
11+
- @shopify/cli-kit@3.90.1
12+
- @shopify/plugin-cloudflare@3.90.1
13+
314
## 3.90.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.90.0",
3+
"version": "3.90.1",
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.90.0",
53+
"@shopify/cli-kit": "3.90.1",
5454
"@shopify/function-runner": "4.1.1",
55-
"@shopify/plugin-cloudflare": "3.90.0",
55+
"@shopify/plugin-cloudflare": "3.90.1",
5656
"@shopify/polaris": "12.27.0",
5757
"@shopify/polaris-icons": "8.11.1",
58-
"@shopify/theme": "3.90.0",
58+
"@shopify/theme": "3.90.1",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @shopify/cli-kit
22

3+
## 3.90.1
4+
5+
### Patch Changes
6+
7+
- 5e13c83: Add --listing flag to theme dev, push, and share commands
8+
39
## 3.90.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.90.0",
3+
"version": "3.90.1",
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.90.0'
1+
export const CLI_KIT_VERSION = '3.90.1'

packages/cli/CHANGELOG.md

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

3+
## 3.90.1
4+
5+
### Patch Changes
6+
7+
- 5e13c83: Add --listing flag to theme dev, push, and share commands
8+
39
## 3.90.0
410

511
## 3.89.0

packages/cli/oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7847,5 +7847,5 @@
78477847
"summary": "Trigger delivery of a sample webhook topic payload to a designated address."
78487848
}
78497849
},
7850-
"version": "3.90.0"
7850+
"version": "3.90.1"
78517851
}

0 commit comments

Comments
 (0)