Skip to content
New issue

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

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

Already on GitHub? # to your account

[ci] release 2023-07 #1263

Merged
merged 1 commit into from
Aug 31, 2023
Merged

[ci] release 2023-07 #1263

merged 1 commit into from
Aug 31, 2023

Conversation

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

@shopify-github-actions-access shopify-github-actions-access bot commented Aug 23, 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.2.1

Patch Changes

  • Fix the default page shown when the project has no routes. (#1266) by @frandiox

  • Hydrogen is now compatible with TypeScript v5. (#1240) by @frandiox

    If you have typescript as a dev dependency in your app, it is recommended to change its version as follows:

      "devDependencies": {
        ...
    -   "typescript": "^4.9.5",
    +   "typescript": "^5.2.2",
      },

    After installing the new version of TypeScript, you may need to update the version used in your IDE. For example, in VSCode, you can do this by clicking on the { } icon in the bottom-right toolbar next to the language mode (generally, { } TypeScript JSX when editing a .tsx file).

  • Fix development server port in some situations where it was set to a random number instead of the default 3000 or the --port flag value. (#1267) by @frandiox

  • Fix transpiling TS to JS when scaffolding routes. (#1273) by @frandiox

  • Catch more errors during init while connecting to Shopify (#1281) by @graygilmore

  • Add functionality for creating a Content Security Policy. See the guide on Content Security Policies for more details. (#1235) by @blittle

  • Updated dependencies [06516ee9, 423acee2]:

    • @shopify/hydrogen-react@2023.7.3

@shopify/create-hydrogen@4.2.3

Patch Changes

@shopify/hydrogen@2023.7.4

Patch Changes

  • Fix hydration errors and stale data within the Pagination component (#1283) by @blittle

  • Add custom product paths to the VariantSelector component: (#1271) by @blittle

    <VariantSelector handle="snowboard" productPath="shop" options={options}>
      {/* ... */}
    </VariantSelector>
  • Add functionality for creating a Content Security Policy. See the guide on Content Security Policies for more details. (#1235) by @blittle

  • Updated dependencies [06516ee9, 423acee2]:

    • @shopify/hydrogen-react@2023.7.3

@shopify/hydrogen-react@2023.7.3

Patch Changes

  • Hydrogen is now compatible with TypeScript v5. (#1240) by @frandiox

    If you have typescript as a dev dependency in your app, it is recommended to change its version as follows:

      "devDependencies": {
        ...
    -   "typescript": "^4.9.5",
    +   "typescript": "^5.2.2",
      },

    After installing the new version of TypeScript, you may need to update the version used in your IDE. For example, in VSCode, you can do this by clicking on the { } icon in the bottom-right toolbar next to the language mode (generally, { } TypeScript JSX when editing a .tsx file).

  • Fix passing ref to the <Image> component. (#1268) by @frandiox

demo-store@2.1.1

Patch Changes

  • Hydrogen is now compatible with TypeScript v5. (#1240) by @frandiox

    If you have typescript as a dev dependency in your app, it is recommended to change its version as follows:

      "devDependencies": {
        ...
    -   "typescript": "^4.9.5",
    +   "typescript": "^5.2.2",
      },

    After installing the new version of TypeScript, you may need to update the version used in your IDE. For example, in VSCode, you can do this by clicking on the { } icon in the bottom-right toolbar next to the language mode (generally, { } TypeScript JSX when editing a .tsx file).

  • Updated dependencies [3491fd5c, 06516ee9, d67ce6aa, 1b7e0016, ee6e2920, 17892a72, 1a7762bc, 1f8acd7b]:

    • @shopify/cli-hydrogen@5.2.1
    • @shopify/hydrogen@2023.7.4

@github-actions github-actions bot force-pushed the changeset-release/main branch 13 times, most recently from c8abdd3 to 6b71f0b Compare August 31, 2023 14:09
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6b71f0b to 5d8550e Compare August 31, 2023 14:35
@blittle blittle merged commit b17f341 into main Aug 31, 2023
@blittle blittle deleted the changeset-release/main branch August 31, 2023 14:36
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant