Skip to content

Commit

Permalink
Merge branch 'main' into hl-gift-card-remove
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardlyhel committed Jan 24, 2025
2 parents 9a85487 + e90bc58 commit 4ad329e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .changeset/thick-lamps-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@shopify/hydrogen-react': patch
'skeleton': patch
'@shopify/hydrogen': patch
'@shopify/cli-hydrogen': patch
'@shopify/create-hydrogen': patch
---

Bump SFAPI to 2025-01
2 changes: 1 addition & 1 deletion .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: flags
run: |
# IMPORTANT: Update this latestBranch whenever we move to a new major version:
echo "latestBranch=2024-10" >> $GITHUB_ENV
echo "latestBranch=2025-01" >> $GITHUB_ENV
echo "latest=${{ github.ref_name == 'main' }}" >> $GITHUB_ENV
- name: Checkout the code
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen/src/customer/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export type LogoutOptions = {
};

export type CustomerAccount = {
/** Start the OAuth login flow. This function should be called and returned from a Remix action.
/** Start the OAuth login flow. This function should be called and returned from a Remix loader.
* It redirects the customer to a Shopify login domain. It also defined the final path the customer
* lands on at the end of the oAuth flow with the value of the `return_to` query param. (This is
* automatically setup unless `customAuthStatusHandler` option is in use)
Expand Down

0 comments on commit 4ad329e

Please sign in to comment.