Skip to content

ci(repo): Version packages - #3558

Merged
nikosdouvlis merged 1 commit into
mainfrom
changeset-release/main
Jun 20, 2024
Merged

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

Conversation

@clerk-cookie

@clerk-cookie clerk-cookie commented Jun 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/elements@0.8.0

Minor Changes

  • The path prop on the <SignIn.Root> and <SignUp.Root> component is now automatically inferred. Previously, the default values were /sign-in and /sign-up, on other routes you had to explicitly define your route. (#3557) by @LekoArts

    The new heuristic for determining the path where <SignIn.Root> and <SignUp.Root> are mounted is:

    1. path prop
    2. Automatically inferred
    3. If it can't be inferred, fallback to CLERK_SIGN_IN_URL and CLERK_SIGN_UP_URL env var
    4. Fallback to /sign-in and /sign-up

Patch Changes

@clerk/backend@1.2.4

Patch Changes

  • Updated dependencies [1273b04ec]:
    • @clerk/types@4.6.1
    • @clerk/shared@2.3.1

@clerk/chrome-extension@1.0.19

Patch Changes

@clerk/clerk-js@5.7.1

Patch Changes

  • Bug fix: Skip password strategy for users who authenticate with SAML. (#3578) by @panteliselef

  • Add organizationAvatarUploaderContainer descriptor which is used e.g. for the logo upload box inside "Create Organization" flow (#3596) by @LekoArts

  • Remove the qs library and use the native URLSearchParams API instead. (#3430) by @EmmanouelaPothitou

  • Allow chrome-extension: protocol in validation (#3584) by @LekoArts

  • In a previous release the protocol validation for window navigation was added (ref). Since then only http: and https: were allowed. (#3564) by @LekoArts

    With this release wails: is also supported again. If you think that the mentioned commit introduced a regression for you and your protocol should be supported, please open an issue.

  • Add the title attribute to <OrganizationPreview> component so that truncated organization names can be previewed e.g. through hovering (#3522) by @davemo

  • Updated dependencies [1273b04ec]:

    • @clerk/types@4.6.1
    • @clerk/localizations@2.4.5
    • @clerk/shared@2.3.1

@clerk/clerk-expo@1.2.2

Patch Changes

@clerk/express@0.0.13

Patch Changes

  • Updated dependencies [1273b04ec]:
    • @clerk/types@4.6.1
    • @clerk/backend@1.2.4
    • @clerk/shared@2.3.1

@clerk/fastify@1.0.15

Patch Changes

  • Updated dependencies [1273b04ec]:
    • @clerk/types@4.6.1
    • @clerk/backend@1.2.4
    • @clerk/shared@2.3.1

@clerk/localizations@2.4.5

Patch Changes

  • Updated dependencies [1273b04ec]:
    • @clerk/types@4.6.1

@clerk/nextjs@5.1.6

Patch Changes

@clerk/clerk-react@5.2.5

Patch Changes

  • Updated dependencies [1273b04ec]:
    • @clerk/types@4.6.1
    • @clerk/shared@2.3.1

@clerk/remix@4.1.2

Patch Changes

  • Fix RequestInit.duplex which now is required if body is provided in undici (#3495) by @octoper

  • Updated dependencies [1273b04ec]:

    • @clerk/types@4.6.1
    • @clerk/backend@1.2.4
    • @clerk/clerk-react@5.2.5
    • @clerk/shared@2.3.1

@clerk/clerk-sdk-node@5.0.12

Patch Changes

  • Updated dependencies [1273b04ec]:
    • @clerk/types@4.6.1
    • @clerk/backend@1.2.4
    • @clerk/shared@2.3.1

@clerk/shared@2.3.1

Patch Changes

  • Updated dependencies [1273b04ec]:
    • @clerk/types@4.6.1

@clerk/tanstack-start@0.1.2

Patch Changes

  • Updated dependencies [1273b04ec]:
    • @clerk/types@4.6.1
    • @clerk/backend@1.2.4
    • @clerk/clerk-react@5.2.5
    • @clerk/shared@2.3.1

@clerk/testing@1.1.8

Patch Changes

  • Updated dependencies [1273b04ec]:
    • @clerk/types@4.6.1
    • @clerk/shared@2.3.1

@clerk/themes@2.1.10

Patch Changes

  • Updated dependencies [1273b04ec]:
    • @clerk/types@4.6.1

@clerk/types@4.6.1

Patch Changes

  • Add organizationAvatarUploaderContainer descriptor which is used e.g. for the logo upload box inside "Create Organization" flow (#3596) by @LekoArts

@clerk/upgrade@1.0.8

Patch Changes

  • Bring @clerk/upgrade into the monorepo and publish from CI. No changes in behavior. (#2474) by @jescalan

@clerk/ui@0.1.2

Patch Changes

  • Updated dependencies [1273b04ec, b8acf30a7, c44925501]:
    • @clerk/types@4.6.1
    • @clerk/elements@0.8.0
    • @clerk/clerk-react@5.2.5
    • @clerk/shared@2.3.1

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 11 times, most recently from 77a19b3 to e01563f Compare June 14, 2024 07:12
@pavelbinar pavelbinar mentioned this pull request Jun 14, 2024
4 tasks
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 14 times, most recently from 6b1e97d to 009b802 Compare June 18, 2024 11:20

@tmilewski tmilewski left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Elements, 👍

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 4 times, most recently from 9370885 to a336375 Compare June 19, 2024 09:14
@nikosdouvlis nikosdouvlis reopened this Jun 19, 2024
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from ccbb461 to f2abf9b Compare June 20, 2024 06:06
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from f2abf9b to d8943bc Compare June 20, 2024 08:26
@nikosdouvlis nikosdouvlis reopened this Jun 20, 2024
@nikosdouvlis
nikosdouvlis merged commit cd5865c into main Jun 20, 2024
@nikosdouvlis
nikosdouvlis deleted the changeset-release/main branch June 20, 2024 08:56
LauraBeatris pushed a commit that referenced this pull request Jun 21, 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.

3 participants