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 #1152

Merged
merged 8 commits into from
Jul 25, 2023
Merged

[ci] release 2023-07 #1152

merged 8 commits into from
Jul 25, 2023

Conversation

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

@shopify-github-actions-access shopify-github-actions-access bot commented Jul 25, 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 2023-07, this PR will be updated.

Releases

@shopify/cli-hydrogen@6.0.0

Major Changes

  • The onboarding process when creating new Hydrogen apps has been reworked. Now you can: (#913) by @frandiox

    • Create a new Shopify storefront and connect it to the local project, or use Mock.shop.
    • Scaffold CSS strategies: Tailwind, CSS Modules, Vanilla Extract, PostCSS.
    • Scaffold i18n strategies: subfolders, domains, subdomains.
    • Automatically generate core routes.

Minor Changes

  • Add login and logout commands. Rework how other commands interact with auth. (#1022) by @frandiox

  • Reload environment variables in the development server when .env file is updated. Show injected variables when project is not linked to any storefront. (#997) by @frandiox

  • Support creating new storefronts from the link command. (#1022) by @frandiox

Patch Changes

@shopify/create-hydrogen@5.0.0

Major Changes

  • The onboarding process when creating new Hydrogen apps has been reworked. Now you can: (#913) by @frandiox

    • Create a new Shopify storefront and connect it to the local project, or use Mock.shop.
    • Scaffold CSS strategies: Tailwind, CSS Modules, Vanilla Extract, PostCSS.
    • Scaffold i18n strategies: subfolders, domains, subdomains.
    • Automatically generate core routes.

Patch Changes

@shopify/hydrogen@2024.0.0

Major Changes

  • createWithCache is now stable. All imports need to be updated: (#1151) by @blittle

    - import {createWithCache_unstable} from '@shopify/hydrogen';
    + import {createWithCache} from '@shopify/hydrogen';

Patch Changes

  • Function and component for cart management: (#786) by @wizardlyhel

    • createCartHandler - Creates an object instance that simplifies cart operations such as add/update/remove from cart.
    • CartForm - A form component that helps you sets up form inputs for cart handler.

    Documentation:

  • Export useLoadScript (#1080) by @wizardlyhel

  • Throw error when storeDomain is not passed to createStorefrontClient. (#1128) by @frandiox

  • Improve warning and error format for known Hydrogen messages in development. (#1093) by @frandiox

  • Add an example using the new Customer Account API (#1126) by @blittle

  • Corrected the $attributes type in CART_ATTRIBUTES_UPDATE_MUTATION to match the expected one (#1117) by @remcolakens

  • Fix cache key by url encode the sub request keys (#1105) by @wizardlyhel

  • Add a <VariantSelector> component to make building product forms easier. Also added getFirstAvailableVariant and getSelectedProductOptions helper functions. See the proposal for examples. (#1027) by @blittle

  • Pagination and getPaginationVariables are now stable. (#1129) by @blittle

    All imports to each should be updated:

    - import {Pagiatinon__unstable, getPaginationVariables__unstable} from '@shopify/hydrogen';
    + import {Pagiatinon, getPaginationVariables} from '@shopify/hydrogen';
  • Updated dependencies [c39411e0, 0d2e5ffb, 4bee03df, 11ab64a8, 7a7456a5]:

    • @shopify/hydrogen-react@2023.4.6

@shopify/hydrogen-react@2023.4.6

Patch Changes

demo-store@2.0.0

Major Changes

  • Add .env file to Remix watcher to allow reloading environment variables on file save. In remix.config.js: (#997) by @frandiox

    -watchPaths: ['./public'],
    +watchPaths: ['./public', './.env'],

Patch Changes

hydrogen-express@null

hydrogen-express

null

Patch Changes

packages/cli/package.json Outdated Show resolved Hide resolved
@blittle blittle merged commit a01e586 into 2023-07 Jul 25, 2023
10 checks passed
@blittle blittle deleted the changeset-release/2023-07 branch July 25, 2023 21:22
FrcPpe pushed a commit to FrcPpe/hydrogen that referenced this pull request Aug 13, 2023
* [ci] release 2023-07

* Manual major version release bumps

* Add changelog intro notes

* Delete express example changelog

* Update create-hydrogen package changelog

* Update breaking change callouts

* Fix

* Update packages/cli/package.json

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Graham F. Scott <gfscott@gmail.com>
Co-authored-by: Bret Little <bret.little@shopify.com>
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.

2 participants