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 #3700

Merged
merged 1 commit into from
Jul 16, 2024
Merged

ci(repo): Version packages #3700

merged 1 commit into from
Jul 16, 2024

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Jul 12, 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]

Minor Changes

  • Added support for Custom OAuth providers (#3678) by @nikospapcom

    • Updated strategy types to include CustomOAuthStrategy:
      • Added the CustomOAuthStrategy type with the value oauth_custom_${string}
      • Modified OAuthStrategy to include CustomOAuthStrategy:
        export type OAuthStrategy = oauth_${OAuthProvider} | CustomOAuthStrategy;
    • Added the CustomOauthProvider type with value custom_${string} and extended OAuthProvider type to include CustomOauthProvider
    • Added support for displaying provider initials when logo_url is null for custom OAuth providers
    • Created new ProviderInitialIcon internal component in order to display custom oauth provider initials if provider logo_url is null

Patch Changes

@clerk/[email protected]

Minor Changes

  • Added support for Custom OAuth providers (#3678) by @nikospapcom

    • Updated strategy types to include CustomOAuthStrategy:
      • Added the CustomOAuthStrategy type with the value oauth_custom_${string}
      • Modified OAuthStrategy to include CustomOAuthStrategy:
        export type OAuthStrategy = oauth_${OAuthProvider} | CustomOAuthStrategy;
    • Added the CustomOauthProvider type with value custom_${string} and extended OAuthProvider type to include CustomOauthProvider
    • Added support for displaying provider initials when logo_url is null for custom OAuth providers
    • Created new ProviderInitialIcon internal component in order to display custom oauth provider initials if provider logo_url is null

@clerk/[email protected]

Patch Changes

  • Update existing env variables that is still using PUBLIC_ASTRO_APP prefix to PUBLIC_. (#3707) by @wobsoriano

  • Move @clerk/astro/components/* to @clerk/astro/components (#3705) by @panteliselef

    - import { UserProfile } from "@clerk/astro/components/interactive"
    + import { UserProfile } from "@clerk/astro/components"
    
    - import { Protect } from "@clerk/astro/components/control"
    + import { Protect } from "@clerk/astro/components"
    
    - import { SignInButton } from "@clerk/astro/components/unstyled"
    + import { SignInButton } from "@clerk/astro/components"
  • Simplify submodules and drop the bunlded variant. (#3701) by @panteliselef

    Moved

    • @clerk/astro/client/react to @clerk/astro/react
    • @clerk/astro/client/stores to @clerk/astro/client
      Dropped
    • @clerk/astro/bundled
    • @clerk/astro/client/bundled
    • @clerk/astro/internal/bundled
    • @clerk/astro/integration
    • @clerk/astro/integration/bundled
  • Support Astro.locals.auth().redirectToSignIn() (#3711) by @panteliselef

    This allows for redirectingToSignIn at the page level

  • Add a reusable ID generation function (#3698) by @wobsoriano

  • Remove @nanostores/react from depedency. (#3693) by @panteliselef

  • Introduce <AuthenticateWithRedirectCallback/> as an Astro and as a React component (#3719) by @wobsoriano

  • Updated dependencies [d11873579, 0935cfce9]:

@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

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 24 times, most recently from 686b946 to 7755268 Compare July 16, 2024 09:00
@nikosdouvlis nikosdouvlis reopened this Jul 16, 2024
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7755268 to 6e01407 Compare July 16, 2024 12:07
@nikosdouvlis nikosdouvlis reopened this Jul 16, 2024
@nikosdouvlis nikosdouvlis merged commit c633f07 into main Jul 16, 2024
15 of 17 checks passed
@nikosdouvlis nikosdouvlis deleted the changeset-release/main branch July 16, 2024 13:17
nikosdouvlis added a commit that referenced this pull request Jul 16, 2024
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