Skip to content

Commit

Permalink
Update changeset snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardlyhel committed Oct 28, 2024
1 parent 41fca59 commit 227035e
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 9 deletions.
1 change: 0 additions & 1 deletion .changeset/funny-cows-perform.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
'skeleton': patch
'@shopify/hydrogen': patch
'@shopify/cli-hydrogen': patch
---

Stabilize `getSitemap`, `getSitemapIndex` and implement on skeleton
Expand Down
4 changes: 3 additions & 1 deletion .changeset/olive-fishes-reflect.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
'@shopify/hydrogen': patch
---

[**Breaking change**]: Set up Customer Privacy without the Shopify's cookie banner by default.
[**Breaking change**]

Set up Customer Privacy without the Shopify's cookie banner by default.

If you are using Shopify's cookie banner to handle user consent in your app, you need to set `withPrivacyBanner: true` to the consent config. Without this update, the Shopify cookie banner will not appear.

Expand Down
2 changes: 0 additions & 2 deletions .changeset/quick-hotels-tell.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
'@shopify/hydrogen-react': patch
'skeleton': patch
'@shopify/hydrogen': patch
'@shopify/cli-hydrogen': patch
'@shopify/create-hydrogen': patch
---

Update to 2024-10 SFAPI
7 changes: 7 additions & 0 deletions .changeset/rare-carpets-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@shopify/create-hydrogen': patch
'@shopify/hydrogen-react': patch
'@shopify/remix-oxygen': patch
---

Bump package versions
6 changes: 3 additions & 3 deletions .changeset/strange-zebras-travel.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
'skeleton': patch
'@shopify/hydrogen': patch
'@shopify/cli-hydrogen': patch
'@shopify/create-hydrogen': patch
---

SFAPI update - Deprecate usages of `product.options.values` and use `product.options.optionValues` instead.
[**Breaking change**]

Deprecate usages of `product.options.values` and use `product.options.optionValues` instead.

1. Update your product graphql query to use the new `optionValues` field.

Expand Down
4 changes: 3 additions & 1 deletion .changeset/wicked-schools-reflect.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
'@shopify/hydrogen': patch
---

[**Breaking change**]

Update all cart mutation methods from `createCartHandler` to return cart warnings.

As of API version 2024-10, inventory errors about stock levels will no longer be included in the `userErrors` of cart mutations. Inventory errors will now be available in a new return field `warnings` and will contain explicit code values of `MERCHANDISE_NOT_ENOUGH_STOCK`` or MERCHANDISE_OUT_OF_STOCK`. Reference: https://shopify.dev/changelog/cart-warnings-in-storefront-api-cart
As of API version 2024-10, inventory errors about stock levels will no longer be included in the `userErrors` of cart mutations. Inventory errors will now be available in a new return field `warnings` and will contain explicit code values of `MERCHANDISE_NOT_ENOUGH_STOCK` or `MERCHANDISE_OUT_OF_STOCK`. Reference: https://shopify.dev/changelog/cart-warnings-in-storefront-api-cart
8 changes: 7 additions & 1 deletion .changeset/yellow-toes-mix.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@
'@shopify/mini-oxygen': minor
---

Support worker compatibility date that aligns with SFAPI release
[**Breaking change**]

Support worker compatibility date that aligns with SFAPI release.

Starting from this major version, on each deploy to Oxygen, Hydrogen will be on Cloudflare worker compatibility date `2024-10-01`. Onwards, Hydrogen will update worker compatibility date on every SFAPI release.

There is no specific project update that needs to be done in order to get this feature. However, please ensure your project is working properly in an Oxygen deployment when updating to this Hydrogen version. ([#2380](https://github.com/Shopify/hydrogen/pull/2380))

0 comments on commit 227035e

Please sign in to comment.