Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 18:06
· 111 commits to main since this release

Patch Changes

  • b72d6d1: Bump @clerk packages:
    • @clerk/backend to 1.0.0-beta-v5.19
    • @clerk/clerk-js to 5.0.0-beta-v5.21
    • @clerk/shared to 2.0.0-beta-v5.12
    • @clerk/types to 4.0.0-beta-v5.14
  • 5de3bec: Introduce the usage of AsyncLocalStorage to pass authObject as initial value for useAuth.
    • Changed compilerOptions.target from ES2020 to ES2022.
    • Renamed $ssrState store to $initialState.