Skip to content

ci(repo): Version packages#3805

Merged
octoper merged 1 commit intomainfrom
changeset-release/main
Jul 26, 2024
Merged

ci(repo): Version packages#3805
octoper merged 1 commit intomainfrom
changeset-release/main

Conversation

@clerk-cookie
Copy link
Copy Markdown
Collaborator

@clerk-cookie clerk-cookie commented Jul 24, 2024

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

@clerk/clerk-expo@2.0.0

Major Changes

  • Support for Expo Web has been added! You can now build fullstack websites with Expo, React, and Clerk. Utilize Clerk's components to build out your app. (#3456) by @octoper

    You can access the components from the /web subpath import like so:

    import { SignUp } from "@clerk/clerk-expo/web";
    
    export default function Page() {
      return <SignUp />;
    }

    Breaking change: You need to use Expo 50 or later. The minimum required React Native version was bumped to 0.73.

Patch Changes

  • Updated dependencies [b48689705, 17bbe0199, 4e61f8d27]:
    • @clerk/clerk-js@5.10.2
    • @clerk/types@4.9.1
    • @clerk/clerk-react@5.2.10
    • @clerk/shared@2.4.1

@clerk/astro@1.0.4

Patch Changes

  • Introduce option to opt-out of telemetry data collection (#3808) by @wobsoriano

  • Allow the handler of clerkMiddleware to return undefined. When undefined is returned, clerkMiddleware implicitly calls await next(). (#3792) by @wobsoriano

  • Updated dependencies [b48689705, 17bbe0199, 4e61f8d27]:

    • @clerk/clerk-js@5.10.2
    • @clerk/types@4.9.1
    • @clerk/backend@1.4.3
    • @clerk/shared@2.4.1

@clerk/backend@1.4.3

Patch Changes

  • Updated dependencies [b48689705]:
    • @clerk/types@4.9.1
    • @clerk/shared@2.4.1

@clerk/chrome-extension@1.1.7

Patch Changes

@clerk/clerk-js@5.10.2

Patch Changes

  • Add support for opening the UserProfileModal and OrganizationProfileModal to specific navigation items through the UserButton and OrganizationSwitcher. (#3732) by @EmmanouelaPothitou

  • Adjust how we pass captcha tokens to the Clerk API when signing in with Google, Microsoft, and Apple (#3806) by @BRKalow

  • Add signUp.start.actionLink__use_email and signUp.start.actionLink__use_phone localization keys. (#3826) by @alexcarpenter

  • Updated dependencies [b48689705, 4e61f8d27]:

    • @clerk/types@4.9.1
    • @clerk/localizations@2.5.2
    • @clerk/shared@2.4.1

@clerk/dev-cli@0.0.3

Patch Changes

  • Fix a bug where clerk-dev init would error if the config directory did not already exist. (#3804) by @BRKalow

@clerk/elements@0.10.7

Patch Changes

  • Updated dependencies [b48689705]:
    • @clerk/types@4.9.1

@clerk/express@0.0.21

Patch Changes

  • Updated dependencies [b48689705]:
    • @clerk/types@4.9.1
    • @clerk/backend@1.4.3
    • @clerk/shared@2.4.1

@clerk/fastify@1.0.23

Patch Changes

  • Updated dependencies [b48689705]:
    • @clerk/types@4.9.1
    • @clerk/backend@1.4.3
    • @clerk/shared@2.4.1

@clerk/localizations@2.5.2

Patch Changes

  • Add signUp.start.actionLink__use_email and signUp.start.actionLink__use_phone localization keys. (#3826) by @alexcarpenter

  • Updated dependencies [b48689705]:

    • @clerk/types@4.9.1

@clerk/nextjs@5.2.8

Patch Changes

  • Updated dependencies [b48689705]:
    • @clerk/types@4.9.1
    • @clerk/backend@1.4.3
    • @clerk/clerk-react@5.2.10
    • @clerk/shared@2.4.1

@clerk/clerk-react@5.2.10

Patch Changes

  • Updated dependencies [b48689705]:
    • @clerk/types@4.9.1
    • @clerk/shared@2.4.1

@clerk/remix@4.2.7

Patch Changes

  • Updated dependencies [b48689705]:
    • @clerk/types@4.9.1
    • @clerk/backend@1.4.3
    • @clerk/clerk-react@5.2.10
    • @clerk/shared@2.4.1

@clerk/clerk-sdk-node@5.0.20

Patch Changes

  • Updated dependencies [b48689705]:
    • @clerk/types@4.9.1
    • @clerk/backend@1.4.3
    • @clerk/shared@2.4.1

@clerk/shared@2.4.1

Patch Changes

  • Updated dependencies [b48689705]:
    • @clerk/types@4.9.1

@clerk/tanstack-start@0.1.11

Patch Changes

  • Updated dependencies [b48689705]:
    • @clerk/types@4.9.1
    • @clerk/backend@1.4.3
    • @clerk/clerk-react@5.2.10
    • @clerk/shared@2.4.1

@clerk/testing@1.2.3

Patch Changes

  • Updated dependencies [b48689705]:
    • @clerk/types@4.9.1
    • @clerk/backend@1.4.3
    • @clerk/shared@2.4.1

@clerk/themes@2.1.14

Patch Changes

  • Updated dependencies [b48689705]:
    • @clerk/types@4.9.1

@clerk/types@4.9.1

Patch Changes

  • Add support for opening the UserProfileModal and OrganizationProfileModal to specific navigation items through the UserButton and OrganizationSwitcher. (#3732) by @EmmanouelaPothitou

@github-actions github-actions Bot force-pushed the changeset-release/main branch 11 times, most recently from 045c20d to 3cb6621 Compare July 26, 2024 08:05
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 3cb6621 to bce6768 Compare July 26, 2024 14:05
@octoper octoper merged commit ba949ca into main Jul 26, 2024
@octoper octoper deleted the changeset-release/main branch July 26, 2024 15:55
brkalow pushed a commit that referenced this pull request Aug 1, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to 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