Skip to content

ci(repo): Version packages - #3700

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

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

Conversation

@clerk-cookie

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

Releases

@clerk/clerk-js@5.9.0

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

  • Bug Fix: Navigation during signing out requires a router which was missing from the ImpersonationFab (#3712) by @panteliselef

  • Updated dependencies [0935cfce9]:

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

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/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 [0935cfce9]:
    • @clerk/types@4.8.0
    • @clerk/shared@2.3.3

@clerk/chrome-extension@1.1.4

Patch Changes

  • Updated dependencies [d11873579, 0935cfce9]:
    • @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 (#3702) by @alexcarpenter

  • Fix isWeb3Strategy check to account for prefix and suffix (#3708) by @alexcarpenter

  • Updated dependencies [0935cfce9]:

    • @clerk/types@4.8.0

@clerk/clerk-expo@1.2.7

Patch Changes

  • Updated dependencies [d11873579, 0935cfce9]:
    • @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 [0935cfce9]:
    • @clerk/types@4.8.0
    • @clerk/backend@1.3.2
    • @clerk/shared@2.3.3

@clerk/fastify@1.0.19

Patch Changes

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

@clerk/localizations@2.4.8

Patch Changes

  • Updated dependencies [0935cfce9]:
    • @clerk/types@4.8.0

@clerk/nextjs@5.2.4

Patch Changes

  • Updated dependencies [0935cfce9]:
    • @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 [0935cfce9]:
    • @clerk/types@4.8.0
    • @clerk/shared@2.3.3

@clerk/remix@4.2.3

Patch Changes

  • Updated dependencies [0935cfce9]:
    • @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 [0935cfce9]:
    • @clerk/types@4.8.0
    • @clerk/backend@1.3.2
    • @clerk/shared@2.3.3

@clerk/shared@2.3.3

Patch Changes

  • Updated dependencies [0935cfce9]:
    • @clerk/types@4.8.0

@clerk/tanstack-start@0.1.7

Patch Changes

  • Updated dependencies [0935cfce9]:
    • @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. (#3704) by @anagstef

  • Updated dependencies [0935cfce9]:

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

@clerk/themes@2.1.12

Patch Changes

  • Updated dependencies [0935cfce9]:
    • @clerk/types@4.8.0

@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
@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