Skip to content

Commit ae39a96

Browse files
Version Packages
1 parent bfa222d commit ae39a96

29 files changed

Lines changed: 107 additions & 83 deletions

.changeset/brotli-bundle-size-report.md

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

.changeset/claimed-preview-store-auth-recovery.md

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

.changeset/fuzzy-store-variables.md

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

.changeset/nervous-pandas-acknowledge.md

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

.changeset/prompt-for-localhost-certificate.md

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

.changeset/quiet-dev-store-help.md

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

.changeset/spicy-crabs-bundle.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+
## 4.8.0
4+
5+
### Minor Changes
6+
7+
- 509c9de: Show a confirmation when configuration-only extensions are accepted during `shopify app dev`
8+
- 71ca2e7: Support the bundle_size_exception extension capability
9+
10+
### Patch Changes
11+
12+
- 30c4e00: Report extension compressed bundle size using Brotli
13+
- a0cc4a9: Prompt to generate the localhost certificate again instead of aborting on `app dev --use-localhost`
14+
- @shopify/organizations@4.8.0
15+
- @shopify/cli-kit@4.8.0
16+
- @shopify/theme@4.8.0
17+
- @shopify/plugin-cloudflare@4.8.0
18+
319
## 4.7.0
420

521
### Minor Changes

packages/app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/app",
3-
"version": "4.7.0",
3+
"version": "4.8.0",
44
"packageManager": "pnpm@10.11.1",
55
"description": "Utilities for loading, building, and publishing apps.",
66
"homepage": "https://github.com/shopify/cli#readme",
@@ -57,10 +57,10 @@
5757
"@graphql-typed-document-node/core": "3.2.0",
5858
"@luckycatfactory/esbuild-graphql-loader": "3.8.1",
5959
"@oclif/core": "4.8.3",
60-
"@shopify/cli-kit": "4.7.0",
61-
"@shopify/organizations": "4.7.0",
62-
"@shopify/plugin-cloudflare": "4.7.0",
63-
"@shopify/theme": "4.7.0",
60+
"@shopify/cli-kit": "4.8.0",
61+
"@shopify/organizations": "4.8.0",
62+
"@shopify/plugin-cloudflare": "4.8.0",
63+
"@shopify/theme": "4.8.0",
6464
"@shopify/theme-check-node": "3.27.0",
6565
"@shopify/toml-patch": "0.3.0",
6666
"chokidar": "3.6.0",

packages/cli-kit/CHANGELOG.md

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

3+
## 4.8.0
4+
35
## 4.7.0
46

57
### Minor Changes

0 commit comments

Comments
 (0)