cli icon indicating copy to clipboard operation
cli copied to clipboard

Version Packages - main

Open github-actions[bot] opened this issue 9 months ago • 0 comments

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@shopify/[email protected]

Patch Changes

@shopify/[email protected]

@shopify/[email protected]

@shopify/[email protected]

@shopify/[email protected]

Minor Changes

  • a6d28e0: Add new Remix templates behind the POLARIS_UNIFIED environment variable

  • 6fcf4d4: Made the --use-localhost and --localhost-port flags public for the shopify app dev command

    When the --use-localhost flag is present a tunnel won't be used. Instead, the app will be loaded using https localhost. A self-signed cert will be generated using mkcert. This flag is not compatible with Shopify features which directly invoke your app (such as Webhooks, App proxy, and Flow actions), or those which require testing your app from another'.

    --use-localhost will always try to use port 3458. If port 3458 is not available the CLI will warn the user and automaticlly select a different port. Alternatively use the --localhost-port flag to specify that you want to develop using localhost on a specific port. For example: shopify app dev --localhost-port=4000.

Patch Changes

  • 9ccf6fa: Fixes editor extension collection validation being run on generate
  • a5ff255: Use terminal hyperlinks for app dev preview and GraphiQL links.
  • c3a5189: Bug-fix: Handling mis-configured extension TOML files
  • Updated dependencies [737c9ab]
  • Updated dependencies [44e8bc7]
  • Updated dependencies [ae9e30d]

@shopify/[email protected]

Minor Changes

  • ae9e30d: Hot-reloading in shopify theme dev now supports {% javascript %} tags

Patch Changes

  • 737c9ab: Support hot reloading after changes to Liquid {% stylesheet %} tag.
  • 44e8bc7: Improved theme upload ordering to ensure layout files are uploaded before templates

@shopify/[email protected]

Patch Changes

@shopify/[email protected]

github-actions[bot] avatar May 05 '25 15:05 github-actions[bot]