Skip to content

ci(repo): Version packages#3944

Merged
nikosdouvlis merged 1 commit intomainfrom
changeset-release/main
Aug 20, 2024
Merged

ci(repo): Version packages#3944
nikosdouvlis merged 1 commit intomainfrom
changeset-release/main

Conversation

@clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Aug 13, 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/astro@1.1.0

Minor Changes

  • Add support for custom menu items in the <UserButton /> Astro component. (#3969) by @wobsoriano

  • Inject windowNavigate through router functions. (#3922) by @panteliselef

Patch Changes

  • Remove dependency @clerk/clerk-js. (#3965) by @panteliselef

    Since clerk-js is being hotloaded it is unnecessary to keep the npm package as a dependency.

  • Remove duplicate headers set in Clerk middleware (#3948) by @wobsoriano

  • Updated dependencies [dc0e1c33d, dc94c0834]:

    • @clerk/types@4.14.0
    • @clerk/backend@1.7.0
    • @clerk/shared@2.5.2

@clerk/backend@1.7.0

Minor Changes

Patch Changes

  • Updated dependencies [dc0e1c33d]:
    • @clerk/types@4.14.0
    • @clerk/shared@2.5.2

@clerk/clerk-js@5.15.0

Minor Changes

Patch Changes

@clerk/elements@0.14.0

Minor Changes

  • Introduce multi-session choose account step and associated actions/components. (#3957) by @tmilewski

    Example:

    <SignIn.Step name="choose-session">
      <SignIn.SessionList>
        <SignIn.SessionListItem>
          {({ session }) => (
            <>
              {session.identifier} |{" "}
              <SignIn.Action setActiveSession>Switch...</SignIn.Action>
            </>
          )}
        </SignIn.SessionListItem>
      </SignIn.SessionList>
    </SignIn.Step>

Patch Changes

  • Refactor form hooks and utils into separate files (#3933) by @tmilewski

  • feat(elements): Add support for sign in with email_link via redirect_url (#3926) by @dstaley

  • Preserve absolute URLs passed via redirect_url (#3947) by @dstaley

  • Extract common Form components from single file (#3933) by @tmilewski

  • Add support for submit and passkey loading scopes (#3927) by @dstaley

  • Updated dependencies [dc0e1c33d]:

    • @clerk/types@4.14.0

@clerk/clerk-expo@2.2.0

Minor Changes

  • Change the export of useLocalCredentials hook from @clerk/clerk-expo to @clerk/clerk-expo/local-credentials. (#3954) by @panteliselef

    In @clerk/clerk-expo@2.1.0 a new hook called useLocalCredentials was introduced (PR 3663). This hook is optional, but Expo's bundler has problems tree-shaking this codepath so users were still required to install its peer dependencies even if they didn't use that hook.

    For this breaking change, update your import as following:

    - import {  useLocalCredentials } from "@clerk/clerk-expo"
    + import { useLocalCredentials } from "@clerk/clerk-expo/local-credentials"

Patch Changes

  • Updated dependencies [d36b0e1b6, dc0e1c33d]:
    • @clerk/clerk-js@5.15.0
    • @clerk/types@4.14.0
    • @clerk/clerk-react@5.4.2
    • @clerk/shared@2.5.2

@clerk/localizations@2.6.0

Minor Changes

  • Introduce the Icelandic (is-IS) localization. (#3953) by @bjaben

Patch Changes

@clerk/types@4.14.0

Minor Changes

@clerk/chrome-extension@1.2.2

Patch Changes

  • Updated dependencies [d36b0e1b6, dc0e1c33d]:
    • @clerk/clerk-js@5.15.0
    • @clerk/clerk-react@5.4.2
    • @clerk/shared@2.5.2

@clerk/dev-cli@0.0.7

Patch Changes

  • Print error when the root property of the configuration file is null (#3967) by @dstaley

  • Warn when publishableKey or secretKey are invalid (#3967) by @dstaley

  • Warn if configuration file already exists when running clerk-dev init (#3967) by @dstaley

@clerk/express@0.0.29

Patch Changes

  • Updated dependencies [dc0e1c33d, dc94c0834]:
    • @clerk/types@4.14.0
    • @clerk/backend@1.7.0
    • @clerk/shared@2.5.2

@clerk/fastify@1.0.31

Patch Changes

  • Updated dependencies [dc0e1c33d, dc94c0834]:
    • @clerk/types@4.14.0
    • @clerk/backend@1.7.0
    • @clerk/shared@2.5.2

@clerk/nextjs@5.3.2

Patch Changes

  • Bug fix: Handle nextGetStore.getStore() returning undefined. Previously a TypeError would occur, when pagePath was accessed. (#3939) by @panteliselef

  • Updated dependencies [dc0e1c33d, dc94c0834]:

    • @clerk/types@4.14.0
    • @clerk/backend@1.7.0
    • @clerk/clerk-react@5.4.2
    • @clerk/shared@2.5.2

@clerk/clerk-react@5.4.2

Patch Changes

  • Updated dependencies [dc0e1c33d]:
    • @clerk/types@4.14.0
    • @clerk/shared@2.5.2

@clerk/remix@4.2.15

Patch Changes

  • Updated dependencies [dc0e1c33d, dc94c0834]:
    • @clerk/types@4.14.0
    • @clerk/backend@1.7.0
    • @clerk/clerk-react@5.4.2
    • @clerk/shared@2.5.2

@clerk/clerk-sdk-node@5.0.28

Patch Changes

  • Updated dependencies [dc0e1c33d, dc94c0834]:
    • @clerk/types@4.14.0
    • @clerk/backend@1.7.0
    • @clerk/shared@2.5.2

@clerk/shared@2.5.2

Patch Changes

  • Updated dependencies [dc0e1c33d]:
    • @clerk/types@4.14.0

@clerk/tanstack-start@0.2.2

Patch Changes

  • Updated dependencies [dc0e1c33d, dc94c0834]:
    • @clerk/types@4.14.0
    • @clerk/backend@1.7.0
    • @clerk/clerk-react@5.4.2
    • @clerk/shared@2.5.2

@clerk/testing@1.2.11

Patch Changes

  • Updated dependencies [dc0e1c33d, dc94c0834]:
    • @clerk/types@4.14.0
    • @clerk/backend@1.7.0
    • @clerk/shared@2.5.2

@clerk/themes@2.1.21

Patch Changes

  • Updated dependencies [dc0e1c33d]:
    • @clerk/types@4.14.0

@github-actions github-actions bot force-pushed the changeset-release/main branch 23 times, most recently from 29e2c3c to 910f437 Compare August 16, 2024 21:47
@nikosdouvlis nikosdouvlis merged commit ca03895 into main Aug 20, 2024
@nikosdouvlis nikosdouvlis deleted the changeset-release/main branch August 20, 2024 09:25
brkalow pushed a commit that referenced this pull request Aug 22, 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