Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changesets #2095

Merged
merged 3 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/breezy-tips-deny.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@shopify/hydrogen-react': patch
---

Ensure the `getShopifyDomain` method from the [`useShop` hook](https://shopify.dev/docs/api/hydrogen-react/2024-01/hooks/useshop#:~:text=%2D%20storefrontToken-,getShopifyDomain,-(props%3F%3A) always includes the HTTPS protocol.
Ensure the `getShopifyDomain` method from the [`useShop` hook](https://shopify.dev/docs/api/hydrogen-react/2024-01/hooks/useshop#:~:text=%2D%20storefrontToken-,getShopifyDomain,-%28props%3F%3A) always includes the HTTPS protocol.
2 changes: 1 addition & 1 deletion .changeset/early-apricots-greet.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@shopify/mini-oxygen': patch
---

Add missing `undici` dependency instead of relying on Miniflare to add it.
Fix issue where `undici` dependency couldn't be found in some situations.
5 changes: 0 additions & 5 deletions .changeset/honest-paws-sit.md
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changeset was for a typo fix in Hydrogen React JSDoc so I'm removing it.

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/slimy-clouds-fly.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@shopify/hydrogen': patch
---

When extending the content security policy, if the default directive is 'none' then the default won't be merged into the final directive
When extending the content security policy, if the default directive is 'none' then the default won't be merged into the final directive.
2 changes: 1 addition & 1 deletion .changeset/unlucky-roses-sing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@shopify/hydrogen': patch
---

Update `content-security-policy-builder` subdependency to ESM version.
Update `content-security-policy-builder` subdependency to ESM version to avoid preprocessing in Vite.
2 changes: 1 addition & 1 deletion .changeset/violet-squids-tan.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@shopify/hydrogen': patch
---

Fix Analytics.Provider for error checking and working without privacy banner
Fix Analytics. Provider for error checking and working without privacy banner.
2 changes: 1 addition & 1 deletion .changeset/wicked-rocks-draw.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@shopify/hydrogen-codegen': patch
---

Import schemas from @shopify/hydrogen instead of @shopify/hydrogen-react to avoid dependency issues.
Import schemas from `@shopify/hydrogen` instead of `@shopify/hydrogen-react` to avoid dependency issues in some situations.
Loading