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-04 #817

Merged
merged 1 commit into from
May 16, 2023
Merged

[ci] release 2023-04 #817

merged 1 commit into from
May 16, 2023

Conversation

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

@shopify-github-actions-access shopify-github-actions-access bot commented Apr 24, 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-04, this PR will be updated.

Releases

@shopify/cli-hydrogen@4.1.2

Patch Changes

  • Add command to pull environment variables from a Hydrogen storefront defined in the Shopify Admin (#809) by @graygilmore

  • Update docs links on successful project creation (#810) by @gfscott

  • New --debug flag for the dev command that attaches a Node inspector to the development server. (#869) by @frandiox

  • Ensure request logs are shown in MiniOxygen during development. (#836) by @frandiox

    Provide custom Oxygen headers in local MiniOxygen.

  • Add new commands for merchants to be able to list and link Hydrogen storefronts on Shopify (#784) by @graygilmore

  • Updated dependencies [025385b6, 0a009a3b]:

    • @shopify/remix-oxygen@1.0.6
    • @shopify/hydrogen-react@2023.4.1

@shopify/hydrogen@2023.4.1

Patch Changes

  • Adds parseGid() which is a helper function that takes in a Shopify GID and returns the resource and id from it. For example: (#845) by @frehner

    import {parseGid} from '@shopify/hydrogen-react';
    
    const {id, resource} = parseGid('gid://shopify/Order/123');
    
    console.log(id); // 123
    console.log(resource); // Order
  • Avoid warning about missing buyerIp when using private access tokens in development. (#836) by @frandiox

  • Updated dependencies [0a009a3b]:

    • @shopify/hydrogen-react@2023.4.1

@shopify/hydrogen-react@2023.4.1

Patch Changes

  • Adds parseGid() which is a helper function that takes in a Shopify GID and returns the resource and id from it. For example: (#845) by @frehner

    import {parseGid} from '@shopify/hydrogen-react';
    
    const {id, resource} = parseGid('gid://shopify/Order/123');
    
    console.log(id); // 123
    console.log(resource); // Order

@shopify/remix-oxygen@1.0.6

Patch Changes

  • Add a default Powered-By: Shopify-Hydrogen header. It can be disabled by passing poweredByHeader: false in the configuration object of createRequestHandler: (#872) by @blittle

    import {createRequestHandler} from '@shopify/remix-oxygen';
    
    export default {
      async fetch(request) {
        // ...
        const handleRequest = createRequestHandler({
          // ... other properties included
          poweredByHeader: false,
        });
        // ...
      },
    };

demo-store@1.0.0

Major Changes

Patch Changes

  • Add .shopify to the .gitignore file to support upcoming CLI changes (#784) by @graygilmore

  • Move GraphQL fragments from the beginning of the template literal to the end of it, so that we don't get the EOF error in VSCode. (#833) by @frehner

  • Updated Tailwind configuration file with a new dynamic opacity placeholder for colors (#851) by @blanklob

  • Updated dependencies [685bb696, 025385b6, 35a87107, 33f33edd, 0a009a3b, 9c2e67c5, 9c2e67c5, 3d458e2b]:

    • @shopify/cli-hydrogen@4.1.2
    • @shopify/remix-oxygen@1.0.6
    • @shopify/hydrogen@2023.4.1

@github-actions github-actions bot force-pushed the changeset-release/2023-04 branch 4 times, most recently from 965cd2a to b65f233 Compare May 1, 2023 18:34
@github-actions github-actions bot force-pushed the changeset-release/2023-04 branch 6 times, most recently from 6b0524e to a3b54fa Compare May 8, 2023 20:17
@github-actions github-actions bot force-pushed the changeset-release/2023-04 branch 8 times, most recently from 6253608 to 467e0db Compare May 15, 2023 03:06
@github-actions github-actions bot force-pushed the changeset-release/2023-04 branch from c3ff176 to dcfbb24 Compare May 16, 2023 14:57
@frehner frehner merged commit 8d21adc into 2023-04 May 16, 2023
@frehner frehner deleted the changeset-release/2023-04 branch May 16, 2023 15:19
# 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