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

ci(repo): Version packages #3805

Merged
merged 1 commit into from
Jul 26, 2024
Merged

ci(repo): Version packages #3805

merged 1 commit into from
Jul 26, 2024

Conversation

clerk-cookie
Copy link
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/[email protected]

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

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

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

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

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
19 checks passed
@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