Skip to content

Version Packages (beta) - #2954

Merged
nikosdouvlis merged 1 commit into
mainfrom
changeset-release/main
Mar 11, 2024
Merged

Version Packages (beta)#2954
nikosdouvlis merged 1 commit into
mainfrom
changeset-release/main

Conversation

@clerk-cookie

@clerk-cookieclerk-cookie commented Mar 7, 2024

Copy link
Copy Markdown
Collaborator

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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@clerk/backend@1.0.0-beta.28

Minor Changes

  • Expose debug headers in response for handshake / signed-out states from SDKs using headers returned from authenticateRequest() (#2898) by @dimkl

@clerk/fastify@1.0.0-beta.34

Minor Changes

  • Re-export everything from @clerk/backend in @clerk/fastify to support common backend types and functionality without adding @clerk/backend as dependency. (#2968) by @dimkl

    New exports:

    • verifyToken()

    New exported types:

    • ClerkOptions
    • ClerkClient
    • OrganizationMembershipRole
    • VerifyTokenOptions
    • WebhookEvent
    • WebhookEventType
    • AllowlistIdentifier
    • Client
    • EmailAddress
    • ExternalAccount
    • Invitation
    • OauthAccessToken
    • Organization
    • OrganizationInvitation
    • OrganizationMembership
    • OrganizationMembershipPublicUserData
    • PhoneNumber
    • Session
    • SignInToken
    • SMSMessage
    • Token
    • User
  • Expose debug headers in response for handshake / signed-out states from SDKs using headers returned from authenticateRequest() (#2898) by @dimkl

Patch Changes

  • Updated dependencies [2964f8a47]:
    • @clerk/backend@1.0.0-beta.28

@clerk/nextjs@5.0.0-beta.34

Minor Changes

  • Expose debug headers in response for handshake / signed-out states from SDKs using headers returned from authenticateRequest() (#2898) by @dimkl

Patch Changes

  • Updated dependencies [2964f8a47]:
    • @clerk/backend@1.0.0-beta.28

@clerk/remix@4.0.0-beta.34

Minor Changes

  • Expose debug headers in response for handshake / signed-out states from SDKs using headers returned from authenticateRequest() (#2898) by @dimkl

Patch Changes

  • Replace response.clone() with new Response(response.body, response) to avoid creating multiple branches of a single stream on Cloudflare workers (issue reference). (#2953) by @octoper

  • Updated dependencies [2964f8a47]:

    • @clerk/backend@1.0.0-beta.28

@clerk/clerk-sdk-node@5.0.0-beta.29

Minor Changes

  • Expose debug headers in response for handshake / signed-out states from SDKs using headers returned from authenticateRequest() (#2898) by @dimkl

Patch Changes

  • Updated dependencies [2964f8a47]:
    • @clerk/backend@1.0.0-beta.28

@clerk/chrome-extension@1.0.0-beta.34

Patch Changes

@clerk/clerk-js@5.0.0-beta.34

Patch Changes

  • Fix the input box-shadow on iOS 16 devices (#2946) by @anagstef

  • Fix the OAuth errors coming from the server to use localizations (#2957) by @anagstef

  • Remove the __clerk_ticket and __clerk_invitation_token query params after they are consumed. (#2949) by @desiprisg

@clerk/clerk-expo@1.0.0-beta.34

Patch Changes

  • Update expo-auth-session dependency from 5.0.2 to 5.4.0 and expo-web-browser from 12.3.2 to 12.8.2 (#2938) by @octoper

  • Updated dependencies [141f09fdc, fe6215dea, 5db6dbb90]:

    • @clerk/clerk-js@5.0.0-beta.34

gatsby-plugin-clerk@5.0.0-beta.34

Patch Changes

  • Updated dependencies [2964f8a47]:
    • @clerk/clerk-sdk-node@5.0.0-beta.29
    • @clerk/backend@1.0.0-beta.28

@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 41d0695 to c3f0ccbCompareMarch 11, 2024 11:55
@nikosdouvlis
nikosdouvlis merged commit 909ae62 into mainMar 11, 2024
@nikosdouvlis
nikosdouvlis deleted the changeset-release/main branch March 11, 2024 11:56
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@clerk-cookie@nikosdouvlis