-
Notifications
You must be signed in to change notification settings - Fork 280
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
ci(repo): Version packages #4754
Merged
Merged
+345
−165
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 11, 2024 11:41
f232a09
to
446797b
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 11, 2024 16:06
446797b
to
62c0898
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 11, 2024 17:18
62c0898
to
6997a76
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 11, 2024 17:53
6997a76
to
b4200d3
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 11, 2024 18:22
b4200d3
to
a51e8e2
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 11, 2024 18:37
a51e8e2
to
14af7be
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 11, 2024 22:00
14af7be
to
473afb1
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 12, 2024 02:50
473afb1
to
c00a95c
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 12, 2024 14:04
c00a95c
to
bd846cb
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 12, 2024 14:23
bd846cb
to
9b02a4a
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 12, 2024 15:54
9b02a4a
to
6223c80
Compare
panteliselef
approved these changes
Dec 12, 2024
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 12, 2024 19:07
6223c80
to
2046906
Compare
Sign up for free
to 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/[email protected]
Minor Changes
Patch Changes
Add additional toast UI for the claim/keyless flow (#4756) by @kaftarmery
Using the same peerDependencies semver for react and react-dom (#4758) by @jacekradko
Introduce
__internal_copyInstanceKeysUrl
as property inClerkOptions
. It is intented for internall usage from other Clerk SDKs and will be used in Keyless mode. (#4755) by @panteliselefBug fix: Use
afterSwitchSessionUrl
instead of usingafterSignInUrl
when switching sessions within<UserButton/>
. (#4726) by @panteliselefAdd
claimedAt
proprty inside AuthConfig for the environment. It describes when a instance that was created from the Keyless mode was finally claimed. (#4752) by @panteliselefHandle organization membership quote exceeded error during enterprise SSO (#4763) by @mzhong9723
Introduce a
toJSON()
function on resources. (#4604) by @anagstefThis change also introduces two new internal methods on the Clerk resource, to be used by the expo package.
__internal_getCachedResources()
: (Optional) This function is used to load cached Client and Environment resources if Clerk fails to load them from the Frontend API.__internal_reloadInitialResources()
: This funtion is used to reload the initial resources (Environment/Client) from the Frontend API.Updated dependencies [
66ad299e4b6496ea4a93799de0f1ecfad920ddad
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
,e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Minor Changes
Introduce improved offline support for Expo. (#4604) by @anagstef
We're introducing an improved offline support for the
@clerk/clerk-expo
package to enhance reliability and user experience. This new improvement allows apps to bootstrap without an internet connection by using cached Clerk resources, ensuring quick initialization.It solves issues as the following:
isLoaded
property and theClerkLoaded
component, with only a single network fetch attempt, and if it fails, it falls back to the cached resources.getToken
function ofuseAuth
hook now returns a cached token if network errors occur.How to use it:
Install the
expo-secure-store
package in your project by running:Use
import { secureStore } from "@clerk/clerk-expo/secure-store"
to import our implementation of theSecureStore
API.Pass the
secureStore
in the__experimental_resourceCache
property of theClerkProvider
to enable offline support.Patch Changes
e80166e08c8e230ce9ee48f2eaef3b27996b7557
,66ad299e4b6496ea4a93799de0f1ecfad920ddad
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
,e1748582d0c89462f48a482a7805871b7065fa19
,85a36a8ed615c968e9b381be97db797d96f69acc
,63b95ad5c0463f4d10db08f18f97e7c94102930d
,7f7edcaa8228c26d19e9081979100ada7e982095
,c7d7f45947c151342cfb2f7ffd67628da4cebdd7
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
Fix handshake redirect loop in Netlify deployments (#4745) by @wobsoriano
Updated dependencies [
66ad299e4b6496ea4a93799de0f1ecfad920ddad
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
,e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,e1748582d0c89462f48a482a7805871b7065fa19
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
Add property
api_keys_url
in theAccountlessApplication
class (#4755) by @panteliselefUpdated dependencies [
66ad299e4b6496ea4a93799de0f1ecfad920ddad
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
,e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
Using the same peerDependencies semver for react and react-dom (#4758) by @jacekradko
Updated dependencies [
e80166e08c8e230ce9ee48f2eaef3b27996b7557
,66ad299e4b6496ea4a93799de0f1ecfad920ddad
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
,e1748582d0c89462f48a482a7805871b7065fa19
,85a36a8ed615c968e9b381be97db797d96f69acc
,63b95ad5c0463f4d10db08f18f97e7c94102930d
,7f7edcaa8228c26d19e9081979100ada7e982095
,c7d7f45947c151342cfb2f7ffd67628da4cebdd7
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
Using the same peerDependencies semver for react and react-dom (#4758) by @jacekradko
Handle organization membership quote exceeded error during enterprise SSO (#4763) by @mzhong9723
Updated dependencies [
66ad299e4b6496ea4a93799de0f1ecfad920ddad
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
,e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
66ad299e4b6496ea4a93799de0f1ecfad920ddad
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
,e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
66ad299e4b6496ea4a93799de0f1ecfad920ddad
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
,e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,e1748582d0c89462f48a482a7805871b7065fa19
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
66ad299e4b6496ea4a93799de0f1ecfad920ddad
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
,e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,e1748582d0c89462f48a482a7805871b7065fa19
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
Using the same peerDependencies semver for react and react-dom (#4758) by @jacekradko
Hide warning about missing
CLERK_ENCRYPTION_KEY
when the secret key is not explictily provided as option toclerkMiddleware
. (#4766) by @panteliselefIntroduce
__internal_copyInstanceKeysUrl
as property inClerkOptions
. It is intented for internall usage from other Clerk SDKs and will be used in Keyless mode. (#4755) by @panteliselefSupport
unstable_rethrow
usage insideclerkMiddleware()
for the canary version ofnotFound()
. (#4727) by @panteliselefUpdated dependencies [
66ad299e4b6496ea4a93799de0f1ecfad920ddad
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
,e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,e1748582d0c89462f48a482a7805871b7065fa19
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
Re-export Vue SDK components and composables to Nuxt SDK to support manual imports (#4750) by @wobsoriano
Updated dependencies [
66ad299e4b6496ea4a93799de0f1ecfad920ddad
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
,e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,e1748582d0c89462f48a482a7805871b7065fa19
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
Using the same peerDependencies semver for react and react-dom (#4758) by @jacekradko
Introduce a
toJSON()
function on resources. (#4604) by @anagstefThis change also introduces two new internal methods on the Clerk resource, to be used by the expo package.
__internal_getCachedResources()
: (Optional) This function is used to load cached Client and Environment resources if Clerk fails to load them from the Frontend API.__internal_reloadInitialResources()
: This funtion is used to reload the initial resources (Environment/Client) from the Frontend API.Updated dependencies [
66ad299e4b6496ea4a93799de0f1ecfad920ddad
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
,e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
Using the same peerDependencies semver for react and react-dom (#4758) by @jacekradko
Updated dependencies [
66ad299e4b6496ea4a93799de0f1ecfad920ddad
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
,e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,e1748582d0c89462f48a482a7805871b7065fa19
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
Using the same peerDependencies semver for react and react-dom (#4758) by @jacekradko
Updated dependencies [
66ad299e4b6496ea4a93799de0f1ecfad920ddad
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
,e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,e1748582d0c89462f48a482a7805871b7065fa19
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
66ad299e4b6496ea4a93799de0f1ecfad920ddad
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
,e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,e1748582d0c89462f48a482a7805871b7065fa19
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
Using the same peerDependencies semver for react and react-dom (#4758) by @jacekradko
Introduce the
errorToJSON
utility function. (#4604) by @anagstefUpdated dependencies [
e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
Using the same peerDependencies semver for react and react-dom (#4758) by @jacekradko
Updated dependencies [
66ad299e4b6496ea4a93799de0f1ecfad920ddad
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
,e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,e1748582d0c89462f48a482a7805871b7065fa19
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
66ad299e4b6496ea4a93799de0f1ecfad920ddad
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
,e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,e1748582d0c89462f48a482a7805871b7065fa19
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
Introduce
__internal_copyInstanceKeysUrl
as property inClerkOptions
. It is intented for internall usage from other Clerk SDKs and will be used in Keyless mode. (#4755) by @panteliselefAdd
claimedAt
proprty inside AuthConfig for the environment. It describes when a instance that was created from the Keyless mode was finally claimed. (#4752) by @panteliselefIntroduce a
toJSON()
function on resources. (#4604) by @anagstefThis change also introduces two new internal methods on the Clerk resource, to be used by the expo package.
__internal_getCachedResources()
: (Optional) This function is used to load cached Client and Environment resources if Clerk fails to load them from the Frontend API.__internal_reloadInitialResources()
: This funtion is used to reload the initial resources (Environment/Client) from the Frontend API.@clerk/[email protected]
Patch Changes
66ad299e4b6496ea4a93799de0f1ecfad920ddad
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
,e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,c7d7f45947c151342cfb2f7ffd67628da4cebdd7
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]:@clerk/[email protected]
Patch Changes
66ad299e4b6496ea4a93799de0f1ecfad920ddad
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
,e1748582d0c89462f48a482a7805871b7065fa19
,7f7edcaa8228c26d19e9081979100ada7e982095
,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d
]: