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

[ci] release 2023-07 #1335

Merged
merged 1 commit into from
Sep 21, 2023
Merged

[ci] release 2023-07 #1335

merged 1 commit into from
Sep 21, 2023

Conversation

shopify-github-actions-access[bot]
Copy link
Contributor

@shopify-github-actions-access shopify-github-actions-access bot commented Sep 13, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm 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-hydrogen@5.3.0

Minor Changes

  • Add --worker-unstable flag to h2 dev and h2 preview commands. This flag enables the use of the new experimental worker runtime for local development, which is closer to Oxygen production than the current Node.js sandbox. Please report any issues you encounter with this flag. (#1184) by @frandiox

  • Add deploy command (disabled by default) (#1019) by @vincentezw

Patch Changes

  • Add magic cart and discount routes to skeleton template (#1309) by @juanpprieto

  • Updates placeholder page to suggest the h2 setup command, instead of h2 generate route home (#1347) by @benjaminsehl

  • Adjust behavior of h2 preview command around environment variables to be more consistent with h2 dev command. (#1184) by @frandiox

  • We've added a tool for analyzing bundle sizes. You should try to keep your worker bundle small. The larger it gets effects the cold startup time of your app. We now include client-bundle-analyzer.html and worker-bundle-analyzer.html files in the build output. Open these in your browser to view an interactive analysis of your bundles. The CLI output also includes links to each file. Hydrogen also fails to build if your bundle size is over 10 MB. This is because Oxygen only supports worker bundles less than 10 MB. (#1306) by @blittle

  • Raise the subrequest limit to 100 for development. (#1348) by @frandiox

  • Fix --routes and --markets flag when creating new projects. (#1342) by @frandiox

  • Make sourcemaps to default be turned on. They were off to prevent sourcemaps leaking server code to the client. Oxygen now makes sure to not serve the sourcemaps, so it's okay to generate them. Also, when sourcemaps are present, we hope to enable sourcemapped stack traces in error logs on Oxygen. (#1339) by @blittle

@shopify/create-hydrogen@4.2.5

Patch Changes

@shopify/hydrogen@2023.7.8

Patch Changes

  • The error.cause property throw from the Storefront client is now stringified. (#1184) by @frandiox

  • Fix Hydrogen's Storefront API client to not throw unhandled promise exceptions. This is because Remix is guaranteed to handle exceptions from the loader and fixing it prevents Hydrogen from crashing when deployed to some runtimes on unhandled promise exceptions. (#1318) by @blittle

  • Relax prop validation on the getSelectedProductOptions and getSelectedProductOptions utilities to look for member props instead of checking with instanceof. (#1327) by @blittle

demo-store@2.1.2

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 10 times, most recently from fdb78c4 to 549e140 Compare September 20, 2023 07:33
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 6691e15 to 47cd2fa Compare September 20, 2023 19:53
@frandiox frandiox merged commit e2868d5 into main Sep 21, 2023
1 check passed
@frandiox frandiox deleted the changeset-release/main branch September 21, 2023 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant