Skip to content

Commit d3164b9

Browse files
Merge pull request #6690 from Shopify/changeset-release/main
Version Packages - main
2 parents 2cb3d30 + 11da680 commit d3164b9

27 files changed

+85
-82
lines changed

.changeset/bumpy-doors-change.md

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

.changeset/fifty-plants-ask.md

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

.changeset/fuzzy-lies-agree.md

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

.changeset/lemon-bees-post.md

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

.changeset/lucky-dots-watch.md

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

.changeset/ninety-shirts-guess.md

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

.changeset/spotty-buckets-join.md

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

packages/app/CHANGELOG.md

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

3+
## 3.89.0
4+
5+
### Minor Changes
6+
7+
- 2f3ae6c: Add `shopify app import-custom-data-definitions` -- a command to automatically convert existing metafields and metaobjects to declarative TOML.
8+
- b19f3fc: Add --allow-updates and --allow-delete flags to deploy and release
9+
- 437aedf: Add support for an optional name field for webhook subscriptions in shopify.app.toml
10+
11+
### Patch Changes
12+
13+
- 6869482: Support flexible templates in `shopify app init`
14+
- Updated dependencies [e92155e]
15+
- Updated dependencies [04917c9]
16+
- Updated dependencies [eda441d]
17+
- @shopify/theme@3.89.0
18+
- @shopify/cli-kit@3.89.0
19+
- @shopify/plugin-cloudflare@3.89.0
20+
321
## 3.88.0
422

523
### 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.88.0",
3+
"version": "3.89.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.88.0",
53+
"@shopify/cli-kit": "3.89.0",
5454
"@shopify/function-runner": "4.1.1",
55-
"@shopify/plugin-cloudflare": "3.88.0",
55+
"@shopify/plugin-cloudflare": "3.89.0",
5656
"@shopify/polaris": "12.27.0",
5757
"@shopify/polaris-icons": "8.11.1",
58-
"@shopify/theme": "3.88.0",
58+
"@shopify/theme": "3.89.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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @shopify/cli-kit
22

3+
## 3.89.0
4+
35
## 3.88.0
46

57
### Minor Changes

0 commit comments

Comments
 (0)