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

Version Packages #1843

Merged
merged 1 commit into from
Oct 12, 2023
Merged

Version Packages #1843

merged 1 commit into from
Oct 12, 2023

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Oct 6, 2023

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/backend@0.31.0

Minor Changes

Patch Changes

  • Throw an error if the signInUrl is on the same origin of a satellite application or if it is of invalid format (#1845) by @desiprisg

  • Avoid always showing deprecation warnings for frontendApi and apiKey in @clerk/clerk-sdk-node (#1856) by @dimkl

  • Updated dependencies [977336f79, 997b8e256, 91e9a55f4, 91014880d, 7f4d4b942]:

    • @clerk/shared@0.24.4
    • @clerk/types@3.55.0

@clerk/clerk-js@4.61.0

Minor Changes

  • The sign-in form will now switch to the phone input if the only initial value provided was that of the phone number. (#1861) by @desiprisg

  • Add support for LinkedIn OIDC (#1772) by @fragoulis

Patch Changes

  • Warn about MagicLink deprecations: (#1836) by @dimkl

    • MagicLinkError
    • isMagicLinkError
    • MagicLinkErrorCode
    • handleMagicLinkVerification
    • createMagicLinkFlow
    • useMagicLink
  • Updated the OAuth buttons in the SignIn and SignUp components to prevent layout shifts while loading. (#1838) by @octoper

  • Introduces a new isAuthorized() method in the Session class. Returns a promise and checks whether the active user is allowed to perform an action based on the passed (required) permission and the ones attached to the membership. (#1834) by @panteliselef

  • Introduce a new property on the core Clerk singleton, sdkMetadata. This will be populated by each host SDK. This metadata will be used to make logging and debugging easier. (#1857) by @BRKalow

  • Fix incorrect path of types for the clerk-js headless variant. (#1848) by @panteliselef

  • Throw an error if the signInUrl is on the same origin of a satellite application or if it is of invalid format (#1845) by @desiprisg

  • Introduces an internal <Gate/> component (supporting hook and HOC) which enables us to conditionally render parts of our components based on a users permissions. (#1834) by @panteliselef

  • Correctly set idle card state when an error occurs during the MFA set up phase. (#1825) by @desiprisg

  • Introduce new *EmailLink* helpers that will replace the *MagicLink* helpers. (#1833) by @dimkl

    Also marked all the *MagicLink* as deprecated using JSDocs.

  • Disable country picker button when form is submitted (#1853) by @desiprisg

  • Updated dependencies [977336f79, 997b8e256, 7fb229688, 91e9a55f4, 91014880d, 7f4d4b942]:

    • @clerk/shared@0.24.4
    • @clerk/types@3.55.0
    • @clerk/localizations@1.26.4

@clerk/types@3.55.0

Minor Changes

Patch Changes

  • Introduces a new isAuthorized() method in the Session class. Returns a promise and checks whether the active user is allowed to perform an action based on the passed (required) permission and the ones attached to the membership. (#1834) by @panteliselef

  • Introduce a new property on the core Clerk singleton, sdkMetadata. This will be populated by each host SDK. This metadata will be used to make logging and debugging easier. (#1857) by @BRKalow

  • Introduce new *EmailLink* helpers that will replace the *MagicLink* helpers. (#1833) by @dimkl

    Also marked all the *MagicLink* as deprecated using JSDocs.

@clerk/chrome-extension@0.4.7

Patch Changes

@clerk/clerk-expo@0.19.9

Patch Changes

@clerk/fastify@0.6.14

Patch Changes

gatsby-plugin-clerk@4.4.15

Patch Changes

  • Warn about environment variables deprecations: (#1859) by @dimkl

    • CLERK_API_KEY
    • CLERK_FRONTEND_API
    • NEXT_PUBLIC_CLERK_FRONTEND_API
  • Introduce a new property on the core Clerk singleton, sdkMetadata. This will be populated by each host SDK. This metadata will be used to make logging and debugging easier. (#1857) by @BRKalow

  • Updated dependencies [977336f79, 997b8e256, d89c09bb0, 91e9a55f4, c9b17f5a7, 91014880d, 451fc332a, 3848f8dbe, 7f4d4b942]:

    • @clerk/clerk-react@4.26.4
    • @clerk/types@3.55.0
    • @clerk/clerk-sdk-node@4.12.13
    • @clerk/backend@0.31.0

@clerk/localizations@1.26.4

Patch Changes

@clerk/nextjs@4.25.4

Patch Changes

  • Warn about environment variables deprecations: (#1859) by @dimkl

    • CLERK_API_KEY
    • CLERK_FRONTEND_API
    • NEXT_PUBLIC_CLERK_FRONTEND_API
  • Introduce a new property on the core Clerk singleton, sdkMetadata. This will be populated by each host SDK. This metadata will be used to make logging and debugging easier. (#1857) by @BRKalow

  • Introduce new *EmailLink* helpers that will replace the *MagicLink* helpers. (#1833) by @dimkl

    Also marked all the *MagicLink* as deprecated using JSDocs.

  • Updated dependencies [977336f79, 997b8e256, d89c09bb0, 91e9a55f4, c9b17f5a7, 91014880d, 451fc332a, 3848f8dbe, 7f4d4b942]:

    • @clerk/shared@0.24.4
    • @clerk/clerk-react@4.26.4
    • @clerk/types@3.55.0
    • @clerk/clerk-sdk-node@4.12.13
    • @clerk/backend@0.31.0

@clerk/clerk-react@4.26.4

Patch Changes

  • Warn about MagicLink deprecations: (#1836) by @dimkl

    • MagicLinkError
    • isMagicLinkError
    • MagicLinkErrorCode
    • handleMagicLinkVerification
    • createMagicLinkFlow
    • useMagicLink
  • Introduce a new property on the core Clerk singleton, sdkMetadata. This will be populated by each host SDK. This metadata will be used to make logging and debugging easier. (#1857) by @BRKalow

  • Introduce new *EmailLink* helpers that will replace the *MagicLink* helpers. (#1833) by @dimkl

    Also marked all the *MagicLink* as deprecated using JSDocs.

  • Updated dependencies [977336f79, 997b8e256, 91e9a55f4, 91014880d, 7f4d4b942]:

    • @clerk/shared@0.24.4
    • @clerk/types@3.55.0

@clerk/remix@3.0.6

Patch Changes

  • Warn about environment variables deprecations: (#1859) by @dimkl

    • CLERK_API_KEY
    • CLERK_FRONTEND_API
    • NEXT_PUBLIC_CLERK_FRONTEND_API
  • Introduce a new property on the core Clerk singleton, sdkMetadata. This will be populated by each host SDK. This metadata will be used to make logging and debugging easier. (#1857) by @BRKalow

  • Updated dependencies [977336f79, 997b8e256, 91e9a55f4, c9b17f5a7, 91014880d, 3848f8dbe, 7f4d4b942]:

    • @clerk/shared@0.24.4
    • @clerk/clerk-react@4.26.4
    • @clerk/types@3.55.0
    • @clerk/backend@0.31.0

@clerk/clerk-sdk-node@4.12.13

Patch Changes

  • Warn about environment variables deprecations: (#1859) by @dimkl

    • CLERK_API_KEY
    • CLERK_FRONTEND_API
    • NEXT_PUBLIC_CLERK_FRONTEND_API
  • Avoid always showing __unstable_options deprecation warning in all applications and SDKs using @clerk/clerk-sdk-node (#1858) by @dimkl

  • Avoid always showing deprecation warnings for frontendApi and apiKey in @clerk/clerk-sdk-node (#1856) by @dimkl

  • Updated dependencies [977336f79, 997b8e256, 91e9a55f4, c9b17f5a7, 91014880d, 3848f8dbe, 7f4d4b942]:

    • @clerk/shared@0.24.4
    • @clerk/types@3.55.0
    • @clerk/backend@0.31.0

@clerk/shared@0.24.4

Patch Changes

  • Warn about MagicLink deprecations: (#1836) by @dimkl

    • MagicLinkError
    • isMagicLinkError
    • MagicLinkErrorCode
    • handleMagicLinkVerification
    • createMagicLinkFlow
    • useMagicLink
  • Introduce new *EmailLink* helpers that will replace the *MagicLink* helpers. (#1833) by @dimkl

    Also marked all the *MagicLink* as deprecated using JSDocs.

@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from 47d3642 to 3af0780 Compare October 11, 2023 10:06
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 526e888 to 37992e3 Compare October 11, 2023 16:56
@nikosdouvlis nikosdouvlis reopened this Oct 11, 2023
@nikosdouvlis nikosdouvlis merged commit adc222d into main Oct 12, 2023
@nikosdouvlis nikosdouvlis deleted the changeset-release/main branch October 12, 2023 08:15
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.

None yet

3 participants