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

Packages for release #481

Merged
merged 2 commits into from
Oct 30, 2023
Merged

Packages for release #481

merged 2 commits into from
Oct 30, 2023

Conversation

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

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/[email protected]

Minor Changes

  • f34eefd: Added v3_authenticatePublic feature flag to remove authenticate.public(request).

    Apps can opt in to the new future at any time, so this is not a breaking change until version 3.

    See an example

    Without the v3_authenticatePublic future flag the deprecated authenticate.public(request) is supported:

    await authenticate.public.checkout(request);
    await authenticate.public.appProxy(request);
    
    // Deprecated.  Use authenticate.public.checkout(request) instead
    await authenticate.public(request);

    With the v3_authenticatePublic future flag enabled the deprecated authenticate.public(request) is not supported:

    await authenticate.public.checkout(request);
    await authenticate.public.appProxy(request);

@shopify-github-actions-access shopify-github-actions-access bot requested a review from a team as a code owner October 25, 2023 13:46
@byrichardpowell byrichardpowell merged commit 794cdb9 into main Oct 30, 2023
10 checks passed
@byrichardpowell byrichardpowell deleted the changeset-release/main branch October 30, 2023 17:54
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