Skip to content

Commit cd94040

Browse files
Merge branch 'main' into multi-session
2 parents 60e51bd + 08ba114 commit cd94040

File tree

70 files changed

+1408
-185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1408
-185
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/app': patch
3+
---
4+
5+
Do not require authentication for shopify app config use

.changeset/heavy-berries-notice.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/app': patch
3+
---
4+
5+
Show IDs next to organization names when there are duplicates

.changeset/large-otters-dream.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@shopify/cli-kit': minor
3+
'@shopify/theme': minor
4+
---
5+
6+
Commands that don't require authentication should not create sessions when ran with multiple environments
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/theme': patch
3+
---
4+
5+
Moved analytics logging in theme command layer to ensure we properly log all events

.changeset/poor-ghosts-mix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/app': patch
3+
---
4+
5+
Modify app access config update message for legacy install flow
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/theme': patch
3+
---
4+
5+
Fixed issue with theme.toml files that have a store name without the full domain from being parsed in multi-environment mode

.changeset/shy-islands-guess.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@shopify/cli-kit': minor
3+
'@shopify/theme': minor
4+
---
5+
6+
Ensure user provided flag values override defaults in commands with multiple environments

.changeset/sour-clocks-suffer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/theme': patch
3+
---
4+
5+
Improve `shopify theme dev` to prevent accidental updates to live themes

.github/workflows/shopify-cli.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,15 @@ on:
3535
branches:
3636
- main
3737
- stable/3.*
38+
paths-ignore:
39+
- '**.md'
40+
- 'docs/**'
41+
- 'RELEASE_NOTES/**'
3842
pull_request:
43+
paths-ignore:
44+
- '**.md'
45+
- 'docs/**'
46+
- 'RELEASE_NOTES/**'
3947
merge_group:
4048

4149

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Learn more in the [commands docs](./packages/cli/README.md#commands).
1313

1414
<p>&nbsp;</p>
1515

16-
### Before you begin ###
16+
## Before you begin
1717

1818
Install the latest version of [Node.js](https://nodejs.org/en/download/) and [npm](https://docs.npmjs.com/getting-started) (or another package manager of your choice).
1919

0 commit comments

Comments
 (0)