Version Packages - main#7672
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
6e44379 to
02acff3
Compare
02acff3 to
f962d28
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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/cli-kit@4.2.0
Minor Changes
--portflag that validates the value is a number between 1 and 65535, for commands that accept a port.@shopify/plugin-cloudflare@4.2.0
Patch Changes
@shopify/cli@4.2.0
@shopify/create-app@4.2.0
@shopify/app@4.2.0
Patch Changes
app devnow shows a clear error when--localhost-port,--theme-app-extension-port, or--graphiql-portis given an invalid value. The port must be a number between 1 and 65535.app env pull --env-filewith absolute paths.app devalways prompting for storefront passwordrunThemeChecknow respects a user's.theme-check.ymlin the theme app extension root. When present, theme-check-node auto-discovery is used; otherwise the bundledtheme-check:theme-app-extensionconfig is applied as before. This lets extensions ignore source directories (e.g. asrc/folder containing uncompiled Liquid templates) without forking the CLI.@shopify/organizations@4.2.0
Patch Changes
@shopify/plugin-did-you-mean@4.2.0
Patch Changes
@shopify/store@4.2.0
Patch Changes
@shopify/theme@4.2.0
Patch Changes
theme devhot reload not working in the theme editor by allowing the Online Store Editor origin through the dev server's CORS policytheme devserving a same-named theme asset in response to a/cdn/extensions/...request. When a theme and an installed app extension shared an asset filename (e.g.app.js), the local dev server's theme matcher swallowed the extension URL prefix and returned the theme file. Extension asset requests now fall through to the CDN proxy (or to a locally-developed extension's filesystem) as intended.theme devnow shows a clear error when--portis given an invalid value, instead of crashing. The port must be a number between 1 and 65535.theme devpreview occasionally rendering the live theme by preserving the Shopify_shopify_essentialcookie in redirects@shopify/ui-extensions-dev-console-app@4.2.0