Open
Conversation
|
🤖 Code Review · Skipped — PR authored by bot |
6184481 to
2bbc7f0
Compare
2bbc7f0 to
676c6db
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@3.93.0
Minor Changes
9a39b44: Add
--development-contextflag totheme pushThe new
--development-contextflag (short:-c) allows you to specify a unique identifier for a development theme context (e.g., PR number, branch name). This gives developers the ability to programmatically create or reuse named development themes; particularly useful when runningshopify theme pushin a CI environment where you might want to associate a particular development theme to a branch or pull request.Patch Changes
34e19bc: Change wording for current development theme in
theme listPreviously you could only have one development theme at a time so we'd add
[yours]beside the development theme that you were currently attached to. Now you can have multiple development themes so we're changing the language to[current]to show which theme you are actively connected to.67aaf10: fix missing json output for theme info when no theme or dev flag is present
@shopify/cli-kit@3.93.0
Minor Changes
9a39b44: Add
--development-contextflag totheme pushThe new
--development-contextflag (short:-c) allows you to specify a unique identifier for a development theme context (e.g., PR number, branch name). This gives developers the ability to programmatically create or reuse named development themes; particularly useful when runningshopify theme pushin a CI environment where you might want to associate a particular development theme to a branch or pull request.Patch Changes
35ba22b: Set the current theme in local development on create or find
34e19bc: Change wording for current development theme in
theme listPreviously you could only have one development theme at a time so we'd add
[yours]beside the development theme that you were currently attached to. Now you can have multiple development themes so we're changing the language to[current]to show which theme you are actively connected to.@shopify/plugin-cloudflare@3.93.0
Patch Changes
@shopify/create-app@3.93.0
@shopify/app@3.93.0
Minor Changes
shopify organization listcommand to list Shopify organizations you have access to. Supports--jsonflag for structured output.Patch Changes
app initvia a new--organization-idflag and not prompting to link to an existing app if--nameis provided.@shopify/theme@3.93.0
Minor Changes
9a39b44: Add
--development-contextflag totheme pushThe new
--development-contextflag (short:-c) allows you to specify a unique identifier for a development theme context (e.g., PR number, branch name). This gives developers the ability to programmatically create or reuse named development themes; particularly useful when runningshopify theme pushin a CI environment where you might want to associate a particular development theme to a branch or pull request.Patch Changes
ae77bc6: Fix theme editor shortcut tracking fetch requests instead of page navigation
a910517: Add a 250ms debounce on our filewatcher for themes to stop potential file deletes
34e19bc: Change wording for current development theme in
theme listPreviously you could only have one development theme at a time so we'd add
[yours]beside the development theme that you were currently attached to. Now you can have multiple development themes so we're changing the language to[current]to show which theme you are actively connected to.5dd39d0: Fix Cart rate limiting issue
Updated dependencies [35ba22b]
Updated dependencies [34e19bc]
Updated dependencies [9a39b44]
@shopify/plugin-did-you-mean@3.93.0
Patch Changes
@shopify/ui-extensions-dev-console-app@3.93.0