diff --git a/.changeset/flat-comics-march.md b/.changeset/flat-comics-march.md deleted file mode 100644 index d9cfa2084d9..00000000000 --- a/.changeset/flat-comics-march.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@shopify/ui-extensions-server-kit': patch -'@shopify/app': patch ---- - -Renames nested write_privacy_consent capability to customer_privacy under collect_buyer_consent diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 385d20dfa07..e1517866580 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,13 @@ # @shopify/app +## 3.53.1 + +### Patch Changes + +- edb0a4fe1: Renames nested write_privacy_consent capability to customer_privacy under collect_buyer_consent + - @shopify/cli-kit@3.53.1 + - @shopify/plugin-cloudflare@3.53.1 + ## 3.53.0 ### Minor Changes diff --git a/packages/app/oclif.manifest.json b/packages/app/oclif.manifest.json index 32c0a53b674..b3fe9aaba29 100644 --- a/packages/app/oclif.manifest.json +++ b/packages/app/oclif.manifest.json @@ -1,5 +1,5 @@ { - "version": "3.53.0", + "version": "3.53.1", "commands": { "app:build": { "id": "app:build", diff --git a/packages/app/package.json b/packages/app/package.json index d98b5968b9a..623160a0f5d 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/app", - "version": "3.53.0", + "version": "3.53.1", "description": "Utilities for loading, building, and publishing apps.", "homepage": "https://github.com/shopify/cli#readme", "bugs": { @@ -43,9 +43,9 @@ "dependencies": { "@luckycatfactory/esbuild-graphql-loader": "3.8.1", "@oclif/core": "2.11.7", - "@shopify/cli-kit": "3.53.0", + "@shopify/cli-kit": "3.53.1", "@shopify/function-runner": "4.1.1", - "@shopify/plugin-cloudflare": "3.53.0", + "@shopify/plugin-cloudflare": "3.53.1", "@shopify/polaris": "12.1.1", "@shopify/polaris-icons": "7.9.0", "abort-controller": "3.0.0", diff --git a/packages/cli-kit/CHANGELOG.md b/packages/cli-kit/CHANGELOG.md index 5e94a9b9a28..1641d4287dd 100644 --- a/packages/cli-kit/CHANGELOG.md +++ b/packages/cli-kit/CHANGELOG.md @@ -1,5 +1,7 @@ # @shopify/cli-kit +## 3.53.1 + ## 3.53.0 ### Minor Changes diff --git a/packages/cli-kit/package.json b/packages/cli-kit/package.json index f253af958fe..44e87c917f4 100644 --- a/packages/cli-kit/package.json +++ b/packages/cli-kit/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/cli-kit", - "version": "3.53.0", + "version": "3.53.1", "private": false, "description": "A set of utilities, interfaces, and models that are common across all the platform features", "keywords": [ diff --git a/packages/cli-kit/src/public/common/version.ts b/packages/cli-kit/src/public/common/version.ts index 9c96cdd3ca6..e1b3cdbd4e3 100644 --- a/packages/cli-kit/src/public/common/version.ts +++ b/packages/cli-kit/src/public/common/version.ts @@ -1 +1 @@ -export const CLI_KIT_VERSION = '3.53.0' +export const CLI_KIT_VERSION = '3.53.1' diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 192f4108df7..bc2e91a7abe 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @shopify/cli +## 3.53.1 + +### Patch Changes + +- @shopify/cli-kit@3.53.1 +- @shopify/plugin-did-you-mean@3.53.1 + ## 3.53.0 ### Minor Changes diff --git a/packages/cli/README.md b/packages/cli/README.md index e0fac834f3c..f0820f5fb7f 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -76,7 +76,7 @@ DESCRIPTION Build the app. ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/app/build.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/app/build.js)_ ## `shopify app config link` @@ -97,7 +97,7 @@ DESCRIPTION Fetch your app configuration from the Partner Dashboard. ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/app/config/link.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/app/config/link.js)_ ## `shopify app config push` @@ -118,7 +118,7 @@ DESCRIPTION Push your app configuration to the Partner Dashboard. ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/app/config/push.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/app/config/push.js)_ ## `shopify app config use [CONFIG]` @@ -141,7 +141,7 @@ DESCRIPTION Activate an app configuration. ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/app/config/use.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/app/config/use.js)_ ## `shopify app deploy` @@ -171,7 +171,7 @@ DESCRIPTION Deploy your Shopify app. ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/app/deploy.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/app/deploy.js)_ ## `shopify app dev` @@ -208,7 +208,7 @@ DESCRIPTION Run the app. ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/app/dev.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/app/dev.js)_ ## `shopify app env pull` @@ -229,7 +229,7 @@ DESCRIPTION Pull app and extensions environment variables. ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/app/env/pull.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/app/env/pull.js)_ ## `shopify app env show` @@ -249,7 +249,7 @@ DESCRIPTION Display app and extensions environment variables. ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/app/env/show.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/app/env/show.js)_ ## `shopify app function build` @@ -269,7 +269,7 @@ DESCRIPTION Compile a function to wasm. ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/app/function/build.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/app/function/build.js)_ ## `shopify app function run` @@ -292,7 +292,7 @@ DESCRIPTION Run a function locally for testing. ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/app/function/run.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/app/function/run.js)_ ## `shopify app function schema` @@ -314,7 +314,7 @@ DESCRIPTION Fetch the latest GraphQL schema for a function. ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/app/function/schema.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/app/function/schema.js)_ ## `shopify app function typegen` @@ -334,7 +334,7 @@ DESCRIPTION Generate GraphQL types for a JavaScript function. ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/app/function/typegen.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/app/function/typegen.js)_ ## `shopify app generate extension [FILE]` @@ -365,7 +365,7 @@ EXAMPLES $ shopify app generate extension ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/app/generate/extension.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/app/generate/extension.js)_ ## `shopify app generate schema` @@ -387,7 +387,7 @@ DESCRIPTION Fetch the latest GraphQL schema for a function. ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/app/generate/schema.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/app/generate/schema.js)_ ## `shopify app import-flow-legacy-extensions` @@ -409,7 +409,7 @@ DESCRIPTION Import dashboard-managed flow extensions into your app. ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/app/import-flow-legacy-extensions.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/app/import-flow-legacy-extensions.js)_ ## `shopify app info` @@ -431,7 +431,7 @@ DESCRIPTION Print basic information about your app and extensions. ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/app/info.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/app/info.js)_ ## `shopify app release` @@ -456,7 +456,7 @@ DESCRIPTION Release an app version. ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/app/release.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/app/release.js)_ ## `shopify app update-url` @@ -481,7 +481,7 @@ DESCRIPTION Update your app and redirect URLs in the Partners Dashboard. ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/app/update-url.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/app/update-url.js)_ ## `shopify app versions list [FILE]` @@ -507,7 +507,7 @@ EXAMPLES $ shopify app versions list ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/app/versions/list.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/app/versions/list.js)_ ## `shopify auth logout` @@ -521,7 +521,7 @@ DESCRIPTION Logout from Shopify. ``` -_See code: [dist/cli/commands/auth/logout.js](https://github.com/Shopify/cli/edit/main/packages/cli/blob/v3.53.0/dist/cli/commands/auth/logout.js)_ +_See code: [dist/cli/commands/auth/logout.js](https://github.com/Shopify/cli/edit/main/packages/cli/blob/v3.53.1/dist/cli/commands/auth/logout.js)_ ## `shopify commands` @@ -623,7 +623,7 @@ DESCRIPTION View the UI kit components that process async tasks ``` -_See code: [dist/cli/commands/kitchen-sink/async.js](https://github.com/Shopify/cli/edit/main/packages/cli/blob/v3.53.0/dist/cli/commands/kitchen-sink/async.js)_ +_See code: [dist/cli/commands/kitchen-sink/async.js](https://github.com/Shopify/cli/edit/main/packages/cli/blob/v3.53.1/dist/cli/commands/kitchen-sink/async.js)_ ## `shopify kitchen-sink prompts` @@ -637,7 +637,7 @@ DESCRIPTION View the UI kit components prompts ``` -_See code: [dist/cli/commands/kitchen-sink/prompts.js](https://github.com/Shopify/cli/edit/main/packages/cli/blob/v3.53.0/dist/cli/commands/kitchen-sink/prompts.js)_ +_See code: [dist/cli/commands/kitchen-sink/prompts.js](https://github.com/Shopify/cli/edit/main/packages/cli/blob/v3.53.1/dist/cli/commands/kitchen-sink/prompts.js)_ ## `shopify kitchen-sink static` @@ -651,7 +651,7 @@ DESCRIPTION View the UI kit components that display static output ``` -_See code: [dist/cli/commands/kitchen-sink/static.js](https://github.com/Shopify/cli/edit/main/packages/cli/blob/v3.53.0/dist/cli/commands/kitchen-sink/static.js)_ +_See code: [dist/cli/commands/kitchen-sink/static.js](https://github.com/Shopify/cli/edit/main/packages/cli/blob/v3.53.1/dist/cli/commands/kitchen-sink/static.js)_ ## `shopify plugins:install PLUGIN...` @@ -888,7 +888,7 @@ DESCRIPTION Starts a search on shopify.dev. ``` -_See code: [dist/cli/commands/search.js](https://github.com/Shopify/cli/edit/main/packages/cli/blob/v3.53.0/dist/cli/commands/search.js)_ +_See code: [dist/cli/commands/search.js](https://github.com/Shopify/cli/edit/main/packages/cli/blob/v3.53.1/dist/cli/commands/search.js)_ ## `shopify theme check` @@ -930,7 +930,7 @@ DESCRIPTION Validate the theme. ``` -_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.0/dist/cli/commands/theme/check.js)_ +_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.1/dist/cli/commands/theme/check.js)_ ## `shopify theme console` @@ -955,7 +955,7 @@ DESCRIPTION Shopify Liquid REPL (read-eval-print loop) tool ``` -_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.0/dist/cli/commands/theme/console.js)_ +_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.1/dist/cli/commands/theme/console.js)_ ## `shopify theme delete` @@ -982,7 +982,7 @@ DESCRIPTION Delete remote themes from the connected store. This command can't be undone. ``` -_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.0/dist/cli/commands/theme/delete.js)_ +_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.1/dist/cli/commands/theme/delete.js)_ ## `shopify theme dev` @@ -1057,7 +1057,7 @@ DESCRIPTION your terminal. While running, changes will push to the store in real time. ``` -_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.0/dist/cli/commands/theme/dev.js)_ +_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.1/dist/cli/commands/theme/dev.js)_ ## `shopify theme info` @@ -1075,7 +1075,7 @@ DESCRIPTION Print basic information about your theme environment. ``` -_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.0/dist/cli/commands/theme/info.js)_ +_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.1/dist/cli/commands/theme/info.js)_ ## `shopify theme init [NAME]` @@ -1100,7 +1100,7 @@ DESCRIPTION Clones a Git repository to use as a starting point for building a new theme. ``` -_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.0/dist/cli/commands/theme/init.js)_ +_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.1/dist/cli/commands/theme/init.js)_ ## `shopify theme language-server` @@ -1120,7 +1120,7 @@ DESCRIPTION Start a Language Server Protocol server. ``` -_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.0/dist/cli/commands/theme/language-server.js)_ +_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.1/dist/cli/commands/theme/language-server.js)_ ## `shopify theme list` @@ -1148,7 +1148,7 @@ DESCRIPTION Lists your remote themes. ``` -_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.0/dist/cli/commands/theme/list.js)_ +_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.1/dist/cli/commands/theme/list.js)_ ## `shopify theme open` @@ -1175,7 +1175,7 @@ DESCRIPTION Opens the preview of your remote theme. ``` -_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.0/dist/cli/commands/theme/open.js)_ +_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.1/dist/cli/commands/theme/open.js)_ ## `shopify theme package` @@ -1194,7 +1194,7 @@ DESCRIPTION Package your theme into a .zip file, ready to upload to the Online Store. ``` -_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.0/dist/cli/commands/theme/package.js)_ +_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.1/dist/cli/commands/theme/package.js)_ ## `shopify theme publish` @@ -1218,7 +1218,7 @@ DESCRIPTION Set a remote theme as the live theme. ``` -_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.0/dist/cli/commands/theme/publish.js)_ +_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.1/dist/cli/commands/theme/publish.js)_ ## `shopify theme pull` @@ -1248,7 +1248,7 @@ DESCRIPTION Download your remote theme files locally. ``` -_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.0/dist/cli/commands/theme/pull.js)_ +_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.1/dist/cli/commands/theme/pull.js)_ ## `shopify theme push` @@ -1282,7 +1282,7 @@ DESCRIPTION Uploads your local theme files to the connected store, overwriting the remote version if specified. ``` -_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.0/dist/cli/commands/theme/push.js)_ +_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.1/dist/cli/commands/theme/push.js)_ ## `shopify theme share` @@ -1306,7 +1306,7 @@ DESCRIPTION `shopify theme push -u -t=RANDOMIZED_NAME`. ``` -_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.0/dist/cli/commands/theme/share.js)_ +_See code: [@shopify/theme](https://github.com/Shopify/cli/edit/main/packages/theme/blob/v3.53.1/dist/cli/commands/theme/share.js)_ ## `shopify upgrade` @@ -1323,7 +1323,7 @@ DESCRIPTION Upgrade the Shopify CLI. ``` -_See code: [dist/cli/commands/upgrade.js](https://github.com/Shopify/cli/edit/main/packages/cli/blob/v3.53.0/dist/cli/commands/upgrade.js)_ +_See code: [dist/cli/commands/upgrade.js](https://github.com/Shopify/cli/edit/main/packages/cli/blob/v3.53.1/dist/cli/commands/upgrade.js)_ ## `shopify version` @@ -1337,7 +1337,7 @@ DESCRIPTION Shopify CLI version. ``` -_See code: [dist/cli/commands/version.js](https://github.com/Shopify/cli/edit/main/packages/cli/blob/v3.53.0/dist/cli/commands/version.js)_ +_See code: [dist/cli/commands/version.js](https://github.com/Shopify/cli/edit/main/packages/cli/blob/v3.53.1/dist/cli/commands/version.js)_ ## `shopify webhook trigger` @@ -1382,5 +1382,5 @@ DESCRIPTION Trigger delivery of a sample webhook topic payload to a designated address. ``` -_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.0/dist/cli/commands/webhook/trigger.js)_ +_See code: [@shopify/app](https://github.com/Shopify/cli/edit/main/packages/app/blob/v3.53.1/dist/cli/commands/webhook/trigger.js)_ diff --git a/packages/cli/oclif.manifest.json b/packages/cli/oclif.manifest.json index cbbf0597ae5..8e5dece5870 100644 --- a/packages/cli/oclif.manifest.json +++ b/packages/cli/oclif.manifest.json @@ -1,5 +1,5 @@ { - "version": "3.53.0", + "version": "3.53.1", "commands": { "search": { "id": "search", diff --git a/packages/cli/package.json b/packages/cli/package.json index cd8f5446e17..5ee03221b1b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/cli", - "version": "3.53.0", + "version": "3.53.1", "private": false, "description": "A CLI tool to build for the Shopify platform", "keywords": [ @@ -98,13 +98,13 @@ "@oclif/plugin-commands": "2.2.24", "@oclif/plugin-help": "5.2.18", "@oclif/plugin-plugins": "3.1.8", - "@shopify/cli-kit": "3.53.0", - "@shopify/plugin-did-you-mean": "3.53.0", + "@shopify/cli-kit": "3.53.1", + "@shopify/plugin-did-you-mean": "3.53.1", "zod-to-json-schema": "3.21.4" }, "devDependencies": { - "@shopify/app": "3.53.0", - "@shopify/theme": "3.53.0", + "@shopify/app": "3.53.1", + "@shopify/theme": "3.53.1", "@types/node": "18.19.3", "@vitest/coverage-istanbul": "^0.34.3", "vite": "^4.4.9", diff --git a/packages/create-app/CHANGELOG.md b/packages/create-app/CHANGELOG.md index fb608a85946..80cdcd7d27f 100644 --- a/packages/create-app/CHANGELOG.md +++ b/packages/create-app/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/create-app +## 3.53.1 + +### Patch Changes + +- @shopify/cli-kit@3.53.1 + ## 3.53.0 ### Minor Changes diff --git a/packages/create-app/oclif.manifest.json b/packages/create-app/oclif.manifest.json index 42582c3b70f..10958b7b043 100644 --- a/packages/create-app/oclif.manifest.json +++ b/packages/create-app/oclif.manifest.json @@ -1,5 +1,5 @@ { - "version": "3.53.0", + "version": "3.53.1", "commands": { "init": { "id": "init", diff --git a/packages/create-app/package.json b/packages/create-app/package.json index 35e531999ae..7f1946bb398 100644 --- a/packages/create-app/package.json +++ b/packages/create-app/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/create-app", - "version": "3.53.0", + "version": "3.53.1", "private": false, "description": "A CLI tool to create a new Shopify app.", "keywords": [ @@ -50,7 +50,7 @@ }, "dependencies": { "@oclif/core": "2.11.7", - "@shopify/cli-kit": "3.53.0" + "@shopify/cli-kit": "3.53.1" }, "devDependencies": { "@types/node": "18.19.3", diff --git a/packages/plugin-cloudflare/CHANGELOG.md b/packages/plugin-cloudflare/CHANGELOG.md index fd3362609f3..ee2d9c8785f 100644 --- a/packages/plugin-cloudflare/CHANGELOG.md +++ b/packages/plugin-cloudflare/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/plugin-cloudflare +## 3.53.1 + +### Patch Changes + +- @shopify/cli-kit@3.53.1 + ## 3.53.0 ### Minor Changes diff --git a/packages/plugin-cloudflare/oclif.manifest.json b/packages/plugin-cloudflare/oclif.manifest.json index e5413618a42..dadf0f0be64 100644 --- a/packages/plugin-cloudflare/oclif.manifest.json +++ b/packages/plugin-cloudflare/oclif.manifest.json @@ -1,4 +1,4 @@ { - "version": "3.53.0", + "version": "3.53.1", "commands": {} } \ No newline at end of file diff --git a/packages/plugin-cloudflare/package.json b/packages/plugin-cloudflare/package.json index 4691782d948..82a30b7fb2e 100644 --- a/packages/plugin-cloudflare/package.json +++ b/packages/plugin-cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/plugin-cloudflare", - "version": "3.53.0", + "version": "3.53.1", "description": "Enables the creation of Cloudflare tunnels from `shopify app dev`, allowing previews from any device", "keywords": [ "shopify", @@ -38,7 +38,7 @@ }, "dependencies": { "@oclif/core": "2.11.7", - "@shopify/cli-kit": "3.53.0", + "@shopify/cli-kit": "3.53.1", "node-fetch": "3.3.2", "semver": "7.5.4" }, diff --git a/packages/plugin-did-you-mean/CHANGELOG.md b/packages/plugin-did-you-mean/CHANGELOG.md index bbde7addf62..31c7703833c 100644 --- a/packages/plugin-did-you-mean/CHANGELOG.md +++ b/packages/plugin-did-you-mean/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/plugin-did-you-mean +## 3.53.1 + +### Patch Changes + +- @shopify/cli-kit@3.53.1 + ## 3.53.0 ### Minor Changes diff --git a/packages/plugin-did-you-mean/oclif.manifest.json b/packages/plugin-did-you-mean/oclif.manifest.json index 2aee6d76229..11f41fc707d 100644 --- a/packages/plugin-did-you-mean/oclif.manifest.json +++ b/packages/plugin-did-you-mean/oclif.manifest.json @@ -1,5 +1,5 @@ { - "version": "3.53.0", + "version": "3.53.1", "commands": { "config:autocorrect:off": { "id": "config:autocorrect:off", diff --git a/packages/plugin-did-you-mean/package.json b/packages/plugin-did-you-mean/package.json index 38cf559a9ed..2abb6262aaf 100644 --- a/packages/plugin-did-you-mean/package.json +++ b/packages/plugin-did-you-mean/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/plugin-did-you-mean", - "version": "3.53.0", + "version": "3.53.1", "bugs": { "url": "https://github.com/Shopify/cli/issues" }, @@ -30,7 +30,7 @@ }, "dependencies": { "@oclif/core": "2.11.7", - "@shopify/cli-kit": "3.53.0", + "@shopify/cli-kit": "3.53.1", "n-gram": "2.0.2" }, "devDependencies": { diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index 6294fa7d8e7..3cdf4119f5e 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/theme +## 3.53.1 + +### Patch Changes + +- @shopify/cli-kit@3.53.1 + ## 3.53.0 ### Minor Changes diff --git a/packages/theme/oclif.manifest.json b/packages/theme/oclif.manifest.json index 527e34159a7..87cbe10d78e 100644 --- a/packages/theme/oclif.manifest.json +++ b/packages/theme/oclif.manifest.json @@ -1,5 +1,5 @@ { - "version": "3.53.0", + "version": "3.53.1", "commands": { "theme:check": { "id": "theme:check", diff --git a/packages/theme/package.json b/packages/theme/package.json index 3c95a818a06..c8cdef860a8 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/theme", - "version": "3.53.0", + "version": "3.53.1", "private": false, "description": "Utilities for building and publishing themes", "homepage": "https://github.com/shopify/cli#readme", @@ -34,7 +34,7 @@ }, "dependencies": { "@oclif/core": "2.11.7", - "@shopify/cli-kit": "3.53.0", + "@shopify/cli-kit": "3.53.1", "@shopify/theme-check-node": "1.20.1", "@shopify/theme-language-server-node": "1.5.1", "yaml": "2.3.2" diff --git a/packages/ui-extensions-dev-console/CHANGELOG.md b/packages/ui-extensions-dev-console/CHANGELOG.md index 8687abd0b2a..a882fad10e6 100644 --- a/packages/ui-extensions-dev-console/CHANGELOG.md +++ b/packages/ui-extensions-dev-console/CHANGELOG.md @@ -1,5 +1,12 @@ # @shopify/ui-extensions-dev-console-app +## 3.53.1 + +### Patch Changes + +- Updated dependencies [edb0a4fe1] + - @shopify/ui-extensions-server-kit@5.2.1 + ## 3.53.0 ### Minor Changes diff --git a/packages/ui-extensions-dev-console/package.json b/packages/ui-extensions-dev-console/package.json index af5b6700c9e..a47a0e7d435 100644 --- a/packages/ui-extensions-dev-console/package.json +++ b/packages/ui-extensions-dev-console/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/ui-extensions-dev-console-app", - "version": "3.53.0", + "version": "3.53.1", "private": true, "scripts": { "build": "nx build", @@ -42,7 +42,7 @@ "dependencies": { "@shopify/polaris-icons": "^4.6.2", "@shopify/react-i18n": "^6.1.0", - "@shopify/ui-extensions-server-kit": "5.2.0", + "@shopify/ui-extensions-server-kit": "5.2.1", "@vitejs/plugin-react": "^1.3.2", "copy-to-clipboard": "^3.3.3", "qrcode.react": "^1.0.1", diff --git a/packages/ui-extensions-server-kit/CHANGELOG.md b/packages/ui-extensions-server-kit/CHANGELOG.md index 96dc462e2d3..38f15172cd7 100644 --- a/packages/ui-extensions-server-kit/CHANGELOG.md +++ b/packages/ui-extensions-server-kit/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/ui-extensions-server-kit +## 5.2.1 + +### Patch Changes + +- edb0a4fe1: Renames nested write_privacy_consent capability to customer_privacy under collect_buyer_consent + ## 5.2.0 ### Minor Changes diff --git a/packages/ui-extensions-server-kit/package.json b/packages/ui-extensions-server-kit/package.json index 3d09c47c638..fdf839df3c6 100644 --- a/packages/ui-extensions-server-kit/package.json +++ b/packages/ui-extensions-server-kit/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/ui-extensions-server-kit", - "version": "5.2.0", + "version": "5.2.1", "private": false, "license": "MIT", "exports": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1d95621323f..c4721622d45 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -158,13 +158,13 @@ importers: specifier: 2.11.7 version: 2.11.7(@types/node@18.19.3)(typescript@5.2.2) '@shopify/cli-kit': - specifier: 3.53.0 + specifier: 3.53.1 version: link:../cli-kit '@shopify/function-runner': specifier: 4.1.1 version: 4.1.1 '@shopify/plugin-cloudflare': - specifier: 3.53.0 + specifier: 3.53.1 version: link:../plugin-cloudflare '@shopify/polaris': specifier: 12.1.1 @@ -285,20 +285,20 @@ importers: specifier: 3.1.8 version: 3.1.8(@types/node@18.19.3)(typescript@5.2.2) '@shopify/cli-kit': - specifier: 3.53.0 + specifier: 3.53.1 version: link:../cli-kit '@shopify/plugin-did-you-mean': - specifier: 3.53.0 + specifier: 3.53.1 version: link:../plugin-did-you-mean zod-to-json-schema: specifier: 3.21.4 version: 3.21.4(zod@3.22.3) devDependencies: '@shopify/app': - specifier: 3.53.0 + specifier: 3.53.1 version: link:../app '@shopify/theme': - specifier: 3.53.0 + specifier: 3.53.1 version: link:../theme '@types/node': specifier: 18.19.3 @@ -566,7 +566,7 @@ importers: specifier: 2.11.7 version: 2.11.7(@types/node@18.19.3)(typescript@5.2.2) '@shopify/cli-kit': - specifier: 3.53.0 + specifier: 3.53.1 version: link:../cli-kit devDependencies: '@types/node': @@ -688,7 +688,7 @@ importers: specifier: 2.11.7 version: 2.11.7(@types/node@18.19.3)(typescript@5.2.2) '@shopify/cli-kit': - specifier: 3.53.0 + specifier: 3.53.1 version: link:../cli-kit node-fetch: specifier: 3.3.2 @@ -710,7 +710,7 @@ importers: specifier: 2.11.7 version: 2.11.7(@types/node@18.19.3)(typescript@5.2.2) '@shopify/cli-kit': - specifier: 3.53.0 + specifier: 3.53.1 version: link:../cli-kit n-gram: specifier: 2.0.2 @@ -729,7 +729,7 @@ importers: specifier: 2.11.7 version: 2.11.7(@types/node@18.19.3)(typescript@5.2.2) '@shopify/cli-kit': - specifier: 3.53.0 + specifier: 3.53.1 version: link:../cli-kit '@shopify/theme-check-node': specifier: 1.20.1 @@ -763,7 +763,7 @@ importers: specifier: ^6.1.0 version: 6.4.0(react-dom@17.0.2)(react@17.0.2) '@shopify/ui-extensions-server-kit': - specifier: 5.2.0 + specifier: 5.2.1 version: link:../ui-extensions-server-kit '@vitejs/plugin-react': specifier: ^1.3.2