Skip to content

ci(repo): Version packages - #3733

Merged
nikosdouvlis merged 1 commit into
mainfrom
changeset-release/main
Jul 16, 2024
Merged

ci(repo): Version packages#3733
nikosdouvlis merged 1 commit into
mainfrom
changeset-release/main

Conversation

@clerk-cookie

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.

Releases

@clerk/clerk-js@5.9.0

Minor Changes

  • Added support for Custom OAuth providers by @nikosdouvlis

    • 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

  • Bug Fix: Navigation during signing out requires a router which was missing from the ImpersonationFab by @nikosdouvlis

  • Updated dependencies [df7d856d5]:

    • @clerk/types@4.8.0
    • @clerk/localizations@2.4.8
    • @clerk/shared@2.3.3

@clerk/types@4.8.0

Minor Changes

  • Added support for Custom OAuth providers by @nikosdouvlis

    • 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/astro@0.0.3

Patch Changes

  • Update existing env variables that is still using PUBLIC_ASTRO_APP prefix to PUBLIC_. by @nikosdouvlis

  • Move @clerk/astro/components/* to @clerk/astro/components by @nikosdouvlis

    - 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. by @nikosdouvlis

    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() by @nikosdouvlis

    This allows for redirectingToSignIn at the page level

  • Add a reusable ID generation function by @nikosdouvlis

  • Remove @nanostores/react from depedency. by @nikosdouvlis

  • Introduce <AuthenticateWithRedirectCallback/> as an Astro and as a React component by @nikosdouvlis

  • Updated dependencies [df7d856d5, df7d856d5]:

    • @clerk/clerk-js@5.9.0
    • @clerk/types@4.8.0
    • @clerk/backend@1.3.2
    • @clerk/shared@2.3.3

@clerk/backend@1.3.2

Patch Changes

  • Updated dependencies [df7d856d5]:
    • @clerk/types@4.8.0
    • @clerk/shared@2.3.3

@clerk/chrome-extension@1.1.4

Patch Changes

  • Updated dependencies [df7d856d5, df7d856d5]:
    • @clerk/clerk-js@5.9.0
    • @clerk/clerk-react@5.2.8
    • @clerk/shared@2.3.3

@clerk/elements@0.10.3

Patch Changes

  • Ensure updated provided values to controlled inputs are sent to the machine by @nikosdouvlis

  • Fix isWeb3Strategy check to account for prefix and suffix by @nikosdouvlis

  • Updated dependencies [df7d856d5]:

    • @clerk/types@4.8.0

@clerk/clerk-expo@1.2.7

Patch Changes

  • Updated dependencies [df7d856d5, df7d856d5]:
    • @clerk/clerk-js@5.9.0
    • @clerk/types@4.8.0
    • @clerk/clerk-react@5.2.8
    • @clerk/shared@2.3.3

@clerk/express@0.0.17

Patch Changes

  • Updated dependencies [df7d856d5]:
    • @clerk/types@4.8.0
    • @clerk/backend@1.3.2
    • @clerk/shared@2.3.3

@clerk/fastify@1.0.19

Patch Changes

  • Updated dependencies [df7d856d5]:
    • @clerk/types@4.8.0
    • @clerk/backend@1.3.2
    • @clerk/shared@2.3.3

@clerk/localizations@2.4.8

Patch Changes

  • Updated dependencies [df7d856d5]:
    • @clerk/types@4.8.0

@clerk/nextjs@5.2.4

Patch Changes

  • Updated dependencies [df7d856d5]:
    • @clerk/types@4.8.0
    • @clerk/backend@1.3.2
    • @clerk/clerk-react@5.2.8
    • @clerk/shared@2.3.3

@clerk/clerk-react@5.2.8

Patch Changes

  • Updated dependencies [df7d856d5]:
    • @clerk/types@4.8.0
    • @clerk/shared@2.3.3

@clerk/remix@4.2.3

Patch Changes

  • Updated dependencies [df7d856d5]:
    • @clerk/types@4.8.0
    • @clerk/backend@1.3.2
    • @clerk/clerk-react@5.2.8
    • @clerk/shared@2.3.3

@clerk/clerk-sdk-node@5.0.16

Patch Changes

  • Updated dependencies [df7d856d5]:
    • @clerk/types@4.8.0
    • @clerk/backend@1.3.2
    • @clerk/shared@2.3.3

@clerk/shared@2.3.3

Patch Changes

  • Updated dependencies [df7d856d5]:
    • @clerk/types@4.8.0

@clerk/tanstack-start@0.1.7

Patch Changes

  • Updated dependencies [df7d856d5]:
    • @clerk/types@4.8.0
    • @clerk/backend@1.3.2
    • @clerk/clerk-react@5.2.8
    • @clerk/shared@2.3.3

@clerk/testing@1.1.11

Patch Changes

  • Remove the experimental console warning from Cypress integration. by @nikosdouvlis

  • Updated dependencies [df7d856d5]:

    • @clerk/types@4.8.0
    • @clerk/backend@1.3.2
    • @clerk/shared@2.3.3

@clerk/themes@2.1.12

Patch Changes

  • Updated dependencies [df7d856d5]:
    • @clerk/types@4.8.0

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