Uh oh!
There was an error while loading. Please reload this page.
ci(repo): Version packages - #5193
Merged
Merged
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actionsBotforce-pushed
the
changeset-release/main
branch
from
February 18, 2025 21:09
476c14e to
47ac67dComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
February 19, 2025 08:05
47ac67d to
7a58e22Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
February 19, 2025 09:08
7a58e22 to
0127fc0Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
February 19, 2025 11:14
0127fc0 to
633a9d0Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
February 24, 2025 10:28
918b35f to
0ef5cfeComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
February 24, 2025 11:19
0ef5cfe to
395b2c6Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
February 24, 2025 13:57
395b2c6 to
2aeabafComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
February 24, 2025 15:09
2aeabaf to
878dea9Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
February 24, 2025 18:23
878dea9 to
f432b04Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
February 24, 2025 18:39
f432b04 to
1532c6eComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
February 25, 2025 08:48
1532c6e to
8387929Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
February 25, 2025 09:17
8387929 to
4082bc3Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
February 25, 2025 09:50
4082bc3 to
4bfd633Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
February 25, 2025 09:59
4bfd633 to
a5c91adComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
February 25, 2025 16:19
a5c91ad to
04fb27cComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
February 25, 2025 21:01
04fb27c to
6ff68cfComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
February 25, 2025 22:45
6ff68cf to
7b44486Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
February 26, 2025 13:15
7b44486 to
6f6463dCompareanagstef
approved these changes
Feb 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/shared@3.0.0
Major Changes
This new version introduces the following breaking changes: (#5144) by @nikosdouvlis
retryutility function to replace the deprecatedcallWithRetry.callWithRetryfunction and its associated tests.runWithExponentialBackOfftoretryfor consistency.Migration steps:
callWithRetrywith the newretryfunction.runWithExponentialBackOffwithretry.Minor Changes
pendingsession as a signed-in state (#5136) by @LauraBeatrisPatch Changes
Update
TelemetryCollectorto throttle events after they've been sampled. (#5236) by @panteliselefUpdated dependencies [
28179323d9891bd13625e32c5682a3276e73cdae,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a]:@clerk/astro@2.3.0
Minor Changes
Introduce
protect-fallbackslot to avoid naming conflicts with Astro's server islandsfallbackslot. (#5196) by @wobsorianoWhen using Clerk's
<Protect>component withserver:defer, you can now use both slots:fallback: Default loading contentprotect-fallback: Shows when a user doesn't have theroleorpermissionto access the protected contentRegular usage without server islands:
Example with server islands:
Surface new
pendingsession as a signed-in state (#5136) by @LauraBeatrisPatch Changes
The
exportsmap insidepackage.jsonhas been slightly adjusted to allow forrequire(esm)to work correctly. The"import"conditions have been changed to"default". (#5188) by @LekoArtsYou shouldn't see any change in behavior/functionality on your end.
Updated dependencies [
28179323d9891bd13625e32c5682a3276e73cdae,7ae77b74326e378bf161e29886ee82e1556d9840,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a,382c30240f563e58bc4d4832557c6825da40ce7f]:@clerk/clerk-js@5.54.0
Minor Changes
Introduce the
appearance.captchaproperty for the CAPTCHA widget (#5184) by @anagstefTrack usage of modal UI Components as part of telemetry. (#5185) by @panteliselef
Initialize new
pendingsession status as an signed-in state (#5136) by @LauraBeatrisDeprecate
Clerk.client.activeSessionsin favor ofClerk.client.signedInSessionsIntroduce
Clerk.isSignedInproperty as an explicit signed-in state check, instead of!!Clerk.sessionor!!Clerk.user:Patch Changes
Set input primitive placeholder color. (#5157) by @alexcarpenter
Fix issue where scroll lock was not restored correctly when multiple modals were opening (#5233) by @octoper
Refactor social button row distribution calculation to prevent overlapping on page load. (#5213) by @alexcarpenter
Remove full width from OrgProfile members search input. (#5126) by @alexcarpenter
Improve compatibility with Safari 12 by removing modern JavaScript syntax. (#5228) by @dstaley
Bug fix: Broadcast a sign out event to all opened tabs when
Clerk.signOut()orUser.delete()is called. (#5133) by @panteliselefInitialize
tasksonSessionresource (#5170) by @LauraBeatrisPass the
actionproperty to Turnstile (#5199) by @anagstefUpdated dependencies [
28179323d9891bd13625e32c5682a3276e73cdae,7ae77b74326e378bf161e29886ee82e1556d9840,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a,382c30240f563e58bc4d4832557c6825da40ce7f]:@clerk/elements@0.23.0
Minor Changes
pendingsession as a signed-in state (#5136) by @LauraBeatrisPatch Changes
28179323d9891bd13625e32c5682a3276e73cdae,7ae77b74326e378bf161e29886ee82e1556d9840,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,b707e942bfd434ff8a3b9a9fadf9d1b694d702c8,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a,382c30240f563e58bc4d4832557c6825da40ce7f]:@clerk/clerk-expo@2.8.0
Minor Changes
pendingsession as a signed-in state (#5136) by @LauraBeatrisPatch Changes
3345667bd2420e3efdc59ed421cfc090bd42856e,250ae5c6997a526be5aede69d28b14cec538e18a,28179323d9891bd13625e32c5682a3276e73cdae,b4254456ee62852dc7f39c0d719ced1b81963e9d,0540920acd574d72377b6120daf893fb963ac407,7ae77b74326e378bf161e29886ee82e1556d9840,5d6f8ea08a8775d646d4d4bdf8c05b87f04f5a1b,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,14c1bfae9d3f3342cb4cb41714cfa9a606ebeae6,b707e942bfd434ff8a3b9a9fadf9d1b694d702c8,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a,171719ddda39d2b5515c1101e354cd0599b06687,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,71568bef41ee99b65a9fc0c44cf6d237bb9496ea,382c30240f563e58bc4d4832557c6825da40ce7f]:@clerk/nuxt@1.3.0
Minor Changes
Introduce
updateClerkOptions()utility function to update Clerk options on the fly. (#5235) by @wobsorianoUsage:
Patch Changes
Fixes an issue where duplicated imports caused warnings in the console. (#5227) by @wobsoriano
The
exportsmap insidepackage.jsonhas been slightly adjusted to allow forrequire(esm)to work correctly. The"import"conditions have been changed to"default". (#5188) by @LekoArtsYou shouldn't see any change in behavior/functionality on your end.
Updated dependencies [
54a3b5b7fbdbbf3655ccabf10370313728d4d7be,28179323d9891bd13625e32c5682a3276e73cdae,7ae77b74326e378bf161e29886ee82e1556d9840,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,de89c4fb319c0a86a6785b344969f542723229f9,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a,382c30240f563e58bc4d4832557c6825da40ce7f]:@clerk/clerk-react@5.24.0
Minor Changes
pendingsession as a signed-in state (#5136) by @LauraBeatrisPatch Changes
Refactors
IsomorphicClerktypes to reduce unnecessary duplication between it andClerk. Also relies more on the source types fromClerkto ensureIsomorphicClerktypes match. (#5197) by @brkalowUpdated dependencies [
28179323d9891bd13625e32c5682a3276e73cdae,7ae77b74326e378bf161e29886ee82e1556d9840,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a,382c30240f563e58bc4d4832557c6825da40ce7f]:@clerk/tanstack-start@0.11.0
Minor Changes
@tanstack/react-startfrom@tanstack/start. This change follows TanStack's official package rename. (#5234) by @wobsorianoPatch Changes
28179323d9891bd13625e32c5682a3276e73cdae,7ae77b74326e378bf161e29886ee82e1556d9840,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,b707e942bfd434ff8a3b9a9fadf9d1b694d702c8,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a,382c30240f563e58bc4d4832557c6825da40ce7f]:@clerk/types@4.47.0
Minor Changes
Introduce the
appearance.captchaproperty for the CAPTCHA widget (#5184) by @anagstefSurface new
pendingsession as a signed-in state (#5136) by @LauraBeatrisPatch Changes
tasksonSessionresource (#5170) by @LauraBeatris@clerk/vue@1.3.0
Minor Changes
Introduce
updateClerkOptions()utility function to update Clerk options on the fly. (#5235) by @wobsorianoUsage:
Surface new
pendingsession as a signed-in state (#5136) by @LauraBeatrisPatch Changes
The
exportsmap insidepackage.jsonhas been slightly adjusted to allow forrequire(esm)to work correctly. The"import"conditions have been changed to"default". (#5188) by @LekoArtsYou shouldn't see any change in behavior/functionality on your end.
Updated dependencies [
28179323d9891bd13625e32c5682a3276e73cdae,7ae77b74326e378bf161e29886ee82e1556d9840,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a,382c30240f563e58bc4d4832557c6825da40ce7f]:@clerk/backend@1.24.3
Patch Changes
28179323d9891bd13625e32c5682a3276e73cdae,7ae77b74326e378bf161e29886ee82e1556d9840,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a,382c30240f563e58bc4d4832557c6825da40ce7f]:@clerk/chrome-extension@2.2.11
Patch Changes
3345667bd2420e3efdc59ed421cfc090bd42856e,250ae5c6997a526be5aede69d28b14cec538e18a,28179323d9891bd13625e32c5682a3276e73cdae,b4254456ee62852dc7f39c0d719ced1b81963e9d,0540920acd574d72377b6120daf893fb963ac407,7ae77b74326e378bf161e29886ee82e1556d9840,5d6f8ea08a8775d646d4d4bdf8c05b87f04f5a1b,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,14c1bfae9d3f3342cb4cb41714cfa9a606ebeae6,b707e942bfd434ff8a3b9a9fadf9d1b694d702c8,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a,171719ddda39d2b5515c1101e354cd0599b06687,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,71568bef41ee99b65a9fc0c44cf6d237bb9496ea,382c30240f563e58bc4d4832557c6825da40ce7f]:@clerk/expo-passkeys@0.1.22
Patch Changes
28179323d9891bd13625e32c5682a3276e73cdae,7ae77b74326e378bf161e29886ee82e1556d9840,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a,382c30240f563e58bc4d4832557c6825da40ce7f]:@clerk/express@1.3.50
Patch Changes
28179323d9891bd13625e32c5682a3276e73cdae,7ae77b74326e378bf161e29886ee82e1556d9840,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a,382c30240f563e58bc4d4832557c6825da40ce7f]:@clerk/fastify@2.1.23
Patch Changes
28179323d9891bd13625e32c5682a3276e73cdae,7ae77b74326e378bf161e29886ee82e1556d9840,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a,382c30240f563e58bc4d4832557c6825da40ce7f]:@clerk/localizations@3.10.8
Patch Changes
28179323d9891bd13625e32c5682a3276e73cdae,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a]:@clerk/nextjs@6.12.1
Patch Changes
Track usage of pages and app router. (#5236) by @panteliselef
Updated dependencies [
28179323d9891bd13625e32c5682a3276e73cdae,7ae77b74326e378bf161e29886ee82e1556d9840,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,b707e942bfd434ff8a3b9a9fadf9d1b694d702c8,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a,382c30240f563e58bc4d4832557c6825da40ce7f]:@clerk/react-router@1.1.1
Patch Changes
The
exportsmap insidepackage.jsonhas been slightly adjusted to allow forrequire(esm)to work correctly. The"import"conditions have been changed to"default". (#5188) by @LekoArtsYou shouldn't see any change in behavior/functionality on your end.
Updated dependencies [
28179323d9891bd13625e32c5682a3276e73cdae,7ae77b74326e378bf161e29886ee82e1556d9840,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,b707e942bfd434ff8a3b9a9fadf9d1b694d702c8,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a,382c30240f563e58bc4d4832557c6825da40ce7f]:@clerk/remix@4.5.1
Patch Changes
28179323d9891bd13625e32c5682a3276e73cdae,7ae77b74326e378bf161e29886ee82e1556d9840,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,b707e942bfd434ff8a3b9a9fadf9d1b694d702c8,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a,382c30240f563e58bc4d4832557c6825da40ce7f]:@clerk/testing@1.4.24
Patch Changes
28179323d9891bd13625e32c5682a3276e73cdae,7ae77b74326e378bf161e29886ee82e1556d9840,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a,382c30240f563e58bc4d4832557c6825da40ce7f]:@clerk/themes@2.2.20
Patch Changes
28179323d9891bd13625e32c5682a3276e73cdae,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a]:@clerk/agent-toolkit@0.0.4
Patch Changes
The
exportsmap insidepackage.jsonhas been slightly adjusted to allow forrequire(esm)to work correctly. The"import"conditions have been changed to"default". (#5188) by @LekoArtsYou shouldn't see any change in behavior/functionality on your end.
Updated dependencies [
28179323d9891bd13625e32c5682a3276e73cdae,7ae77b74326e378bf161e29886ee82e1556d9840,c5c246ce91c01db9f1eaccbd354f646bcd24ec0a,bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a,382c30240f563e58bc4d4832557c6825da40ce7f]: