This is page 3473 of 3475. Use http://codebase.md/clerk/javascript?lines=true&page={x} to view the full context.
# Directory Structure
```
├── .changeset
│ ├── afraid-apes-cough.md
│ ├── align-experimental-unstable-prefixes.md
│ ├── blue-stars-tie.md
│ ├── bold-spoons-act.md
│ ├── brave-clouds-swim.md
│ ├── bright-carpets-glow.md
│ ├── bright-zebras-arrive.md
│ ├── bumpy-symbols-train.md
│ ├── busy-frogs-type.md
│ ├── busy-snakes-pump.md
│ ├── busy-tires-admire.md
│ ├── changelog.js
│ ├── chatty-tigers-see.md
│ ├── chilled-olives-cheer.md
│ ├── chubby-beans-type.md
│ ├── config.json
│ ├── crisp-symbols-add.md
│ ├── cuddly-shrimps-refuse.md
│ ├── curly-hornets-argue.md
│ ├── cute-buttons-repair.md
│ ├── cyan-dancers-chew.md
│ ├── dull-forks-agree.md
│ ├── eight-groups-poke.md
│ ├── eighty-mugs-eat.md
│ ├── empty-hotels-sing.md
│ ├── evil-points-fly.md
│ ├── fine-symbols-occur.md
│ ├── fix-react-peer-dependency-ranges.md
│ ├── fix-signin-signup-redirect-conflict.md
│ ├── fix-ui-cicd.md
│ ├── fluffy-rocks-shake.md
│ ├── fruity-apes-deny.md
│ ├── fruity-donuts-study.md
│ ├── fuzzy-chefs-stand.md
│ ├── fuzzy-geese-guess.md
│ ├── gentle-clouds-heal.md
│ ├── goofy-lines-greet.md
│ ├── happy-apes-care.md
│ ├── happy-breads-begin.md
│ ├── hide-optional-fields-by-default.md
│ ├── huge-pants-march.md
│ ├── hungry-beers-slide.md
│ ├── kind-humans-retire.md
│ ├── legacy-browser-variant.md
│ ├── legal-jokes-beg.md
│ ├── legal-ties-pull.md
│ ├── loose-trams-look.md
│ ├── mean-owls-brake.md
│ ├── mean-windows-jam.md
│ ├── metal-badgers-refuse.md
│ ├── migrate-to-show.md
│ ├── moody-peaches-stare.md
│ ├── neat-islands-vanish.md
│ ├── nice-showers-search.md
│ ├── ninety-days-dream.md
│ ├── odd-rice-swim.md
│ ├── olive-taxes-turn.md
│ ├── orange-hotels-join.md
│ ├── petite-clubs-grab.md
│ ├── pink-streets-sit.md
│ ├── purple-kiwis-work.md
│ ├── quick-chairs-fall.md
│ ├── quick-mirrors-eat.md
│ ├── quiet-mirrors-breathe.md
│ ├── README.md
│ ├── remove-deprecated-props.md
│ ├── remove-regenerator-runtime.md
│ ├── rename-appearance-layout-to-options.md
│ ├── rotten-months-repair.md
│ ├── salty-maps-fry.md
│ ├── set-minimum-expo-53.md
│ ├── seven-brooms-wink.md
│ ├── shaggy-jobs-decide.md
│ ├── shaky-books-occur.md
│ ├── show-the-guards.md
│ ├── silent-ducks-wait.md
│ ├── silver-mirrors-repeat.md
│ ├── slimy-guests-leave.md
│ ├── slimy-sheep-kick.md
│ ├── smooth-foxes-jump.md
│ ├── social-eels-camp.md
│ ├── social-items-strive.md
│ ├── some-donkeys-dress.md
│ ├── spicy-terms-learn.md
│ ├── stale-adults-lay.md
│ ├── steady-has-default.md
│ ├── strict-hornets-kneel.md
│ ├── strong-bars-learn.md
│ ├── sweet-singers-beg.md
│ ├── tall-games-design.md
│ ├── tall-snails-dance.md
│ ├── tame-carpets-sink.md
│ ├── tame-suits-try.md
│ ├── tasty-animals-grab.md
│ ├── tasty-coats-tickle.md
│ ├── ten-wolves-attack.md
│ ├── tender-hairs-smash.md
│ ├── thin-eggs-bathe.md
│ ├── thin-ends-punch.md
│ ├── thirty-cherries-pull.md
│ ├── tired-cows-send.md
│ ├── tricky-humans-stand.md
│ ├── twelve-guests-shake.md
│ ├── twenty-rockets-stop.md
│ ├── twenty-snakes-smile.md
│ ├── upset-loops-enjoy.md
│ ├── violet-panthers-think.md
│ ├── weak-wombats-begin.md
│ ├── wild-bees-explode.md
│ ├── wise-ghosts-battle.md
│ ├── wise-olives-drive.md
│ ├── witty-walls-wave.md
│ └── young-areas-divide.md
├── .coderabbit.yaml
├── .cursor
│ ├── commands
│ │ └── cmt.md
│ └── rules
│ ├── clerk-js-ui.mdc
│ ├── clerk-ui-theming.mdc
│ ├── development.mdc
│ ├── global.mdc
│ ├── monorepo.mdc
│ ├── nextjs.mdc
│ ├── react.mdc
│ └── typescript.mdc
├── .dockerignore
├── .editorconfig
├── .github
│ ├── .cache-version
│ ├── actions
│ │ ├── ensure-stable-pr
│ │ │ └── action.yml
│ │ ├── init
│ │ │ └── action.yml
│ │ ├── init-blacksmith
│ │ │ └── action.yml
│ │ ├── verdaccio
│ │ │ └── action.yml
│ │ └── version-prepatch
│ │ └── action.yml
│ ├── ISSUE_TEMPLATE
│ │ ├── BUG_REPORT.yml
│ │ └── config.yml
│ ├── labeler.yml
│ ├── PULL_REQUEST_TEMPLATE.md
│ └── workflows
│ ├── ci.yml
│ ├── e2e-cleanups.yml
│ ├── labeler.yml
│ ├── lock-threads.yml
│ ├── major-version-check.yml
│ ├── nightly-checks.yml
│ ├── pr-title-linter.yml
│ ├── preview.yml
│ ├── release-canary.yml
│ ├── release-snapshot.yml
│ ├── release.yml
│ └── validate-renovate-config.yml
├── .gitignore
├── .husky
│ └── pre-commit
├── .jit
│ └── config.yml
├── .lintstagedrc.json
├── .npmrc
├── .nvmrc
├── .prettierignore
├── .typedoc
│ ├── __tests__
│ │ └── file-structure.test.ts
│ ├── custom-plugin.mjs
│ ├── custom-router.mjs
│ ├── custom-theme.mjs
│ ├── extract-returns-and-params.mjs
│ ├── README.md
│ ├── tsconfig.json
│ └── typedoc-prettier-config.json
├── .vscode
│ ├── extensions.json
│ ├── launch.json
│ ├── settings.json
│ └── tasks.json
├── commitlint.config.ts
├── docs
│ ├── CICD.md
│ ├── CODE_OF_CONDUCT.md
│ ├── CONTRIBUTING.md
│ ├── PUBLISH.md
│ └── SECURITY.md
├── eslint.config.mjs
├── integration
│ ├── .env.local.sample
│ ├── .keys.json.sample
│ ├── certs
│ │ └── README.md
│ ├── cleanup
│ │ └── cleanup.setup.ts
│ ├── constants.ts
│ ├── deployments
│ │ └── vercel.test.ts
│ ├── models
│ │ ├── application.ts
│ │ ├── applicationConfig.ts
│ │ ├── deployment.ts
│ │ ├── environment.ts
│ │ ├── helpers.ts
│ │ ├── longRunningApplication.ts
│ │ └── stateFile.ts
│ ├── playwright.cleanup.config.ts
│ ├── playwright.config.ts
│ ├── playwright.deployments.config.ts
│ ├── presets
│ │ ├── astro.ts
│ │ ├── custom-flows.ts
│ │ ├── envs.ts
│ │ ├── expo.ts
│ │ ├── express.ts
│ │ ├── index.ts
│ │ ├── longRunningApps.ts
│ │ ├── next.ts
│ │ ├── nuxt.ts
│ │ ├── react-router.ts
│ │ ├── react.ts
│ │ ├── tanstack.ts
│ │ ├── utils.ts
│ │ └── vue.ts
│ ├── README.md
│ ├── scripts
│ │ ├── awaitableTreekill.ts
│ │ ├── clerkJsServer.ts
│ │ ├── clerkUiServer.ts
│ │ ├── httpServer.ts
│ │ ├── index.ts
│ │ ├── logger.ts
│ │ ├── proxyServer.ts
│ │ ├── range.ts
│ │ ├── run.ts
│ │ ├── setup.ts
│ │ ├── waitForIdleProcess.ts
│ │ └── waitForServer.ts
│ ├── templates
│ │ ├── astro-hybrid
│ │ │ ├── .gitignore
│ │ │ ├── astro.config.mjs
│ │ │ ├── package.json
│ │ │ ├── public
│ │ │ │ └── favicon.svg
│ │ │ ├── src
│ │ │ │ ├── layouts
│ │ │ │ │ └── Layout.astro
│ │ │ │ ├── middleware.ts
│ │ │ │ └── pages
│ │ │ │ ├── index.astro
│ │ │ │ ├── only-admins.astro
│ │ │ │ ├── only-members.astro
│ │ │ │ └── ssr.astro
│ │ │ └── tsconfig.json
│ │ ├── astro-node
│ │ │ ├── .gitignore
│ │ │ ├── astro.config.mjs
│ │ │ ├── package.json
│ │ │ ├── public
│ │ │ │ └── favicon.svg
│ │ │ ├── README.md
│ │ │ ├── src
│ │ │ │ ├── components
│ │ │ │ │ ├── Card.astro
│ │ │ │ │ ├── CustomUserButton.astro
│ │ │ │ │ ├── LanguagePicker.tsx
│ │ │ │ │ ├── page-with-user.tsx
│ │ │ │ │ ├── SignOutReact.tsx
│ │ │ │ │ └── StreamUser.astro
│ │ │ │ ├── env.d.ts
│ │ │ │ ├── layouts
│ │ │ │ │ ├── Layout.astro
│ │ │ │ │ ├── react
│ │ │ │ │ │ └── Layout.astro
│ │ │ │ │ ├── Streaming.astro
│ │ │ │ │ └── ViewTransitionsLayout.astro
│ │ │ │ ├── middleware.ts
│ │ │ │ └── pages
│ │ │ │ ├── api
│ │ │ │ │ ├── auth
│ │ │ │ │ │ └── me.ts
│ │ │ │ │ └── protected
│ │ │ │ │ ├── current-org.ts
│ │ │ │ │ └── only-admin.ts
│ │ │ │ ├── billing
│ │ │ │ │ ├── checkout-btn.astro
│ │ │ │ │ ├── plan-details-btn.astro
│ │ │ │ │ └── subscription-details-btn.astro
│ │ │ │ ├── buttons.astro
│ │ │ │ ├── custom-pages
│ │ │ │ │ ├── organization-profile.astro
│ │ │ │ │ └── user-profile.astro
│ │ │ │ ├── discover.astro
│ │ │ │ ├── index.astro
│ │ │ │ ├── only-admins.astro
│ │ │ │ ├── only-members.astro
│ │ │ │ ├── organization.astro
│ │ │ │ ├── pricing-table.astro
│ │ │ │ ├── react
│ │ │ │ │ ├── index.astro
│ │ │ │ │ ├── only-admins.astro
│ │ │ │ │ ├── only-members.astro
│ │ │ │ │ ├── sign-in.astro
│ │ │ │ │ └── user.astro
│ │ │ │ ├── server-islands.astro
│ │ │ │ ├── sign-in.astro
│ │ │ │ ├── transitions
│ │ │ │ │ ├── index.astro
│ │ │ │ │ └── sign-in.astro
│ │ │ │ ├── user.astro
│ │ │ │ └── utility.astro
│ │ │ ├── tailwind.config.cjs
│ │ │ └── tsconfig.json
│ │ ├── custom-flows-react-vite
│ │ │ ├── .gitignore
│ │ │ ├── components.json
│ │ │ ├── eslint.config.js
│ │ │ ├── index.html
│ │ │ ├── package.json
│ │ │ ├── src
│ │ │ │ ├── components
│ │ │ │ │ └── ui
│ │ │ │ │ ├── button.tsx
│ │ │ │ │ ├── card.tsx
│ │ │ │ │ ├── input.tsx
│ │ │ │ │ └── label.tsx
│ │ │ │ ├── index.css
│ │ │ │ ├── lib
│ │ │ │ │ └── utils.ts
│ │ │ │ ├── main.tsx
│ │ │ │ ├── routes
│ │ │ │ │ ├── Home.tsx
│ │ │ │ │ ├── Protected.tsx
│ │ │ │ │ ├── SignIn.tsx
│ │ │ │ │ ├── SignUp.tsx
│ │ │ │ │ └── Waitlist.tsx
│ │ │ │ └── vite-env.d.ts
│ │ │ ├── tsconfig.app.json
│ │ │ ├── tsconfig.json
│ │ │ ├── tsconfig.node.json
│ │ │ └── vite.config.ts
│ │ ├── expo-web
│ │ │ ├── .gitignore
│ │ │ ├── app
│ │ │ │ ├── _layout.tsx
│ │ │ │ ├── +html.tsx
│ │ │ │ ├── +not-found.tsx
│ │ │ │ ├── custom-sign-in.tsx
│ │ │ │ ├── custom-sign-up.tsx
│ │ │ │ ├── index.tsx
│ │ │ │ └── sign-in.tsx
│ │ │ ├── app.json
│ │ │ ├── assets
│ │ │ │ └── images
│ │ │ │ ├── icon.png
│ │ │ │ └── splash.png
│ │ │ ├── babel.config.js
│ │ │ ├── constants
│ │ │ │ └── Colors.ts
│ │ │ ├── metro.config.js
│ │ │ ├── package.json
│ │ │ ├── README.md
│ │ │ └── tsconfig.json
│ │ ├── express-vite
│ │ │ ├── .gitignore
│ │ │ ├── index.html
│ │ │ ├── package.json
│ │ │ ├── src
│ │ │ │ ├── client
│ │ │ │ │ ├── main.ts
│ │ │ │ │ ├── tsconfig.json
│ │ │ │ │ └── vite-env.d.ts
│ │ │ │ └── server
│ │ │ │ └── main.ts
│ │ │ └── tsconfig.json
│ │ ├── index.ts
│ │ ├── next-app-router
│ │ │ ├── .gitignore
│ │ │ ├── next.config.js
│ │ │ ├── package.json
│ │ │ ├── public
│ │ │ │ ├── next.svg
│ │ │ │ └── vercel.svg
│ │ │ ├── README.md
│ │ │ ├── src
│ │ │ │ ├── app
│ │ │ │ │ ├── (reverification)
│ │ │ │ │ │ ├── action-with-use-reverification
│ │ │ │ │ │ │ └── page.tsx
│ │ │ │ │ │ ├── actions.ts
│ │ │ │ │ │ ├── button-action.tsx
│ │ │ │ │ │ └── requires-re-verification
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── api
│ │ │ │ │ │ ├── me
│ │ │ │ │ │ │ └── route.ts
│ │ │ │ │ │ └── settings
│ │ │ │ │ │ └── route.ts
│ │ │ │ │ ├── api-keys
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── billing
│ │ │ │ │ │ ├── checkout-btn
│ │ │ │ │ │ │ └── page.tsx
│ │ │ │ │ │ ├── hooks
│ │ │ │ │ │ │ └── page.tsx
│ │ │ │ │ │ ├── plan-details-btn
│ │ │ │ │ │ │ └── page.tsx
│ │ │ │ │ │ └── subscription-details-btn
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── buttons
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── clerk-status
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── client-id.tsx
│ │ │ │ │ ├── create-organization
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── csp
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── favicon.ico
│ │ │ │ │ ├── globals.css
│ │ │ │ │ ├── hash
│ │ │ │ │ │ └── sign-in
│ │ │ │ │ │ └── [[...page]]
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── jwt-v2-organizations
│ │ │ │ │ │ ├── (tests)
│ │ │ │ │ │ │ ├── conditionals.tsx
│ │ │ │ │ │ │ ├── has-client
│ │ │ │ │ │ │ │ └── page.tsx
│ │ │ │ │ │ │ ├── has-server
│ │ │ │ │ │ │ │ └── page.tsx
│ │ │ │ │ │ │ ├── has-ssr
│ │ │ │ │ │ │ │ ├── client.tsx
│ │ │ │ │ │ │ │ └── page.tsx
│ │ │ │ │ │ │ ├── layout.tsx
│ │ │ │ │ │ │ └── page.tsx
│ │ │ │ │ │ ├── client-jwt.tsx
│ │ │ │ │ │ └── server-jwt.tsx
│ │ │ │ │ ├── layout.tsx
│ │ │ │ │ ├── only-admin
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── organization-list
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── organization-profile
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── organization-switcher
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── organizations-by-id
│ │ │ │ │ │ └── [id]
│ │ │ │ │ │ ├── page.tsx
│ │ │ │ │ │ └── settings
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── organizations-by-slug
│ │ │ │ │ │ └── [slug]
│ │ │ │ │ │ ├── page.tsx
│ │ │ │ │ │ └── settings
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── page-protected
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── page.module.css
│ │ │ │ │ ├── page.tsx
│ │ │ │ │ ├── personal-account
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── pricing-table
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── protected
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── settings
│ │ │ │ │ │ ├── auth-has
│ │ │ │ │ │ │ └── page.tsx
│ │ │ │ │ │ ├── auth-protect
│ │ │ │ │ │ │ └── page.tsx
│ │ │ │ │ │ ├── rcc-protect
│ │ │ │ │ │ │ └── page.tsx
│ │ │ │ │ │ ├── rsc-protect
│ │ │ │ │ │ │ └── page.tsx
│ │ │ │ │ │ └── useAuth-has
│ │ │ │ │ │ ├── layout.tsx
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── sign-in
│ │ │ │ │ │ └── [[...catchall]]
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── sign-in-or-up
│ │ │ │ │ │ └── [[...catchall]]
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── sign-up
│ │ │ │ │ │ └── [[...catchall]]
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── switcher
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── user
│ │ │ │ │ │ └── [[...catchall]]
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── user-avatar
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ ├── user-button
│ │ │ │ │ │ └── page.tsx
│ │ │ │ │ └── waitlist
│ │ │ │ │ └── page.tsx
│ │ │ │ └── middleware.ts
│ │ │ └── tsconfig.json
│ │ ├── next-app-router-quickstart
│ │ │ ├── .gitignore
│ │ │ ├── next.config.js
│ │ │ ├── package.json
│ │ │ ├── public
│ │ │ │ ├── next.svg
│ │ │ │ └── vercel.svg
│ │ │ ├── README.md
│ │ │ ├── src
│ │ │ │ ├── app
│ │ │ │ │ ├── favicon.ico
│ │ │ │ │ ├── globals.css
│ │ │ │ │ ├── layout.tsx
│ │ │ │ │ ├── page.module.css
│ │ │ │ │ └── page.tsx
│ │ │ │ └── middleware.ts
│ │ │ └── tsconfig.json
│ │ ├── next-app-router-quickstart-v6
│ │ │ ├── .gitignore
│ │ │ ├── next.config.js
│ │ │ ├── package.json
│ │ │ ├── public
│ │ │ │ ├── next.svg
│ │ │ │ └── vercel.svg
│ │ │ ├── README.md
│ │ │ ├── src
│ │ │ │ ├── app
│ │ │ │ │ ├── favicon.ico
│ │ │ │ │ ├── globals.css
│ │ │ │ │ ├── layout.tsx
│ │ │ │ │ ├── page.module.css
│ │ │ │ │ └── page.tsx
│ │ │ │ └── middleware.ts
│ │ │ └── tsconfig.json
│ │ ├── nuxt-node
│ │ │ ├── app
│ │ │ │ ├── app.vue
│ │ │ │ ├── middleware
│ │ │ │ │ └── auth.global.js
│ │ │ │ └── pages
│ │ │ │ ├── hash
│ │ │ │ │ └── sign-in
│ │ │ │ │ └── [...slug].vue
│ │ │ │ ├── index.vue
│ │ │ │ ├── only-admin.vue
│ │ │ │ ├── pricing-table.vue
│ │ │ │ ├── sign-in
│ │ │ │ │ └── [...slug].vue
│ │ │ │ ├── sign-up
│ │ │ │ │ └── [...slug].vue
│ │ │ │ └── user-profile
│ │ │ │ └── [...slug].vue
│ │ │ ├── nuxt.config.js
│ │ │ ├── package.json
│ │ │ └── server
│ │ │ └── api
│ │ │ └── me.js
│ │ ├── react-cra
│ │ │ ├── .gitignore
│ │ │ ├── package.json
│ │ │ ├── public
│ │ │ │ ├── favicon.ico
│ │ │ │ ├── index.html
│ │ │ │ ├── logo192.png
│ │ │ │ ├── logo512.png
│ │ │ │ ├── manifest.json
│ │ │ │ └── robots.txt
│ │ │ ├── README.md
│ │ │ ├── src
│ │ │ │ ├── App.css
│ │ │ │ ├── App.tsx
│ │ │ │ ├── index.css
│ │ │ │ ├── index.tsx
│ │ │ │ ├── logo.svg
│ │ │ │ └── react-app-env.d.ts
│ │ │ └── tsconfig.json
│ │ ├── react-router-library
│ │ │ ├── index.html
│ │ │ ├── package.json
│ │ │ ├── public
│ │ │ │ └── vite.svg
│ │ │ ├── README.md
│ │ │ ├── src
│ │ │ │ ├── App.css
│ │ │ │ ├── App.tsx
│ │ │ │ ├── assets
│ │ │ │ │ └── react.svg
│ │ │ │ ├── index.css
│ │ │ │ ├── main.tsx
│ │ │ │ └── vite-env.d.ts
│ │ │ ├── tsconfig.app.json
│ │ │ ├── tsconfig.json
│ │ │ ├── tsconfig.node.json
│ │ │ └── vite.config.ts
│ │ ├── react-router-node
│ │ │ ├── .gitignore
│ │ │ ├── app
│ │ │ │ ├── root.tsx
│ │ │ │ ├── routes
│ │ │ │ │ ├── home.tsx
│ │ │ │ │ ├── protected.tsx
│ │ │ │ │ ├── sign-in.tsx
│ │ │ │ │ └── sign-up.tsx
│ │ │ │ └── routes.ts
│ │ │ ├── package.json
│ │ │ ├── public
│ │ │ │ └── favicon.ico
│ │ │ ├── react-router.config.ts
│ │ │ ├── README.md
│ │ │ ├── tsconfig.json
│ │ │ └── vite.config.ts
│ │ ├── react-vite
│ │ │ ├── .gitignore
│ │ │ ├── index.html
│ │ │ ├── package.json
│ │ │ ├── public
│ │ │ │ └── vite.svg
│ │ │ ├── src
│ │ │ │ ├── App.css
│ │ │ │ ├── App.tsx
│ │ │ │ ├── assets
│ │ │ │ │ └── react.svg
│ │ │ │ ├── buttons
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── clerk-status
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── client-id.tsx
│ │ │ │ ├── create-organization
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── custom-user-button
│ │ │ │ │ ├── index.tsx
│ │ │ │ │ ├── with-dynamic-items.tsx
│ │ │ │ │ ├── with-dynamic-label-and-custom-pages.tsx
│ │ │ │ │ └── with-dynamic-labels.tsx
│ │ │ │ ├── custom-user-button-trigger
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── custom-user-profile
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── index.css
│ │ │ │ ├── main.tsx
│ │ │ │ ├── organization-list
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── organization-profile
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── organization-switcher
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── PageContext.tsx
│ │ │ │ ├── protected
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── sign-in
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── sign-up
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── user
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── user-avatar
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── user-button
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── vite-env.d.ts
│ │ │ │ └── waitlist
│ │ │ │ └── index.tsx
│ │ │ ├── tsconfig.json
│ │ │ ├── tsconfig.node.json
│ │ │ └── vite.config.ts
│ │ ├── tanstack-react-start
│ │ │ ├── .gitignore
│ │ │ ├── package.json
│ │ │ ├── README.md
│ │ │ ├── src
│ │ │ │ ├── router.tsx
│ │ │ │ ├── routes
│ │ │ │ │ ├── __root.tsx
│ │ │ │ │ ├── index.tsx
│ │ │ │ │ ├── sign-in.$.tsx
│ │ │ │ │ └── user.tsx
│ │ │ │ ├── routeTree.gen.ts
│ │ │ │ ├── start.ts
│ │ │ │ └── styles
│ │ │ │ └── app.css
│ │ │ ├── tsconfig.json
│ │ │ └── vite.config.ts
│ │ └── vue-vite
│ │ ├── .gitignore
│ │ ├── index.html
│ │ ├── package.json
│ │ ├── public
│ │ │ └── vite.svg
│ │ ├── src
│ │ │ ├── App.vue
│ │ │ ├── assets
│ │ │ │ └── styles.css
│ │ │ ├── components
│ │ │ │ ├── CustomUserButton.vue
│ │ │ │ └── LanguagePicker.vue
│ │ │ ├── main.ts
│ │ │ ├── router.ts
│ │ │ ├── views
│ │ │ │ ├── Admin.vue
│ │ │ │ ├── billing
│ │ │ │ │ ├── CheckoutBtn.vue
│ │ │ │ │ ├── PlanDetailsBtn.vue
│ │ │ │ │ └── SubscriptionDetailsBtn.vue
│ │ │ │ ├── custom-pages
│ │ │ │ │ ├── OrganizationProfile.vue
│ │ │ │ │ └── UserProfile.vue
│ │ │ │ ├── Home.vue
│ │ │ │ ├── PricingTable.vue
│ │ │ │ ├── Profile.vue
│ │ │ │ ├── SignIn.vue
│ │ │ │ ├── Unstyled.vue
│ │ │ │ └── UserAvatar.vue
│ │ │ └── vite-env.d.ts
│ │ ├── tsconfig.app.json
│ │ ├── tsconfig.json
│ │ ├── tsconfig.node.json
│ │ └── vite.config.ts
│ ├── tests
│ │ ├── appearance.test.ts
│ │ ├── astro
│ │ │ ├── components.test.ts
│ │ │ ├── hybrid.test.ts
│ │ │ └── machine.test.ts
│ │ ├── billing-hooks.test.ts
│ │ ├── client-trust.test.ts
│ │ ├── components.test.ts
│ │ ├── content-security-policy.test.ts
│ │ ├── custom-flows
│ │ │ ├── sign-in.test.ts
│ │ │ ├── sign-up.test.ts
│ │ │ └── waitlist.test.ts
│ │ ├── custom-pages.test.ts
│ │ ├── db-jwt.test.ts
│ │ ├── dynamic-keys.test.ts
│ │ ├── email-code.test.ts
│ │ ├── email-link.test.ts
│ │ ├── expo-web
│ │ │ ├── basic.test.ts
│ │ │ └── custom-flows.test.ts
│ │ ├── express
│ │ │ └── basic.test.ts
│ │ ├── global.setup.ts
│ │ ├── global.teardown.ts
│ │ ├── handshake
│ │ │ └── handshake.test.ts
│ │ ├── handshake.test.ts
│ │ ├── impersonation-flow.test.ts
│ │ ├── last-authentication-strategy.test.ts
│ │ ├── legal-consent.test.ts
│ │ ├── localhost
│ │ │ ├── localhost-different-port-different-instance.test.ts
│ │ │ ├── localhost-different-port-same-instance.test.ts
│ │ │ └── localhost-switch-instance.test.ts
│ │ ├── machine-auth
│ │ │ ├── api-keys.test.ts
│ │ │ ├── component.test.ts
│ │ │ ├── m2m.test.ts
│ │ │ └── oauth.test.ts
│ │ ├── middleware-placement.test.ts
│ │ ├── navigation.test.ts
│ │ ├── next-account-portal
│ │ │ ├── clerk-ap-core-3-v6.test.ts
│ │ │ ├── clerk-ap-core-3-v7.test.ts
│ │ │ └── common.ts
│ │ ├── next-build.test.ts
│ │ ├── next-quickstart-keyless.test.ts
│ │ ├── next-quickstart.test.ts
│ │ ├── non-secure-context.test.ts
│ │ ├── nuxt
│ │ │ ├── basic.test.ts
│ │ │ ├── middleware.test.ts
│ │ │ └── navigation.test.ts
│ │ ├── oauth-flows.test.ts
│ │ ├── pricing-table.test.ts
│ │ ├── protect-jwt-v2.test.ts
│ │ ├── protect-service.test.ts
│ │ ├── protect.test.ts
│ │ ├── react-router
│ │ │ ├── basic.test.ts
│ │ │ ├── library-mode.test.ts
│ │ │ └── pre-middleware.test.ts
│ │ ├── redirects.test.ts
│ │ ├── resiliency.test.ts
│ │ ├── restricted-mode.test.ts
│ │ ├── reverification.test.ts
│ │ ├── session-tasks-eject-flow.test.ts
│ │ ├── session-tasks-multi-session.test.ts
│ │ ├── session-tasks-sign-in-reset-password.test.ts
│ │ ├── session-tasks-sign-in.test.ts
│ │ ├── session-tasks-sign-up.test.ts
│ │ ├── session-token-cache
│ │ │ ├── multi-session.test.ts
│ │ │ └── single-session.test.ts
│ │ ├── sessions
│ │ │ ├── root-subdomain-prod-instances.test.ts
│ │ │ └── utils.ts
│ │ ├── sign-in-flow.test.ts
│ │ ├── sign-in-or-up-component.test.ts
│ │ ├── sign-in-or-up-email-links-flow.test.ts
│ │ ├── sign-in-or-up-flow.test.ts
│ │ ├── sign-in-or-up-restricted-mode.test.ts
│ │ ├── sign-out-smoke.test.ts
│ │ ├── sign-up-flow.test.ts
│ │ ├── snapshots
│ │ │ └── appearance.test.ts-snapshots
│ │ │ └── appearance-prop-all-clerk-themes-render-1-chrome-darwin.png
│ │ ├── tanstack-start
│ │ │ └── basic.test.ts
│ │ ├── unsafeMetadata.test.ts
│ │ ├── update-props.test.ts
│ │ ├── user-avatar.test.ts
│ │ ├── user-profile.test.ts
│ │ ├── vue
│ │ │ └── components.test.ts
│ │ ├── waitlist-mode.test.ts
│ │ └── whatsapp-phone-code.test.ts
│ ├── testUtils
│ │ ├── emailService.ts
│ │ ├── handshake.ts
│ │ ├── index.ts
│ │ ├── invitationsService.ts
│ │ ├── organizationsService.ts
│ │ ├── phoneUtils.ts
│ │ ├── testAgainstRunningApps.ts
│ │ ├── usersService.ts
│ │ └── waitlistService.ts
│ ├── tsconfig.json
│ └── types.d.ts
├── jest.setup-after-env.ts
├── LICENSE
├── package.json
├── packages
│ ├── agent-toolkit
│ │ ├── CHANGELOG.md
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── ai-sdk
│ │ │ │ ├── adapter.ts
│ │ │ │ └── index.ts
│ │ │ ├── global.d.ts
│ │ │ ├── langchain
│ │ │ │ ├── adapter.ts
│ │ │ │ └── index.ts
│ │ │ ├── lib
│ │ │ │ ├── clerk-client.ts
│ │ │ │ ├── clerk-tool.ts
│ │ │ │ ├── constants.ts
│ │ │ │ ├── inject-session-claims.ts
│ │ │ │ ├── tools
│ │ │ │ │ ├── index.ts
│ │ │ │ │ ├── invitations.ts
│ │ │ │ │ ├── organizations.ts
│ │ │ │ │ └── users.ts
│ │ │ │ ├── types.ts
│ │ │ │ ├── utils.ts
│ │ │ │ └── utilts.test.ts
│ │ │ └── modelcontextprotocol
│ │ │ ├── adapter.ts
│ │ │ ├── index.ts
│ │ │ └── local-server.ts
│ │ ├── tsconfig.json
│ │ ├── tsconfig.test.json
│ │ └── tsup.config.ts
│ ├── astro
│ │ ├── .gitignore
│ │ ├── CHANGELOG.md
│ │ ├── client
│ │ │ └── package.json
│ │ ├── env.d.ts
│ │ ├── hotload
│ │ │ └── package.json
│ │ ├── internal
│ │ │ └── package.json
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── react
│ │ │ └── package.json
│ │ ├── README.md
│ │ ├── server
│ │ │ └── package.json
│ │ ├── src
│ │ │ ├── astro-components
│ │ │ │ ├── control
│ │ │ │ │ ├── AuthenticateWithRedirectCallback.astro
│ │ │ │ │ ├── BaseClerkControlElement.ts
│ │ │ │ │ ├── Show.astro
│ │ │ │ │ ├── ShowCSR.astro
│ │ │ │ │ └── ShowSSR.astro
│ │ │ │ ├── index.ts
│ │ │ │ ├── interactive
│ │ │ │ │ ├── APIKeys.astro
│ │ │ │ │ ├── CreateOrganization.astro
│ │ │ │ │ ├── CustomProfilePageRenderer.astro
│ │ │ │ │ ├── GoogleOneTap.astro
│ │ │ │ │ ├── InternalUIComponentRenderer.astro
│ │ │ │ │ ├── OrganizationList.astro
│ │ │ │ │ ├── OrganizationProfile
│ │ │ │ │ │ ├── index.ts
│ │ │ │ │ │ ├── OrganizationProfile.astro
│ │ │ │ │ │ ├── OrganizationProfileLink.astro
│ │ │ │ │ │ └── OrganizationProfilePage.astro
│ │ │ │ │ ├── OrganizationSwitcher
│ │ │ │ │ │ ├── index.ts
│ │ │ │ │ │ ├── OrganizationProfileLink.astro
│ │ │ │ │ │ ├── OrganizationProfilePage.astro
│ │ │ │ │ │ └── OrganizationSwitcher.astro
│ │ │ │ │ ├── OrganizationSwitcher.astro
│ │ │ │ │ ├── PricingTable.astro
│ │ │ │ │ ├── SignIn.astro
│ │ │ │ │ ├── SignUp.astro
│ │ │ │ │ ├── UserAvatar.astro
│ │ │ │ │ ├── UserButton
│ │ │ │ │ │ ├── index.ts
│ │ │ │ │ │ ├── MenuItemRenderer.astro
│ │ │ │ │ │ ├── UserButton.astro
│ │ │ │ │ │ ├── UserButtonAction.astro
│ │ │ │ │ │ ├── UserButtonLink.astro
│ │ │ │ │ │ ├── UserButtonMenuItems.astro
│ │ │ │ │ │ └── UserButtonUserProfilePage.astro
│ │ │ │ │ ├── UserProfile
│ │ │ │ │ │ ├── index.ts
│ │ │ │ │ │ ├── UserProfile.astro
│ │ │ │ │ │ ├── UserProfileLink.astro
│ │ │ │ │ │ └── UserProfilePage.astro
│ │ │ │ │ └── Waitlist.astro
│ │ │ │ └── unstyled
│ │ │ │ ├── CheckoutButton.astro
│ │ │ │ ├── PlanDetailsButton.astro
│ │ │ │ ├── SignInButton.astro
│ │ │ │ ├── SignOutButton.astro
│ │ │ │ ├── SignUpButton.astro
│ │ │ │ ├── SubscriptionDetailsButton.astro
│ │ │ │ └── utils.ts
│ │ │ ├── async-local-storage.client.ts
│ │ │ ├── async-local-storage.server.ts
│ │ │ ├── client
│ │ │ │ └── index.ts
│ │ │ ├── env.d.ts
│ │ │ ├── global.d.ts
│ │ │ ├── index.ts
│ │ │ ├── integration
│ │ │ │ ├── create-integration.ts
│ │ │ │ └── vite-plugin-astro-config.ts
│ │ │ ├── internal
│ │ │ │ ├── create-clerk-instance.ts
│ │ │ │ ├── create-injection-script-runner.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── invoke-clerk-astro-js-functions.ts
│ │ │ │ ├── merge-env-vars-with-params.ts
│ │ │ │ ├── mount-clerk-astro-js-components.ts
│ │ │ │ ├── run-once.ts
│ │ │ │ ├── swap-document.ts
│ │ │ │ ├── types.ts
│ │ │ │ └── utils
│ │ │ │ └── generateSafeId.ts
│ │ │ ├── react
│ │ │ │ ├── CheckoutButton.tsx
│ │ │ │ ├── controlComponents.tsx
│ │ │ │ ├── hooks.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── PlanDetailsButton.tsx
│ │ │ │ ├── SignInButton.tsx
│ │ │ │ ├── SignOutButton.tsx
│ │ │ │ ├── SignUpButton.tsx
│ │ │ │ ├── SubscriptionDetailsButton.tsx
│ │ │ │ ├── types.ts
│ │ │ │ ├── uiComponents.tsx
│ │ │ │ └── utils.tsx
│ │ │ ├── server
│ │ │ │ ├── build-clerk-hotload-script.ts
│ │ │ │ ├── clerk-client.ts
│ │ │ │ ├── clerk-middleware.ts
│ │ │ │ ├── current-user.ts
│ │ │ │ ├── get-safe-env.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── route-matcher.ts
│ │ │ │ ├── server-redirect-with-auth.ts
│ │ │ │ ├── types.ts
│ │ │ │ └── utils.ts
│ │ │ ├── stores
│ │ │ │ ├── external.ts
│ │ │ │ └── internal.ts
│ │ │ ├── types.ts
│ │ │ └── webhooks.ts
│ │ ├── tsconfig.json
│ │ ├── tsup.config.ts
│ │ ├── turbo.json
│ │ └── webhooks
│ │ └── package.json
│ ├── backend
│ │ ├── .gitignore
│ │ ├── CHANGELOG.md
│ │ ├── errors
│ │ │ └── package.json
│ │ ├── internal
│ │ │ └── package.json
│ │ ├── jwt
│ │ │ └── package.json
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── __tests__
│ │ │ │ ├── createRedirect.test.ts
│ │ │ │ ├── exports.test.ts
│ │ │ │ └── webhooks.test.ts
│ │ │ ├── api
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── APIKeysApi.test.ts
│ │ │ │ │ ├── ClientApi.test.ts
│ │ │ │ │ ├── factory.test.ts
│ │ │ │ │ ├── M2MTokenApi.test.ts
│ │ │ │ │ ├── MachineApi.test.ts
│ │ │ │ │ ├── SamlConnectionApi.test.ts
│ │ │ │ │ └── SessionApi.test.ts
│ │ │ │ ├── endpoints
│ │ │ │ │ ├── AbstractApi.ts
│ │ │ │ │ ├── AccountlessApplicationsAPI.ts
│ │ │ │ │ ├── ActorTokenApi.ts
│ │ │ │ │ ├── AllowlistIdentifierApi.ts
│ │ │ │ │ ├── APIKeysApi.ts
│ │ │ │ │ ├── BetaFeaturesApi.ts
│ │ │ │ │ ├── BillingApi.ts
│ │ │ │ │ ├── BlocklistIdentifierApi.ts
│ │ │ │ │ ├── ClientApi.ts
│ │ │ │ │ ├── DomainApi.ts
│ │ │ │ │ ├── EmailAddressApi.ts
│ │ │ │ │ ├── IdPOAuthAccessTokenApi.ts
│ │ │ │ │ ├── index.ts
│ │ │ │ │ ├── InstanceApi.ts
│ │ │ │ │ ├── InvitationApi.ts
│ │ │ │ │ ├── JwksApi.ts
│ │ │ │ │ ├── JwtTemplatesApi.ts
│ │ │ │ │ ├── M2MTokenApi.ts
│ │ │ │ │ ├── MachineApi.ts
│ │ │ │ │ ├── OAuthApplicationsApi.ts
│ │ │ │ │ ├── OrganizationApi.ts
│ │ │ │ │ ├── PhoneNumberApi.ts
│ │ │ │ │ ├── ProxyCheckApi.ts
│ │ │ │ │ ├── RedirectUrlApi.ts
│ │ │ │ │ ├── SamlConnectionApi.ts
│ │ │ │ │ ├── SessionApi.ts
│ │ │ │ │ ├── SignInTokenApi.ts
│ │ │ │ │ ├── SignUpApi.ts
│ │ │ │ │ ├── TestingTokenApi.ts
│ │ │ │ │ ├── UserApi.ts
│ │ │ │ │ ├── util-types.ts
│ │ │ │ │ ├── WaitlistEntryApi.ts
│ │ │ │ │ └── WebhookApi.ts
│ │ │ │ ├── factory.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── request.ts
│ │ │ │ └── resources
│ │ │ │ ├── AccountlessApplication.ts
│ │ │ │ ├── ActorToken.ts
│ │ │ │ ├── AllowlistIdentifier.ts
│ │ │ │ ├── APIKey.ts
│ │ │ │ ├── BlocklistIdentifier.ts
│ │ │ │ ├── Client.ts
│ │ │ │ ├── CnameTarget.ts
│ │ │ │ ├── CommercePlan.ts
│ │ │ │ ├── CommerceSubscription.ts
│ │ │ │ ├── CommerceSubscriptionItem.ts
│ │ │ │ ├── Cookies.ts
│ │ │ │ ├── DeletedObject.ts
│ │ │ │ ├── Deserializer.ts
│ │ │ │ ├── Domain.ts
│ │ │ │ ├── Email.ts
│ │ │ │ ├── EmailAddress.ts
│ │ │ │ ├── Enums.ts
│ │ │ │ ├── ExternalAccount.ts
│ │ │ │ ├── Feature.ts
│ │ │ │ ├── HandshakePayload.ts
│ │ │ │ ├── IdentificationLink.ts
│ │ │ │ ├── IdPOAuthAccessToken.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── Instance.ts
│ │ │ │ ├── InstanceRestrictions.ts
│ │ │ │ ├── InstanceSettings.ts
│ │ │ │ ├── Invitation.ts
│ │ │ │ ├── JSON.ts
│ │ │ │ ├── JwtTemplate.ts
│ │ │ │ ├── M2MToken.ts
│ │ │ │ ├── Machine.ts
│ │ │ │ ├── MachineScope.ts
│ │ │ │ ├── MachineSecretKey.ts
│ │ │ │ ├── OauthAccessToken.ts
│ │ │ │ ├── OAuthApplication.ts
│ │ │ │ ├── Organization.ts
│ │ │ │ ├── OrganizationDomain.ts
│ │ │ │ ├── OrganizationInvitation.ts
│ │ │ │ ├── OrganizationMembership.ts
│ │ │ │ ├── OrganizationSettings.ts
│ │ │ │ ├── PhoneNumber.ts
│ │ │ │ ├── ProxyCheck.ts
│ │ │ │ ├── RedirectUrl.ts
│ │ │ │ ├── SamlConnection.ts
│ │ │ │ ├── Session.ts
│ │ │ │ ├── SignInTokens.ts
│ │ │ │ ├── SignUpAttempt.ts
│ │ │ │ ├── SMSMessage.ts
│ │ │ │ ├── TestingToken.ts
│ │ │ │ ├── Token.ts
│ │ │ │ ├── User.ts
│ │ │ │ ├── Verification.ts
│ │ │ │ ├── WaitlistEntry.ts
│ │ │ │ ├── Web3Wallet.ts
│ │ │ │ └── Webhooks.ts
│ │ │ ├── constants.ts
│ │ │ ├── createRedirect.ts
│ │ │ ├── errors.ts
│ │ │ ├── fixtures
│ │ │ │ ├── index.ts
│ │ │ │ ├── jwks.json
│ │ │ │ ├── machine.ts
│ │ │ │ └── user.json
│ │ │ ├── global.d.ts
│ │ │ ├── index.ts
│ │ │ ├── internal.ts
│ │ │ ├── jwt
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── assertions.test.ts
│ │ │ │ │ ├── cryptoKeys.test.ts
│ │ │ │ │ ├── signJwt.test.ts
│ │ │ │ │ └── verifyJwt.test.ts
│ │ │ │ ├── algorithms.ts
│ │ │ │ ├── assertions.ts
│ │ │ │ ├── cryptoKeys.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── legacyReturn.ts
│ │ │ │ ├── signJwt.ts
│ │ │ │ ├── types.ts
│ │ │ │ └── verifyJwt.ts
│ │ │ ├── mock-server.ts
│ │ │ ├── runtime
│ │ │ │ ├── browser
│ │ │ │ │ └── crypto.mjs
│ │ │ │ └── node
│ │ │ │ ├── crypto.js
│ │ │ │ └── crypto.mjs
│ │ │ ├── runtime.ts
│ │ │ ├── tokens
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── authenticateContext.test.ts
│ │ │ │ │ ├── authObjects.test.ts
│ │ │ │ │ ├── authStatus.test.ts
│ │ │ │ │ ├── clerkRequest.test.ts
│ │ │ │ │ ├── factory.test.ts
│ │ │ │ │ ├── getAuth.test-d.ts
│ │ │ │ │ ├── handshake.test.ts
│ │ │ │ │ ├── keys.test.ts
│ │ │ │ │ ├── machine.test.ts
│ │ │ │ │ ├── organizationMatcher.test.ts
│ │ │ │ │ ├── request.test-d.ts
│ │ │ │ │ ├── request.test.ts
│ │ │ │ │ └── verify.test.ts
│ │ │ │ ├── authenticateContext.ts
│ │ │ │ ├── authObjects.ts
│ │ │ │ ├── authStatus.ts
│ │ │ │ ├── clerkRequest.ts
│ │ │ │ ├── clerkUrl.ts
│ │ │ │ ├── cookie.ts
│ │ │ │ ├── factory.ts
│ │ │ │ ├── handshake.ts
│ │ │ │ ├── keys.ts
│ │ │ │ ├── machine.ts
│ │ │ │ ├── organizationMatcher.ts
│ │ │ │ ├── request.ts
│ │ │ │ ├── tokenTypes.ts
│ │ │ │ ├── types.ts
│ │ │ │ └── verify.ts
│ │ │ ├── util
│ │ │ │ ├── __tests__
│ │ │ │ │ └── path.test.ts
│ │ │ │ ├── decorateObjectWithResources.ts
│ │ │ │ ├── mergePreDefinedOptions.ts
│ │ │ │ ├── optionsAssertions.ts
│ │ │ │ ├── path.ts
│ │ │ │ ├── rfc4648.ts
│ │ │ │ └── shared.ts
│ │ │ └── webhooks.ts
│ │ ├── tsconfig.declarations.json
│ │ ├── tsconfig.json
│ │ ├── tsup.config.ts
│ │ ├── typedoc.json
│ │ ├── vitest.config.mts
│ │ ├── vitest.setup.mts
│ │ └── webhooks
│ │ └── package.json
│ ├── chrome-extension
│ │ ├── .gitignore
│ │ ├── background
│ │ │ └── package.json
│ │ ├── CHANGELOG.md
│ │ ├── docs
│ │ │ ├── clerk-provider.md
│ │ │ ├── manifest.md
│ │ │ └── service-worker.md
│ │ ├── internal
│ │ │ └── package.json
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── react
│ │ │ └── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── __tests__
│ │ │ │ ├── __snapshots__
│ │ │ │ │ └── exports.test.ts.snap
│ │ │ │ └── exports.test.ts
│ │ │ ├── background
│ │ │ │ ├── clerk.ts
│ │ │ │ └── index.ts
│ │ │ ├── global.d.ts
│ │ │ ├── index.ts
│ │ │ ├── internal
│ │ │ │ ├── clerk.ts
│ │ │ │ ├── constants.ts
│ │ │ │ ├── index.ts
│ │ │ │ └── utils
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── cookies.test.ts
│ │ │ │ │ ├── manifest.test.ts
│ │ │ │ │ └── storage.test.ts
│ │ │ │ ├── cookies.ts
│ │ │ │ ├── errors.ts
│ │ │ │ ├── jwt-handler.ts
│ │ │ │ ├── manifest.ts
│ │ │ │ ├── request-handler.ts
│ │ │ │ ├── response-handler.ts
│ │ │ │ └── storage.ts
│ │ │ ├── react
│ │ │ │ ├── ClerkProvider.tsx
│ │ │ │ ├── index.ts
│ │ │ │ ├── NotSupported.tsx
│ │ │ │ └── re-exports.ts
│ │ │ └── types.ts
│ │ ├── tsconfig.declarations.json
│ │ ├── tsconfig.json
│ │ ├── tsconfig.test.json
│ │ ├── tsup.config.ts
│ │ ├── vitest.config.mts
│ │ └── vitest.setup.mts
│ ├── clerk-js
│ │ ├── .gitignore
│ │ ├── bundle-check.mjs
│ │ ├── bundlewatch-fix.mjs
│ │ ├── bundlewatch.config.json
│ │ ├── CHANGELOG.md
│ │ ├── clerk.png
│ │ ├── docs
│ │ │ └── events.md
│ │ ├── headless
│ │ │ ├── index.d.ts
│ │ │ └── index.js
│ │ ├── LICENSE
│ │ ├── no-rhc
│ │ │ ├── index.d.ts
│ │ │ └── index.js
│ │ ├── package.json
│ │ ├── playwright.config.ts
│ │ ├── README.md
│ │ ├── rspack.config.js
│ │ ├── sandbox
│ │ │ ├── app.ts
│ │ │ ├── integration
│ │ │ │ ├── create-organization.spec.ts
│ │ │ │ ├── create-organization.spec.ts-snapshots
│ │ │ │ │ └── create-organization-chromium-darwin.png
│ │ │ │ ├── global.setup.ts
│ │ │ │ ├── helpers.ts
│ │ │ │ ├── oauth-consent.spec.ts
│ │ │ │ ├── oauth-consent.spec.ts-snapshots
│ │ │ │ │ └── oauth-consent-chromium-darwin.png
│ │ │ │ ├── org-switcher.spec.ts
│ │ │ │ ├── org-switcher.spec.ts-snapshots
│ │ │ │ │ ├── organization-switcher-action-hover-chromium-darwin.png
│ │ │ │ │ └── organization-switcher-popover-chromium-darwin.png
│ │ │ │ ├── organization-list.spec.ts
│ │ │ │ ├── organization-list.spec.ts-snapshots
│ │ │ │ │ └── organization-list-chromium-darwin.png
│ │ │ │ ├── sign-in-modal.spec.ts
│ │ │ │ ├── sign-in-modal.spec.ts-snapshots
│ │ │ │ │ └── sign-in-modal-chromium-darwin.png
│ │ │ │ ├── sign-in.spec.ts
│ │ │ │ ├── sign-in.spec.ts-snapshots
│ │ │ │ │ ├── sign-in-action-link-hover-chromium-darwin.png
│ │ │ │ │ ├── sign-in-chromium-darwin.png
│ │ │ │ │ ├── sign-in-primary-button-hover-chromium-darwin.png
│ │ │ │ │ └── sign-in-secondary-button-hover-chromium-darwin.png
│ │ │ │ ├── sign-up.spec.ts
│ │ │ │ ├── sign-up.spec.ts-snapshots
│ │ │ │ │ └── sign-up-chromium-darwin.png
│ │ │ │ ├── user-button.spec.ts
│ │ │ │ ├── user-button.spec.ts-snapshots
│ │ │ │ │ └── user-button-popover-chromium-darwin.png
│ │ │ │ ├── user-profile.spec.ts
│ │ │ │ └── user-profile.spec.ts-snapshots
│ │ │ │ └── user-profile-chromium-darwin.png
│ │ │ ├── public
│ │ │ │ └── mockServiceWorker.js
│ │ │ ├── README.md
│ │ │ ├── scenarios
│ │ │ │ ├── index.ts
│ │ │ │ └── user-button-signed-in.ts
│ │ │ └── template.html
│ │ ├── src
│ │ │ ├── __tests__
│ │ │ │ └── headless.test.ts
│ │ │ ├── core
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── clerk.redirects.test.ts
│ │ │ │ │ ├── clerk.test.ts
│ │ │ │ │ ├── fapiClient.test.ts
│ │ │ │ │ ├── signals.test.ts
│ │ │ │ │ └── tokenCache.test.ts
│ │ │ │ ├── auth
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ ├── cookieSuffix.test.ts
│ │ │ │ │ │ ├── devBrowser.test.ts
│ │ │ │ │ │ ├── getCookieDomain.test.ts
│ │ │ │ │ │ └── getSecureAttribute.test.ts
│ │ │ │ │ ├── AuthCookieService.ts
│ │ │ │ │ ├── CaptchaHeartbeat.ts
│ │ │ │ │ ├── cookies
│ │ │ │ │ │ ├── __tests__
│ │ │ │ │ │ │ ├── clientUat.test.ts
│ │ │ │ │ │ │ └── session.test.ts
│ │ │ │ │ │ ├── activeContext.ts
│ │ │ │ │ │ ├── clientUat.ts
│ │ │ │ │ │ ├── devBrowser.ts
│ │ │ │ │ │ └── session.ts
│ │ │ │ │ ├── cookieSuffix.ts
│ │ │ │ │ ├── devBrowser.ts
│ │ │ │ │ ├── getCookieDomain.ts
│ │ │ │ │ ├── getSecureAttribute.ts
│ │ │ │ │ ├── safeLock.ts
│ │ │ │ │ └── SessionCookiePoller.ts
│ │ │ │ ├── clerk.ts
│ │ │ │ ├── constants.ts
│ │ │ │ ├── errors.ts
│ │ │ │ ├── events.ts
│ │ │ │ ├── fapiClient.ts
│ │ │ │ ├── fraudProtection.test.ts
│ │ │ │ ├── fraudProtection.ts
│ │ │ │ ├── jwt-client.ts
│ │ │ │ ├── modules
│ │ │ │ │ ├── apiKeys
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── billing
│ │ │ │ │ │ ├── index.ts
│ │ │ │ │ │ ├── namespace.ts
│ │ │ │ │ │ └── payment-source-methods.ts
│ │ │ │ │ ├── checkout
│ │ │ │ │ │ └── instance.ts
│ │ │ │ │ └── debug
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ └── logger.test.ts
│ │ │ │ │ ├── index.ts
│ │ │ │ │ ├── logger.ts
│ │ │ │ │ ├── transports
│ │ │ │ │ │ ├── __tests__
│ │ │ │ │ │ │ └── telemetry.test.ts
│ │ │ │ │ │ ├── composite.ts
│ │ │ │ │ │ ├── console.ts
│ │ │ │ │ │ └── telemetry.ts
│ │ │ │ │ └── types.ts
│ │ │ │ ├── protect.ts
│ │ │ │ ├── query-core.ts
│ │ │ │ ├── resources
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ ├── AuthConfig.test.ts
│ │ │ │ │ │ ├── Base.test.ts
│ │ │ │ │ │ ├── Client.test.ts
│ │ │ │ │ │ ├── Environment.test.ts
│ │ │ │ │ │ ├── ExternalAccount.test.ts
│ │ │ │ │ │ ├── Image.test.ts
│ │ │ │ │ │ ├── Organization.test.ts
│ │ │ │ │ │ ├── OrganizationDomain.test.ts
│ │ │ │ │ │ ├── OrganizationInvitation.test.ts
│ │ │ │ │ │ ├── OrganizationMembership.test.ts
│ │ │ │ │ │ ├── OrganizationMembershipRequest.test.ts
│ │ │ │ │ │ ├── OrganizationSuggestion.test.ts
│ │ │ │ │ │ ├── PublicUserData.test.ts
│ │ │ │ │ │ ├── Session.test.ts
│ │ │ │ │ │ ├── SignIn.test.ts
│ │ │ │ │ │ ├── SignUp.test.ts
│ │ │ │ │ │ ├── Token.test.ts
│ │ │ │ │ │ ├── User.test.ts
│ │ │ │ │ │ ├── UserSettings.test.ts
│ │ │ │ │ │ ├── Waitlist.test.ts
│ │ │ │ │ │ └── Web3Wallet.test.ts
│ │ │ │ │ ├── APIKey.ts
│ │ │ │ │ ├── APIKeySettings.ts
│ │ │ │ │ ├── AuthConfig.ts
│ │ │ │ │ ├── BackupCode.ts
│ │ │ │ │ ├── Base.ts
│ │ │ │ │ ├── BillingCheckout.ts
│ │ │ │ │ ├── BillingPayer.ts
│ │ │ │ │ ├── BillingPayment.ts
│ │ │ │ │ ├── BillingPaymentMethod.ts
│ │ │ │ │ ├── BillingPlan.ts
│ │ │ │ │ ├── BillingStatement.ts
│ │ │ │ │ ├── BillingSubscription.ts
│ │ │ │ │ ├── Client.ts
│ │ │ │ │ ├── CommerceSettings.ts
│ │ │ │ │ ├── DeletedObject.ts
│ │ │ │ │ ├── DisplayConfig.ts
│ │ │ │ │ ├── EmailAddress.ts
│ │ │ │ │ ├── EnterpriseAccount.ts
│ │ │ │ │ ├── Environment.ts
│ │ │ │ │ ├── ExternalAccount.ts
│ │ │ │ │ ├── Feature.ts
│ │ │ │ │ ├── IdentificationLink.ts
│ │ │ │ │ ├── Image.ts
│ │ │ │ │ ├── index.ts
│ │ │ │ │ ├── internal.ts
│ │ │ │ │ ├── Organization.ts
│ │ │ │ │ ├── OrganizationDomain.ts
│ │ │ │ │ ├── OrganizationInvitation.ts
│ │ │ │ │ ├── OrganizationMembership.ts
│ │ │ │ │ ├── OrganizationMembershipRequest.ts
│ │ │ │ │ ├── OrganizationSettings.ts
│ │ │ │ │ ├── OrganizationSuggestion.ts
│ │ │ │ │ ├── Passkey.ts
│ │ │ │ │ ├── Permission.ts
│ │ │ │ │ ├── PhoneNumber.ts
│ │ │ │ │ ├── ProtectConfig.ts
│ │ │ │ │ ├── PublicUserData.ts
│ │ │ │ │ ├── Role.ts
│ │ │ │ │ ├── Session.ts
│ │ │ │ │ ├── SessionVerification.ts
│ │ │ │ │ ├── SessionWithActivities.ts
│ │ │ │ │ ├── SignIn.ts
│ │ │ │ │ ├── SignUp.ts
│ │ │ │ │ ├── Token.ts
│ │ │ │ │ ├── TOTP.ts
│ │ │ │ │ ├── User.ts
│ │ │ │ │ ├── UserData.ts
│ │ │ │ │ ├── UserOrganizationInvitation.ts
│ │ │ │ │ ├── UserSettings.ts
│ │ │ │ │ ├── Verification.ts
│ │ │ │ │ ├── Waitlist.ts
│ │ │ │ │ └── Web3Wallet.ts
│ │ │ │ ├── signals.ts
│ │ │ │ ├── state.ts
│ │ │ │ ├── tokenCache.ts
│ │ │ │ └── warnings.ts
│ │ │ ├── global.d.ts
│ │ │ ├── index.browser.ts
│ │ │ ├── index.headless.browser.ts
│ │ │ ├── index.headless.ts
│ │ │ ├── index.legacy.browser.ts
│ │ │ ├── index.ts
│ │ │ ├── test
│ │ │ │ ├── core-fixtures.ts
│ │ │ │ ├── create-fixtures.tsx
│ │ │ │ ├── fixture-helpers.ts
│ │ │ │ ├── fixtures.ts
│ │ │ │ ├── mock-helpers.ts
│ │ │ │ └── utils.ts
│ │ │ └── utils
│ │ │ ├── __tests__
│ │ │ │ ├── captcha.test.ts
│ │ │ │ ├── date.test.ts
│ │ │ │ ├── errors.test.ts
│ │ │ │ ├── filterUndefinedValues.test.ts
│ │ │ │ ├── ignoreEventValue.test.ts
│ │ │ │ ├── instance.test.ts
│ │ │ │ ├── jwt.test.ts
│ │ │ │ ├── locale.test.ts
│ │ │ │ ├── localStorage.test.ts
│ │ │ │ ├── memoizeStateListenerCallback.test.ts
│ │ │ │ ├── resourceParams.test.ts
│ │ │ │ ├── runAsyncResourceTask.test.ts
│ │ │ │ └── tokenId.test.ts
│ │ │ ├── authenticateWithPopup.ts
│ │ │ ├── beforeUnloadTracker.ts
│ │ │ ├── billing.ts
│ │ │ ├── captcha
│ │ │ │ ├── CaptchaChallenge.ts
│ │ │ │ ├── getCaptchaToken.ts
│ │ │ │ ├── retrieveCaptchaInfo.ts
│ │ │ │ ├── turnstile.ts
│ │ │ │ └── types.ts
│ │ │ ├── convertPageToOffsetSearchParams.ts
│ │ │ ├── date.ts
│ │ │ ├── debug.ts
│ │ │ ├── errors.ts
│ │ │ ├── errorThrower.ts
│ │ │ ├── filterUndefinedValues.ts
│ │ │ ├── ignoreEventValue.ts
│ │ │ ├── index.ts
│ │ │ ├── instance.ts
│ │ │ ├── jwt.ts
│ │ │ ├── locale.ts
│ │ │ ├── localStorage.ts
│ │ │ ├── memoizeStateListenerCallback.ts
│ │ │ ├── moduleManager.ts
│ │ │ ├── pageLifecycle.ts
│ │ │ ├── resourceParams.ts
│ │ │ ├── runAsyncResourceTask.ts
│ │ │ ├── setWebpackChunkPublicPath.ts
│ │ │ ├── tokenId.ts
│ │ │ ├── web3.ts
│ │ │ └── zxcvbn.ts
│ │ ├── svgTransform.js
│ │ ├── tsconfig.declarations.json
│ │ ├── tsconfig.dev.json
│ │ ├── tsconfig.json
│ │ ├── turbo.json
│ │ ├── vercel.json
│ │ ├── vitest.config.mts
│ │ └── vitest.setup.mts
│ ├── dev-cli
│ │ ├── bin
│ │ │ └── cli.js
│ │ ├── CHANGELOG.md
│ │ ├── jsconfig.json
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── schema.json
│ │ └── src
│ │ ├── cli.js
│ │ ├── codemods
│ │ │ ├── index.js
│ │ │ └── transforms
│ │ │ └── add-clerkjsurl-to-provider.cjs
│ │ ├── commands
│ │ │ ├── auth.js
│ │ │ ├── config.js
│ │ │ ├── init.js
│ │ │ ├── set-instance.js
│ │ │ ├── set-root.js
│ │ │ ├── setup.js
│ │ │ └── watch.js
│ │ └── utils
│ │ ├── errors.js
│ │ ├── getClerkPackages.js
│ │ ├── getConfiguration.js
│ │ ├── getMonorepoRoot.js
│ │ ├── getPackageJSON.js
│ │ └── getPackageVersion.js
│ ├── expo
│ │ ├── .gitignore
│ │ ├── android
│ │ │ ├── build.gradle
│ │ │ └── src
│ │ │ └── main
│ │ │ ├── AndroidManifest.xml
│ │ │ └── java
│ │ │ └── expo
│ │ │ └── modules
│ │ │ └── clerk
│ │ │ └── googlesignin
│ │ │ └── ClerkGoogleSignInModule.kt
│ │ ├── app.plugin.js
│ │ ├── CHANGELOG.md
│ │ ├── expo-module.config.json
│ │ ├── ios
│ │ │ ├── ClerkGoogleSignIn.podspec
│ │ │ └── ClerkGoogleSignInModule.swift
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── cache
│ │ │ │ ├── dummy-data
│ │ │ │ │ ├── client-resource.ts
│ │ │ │ │ ├── environment-resource.ts
│ │ │ │ │ └── index.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── MemoryTokenCache.ts
│ │ │ │ ├── ResourceCache.ts
│ │ │ │ └── types.ts
│ │ │ ├── components
│ │ │ │ ├── controlComponents.tsx
│ │ │ │ └── index.ts
│ │ │ ├── errorThrower.ts
│ │ │ ├── experimental.ts
│ │ │ ├── global.d.ts
│ │ │ ├── google-one-tap
│ │ │ │ ├── ClerkGoogleOneTapSignIn.ts
│ │ │ │ ├── index.ts
│ │ │ │ └── types.ts
│ │ │ ├── hooks
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── useSignInWithApple.test.ts
│ │ │ │ │ └── useSignInWithGoogle.test.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── useAuth.ts
│ │ │ │ ├── useOAuth.ts
│ │ │ │ ├── useSignInWithApple.ios.ts
│ │ │ │ ├── useSignInWithApple.ts
│ │ │ │ ├── useSignInWithGoogle.android.ts
│ │ │ │ ├── useSignInWithGoogle.ios.ts
│ │ │ │ ├── useSignInWithGoogle.shared.ts
│ │ │ │ ├── useSignInWithGoogle.ts
│ │ │ │ ├── useSignInWithGoogle.types.ts
│ │ │ │ └── useSSO.ts
│ │ │ ├── index.ts
│ │ │ ├── legacy.ts
│ │ │ ├── local-credentials
│ │ │ │ ├── index.tsx
│ │ │ │ └── useLocalCredentials
│ │ │ │ ├── index.tsx
│ │ │ │ ├── shared.ts
│ │ │ │ ├── useLocalCredentials.ts
│ │ │ │ └── useLocalCredentials.web.ts
│ │ │ ├── passkeys
│ │ │ │ └── index.ts
│ │ │ ├── plugin
│ │ │ │ └── withClerkExpo.ts
│ │ │ ├── polyfills
│ │ │ │ ├── base64Polyfill.ts
│ │ │ │ └── index.ts
│ │ │ ├── provider
│ │ │ │ ├── ClerkProvider.tsx
│ │ │ │ └── singleton
│ │ │ │ ├── createClerkInstance.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── singleton.ts
│ │ │ │ ├── singleton.web.ts
│ │ │ │ └── types.ts
│ │ │ ├── resource-cache
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── dummy-test-data.ts
│ │ │ │ │ └── secure-store.test.ts
│ │ │ │ ├── index.ts
│ │ │ │ └── resource-cache.ts
│ │ │ ├── secure-store
│ │ │ │ └── index.ts
│ │ │ ├── token-cache
│ │ │ │ └── index.ts
│ │ │ ├── utils
│ │ │ │ ├── errors.ts
│ │ │ │ ├── index.ts
│ │ │ │ └── runtime.ts
│ │ │ └── web
│ │ │ ├── index.ts
│ │ │ └── uiComponents.tsx
│ │ ├── tsconfig.declarations.json
│ │ ├── tsconfig.json
│ │ ├── tsconfig.test.json
│ │ ├── tsup.config.ts
│ │ ├── vitest.config.mts
│ │ └── vitest.setup.mts
│ ├── expo-passkeys
│ │ ├── .gitignore
│ │ ├── .npmignore
│ │ ├── android
│ │ │ ├── build.gradle
│ │ │ └── src
│ │ │ └── main
│ │ │ ├── AndroidManifest.xml
│ │ │ └── java
│ │ │ └── expo
│ │ │ └── modules
│ │ │ └── clerkexpopasskeys
│ │ │ ├── ClerkExpoPasskeysExceptions.kt
│ │ │ ├── ClerkExpoPasskeysModule.kt
│ │ │ └── CredentialManager.kt
│ │ ├── app.json
│ │ ├── CHANGELOG.md
│ │ ├── expo-module.config.json
│ │ ├── ios
│ │ │ ├── AccountManager.swift
│ │ │ ├── ClerkExpoPasskeys.podspec
│ │ │ ├── ClerkExpoPasskeysModule.swift
│ │ │ └── Helpers.swift
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── ClerkExpoPasskeys.types.ts
│ │ │ ├── ClerkExpoPasskeysModule.ts
│ │ │ ├── ClerkExpoPasskeysModule.web.ts
│ │ │ ├── index.ts
│ │ │ └── utils.ts
│ │ ├── tsconfig.declarations.json
│ │ ├── tsconfig.json
│ │ └── tsup.config.ts
│ ├── express
│ │ ├── .gitignore
│ │ ├── .npmignore
│ │ ├── CHANGELOG.md
│ │ ├── env.d.ts
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── __tests__
│ │ │ │ ├── __snapshots__
│ │ │ │ │ └── exports.test.ts.snap
│ │ │ │ ├── clerkMiddleware.test.ts
│ │ │ │ ├── exports.test.ts
│ │ │ │ ├── getAuth.test.ts
│ │ │ │ ├── helpers.ts
│ │ │ │ └── requireAuth.test.ts
│ │ │ ├── authenticateRequest.ts
│ │ │ ├── clerkClient.ts
│ │ │ ├── clerkMiddleware.ts
│ │ │ ├── errors.ts
│ │ │ ├── getAuth.ts
│ │ │ ├── global.d.ts
│ │ │ ├── index.ts
│ │ │ ├── requireAuth.ts
│ │ │ ├── types.ts
│ │ │ ├── utils.ts
│ │ │ └── webhooks.ts
│ │ ├── tsconfig.json
│ │ ├── tsup.config.ts
│ │ ├── turbo.json
│ │ ├── vitest.config.mts
│ │ ├── vitest.setup.mts
│ │ └── webhooks
│ │ └── package.json
│ ├── fastify
│ │ ├── CHANGELOG.md
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── __tests__
│ │ │ │ ├── __snapshots__
│ │ │ │ │ ├── clerkClient.test.ts.snap
│ │ │ │ │ ├── constants.test.ts.snap
│ │ │ │ │ ├── exports.test.ts.snap
│ │ │ │ │ └── getAuth.test.ts.snap
│ │ │ │ ├── clerkClient.test.ts
│ │ │ │ ├── clerkPlugin.test.ts
│ │ │ │ ├── constants.test.ts
│ │ │ │ ├── exports.test.ts
│ │ │ │ ├── getAuth.test.ts
│ │ │ │ └── withClerkMiddleware.test.ts
│ │ │ ├── clerkClient.ts
│ │ │ ├── clerkPlugin.ts
│ │ │ ├── constants.ts
│ │ │ ├── errors.ts
│ │ │ ├── getAuth.ts
│ │ │ ├── global.d.ts
│ │ │ ├── index.ts
│ │ │ ├── test
│ │ │ │ └── utils.ts
│ │ │ ├── types.ts
│ │ │ ├── utils.ts
│ │ │ ├── webhooks.ts
│ │ │ └── withClerkMiddleware.ts
│ │ ├── tsconfig.json
│ │ ├── tsconfig.test.json
│ │ ├── tsup.config.ts
│ │ ├── vitest.config.mts
│ │ ├── vitest.setup.mts
│ │ └── webhooks
│ │ └── package.json
│ ├── localizations
│ │ ├── .gitignore
│ │ ├── CHANGELOG.md
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── ar-SA.ts
│ │ │ ├── be-BY.ts
│ │ │ ├── bg-BG.ts
│ │ │ ├── bn-IN.ts
│ │ │ ├── ca-ES.ts
│ │ │ ├── cs-CZ.ts
│ │ │ ├── da-DK.ts
│ │ │ ├── de-DE.ts
│ │ │ ├── el-GR.ts
│ │ │ ├── en-GB.ts
│ │ │ ├── en-US.ts
│ │ │ ├── es-CR.ts
│ │ │ ├── es-ES.ts
│ │ │ ├── es-MX.ts
│ │ │ ├── es-UY.ts
│ │ │ ├── fa-IR.ts
│ │ │ ├── fi-FI.ts
│ │ │ ├── fr-FR.ts
│ │ │ ├── he-IL.ts
│ │ │ ├── hi-IN.ts
│ │ │ ├── hr-HR.ts
│ │ │ ├── hu-HU.ts
│ │ │ ├── id-ID.ts
│ │ │ ├── index.ts
│ │ │ ├── is-IS.ts
│ │ │ ├── it-IT.ts
│ │ │ ├── ja-JP.ts
│ │ │ ├── kk-KZ.ts
│ │ │ ├── ko-KR.ts
│ │ │ ├── mn-MN.ts
│ │ │ ├── ms-MY.ts
│ │ │ ├── nb-NO.ts
│ │ │ ├── nl-BE.ts
│ │ │ ├── nl-NL.ts
│ │ │ ├── pl-PL.ts
│ │ │ ├── pt-BR.ts
│ │ │ ├── pt-PT.ts
│ │ │ ├── ro-RO.ts
│ │ │ ├── ru-RU.ts
│ │ │ ├── sk-SK.ts
│ │ │ ├── sr-RS.ts
│ │ │ ├── sv-SE.ts
│ │ │ ├── ta-IN.ts
│ │ │ ├── te-IN.ts
│ │ │ ├── th-TH.ts
│ │ │ ├── tr-TR.ts
│ │ │ ├── uk-UA.ts
│ │ │ ├── utils
│ │ │ │ ├── enUS_v4.ts
│ │ │ │ ├── generate.ts
│ │ │ │ └── utils.ts
│ │ │ ├── vi-VN.ts
│ │ │ ├── zh-CN.ts
│ │ │ └── zh-TW.ts
│ │ ├── tsconfig.json
│ │ └── tsup.config.ts
│ ├── msw
│ │ ├── BillingService.ts
│ │ ├── EnvironmentService.ts
│ │ ├── index.ts
│ │ ├── MockingController.ts
│ │ ├── MockingProvider.tsx
│ │ ├── MockingStatusIndicator.tsx
│ │ ├── OrganizationService.ts
│ │ ├── package.json
│ │ ├── PageMocking.ts
│ │ ├── README.md
│ │ ├── request-handlers.ts
│ │ ├── SessionService.ts
│ │ ├── SignInService.ts
│ │ ├── SignUpService.ts
│ │ ├── tsconfig.json
│ │ ├── types.ts
│ │ ├── usePageMocking.ts
│ │ └── UserService.ts
│ ├── nextjs
│ │ ├── .gitignore
│ │ ├── CHANGELOG.md
│ │ ├── errors
│ │ │ └── package.json
│ │ ├── internal
│ │ │ └── package.json
│ │ ├── LICENSE
│ │ ├── package.cjs.json
│ │ ├── package.esm.json
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── server
│ │ │ └── package.json
│ │ ├── src
│ │ │ ├── __tests__
│ │ │ │ ├── keyless-custom-headers.test.ts
│ │ │ │ └── webhooks.test.ts
│ │ │ ├── app-router
│ │ │ │ ├── client
│ │ │ │ │ ├── ClerkProvider.tsx
│ │ │ │ │ ├── keyless-cookie-sync.tsx
│ │ │ │ │ ├── keyless-creator-reader.tsx
│ │ │ │ │ ├── useAwaitablePush.ts
│ │ │ │ │ ├── useAwaitableReplace.ts
│ │ │ │ │ └── useInternalNavFun.ts
│ │ │ │ ├── keyless-actions.ts
│ │ │ │ ├── server
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ ├── controlComponents.test-d.ts
│ │ │ │ │ │ └── controlComponents.test.tsx
│ │ │ │ │ ├── auth.ts
│ │ │ │ │ ├── ClerkProvider.tsx
│ │ │ │ │ ├── controlComponents.tsx
│ │ │ │ │ ├── currentUser.ts
│ │ │ │ │ ├── keyless-provider.tsx
│ │ │ │ │ └── utils.ts
│ │ │ │ └── server-actions.ts
│ │ │ ├── client-boundary
│ │ │ │ ├── ClerkProvider.tsx
│ │ │ │ ├── controlComponents.ts
│ │ │ │ ├── hooks
│ │ │ │ │ ├── useEnforceCatchAllRoute.tsx
│ │ │ │ │ ├── useEnforceRoutingProps.tsx
│ │ │ │ │ ├── usePagesRouter.tsx
│ │ │ │ │ ├── usePathnameWithoutCatchAll.tsx
│ │ │ │ │ └── useSafeLayoutEffect.tsx
│ │ │ │ ├── hooks.ts
│ │ │ │ ├── NextOptionsContext.tsx
│ │ │ │ ├── PromisifiedAuthProvider.tsx
│ │ │ │ └── uiComponents.tsx
│ │ │ ├── components.client.ts
│ │ │ ├── components.server.ts
│ │ │ ├── constants.ts
│ │ │ ├── errors.ts
│ │ │ ├── experimental.ts
│ │ │ ├── global.d.ts
│ │ │ ├── index.ts
│ │ │ ├── internal.ts
│ │ │ ├── legacy.ts
│ │ │ ├── pages
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── __snapshots__
│ │ │ │ │ │ └── exports.test.ts.snap
│ │ │ │ │ ├── exports.test.ts
│ │ │ │ │ └── index.test.tsx
│ │ │ │ └── ClerkProvider.tsx
│ │ │ ├── runtime
│ │ │ │ ├── browser
│ │ │ │ │ └── safe-node-apis.js
│ │ │ │ └── node
│ │ │ │ └── safe-node-apis.js
│ │ │ ├── server
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── __snapshots__
│ │ │ │ │ │ └── exports.test.ts.snap
│ │ │ │ │ ├── clerkClient.test.ts
│ │ │ │ │ ├── clerkMiddleware.test.ts
│ │ │ │ │ ├── content-security-policy.test.ts
│ │ │ │ │ ├── createGetAuth.test.ts
│ │ │ │ │ ├── exports.test.ts
│ │ │ │ │ └── getAuthDataFromRequest.test.ts
│ │ │ │ ├── buildClerkProps.ts
│ │ │ │ ├── clerkClient.ts
│ │ │ │ ├── clerkMiddleware.ts
│ │ │ │ ├── constants.ts
│ │ │ │ ├── content-security-policy.ts
│ │ │ │ ├── createClerkClient.ts
│ │ │ │ ├── createGetAuth.ts
│ │ │ │ ├── data
│ │ │ │ │ └── getAuthDataFromRequest.ts
│ │ │ │ ├── errors.ts
│ │ │ │ ├── errorThrower.ts
│ │ │ │ ├── fs
│ │ │ │ │ ├── middleware-location.ts
│ │ │ │ │ └── utils.ts
│ │ │ │ ├── headers-utils.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── keyless-custom-headers.ts
│ │ │ │ ├── keyless-log-cache.ts
│ │ │ │ ├── keyless-node.ts
│ │ │ │ ├── keyless-telemetry.ts
│ │ │ │ ├── keyless.ts
│ │ │ │ ├── middleware-storage.ts
│ │ │ │ ├── nextErrors.ts
│ │ │ │ ├── nextFetcher.ts
│ │ │ │ ├── protect.ts
│ │ │ │ ├── routeMatcher.ts
│ │ │ │ ├── types.ts
│ │ │ │ └── utils.ts
│ │ │ ├── types
│ │ │ │ └── safe-node-apis.d.ts
│ │ │ ├── types.ts
│ │ │ ├── utils
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── debugLogger.test.ts
│ │ │ │ │ ├── matcher.test.ts
│ │ │ │ │ └── removeBasePath.test.ts
│ │ │ │ ├── clerk-script.tsx
│ │ │ │ ├── debugLogger.ts
│ │ │ │ ├── feature-flags.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── invalidateNextRouterCache.ts
│ │ │ │ ├── logFormatter.ts
│ │ │ │ ├── mergeNextClerkPropsWithEnv.ts
│ │ │ │ ├── only-try.ts
│ │ │ │ ├── removeBasePath.ts
│ │ │ │ ├── response.ts
│ │ │ │ ├── router-telemetry.ts
│ │ │ │ └── serverRedirectWithAuth.ts
│ │ │ ├── vendor
│ │ │ │ ├── crypto-es.js
│ │ │ │ └── README.md
│ │ │ └── webhooks.ts
│ │ ├── tsconfig.declarations.json
│ │ ├── tsconfig.json
│ │ ├── tsconfig.test.json
│ │ ├── tsup.config.ts
│ │ ├── typedoc.json
│ │ ├── vitest.config.mts
│ │ ├── vitest.setup.mts
│ │ └── webhooks
│ │ └── package.json
│ ├── nuxt
│ │ ├── .gitignore
│ │ ├── CHANGELOG.md
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── global.d.ts
│ │ │ ├── module.ts
│ │ │ └── runtime
│ │ │ ├── client
│ │ │ │ ├── index.ts
│ │ │ │ └── routeMatcher.ts
│ │ │ ├── components
│ │ │ │ ├── index.ts
│ │ │ │ └── uiComponents.ts
│ │ │ ├── composables
│ │ │ │ └── index.ts
│ │ │ ├── errors.ts
│ │ │ ├── plugin.ts
│ │ │ ├── server
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── auth.test-d.ts
│ │ │ │ │ └── clerkMiddleware.test.ts
│ │ │ │ ├── clerkClient.ts
│ │ │ │ ├── clerkMiddleware.ts
│ │ │ │ ├── errors.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── middleware.ts
│ │ │ │ ├── routeMatcher.ts
│ │ │ │ ├── types.ts
│ │ │ │ └── utils.ts
│ │ │ └── webhooks.ts
│ │ ├── tsconfig.json
│ │ ├── tsup.config.ts
│ │ └── vitest.config.ts
│ ├── react
│ │ ├── .gitignore
│ │ ├── CHANGELOG.md
│ │ ├── clerk.png
│ │ ├── docs
│ │ │ ├── legacy-use-sign-in.md
│ │ │ ├── legacy-use-sign-up.md
│ │ │ └── use-auth.md
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── __tests__
│ │ │ │ └── isomorphicClerk.test.ts
│ │ │ ├── components
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── CheckoutButton.test.tsx
│ │ │ │ │ ├── OrganizationProfile.test.tsx
│ │ │ │ │ ├── OrganizationSwitcher.test.tsx
│ │ │ │ │ ├── PlanDetailsButton.test.tsx
│ │ │ │ │ ├── SignIn.test.tsx
│ │ │ │ │ ├── SignInButton.test.tsx
│ │ │ │ │ ├── SignInWithMetamaskButton.test.tsx
│ │ │ │ │ ├── SignOutButton.test.tsx
│ │ │ │ │ ├── SignUp.test.tsx
│ │ │ │ │ ├── SignUpButton.test.tsx
│ │ │ │ │ ├── SubscriptionDetailsButton.test.tsx
│ │ │ │ │ ├── UserAvatar.test.tsx
│ │ │ │ │ ├── UserButton.test.tsx
│ │ │ │ │ └── UserProfile.test.tsx
│ │ │ │ ├── CheckoutButton.tsx
│ │ │ │ ├── ClerkHostRenderer.tsx
│ │ │ │ ├── controlComponents.tsx
│ │ │ │ ├── index.ts
│ │ │ │ ├── PlanDetailsButton.tsx
│ │ │ │ ├── SignInButton.tsx
│ │ │ │ ├── SignInWithMetamaskButton.tsx
│ │ │ │ ├── SignOutButton.tsx
│ │ │ │ ├── SignUpButton.tsx
│ │ │ │ ├── SubscriptionDetailsButton.tsx
│ │ │ │ ├── uiComponents.tsx
│ │ │ │ └── withClerk.tsx
│ │ │ ├── contexts
│ │ │ │ ├── __tests__
│ │ │ │ │ └── ClerkProvider.test.tsx
│ │ │ │ ├── assertHelpers.ts
│ │ │ │ ├── AuthContext.ts
│ │ │ │ ├── ClerkContextProvider.tsx
│ │ │ │ ├── ClerkProvider.tsx
│ │ │ │ ├── index.ts
│ │ │ │ ├── IsomorphicClerkContext.tsx
│ │ │ │ ├── OrganizationContext.tsx
│ │ │ │ ├── SessionContext.tsx
│ │ │ │ └── UserContext.tsx
│ │ │ ├── errors
│ │ │ │ ├── errorThrower.ts
│ │ │ │ └── messages.ts
│ │ │ ├── errors.ts
│ │ │ ├── experimental.ts
│ │ │ ├── global.d.ts
│ │ │ ├── hooks
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── __snapshots__
│ │ │ │ │ │ └── useRoutingProps.test.tsx.snap
│ │ │ │ │ ├── useAuth.test.tsx
│ │ │ │ │ ├── useAuth.type.test.ts
│ │ │ │ │ └── useRoutingProps.test.tsx
│ │ │ │ ├── index.ts
│ │ │ │ ├── legacy
│ │ │ │ │ ├── useSignIn.ts
│ │ │ │ │ └── useSignUp.ts
│ │ │ │ ├── useAssertWrappedByClerkProvider.ts
│ │ │ │ ├── useAuth.ts
│ │ │ │ ├── useClerkSignal.ts
│ │ │ │ ├── useEmailLink.ts
│ │ │ │ ├── useRoutingProps.ts
│ │ │ │ └── utils.ts
│ │ │ ├── index.ts
│ │ │ ├── internal.ts
│ │ │ ├── isomorphicClerk.ts
│ │ │ ├── legacy.ts
│ │ │ ├── polyfills.ts
│ │ │ ├── stateProxy.ts
│ │ │ ├── types
│ │ │ │ └── appearance.ts
│ │ │ ├── types.ts
│ │ │ └── utils
│ │ │ ├── __tests__
│ │ │ │ ├── useCustomMenuItems.test.tsx
│ │ │ │ └── useMaxAllowedInstancesGuard.test.tsx
│ │ │ ├── childrenUtils.tsx
│ │ │ ├── componentValidation.ts
│ │ │ ├── index.ts
│ │ │ ├── isConstructor.ts
│ │ │ ├── isDevOrStageUrl.tsx
│ │ │ ├── useCustomElementPortal.tsx
│ │ │ ├── useCustomMenuItems.tsx
│ │ │ ├── useCustomPages.tsx
│ │ │ ├── useMaxAllowedInstancesGuard.tsx
│ │ │ └── useWaitForComponentMount.ts
│ │ ├── tsconfig.declarations.json
│ │ ├── tsconfig.json
│ │ ├── tsconfig.test.json
│ │ ├── tsup.config.ts
│ │ ├── turbo.json
│ │ ├── typedoc.json
│ │ ├── vitest.config.mts
│ │ └── vitest.setup.mts
│ ├── react-router
│ │ ├── CHANGELOG.md
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── __tests__
│ │ │ │ ├── __snapshots__
│ │ │ │ │ └── exports.test.ts.snap
│ │ │ │ └── exports.test.ts
│ │ │ ├── api
│ │ │ │ └── index.ts
│ │ │ ├── client
│ │ │ │ ├── index.ts
│ │ │ │ ├── ReactRouterClerkProvider.tsx
│ │ │ │ ├── ReactRouterOptionsContext.tsx
│ │ │ │ ├── types.ts
│ │ │ │ ├── uiComponents.tsx
│ │ │ │ ├── useAwaitableNavigate.tsx
│ │ │ │ └── usePathnameWithoutSplatRouteParams.tsx
│ │ │ ├── errors.ts
│ │ │ ├── errorThrower.ts
│ │ │ ├── global.d.ts
│ │ │ ├── index.ts
│ │ │ ├── legacy.ts
│ │ │ ├── server
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── clerkMiddleware.test.ts
│ │ │ │ │ ├── getAuth.test.ts
│ │ │ │ │ └── rootAuthLoader.test.ts
│ │ │ │ ├── clerkClient.ts
│ │ │ │ ├── clerkMiddleware.ts
│ │ │ │ ├── getAuth.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── legacyAuthenticateRequest.ts
│ │ │ │ ├── loadOptions.ts
│ │ │ │ ├── rootAuthLoader.ts
│ │ │ │ ├── types.ts
│ │ │ │ └── utils.ts
│ │ │ ├── ssr
│ │ │ │ └── index.ts
│ │ │ ├── utils
│ │ │ │ ├── __tests__
│ │ │ │ │ └── assert.test.ts
│ │ │ │ ├── assert.ts
│ │ │ │ ├── env.ts
│ │ │ │ └── errors.ts
│ │ │ └── webhooks.ts
│ │ ├── tsconfig.json
│ │ ├── tsup.config.ts
│ │ ├── vitest.config.mts
│ │ └── vitest.setup.mts
│ ├── shared
│ │ ├── .gitignore
│ │ ├── CHANGELOG.md
│ │ ├── docs
│ │ │ ├── use-clerk.md
│ │ │ ├── use-session-list.md
│ │ │ ├── use-session.md
│ │ │ └── use-user.md
│ │ ├── global.d.ts
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── scripts
│ │ │ └── postinstall.mjs
│ │ ├── src
│ │ │ ├── __tests__
│ │ │ │ ├── apiUrlFromPublishableKey.spec.ts
│ │ │ │ ├── browser.spec.ts
│ │ │ │ ├── buildAccountsBaseUrl.spec.ts
│ │ │ │ ├── color.spec.ts
│ │ │ │ ├── color.test.ts.bak
│ │ │ │ ├── date.spec.ts
│ │ │ │ ├── deprecated.spec.ts
│ │ │ │ ├── deriveState.spec.ts
│ │ │ │ ├── devbrowser.spec.ts
│ │ │ │ ├── error.spec.ts
│ │ │ │ ├── eventBus.spec.ts
│ │ │ │ ├── fastDeepMerge.spec.ts
│ │ │ │ ├── handleValueOrFn.spec.ts
│ │ │ │ ├── jwtPayloadParser.spec.ts
│ │ │ │ ├── keys.spec.ts
│ │ │ │ ├── loadClerkJsScript.spec.ts
│ │ │ │ ├── localStorageBroadcastChannel.spec.ts
│ │ │ │ ├── logger.spec.ts
│ │ │ │ ├── netlifyCacheHandler.spec.ts
│ │ │ │ ├── organization.spec.ts
│ │ │ │ ├── pathMatcher.spec.ts
│ │ │ │ ├── proxy.spec.ts
│ │ │ │ ├── retry.spec.ts
│ │ │ │ ├── safeImport.spec.ts
│ │ │ │ ├── telemetry.logs.spec.ts
│ │ │ │ ├── underscore.spec.ts
│ │ │ │ ├── url.spec.ts
│ │ │ │ └── versionSelector.spec.ts
│ │ │ ├── alternativePhoneCode.ts
│ │ │ ├── apiUrlFromPublishableKey.ts
│ │ │ ├── authorization-errors.ts
│ │ │ ├── authorization.ts
│ │ │ ├── browser.ts
│ │ │ ├── buildAccountsBaseUrl.ts
│ │ │ ├── clerkEventBus.ts
│ │ │ ├── color.ts
│ │ │ ├── compiled
│ │ │ │ └── path-to-regexp
│ │ │ │ ├── index.js
│ │ │ │ └── LICENSE.txt
│ │ │ ├── constants.ts
│ │ │ ├── cookie.ts
│ │ │ ├── date.ts
│ │ │ ├── deprecated.ts
│ │ │ ├── deriveState.ts
│ │ │ ├── devBrowser.ts
│ │ │ ├── dom
│ │ │ │ ├── index.ts
│ │ │ │ └── waitForElement.ts
│ │ │ ├── error.ts
│ │ │ ├── errors
│ │ │ │ ├── clerkApiError.ts
│ │ │ │ ├── clerkApiResponseError.ts
│ │ │ │ ├── clerkError.ts
│ │ │ │ ├── clerkRuntimeError.ts
│ │ │ │ ├── createErrorTypeGuard.ts
│ │ │ │ ├── emailLinkError.ts
│ │ │ │ ├── errorThrower.ts
│ │ │ │ ├── globalHookError.ts
│ │ │ │ ├── helpers.ts
│ │ │ │ ├── metamaskError.ts
│ │ │ │ ├── missingExpiredTokenError.ts
│ │ │ │ ├── parseError.ts
│ │ │ │ └── webAuthNError.ts
│ │ │ ├── eventBus.ts
│ │ │ ├── file.ts
│ │ │ ├── getEnvVariable.ts
│ │ │ ├── globs.ts
│ │ │ ├── handleValueOrFn.ts
│ │ │ ├── index.ts
│ │ │ ├── internal
│ │ │ │ └── clerk-js
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── completeSignUpFlow.test.ts
│ │ │ │ │ ├── email.test.ts
│ │ │ │ │ ├── encoders.test.ts
│ │ │ │ │ ├── organization.test.ts
│ │ │ │ │ ├── passkeys.test.ts
│ │ │ │ │ ├── path.test.ts
│ │ │ │ │ ├── queryParams.test.ts
│ │ │ │ │ ├── queryStateParams.test.ts
│ │ │ │ │ ├── querystring.test.ts
│ │ │ │ │ ├── redirectUrls.test.ts
│ │ │ │ │ └── url.test.ts
│ │ │ │ ├── completeSignUpFlow.ts
│ │ │ │ ├── componentGuards.ts
│ │ │ │ ├── constants.ts
│ │ │ │ ├── email.ts
│ │ │ │ ├── encoders.ts
│ │ │ │ ├── errors.ts
│ │ │ │ ├── hex.ts
│ │ │ │ ├── injectedWeb3EthProviders.ts
│ │ │ │ ├── injectedWeb3SolanaProviders.ts
│ │ │ │ ├── organization.ts
│ │ │ │ ├── passkeys.ts
│ │ │ │ ├── passwords
│ │ │ │ │ ├── complexity.ts
│ │ │ │ │ ├── loadZxcvbn.ts
│ │ │ │ │ ├── password.ts
│ │ │ │ │ └── strength.ts
│ │ │ │ ├── path.ts
│ │ │ │ ├── queryParams.ts
│ │ │ │ ├── queryStateParams.ts
│ │ │ │ ├── querystring.ts
│ │ │ │ ├── redirectUrls.ts
│ │ │ │ ├── runtime.ts
│ │ │ │ ├── sessionTasks.ts
│ │ │ │ ├── url.ts
│ │ │ │ ├── user.ts
│ │ │ │ ├── warnings.ts
│ │ │ │ ├── web3.ts
│ │ │ │ └── windowNavigate.ts
│ │ │ ├── isomorphicAtob.ts
│ │ │ ├── isomorphicBtoa.ts
│ │ │ ├── jwtPayloadParser.ts
│ │ │ ├── keys.ts
│ │ │ ├── loadClerkJsScript.ts
│ │ │ ├── loadScript.ts
│ │ │ ├── localStorageBroadcastChannel.ts
│ │ │ ├── logger.ts
│ │ │ ├── moduleManager.ts
│ │ │ ├── netlifyCacheHandler.ts
│ │ │ ├── oauth.ts
│ │ │ ├── object.ts
│ │ │ ├── organization.ts
│ │ │ ├── pathMatcher.ts
│ │ │ ├── pathToRegexp.ts
│ │ │ ├── poller.ts
│ │ │ ├── proxy.ts
│ │ │ ├── react
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── payment-element.test.tsx
│ │ │ │ │ └── useReverification.spec.ts
│ │ │ │ ├── billing
│ │ │ │ │ ├── payment-element.tsx
│ │ │ │ │ ├── useInitializePaymentMethod.rq.tsx
│ │ │ │ │ ├── useInitializePaymentMethod.swr.tsx
│ │ │ │ │ ├── useInitializePaymentMethod.tsx
│ │ │ │ │ ├── useStripeClerkLibs.rq.tsx
│ │ │ │ │ ├── useStripeClerkLibs.swr.tsx
│ │ │ │ │ ├── useStripeClerkLibs.tsx
│ │ │ │ │ ├── useStripeLoader.rq.tsx
│ │ │ │ │ ├── useStripeLoader.swr.tsx
│ │ │ │ │ └── useStripeLoader.tsx
│ │ │ │ ├── clerk-rq
│ │ │ │ │ ├── infiniteQueryOptions.ts
│ │ │ │ │ ├── keep-previous-data.ts
│ │ │ │ │ ├── queryOptions.ts
│ │ │ │ │ ├── types.ts
│ │ │ │ │ ├── use-clerk-query-client.ts
│ │ │ │ │ ├── useBaseQuery.ts
│ │ │ │ │ ├── useInfiniteQuery.ts
│ │ │ │ │ └── useQuery.ts
│ │ │ │ ├── clerk-swr.ts
│ │ │ │ ├── contexts.tsx
│ │ │ │ ├── hooks
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ ├── createBillingPaginatedHook.spec.tsx
│ │ │ │ │ │ ├── mocks
│ │ │ │ │ │ │ ├── clerk.ts
│ │ │ │ │ │ │ └── index.ts
│ │ │ │ │ │ ├── useAPIKeys.spec.tsx
│ │ │ │ │ │ ├── useCheckout.type.spec.ts
│ │ │ │ │ │ ├── usePagesOrInfinite.spec.ts
│ │ │ │ │ │ ├── usePlans.spec.tsx
│ │ │ │ │ │ ├── usePreviousValue.spec.ts
│ │ │ │ │ │ ├── useSafeValues.spec.ts
│ │ │ │ │ │ ├── useSubscription.spec.tsx
│ │ │ │ │ │ └── wrapper.tsx
│ │ │ │ │ ├── createBillingPaginatedHook.tsx
│ │ │ │ │ ├── createCacheKeys.ts
│ │ │ │ │ ├── createContextAndHook.ts
│ │ │ │ │ ├── index.ts
│ │ │ │ │ ├── useAPIKeys.rq.tsx
│ │ │ │ │ ├── useAPIKeys.swr.tsx
│ │ │ │ │ ├── useAPIKeys.ts
│ │ │ │ │ ├── useAttemptToEnableOrganizations.ts
│ │ │ │ │ ├── useBillingHookEnabled.ts
│ │ │ │ │ ├── useCheckout.ts
│ │ │ │ │ ├── useClearQueriesOnSignOut.ts
│ │ │ │ │ ├── useClerk.ts
│ │ │ │ │ ├── useDeepEqualMemo.ts
│ │ │ │ │ ├── useOrganization.tsx
│ │ │ │ │ ├── useOrganizationList.tsx
│ │ │ │ │ ├── usePageOrInfinite.types.ts
│ │ │ │ │ ├── usePagesOrInfinite.rq.tsx
│ │ │ │ │ ├── usePagesOrInfinite.shared.ts
│ │ │ │ │ ├── usePagesOrInfinite.swr.tsx
│ │ │ │ │ ├── usePagesOrInfinite.tsx
│ │ │ │ │ ├── usePaymentAttemptQuery.rq.tsx
│ │ │ │ │ ├── usePaymentAttemptQuery.shared.ts
│ │ │ │ │ ├── usePaymentAttemptQuery.swr.tsx
│ │ │ │ │ ├── usePaymentAttemptQuery.tsx
│ │ │ │ │ ├── usePaymentAttemptQuery.types.ts
│ │ │ │ │ ├── usePaymentAttempts.tsx
│ │ │ │ │ ├── usePaymentMethods.tsx
│ │ │ │ │ ├── usePlanDetailsQuery.rq.tsx
│ │ │ │ │ ├── usePlanDetailsQuery.shared.ts
│ │ │ │ │ ├── usePlanDetailsQuery.swr.tsx
│ │ │ │ │ ├── usePlanDetailsQuery.tsx
│ │ │ │ │ ├── usePlanDetailsQuery.types.ts
│ │ │ │ │ ├── usePlans.tsx
│ │ │ │ │ ├── usePreviousValue.ts
│ │ │ │ │ ├── useReverification.ts
│ │ │ │ │ ├── useSafeLayoutEffect.tsx
│ │ │ │ │ ├── useSession.ts
│ │ │ │ │ ├── useSessionList.ts
│ │ │ │ │ ├── useStatementQuery.rq.tsx
│ │ │ │ │ ├── useStatementQuery.shared.ts
│ │ │ │ │ ├── useStatementQuery.swr.tsx
│ │ │ │ │ ├── useStatementQuery.tsx
│ │ │ │ │ ├── useStatementQuery.types.ts
│ │ │ │ │ ├── useStatements.tsx
│ │ │ │ │ ├── useSubscription.rq.tsx
│ │ │ │ │ ├── useSubscription.shared.ts
│ │ │ │ │ ├── useSubscription.swr.tsx
│ │ │ │ │ ├── useSubscription.tsx
│ │ │ │ │ ├── useSubscription.types.ts
│ │ │ │ │ └── useUser.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── providers
│ │ │ │ │ ├── SWRConfigCompat.rq.tsx
│ │ │ │ │ ├── SWRConfigCompat.swr.tsx
│ │ │ │ │ └── SWRConfigCompat.tsx
│ │ │ │ ├── stable-keys.ts
│ │ │ │ ├── stripe-react
│ │ │ │ │ ├── index.tsx
│ │ │ │ │ └── utils.ts
│ │ │ │ └── types.ts
│ │ │ ├── retry.ts
│ │ │ ├── router
│ │ │ │ ├── __tests__
│ │ │ │ │ └── router.spec.ts
│ │ │ │ ├── react.tsx
│ │ │ │ └── router.ts
│ │ │ ├── router.ts
│ │ │ ├── safeImport.ts
│ │ │ ├── saml.ts
│ │ │ ├── telemetry
│ │ │ │ ├── collector.ts
│ │ │ │ ├── events
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ └── theme-usage.spec.ts
│ │ │ │ │ ├── component-mounted.ts
│ │ │ │ │ ├── framework-metadata.ts
│ │ │ │ │ ├── index.ts
│ │ │ │ │ ├── method-called.ts
│ │ │ │ │ └── theme-usage.ts
│ │ │ │ ├── throttler.ts
│ │ │ │ └── types.ts
│ │ │ ├── telemetry.ts
│ │ │ ├── types
│ │ │ │ ├── apiKeys.ts
│ │ │ │ ├── apiKeysSettings.ts
│ │ │ │ ├── attributes.ts
│ │ │ │ ├── authConfig.ts
│ │ │ │ ├── authObject.ts
│ │ │ │ ├── authorization.ts
│ │ │ │ ├── backupCode.ts
│ │ │ │ ├── billing.ts
│ │ │ │ ├── clerk.ts
│ │ │ │ ├── client.ts
│ │ │ │ ├── commerceSettings.ts
│ │ │ │ ├── customMenuItems.ts
│ │ │ │ ├── customPages.ts
│ │ │ │ ├── deletedObject.ts
│ │ │ │ ├── devtools.ts
│ │ │ │ ├── displayConfig.ts
│ │ │ │ ├── elementIds.ts
│ │ │ │ ├── emailAddress.ts
│ │ │ │ ├── enterpriseAccount.ts
│ │ │ │ ├── environment.ts
│ │ │ │ ├── errors.ts
│ │ │ │ ├── externalAccount.ts
│ │ │ │ ├── factors.ts
│ │ │ │ ├── hooks.ts
│ │ │ │ ├── identificationLink.ts
│ │ │ │ ├── identifiers.ts
│ │ │ │ ├── image.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── instance.ts
│ │ │ │ ├── json.ts
│ │ │ │ ├── jwt.ts
│ │ │ │ ├── jwtv2.ts
│ │ │ │ ├── key.ts
│ │ │ │ ├── localization.ts
│ │ │ │ ├── multiDomain.ts
│ │ │ │ ├── oauth.ts
│ │ │ │ ├── organization.ts
│ │ │ │ ├── organizationDomain.ts
│ │ │ │ ├── organizationInvitation.ts
│ │ │ │ ├── organizationMembership.ts
│ │ │ │ ├── organizationMembershipRequest.ts
│ │ │ │ ├── organizationSettings.ts
│ │ │ │ ├── organizationSuggestion.ts
│ │ │ │ ├── pagination.ts
│ │ │ │ ├── passkey.ts
│ │ │ │ ├── passwords.ts
│ │ │ │ ├── permission.ts
│ │ │ │ ├── phoneCodeChannel.ts
│ │ │ │ ├── phoneNumber.ts
│ │ │ │ ├── protectConfig.ts
│ │ │ │ ├── redirects.ts
│ │ │ │ ├── resource.ts
│ │ │ │ ├── role.ts
│ │ │ │ ├── router.ts
│ │ │ │ ├── runtime-values.ts
│ │ │ │ ├── saml.ts
│ │ │ │ ├── session.ts
│ │ │ │ ├── sessionVerification.ts
│ │ │ │ ├── signIn.ts
│ │ │ │ ├── signInCommon.ts
│ │ │ │ ├── signInFuture.ts
│ │ │ │ ├── signUp.ts
│ │ │ │ ├── signUpCommon.ts
│ │ │ │ ├── signUpFuture.ts
│ │ │ │ ├── snapshots.ts
│ │ │ │ ├── ssr.ts
│ │ │ │ ├── state.ts
│ │ │ │ ├── strategies.ts
│ │ │ │ ├── telemetry.ts
│ │ │ │ ├── theme.ts
│ │ │ │ ├── token.ts
│ │ │ │ ├── totp.ts
│ │ │ │ ├── user.ts
│ │ │ │ ├── userOrganizationInvitation.ts
│ │ │ │ ├── userSettings.ts
│ │ │ │ ├── utils copy.ts
│ │ │ │ ├── utils.ts
│ │ │ │ ├── verification.ts
│ │ │ │ ├── virtual-data-hooks.d.ts
│ │ │ │ ├── waitlist.ts
│ │ │ │ ├── web3.ts
│ │ │ │ └── web3Wallet.ts
│ │ │ ├── ui
│ │ │ │ ├── index.ts
│ │ │ │ └── types.ts
│ │ │ ├── underscore.ts
│ │ │ ├── url.ts
│ │ │ ├── utils
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── createDeferredPromise.spec.ts
│ │ │ │ │ └── instance.spec.ts
│ │ │ │ ├── allSettled.ts
│ │ │ │ ├── createDeferredPromise.ts
│ │ │ │ ├── fastDeepMerge.ts
│ │ │ │ ├── handleValueOrFn.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── instance.ts
│ │ │ │ ├── logErrorInDevMode.ts
│ │ │ │ ├── noop.ts
│ │ │ │ ├── runIfFunctionOrReturn.ts
│ │ │ │ └── runtimeEnvironment.ts
│ │ │ ├── versionSelector.ts
│ │ │ ├── web3.ts
│ │ │ ├── webauthn.ts
│ │ │ └── workerTimers
│ │ │ ├── createWorkerTimers.ts
│ │ │ ├── index.ts
│ │ │ ├── workerTimers.built.ts
│ │ │ ├── workerTimers.types.ts
│ │ │ └── workerTimers.worker.ts
│ │ ├── tsconfig.json
│ │ ├── tsconfig.test.json
│ │ ├── tsdown.config.mts
│ │ ├── typedoc.json
│ │ ├── vitest.config.mts
│ │ └── vitest.setup.mts
│ ├── tanstack-react-start
│ │ ├── .gitignore
│ │ ├── CHANGELOG.md
│ │ ├── errors
│ │ │ └── package.json
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── server
│ │ │ └── package.json
│ │ ├── src
│ │ │ ├── __tests__
│ │ │ │ ├── __snapshots__
│ │ │ │ │ └── exports.test.ts.snap
│ │ │ │ └── exports.test.ts
│ │ │ ├── client
│ │ │ │ ├── ClerkProvider.tsx
│ │ │ │ ├── index.ts
│ │ │ │ ├── OptionsContext.tsx
│ │ │ │ ├── types.ts
│ │ │ │ ├── uiComponents.tsx
│ │ │ │ ├── useAwaitableNavigate.ts
│ │ │ │ └── utils.ts
│ │ │ ├── errors.ts
│ │ │ ├── experimental.ts
│ │ │ ├── global.d.ts
│ │ │ ├── index.ts
│ │ │ ├── legacy.ts
│ │ │ ├── server
│ │ │ │ ├── auth.ts
│ │ │ │ ├── clerkClient.ts
│ │ │ │ ├── clerkMiddleware.ts
│ │ │ │ ├── constants.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── loadOptions.ts
│ │ │ │ ├── types.ts
│ │ │ │ └── utils
│ │ │ │ └── index.ts
│ │ │ ├── utils
│ │ │ │ ├── env.ts
│ │ │ │ ├── errors.ts
│ │ │ │ └── index.ts
│ │ │ └── webhooks.ts
│ │ ├── tsconfig.declarations.json
│ │ ├── tsconfig.json
│ │ ├── tsup.config.ts
│ │ ├── vite-env.d.ts
│ │ ├── vitest.config.mts
│ │ ├── vitest.setup.mts
│ │ └── webhooks
│ │ └── package.json
│ ├── testing
│ │ ├── .gitignore
│ │ ├── CHANGELOG.md
│ │ ├── cypress
│ │ │ └── package.json
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── playwright
│ │ │ └── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── common
│ │ │ │ ├── constants.ts
│ │ │ │ ├── errors.ts
│ │ │ │ ├── helpers-utils.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── setup.ts
│ │ │ │ └── types.ts
│ │ │ ├── cypress
│ │ │ │ ├── custom-commands.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── setup.ts
│ │ │ │ └── setupClerkTestingToken.ts
│ │ │ ├── index.ts
│ │ │ └── playwright
│ │ │ ├── helpers.ts
│ │ │ ├── index.ts
│ │ │ ├── setup.ts
│ │ │ ├── setupClerkTestingToken.ts
│ │ │ └── unstable
│ │ │ ├── index.ts
│ │ │ └── page-objects
│ │ │ ├── apiKeys.ts
│ │ │ ├── app.ts
│ │ │ ├── checkout.ts
│ │ │ ├── clerk.ts
│ │ │ ├── common.ts
│ │ │ ├── expect.ts
│ │ │ ├── impersonation.ts
│ │ │ ├── index.ts
│ │ │ ├── keylessPopover.ts
│ │ │ ├── organizationSwitcher.ts
│ │ │ ├── planDetails.ts
│ │ │ ├── pricingTable.ts
│ │ │ ├── sessionTask.ts
│ │ │ ├── signIn.ts
│ │ │ ├── signUp.ts
│ │ │ ├── subscriptionDetails.ts
│ │ │ ├── testingToken.ts
│ │ │ ├── userAvatar.ts
│ │ │ ├── userButton.ts
│ │ │ ├── userProfile.ts
│ │ │ ├── userVerification.ts
│ │ │ └── waitlist.ts
│ │ ├── tsconfig.json
│ │ └── tsup.config.ts
│ ├── ui
│ │ ├── bundlewatch-fix.mjs
│ │ ├── bundlewatch.config.json
│ │ ├── package.json
│ │ ├── rspack.config.js
│ │ ├── src
│ │ │ ├── baseTheme.ts
│ │ │ ├── ClerkUi.ts
│ │ │ ├── common
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── redirects.test.ts
│ │ │ │ │ ├── verification.test.ts
│ │ │ │ │ └── withRedirect.test.tsx
│ │ │ │ ├── CalloutWithAction.tsx
│ │ │ │ ├── ChooseEnterpriseConnectionCard.tsx
│ │ │ │ ├── constants.ts
│ │ │ │ ├── CreateOrganizationAction.tsx
│ │ │ │ ├── CustomPageContentContainer.tsx
│ │ │ │ ├── DevOnly.tsx
│ │ │ │ ├── EmailLinkCompleteFlowCard.tsx
│ │ │ │ ├── EmailLinkStatusCard.tsx
│ │ │ │ ├── EmailLinkVerify.tsx
│ │ │ │ ├── forms.ts
│ │ │ │ ├── Gate.tsx
│ │ │ │ ├── index.ts
│ │ │ │ ├── InfiniteListSpinner.tsx
│ │ │ │ ├── NotificationCountBadge.tsx
│ │ │ │ ├── organizations
│ │ │ │ │ └── OrganizationPreview.tsx
│ │ │ │ ├── PrintableComponent.tsx
│ │ │ │ ├── ProviderInitialIcon.tsx
│ │ │ │ ├── QRCode.tsx
│ │ │ │ ├── redirects.ts
│ │ │ │ ├── RemoveResourceForm.tsx
│ │ │ │ ├── SSOCallback.tsx
│ │ │ │ ├── verification.ts
│ │ │ │ ├── WalletInitialIcon.tsx
│ │ │ │ ├── withRedirect.tsx
│ │ │ │ └── Wizard.tsx
│ │ │ ├── components
│ │ │ │ ├── APIKeys
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ └── APIKeys.spec.tsx
│ │ │ │ │ ├── APIKeyModal.tsx
│ │ │ │ │ ├── APIKeys.tsx
│ │ │ │ │ ├── ApiKeysTable.tsx
│ │ │ │ │ ├── CopyAPIKeyModal.tsx
│ │ │ │ │ ├── CreateAPIKeyForm.tsx
│ │ │ │ │ ├── RevokeAPIKeyConfirmationModal.tsx
│ │ │ │ │ └── utils.ts
│ │ │ │ ├── BlankCaptchaModal
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── Checkout
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ └── Checkout.test.tsx
│ │ │ │ │ ├── CheckoutComplete.tsx
│ │ │ │ │ ├── CheckoutForm.tsx
│ │ │ │ │ ├── CheckoutPage.tsx
│ │ │ │ │ ├── index.tsx
│ │ │ │ │ └── parts.tsx
│ │ │ │ ├── CreateOrganization
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ └── CreateOrganization.test.tsx
│ │ │ │ │ ├── CreateOrganization.tsx
│ │ │ │ │ ├── CreateOrganizationForm.tsx
│ │ │ │ │ ├── CreateOrganizationPage.tsx
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── devPrompts
│ │ │ │ │ ├── EnableOrganizationsPrompt
│ │ │ │ │ │ └── index.tsx
│ │ │ │ │ ├── KeylessPrompt
│ │ │ │ │ │ ├── index.tsx
│ │ │ │ │ │ ├── KeySlashIcon.tsx
│ │ │ │ │ │ └── use-revalidate-environment.ts
│ │ │ │ │ └── shared.tsx
│ │ │ │ ├── GoogleOneTap
│ │ │ │ │ ├── index.tsx
│ │ │ │ │ └── one-tap-start.tsx
│ │ │ │ ├── ImpersonationFab
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── OAuthConsent
│ │ │ │ │ └── OAuthConsent.tsx
│ │ │ │ ├── OrganizationList
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ └── OrganizationList.test.tsx
│ │ │ │ │ ├── index.tsx
│ │ │ │ │ ├── OrganizationListPage.tsx
│ │ │ │ │ ├── shared.tsx
│ │ │ │ │ ├── UserInvitationList.tsx
│ │ │ │ │ ├── UserMembershipList.tsx
│ │ │ │ │ ├── UserSuggestionList.tsx
│ │ │ │ │ └── utils.ts
│ │ │ │ ├── OrganizationProfile
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ ├── InviteMembersPage.test.tsx
│ │ │ │ │ │ ├── LeaveOrganizationPage.test.tsx
│ │ │ │ │ │ ├── OrganizationGeneralPage.test.tsx
│ │ │ │ │ │ ├── OrganizationMembers.test.tsx
│ │ │ │ │ │ ├── OrganizationProfile.test.tsx
│ │ │ │ │ │ ├── ProfileSettingsPage.test.tsx
│ │ │ │ │ │ └── utils.ts
│ │ │ │ │ ├── ActionConfirmationPage.tsx
│ │ │ │ │ ├── ActiveMembersList.tsx
│ │ │ │ │ ├── AddDomainForm.tsx
│ │ │ │ │ ├── BillingWidget.tsx
│ │ │ │ │ ├── DomainList.tsx
│ │ │ │ │ ├── EnrollmentBadge.tsx
│ │ │ │ │ ├── index.tsx
│ │ │ │ │ ├── InvitedMembersList.tsx
│ │ │ │ │ ├── InviteMembersForm.tsx
│ │ │ │ │ ├── InviteMembersScreen.tsx
│ │ │ │ │ ├── MemberListTable.tsx
│ │ │ │ │ ├── MembersActions.tsx
│ │ │ │ │ ├── MembershipWidget.tsx
│ │ │ │ │ ├── MembersSearch.tsx
│ │ │ │ │ ├── OrganizationAPIKeysPage.tsx
│ │ │ │ │ ├── OrganizationBillingPage.tsx
│ │ │ │ │ ├── OrganizationGeneralPage.tsx
│ │ │ │ │ ├── OrganizationMembers.tsx
│ │ │ │ │ ├── OrganizationMembersTabInvitations.tsx
│ │ │ │ │ ├── OrganizationMembersTabRequests.tsx
│ │ │ │ │ ├── OrganizationPaymentAttemptPage.tsx
│ │ │ │ │ ├── OrganizationPlansPage.tsx
│ │ │ │ │ ├── OrganizationProfileAvatarUploader.tsx
│ │ │ │ │ ├── OrganizationProfileNavbar.tsx
│ │ │ │ │ ├── OrganizationProfileRoutes.tsx
│ │ │ │ │ ├── OrganizationStatementPage.tsx
│ │ │ │ │ ├── ProfileForm.tsx
│ │ │ │ │ ├── RemoveDomainForm.tsx
│ │ │ │ │ ├── RemoveDomainScreen.tsx
│ │ │ │ │ ├── RequestToJoinList.tsx
│ │ │ │ │ ├── VerifiedDomainForm.tsx
│ │ │ │ │ ├── VerifiedDomainScreen.tsx
│ │ │ │ │ ├── VerifyDomainForm.tsx
│ │ │ │ │ └── VerifyDomainScreen.tsx
│ │ │ │ ├── OrganizationSwitcher
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ ├── OrganizationSwitcher.test.tsx
│ │ │ │ │ │ ├── test-utils.ts
│ │ │ │ │ │ └── utils.test.ts
│ │ │ │ │ ├── index.tsx
│ │ │ │ │ ├── OrganizationSwitcherPopover.tsx
│ │ │ │ │ ├── OrganizationSwitcherTrigger.tsx
│ │ │ │ │ ├── OtherOrganizationActions.tsx
│ │ │ │ │ ├── UserInvitationSuggestionList.tsx
│ │ │ │ │ ├── UserMembershipList.tsx
│ │ │ │ │ └── utils.ts
│ │ │ │ ├── PaymentAttempts
│ │ │ │ │ ├── index.ts
│ │ │ │ │ ├── PaymentAttemptPage.tsx
│ │ │ │ │ └── PaymentAttemptsList.tsx
│ │ │ │ ├── PaymentMethods
│ │ │ │ │ ├── AddPaymentMethod.tsx
│ │ │ │ │ ├── index.ts
│ │ │ │ │ ├── PaymentElementSkeleton.tsx
│ │ │ │ │ ├── PaymentMethodRow.tsx
│ │ │ │ │ ├── PaymentMethods.tsx
│ │ │ │ │ └── TestPaymentMethod.tsx
│ │ │ │ ├── Plans
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ └── PlanDetails.test.tsx
│ │ │ │ │ └── PlanDetails.tsx
│ │ │ │ ├── prefetch-organization-list.tsx
│ │ │ │ ├── PricingTable
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ └── PricingTable.test.tsx
│ │ │ │ │ ├── index.tsx
│ │ │ │ │ ├── PricingTable.tsx
│ │ │ │ │ ├── PricingTableDefault.tsx
│ │ │ │ │ ├── PricingTableMatrix.tsx
│ │ │ │ │ └── utils
│ │ │ │ │ ├── pricing-footer-state.spec.ts
│ │ │ │ │ └── pricing-footer-state.ts
│ │ │ │ ├── SessionTasks
│ │ │ │ │ ├── index.tsx
│ │ │ │ │ └── tasks
│ │ │ │ │ ├── shared
│ │ │ │ │ │ ├── index.ts
│ │ │ │ │ │ └── withTaskGuard.ts
│ │ │ │ │ ├── TaskChooseOrganization
│ │ │ │ │ │ ├── __tests__
│ │ │ │ │ │ │ └── TaskChooseOrganization.test.tsx
│ │ │ │ │ │ ├── ChooseOrganizationScreen.tsx
│ │ │ │ │ │ ├── CreateOrganizationScreen.tsx
│ │ │ │ │ │ └── index.tsx
│ │ │ │ │ └── TaskResetPassword
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ └── TaskResetPassword.test.tsx
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── SignIn
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ ├── handleCombinedFlowTransfer.test.ts
│ │ │ │ │ │ ├── ResetPassword.test.tsx
│ │ │ │ │ │ ├── ResetPasswordSuccess.test.tsx
│ │ │ │ │ │ ├── SignInAccountSwitcher.test.tsx
│ │ │ │ │ │ ├── SignInFactorOne.test.tsx
│ │ │ │ │ │ ├── SignInFactorOneCodeForm.test.tsx
│ │ │ │ │ │ ├── SignInFactorTwo.test.tsx
│ │ │ │ │ │ ├── SignInStart.test.tsx
│ │ │ │ │ │ └── utils.test.ts
│ │ │ │ │ ├── AlternativeMethods.tsx
│ │ │ │ │ ├── handleCombinedFlowTransfer.ts
│ │ │ │ │ ├── HavingTrouble.tsx
│ │ │ │ │ ├── index.tsx
│ │ │ │ │ ├── lazy-sign-up.ts
│ │ │ │ │ ├── ResetPassword.tsx
│ │ │ │ │ ├── ResetPasswordSuccess.tsx
│ │ │ │ │ ├── shared.ts
│ │ │ │ │ ├── SignInAccountSwitcher.tsx
│ │ │ │ │ ├── SignInAlternativePhoneCodePhoneNumberCard.tsx
│ │ │ │ │ ├── SignInClientTrust.tsx
│ │ │ │ │ ├── SignInFactorOne.tsx
│ │ │ │ │ ├── SignInFactorOneAlternativeChannelCodeForm.tsx
│ │ │ │ │ ├── SignInFactorOneAlternativePhoneCodeCard.tsx
│ │ │ │ │ ├── SignInFactorOneCodeForm.tsx
│ │ │ │ │ ├── SignInFactorOneEmailCodeCard.tsx
│ │ │ │ │ ├── SignInFactorOneEmailLinkCard.tsx
│ │ │ │ │ ├── SignInFactorOneEnterpriseConnections.tsx
│ │ │ │ │ ├── SignInFactorOneForgotPasswordCard.tsx
│ │ │ │ │ ├── SignInFactorOnePasskey.tsx
│ │ │ │ │ ├── SignInFactorOnePasswordCard.tsx
│ │ │ │ │ ├── SignInFactorOnePhoneCodeCard.tsx
│ │ │ │ │ ├── SignInFactorOneSolanaWalletsCard.tsx
│ │ │ │ │ ├── SignInFactorTwo.tsx
│ │ │ │ │ ├── SignInFactorTwoAlternativeMethods.tsx
│ │ │ │ │ ├── SignInFactorTwoBackupCodeCard.tsx
│ │ │ │ │ ├── SignInFactorTwoCodeForm.tsx
│ │ │ │ │ ├── SignInFactorTwoEmailCodeCard.tsx
│ │ │ │ │ ├── SignInFactorTwoEmailLinkCard.tsx
│ │ │ │ │ ├── SignInFactorTwoPhoneCodeCard.tsx
│ │ │ │ │ ├── SignInFactorTwoTOTPCard.tsx
│ │ │ │ │ ├── SignInSocialButtons.tsx
│ │ │ │ │ ├── SignInSSOCallback.tsx
│ │ │ │ │ ├── SignInStart.tsx
│ │ │ │ │ ├── useResetPasswordFactor.tsx
│ │ │ │ │ ├── useSecondFactorSelection.ts
│ │ │ │ │ ├── utils.ts
│ │ │ │ │ └── withHavingTrouble.tsx
│ │ │ │ ├── SignUp
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ ├── SignUpContinue.test.tsx
│ │ │ │ │ │ ├── SignUpEmailLinkFlowComplete.test.tsx
│ │ │ │ │ │ ├── signUpFormHelpers.test.ts
│ │ │ │ │ │ ├── SignUpStart.test.tsx
│ │ │ │ │ │ ├── SignUpVerifyEmail.test.tsx
│ │ │ │ │ │ └── SignUpVerifyPhone.test.tsx
│ │ │ │ │ ├── index.tsx
│ │ │ │ │ ├── SignUpContinue.tsx
│ │ │ │ │ ├── SignUpEmailCodeCard.tsx
│ │ │ │ │ ├── SignUpEmailLinkCard.tsx
│ │ │ │ │ ├── SignUpEnterpriseConnections.tsx
│ │ │ │ │ ├── SignUpForm.tsx
│ │ │ │ │ ├── signUpFormHelpers.ts
│ │ │ │ │ ├── SignUpPhoneCodeCard.tsx
│ │ │ │ │ ├── SignUpRestrictedAccess.tsx
│ │ │ │ │ ├── SignUpSocialButtons.tsx
│ │ │ │ │ ├── SignUpSSOCallback.tsx
│ │ │ │ │ ├── SignUpStart.tsx
│ │ │ │ │ ├── SignUpStartAlternativePhoneCodePhoneNumberCard.tsx
│ │ │ │ │ ├── SignUpStartSolanaWalletsCard.tsx
│ │ │ │ │ ├── SignUpVerificationCodeForm.tsx
│ │ │ │ │ ├── SignUpVerifyEmail.tsx
│ │ │ │ │ ├── SignUpVerifyPhone.tsx
│ │ │ │ │ └── util.ts
│ │ │ │ ├── Statements
│ │ │ │ │ ├── index.ts
│ │ │ │ │ ├── Statement.tsx
│ │ │ │ │ ├── StatementPage.tsx
│ │ │ │ │ └── StatementsList.tsx
│ │ │ │ ├── SubscriptionDetails
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ └── SubscriptionDetails.test.tsx
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── Subscriptions
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ └── SubscriptionsList.test.tsx
│ │ │ │ │ ├── badge.tsx
│ │ │ │ │ ├── index.tsx
│ │ │ │ │ └── SubscriptionsList.tsx
│ │ │ │ ├── UserAvatar
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── UserButton
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ └── UserButton.test.tsx
│ │ │ │ │ ├── index.tsx
│ │ │ │ │ ├── SessionActions.tsx
│ │ │ │ │ ├── useMultisessionActions.tsx
│ │ │ │ │ ├── UserButtonPopover.tsx
│ │ │ │ │ ├── UserButtonTopLevelIdentifier.tsx
│ │ │ │ │ └── UserButtonTrigger.tsx
│ │ │ │ ├── UserProfile
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ ├── AccountPage.test.tsx
│ │ │ │ │ │ ├── ConnectedAccountsSection.test.tsx
│ │ │ │ │ │ ├── EmailsSection.test.tsx
│ │ │ │ │ │ ├── EnterpriseAccountsSection.test.tsx
│ │ │ │ │ │ ├── MfaPage.test.tsx
│ │ │ │ │ │ ├── PasskeysSection.test.tsx
│ │ │ │ │ │ ├── PasswordSection.test.tsx
│ │ │ │ │ │ ├── PhoneSection.test.tsx
│ │ │ │ │ │ ├── SecurityPage.test.tsx
│ │ │ │ │ │ ├── UsernameSection.test.tsx
│ │ │ │ │ │ ├── UserProfile.test.tsx
│ │ │ │ │ │ ├── UserProfileSection.test.tsx
│ │ │ │ │ │ └── utils.test.ts
│ │ │ │ │ ├── AccountPage.tsx
│ │ │ │ │ ├── ActiveDevicesSection.tsx
│ │ │ │ │ ├── AddAuthenticatorApp.tsx
│ │ │ │ │ ├── APIKeysPage.tsx
│ │ │ │ │ ├── BillingPage.tsx
│ │ │ │ │ ├── ConnectedAccountsMenu.tsx
│ │ │ │ │ ├── ConnectedAccountsSection.tsx
│ │ │ │ │ ├── DeleteSection.tsx
│ │ │ │ │ ├── DeleteUserForm.tsx
│ │ │ │ │ ├── EmailForm.tsx
│ │ │ │ │ ├── EmailsSection.tsx
│ │ │ │ │ ├── EnterpriseAccountsSection.tsx
│ │ │ │ │ ├── index.tsx
│ │ │ │ │ ├── LinkButtonWithDescription.tsx
│ │ │ │ │ ├── MfaBackupCodeCreateForm.tsx
│ │ │ │ │ ├── MfaBackupCodeList.tsx
│ │ │ │ │ ├── MfaBackupCodeScreen.tsx
│ │ │ │ │ ├── MfaBackupCodeTile.tsx
│ │ │ │ │ ├── MfaForm.tsx
│ │ │ │ │ ├── MfaPhoneCodeScreen.tsx
│ │ │ │ │ ├── MfaScreens.tsx
│ │ │ │ │ ├── MfaSection.tsx
│ │ │ │ │ ├── MfaTOTPScreen.tsx
│ │ │ │ │ ├── PasskeySection.tsx
│ │ │ │ │ ├── PasswordForm.tsx
│ │ │ │ │ ├── PasswordSection.tsx
│ │ │ │ │ ├── PhoneForm.tsx
│ │ │ │ │ ├── PhoneSection.tsx
│ │ │ │ │ ├── PlansPage.tsx
│ │ │ │ │ ├── ProfileForm.tsx
│ │ │ │ │ ├── RemoveResourceForm.tsx
│ │ │ │ │ ├── SecurityPage.tsx
│ │ │ │ │ ├── UsernameForm.tsx
│ │ │ │ │ ├── UsernameSection.tsx
│ │ │ │ │ ├── UserProfileAvatarUploader.tsx
│ │ │ │ │ ├── UserProfileNavbar.tsx
│ │ │ │ │ ├── UserProfileRoutes.tsx
│ │ │ │ │ ├── UserProfileSection.tsx
│ │ │ │ │ ├── utils.ts
│ │ │ │ │ ├── VerifyTOTP.tsx
│ │ │ │ │ ├── VerifyWithCode.tsx
│ │ │ │ │ ├── VerifyWithEnterpriseConnection.tsx
│ │ │ │ │ ├── VerifyWithLink.tsx
│ │ │ │ │ ├── Web3Form.tsx
│ │ │ │ │ ├── Web3Section.tsx
│ │ │ │ │ └── Web3SelectSolanaWalletScreen.tsx
│ │ │ │ ├── UserVerification
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ ├── UVFactorOne.test.tsx
│ │ │ │ │ │ └── UVFactorTwo.test.tsx
│ │ │ │ │ ├── AlternativeMethods.tsx
│ │ │ │ │ ├── HavingTrouble.tsx
│ │ │ │ │ ├── index.tsx
│ │ │ │ │ ├── use-after-verification.ts
│ │ │ │ │ ├── useReverificationAlternativeStrategies.ts
│ │ │ │ │ ├── UserVerificationFactorOne.tsx
│ │ │ │ │ ├── UserVerificationFactorOnePassword.tsx
│ │ │ │ │ ├── UserVerificationFactorTwo.tsx
│ │ │ │ │ ├── UserVerificationFactorTwoTOTP.tsx
│ │ │ │ │ ├── useUserVerificationSession.tsx
│ │ │ │ │ ├── utils.ts
│ │ │ │ │ ├── UVFactorOneCodeForm.tsx
│ │ │ │ │ ├── UVFactorOneEmailCodeCard.tsx
│ │ │ │ │ ├── UVFactorOnePasskeysCard.tsx
│ │ │ │ │ ├── UVFactorOnePhoneCodeCard.tsx
│ │ │ │ │ ├── UVFactorTwoAlternativeMethods.tsx
│ │ │ │ │ ├── UVFactorTwoBackupCodeCard.tsx
│ │ │ │ │ ├── UVFactorTwoCodeForm.tsx
│ │ │ │ │ ├── UVFactorTwoPhoneCodeCard.tsx
│ │ │ │ │ └── withHavingTrouble.tsx
│ │ │ │ └── Waitlist
│ │ │ │ ├── __tests__
│ │ │ │ │ └── Waitlist.test.tsx
│ │ │ │ ├── index.tsx
│ │ │ │ ├── WaitlistForm.tsx
│ │ │ │ └── waitlistFormHelpers.ts
│ │ │ ├── Components.tsx
│ │ │ ├── constants.ts
│ │ │ ├── contexts
│ │ │ │ ├── AcceptedUserInvitations.tsx
│ │ │ │ ├── ClerkUIComponentsContext.tsx
│ │ │ │ ├── components
│ │ │ │ │ ├── APIKeys.ts
│ │ │ │ │ ├── Checkout.ts
│ │ │ │ │ ├── CreateOrganization.ts
│ │ │ │ │ ├── GoogleOneTap.ts
│ │ │ │ │ ├── index.ts
│ │ │ │ │ ├── OAuthConsent.ts
│ │ │ │ │ ├── OrganizationList.ts
│ │ │ │ │ ├── OrganizationProfile.ts
│ │ │ │ │ ├── OrganizationSwitcher.ts
│ │ │ │ │ ├── Plans.tsx
│ │ │ │ │ ├── PricingTable.ts
│ │ │ │ │ ├── SessionTasks.ts
│ │ │ │ │ ├── SignIn.ts
│ │ │ │ │ ├── SignOut.ts
│ │ │ │ │ ├── SignUp.ts
│ │ │ │ │ ├── SubscriberType.ts
│ │ │ │ │ ├── SubscriptionDetails.ts
│ │ │ │ │ ├── UserAvatar.ts
│ │ │ │ │ ├── UserButton.ts
│ │ │ │ │ ├── UserProfile.ts
│ │ │ │ │ ├── UserVerification.ts
│ │ │ │ │ └── Waitlist.ts
│ │ │ │ ├── CoreClerkContextWrapper.tsx
│ │ │ │ ├── CoreClientContext.tsx
│ │ │ │ ├── CoreSessionContext.tsx
│ │ │ │ ├── CoreUserContext.tsx
│ │ │ │ ├── EnvironmentContext.tsx
│ │ │ │ ├── index.ts
│ │ │ │ ├── ModuleManagerContext.tsx
│ │ │ │ ├── OptionsContext.tsx
│ │ │ │ └── utils.ts
│ │ │ ├── customizables
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── elementDescriptors.test.tsx
│ │ │ │ │ ├── FlowRoot.spec.tsx
│ │ │ │ │ ├── makeCustomizable.test.tsx
│ │ │ │ │ ├── parseAppearance.test.tsx
│ │ │ │ │ ├── parseVariables.test.ts
│ │ │ │ │ └── test-utils.ts
│ │ │ │ ├── AppearanceContext.tsx
│ │ │ │ ├── classGeneration.ts
│ │ │ │ ├── elementDescriptors.ts
│ │ │ │ ├── Flow.tsx
│ │ │ │ ├── index.ts
│ │ │ │ ├── makeCustomizable.tsx
│ │ │ │ ├── makeResponsive.tsx
│ │ │ │ ├── parseAppearance.ts
│ │ │ │ ├── parseVariables.ts
│ │ │ │ └── sanitizeDomProps.tsx
│ │ │ ├── elements
│ │ │ │ ├── __mocks__
│ │ │ │ │ └── @formkit
│ │ │ │ │ └── auto-animate
│ │ │ │ │ └── react
│ │ │ │ │ └── index.ts
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── CodeControl.test.tsx
│ │ │ │ │ ├── LinkRenderer.test.tsx
│ │ │ │ │ ├── PlainInput.test.tsx
│ │ │ │ │ ├── RadioGroup.test.tsx
│ │ │ │ │ ├── SocialButtons.test.tsx
│ │ │ │ │ └── TimerButton.test.tsx
│ │ │ │ ├── Action
│ │ │ │ │ ├── ActionCard.tsx
│ │ │ │ │ ├── ActionClosed.tsx
│ │ │ │ │ ├── ActionOpen.tsx
│ │ │ │ │ ├── ActionRoot.tsx
│ │ │ │ │ ├── ActionTrigger.tsx
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── Actions.tsx
│ │ │ │ ├── Alert.tsx
│ │ │ │ ├── Animated.tsx
│ │ │ │ ├── ApplicationLogo.tsx
│ │ │ │ ├── ArrowBlockButton.tsx
│ │ │ │ ├── Avatar.tsx
│ │ │ │ ├── AvatarUploader.tsx
│ │ │ │ ├── BackLink.tsx
│ │ │ │ ├── Badge.tsx
│ │ │ │ ├── CaptchaElement.tsx
│ │ │ │ ├── Card
│ │ │ │ │ ├── CardAction.tsx
│ │ │ │ │ ├── CardAlert.tsx
│ │ │ │ │ ├── CardClerkAndPagesTag.tsx
│ │ │ │ │ ├── CardContent.tsx
│ │ │ │ │ ├── CardFooter.tsx
│ │ │ │ │ ├── CardRoot.tsx
│ │ │ │ │ └── index.ts
│ │ │ │ ├── ClipboardInput.tsx
│ │ │ │ ├── CodeControl.tsx
│ │ │ │ ├── contexts
│ │ │ │ │ └── index.tsx
│ │ │ │ ├── DataTable.tsx
│ │ │ │ ├── DevModeNotice.tsx
│ │ │ │ ├── Divider.tsx
│ │ │ │ ├── Drawer.tsx
│ │ │ │ ├── ErrorCard.tsx
│ │ │ │ ├── FieldControl.tsx
│ │ │ │ ├── Form.tsx
│ │ │ │ ├── FormattedPhoneNumber.tsx
│ │ │ │ ├── FormButtons.tsx
│ │ │ │ ├── FormContainer.tsx
│ │ │ │ ├── FormControl.tsx
│ │ │ │ ├── FullHeightLoader.tsx
│ │ │ │ ├── Gauge.tsx
│ │ │ │ ├── Header.tsx
│ │ │ │ ├── IconButton.tsx
│ │ │ │ ├── IconCircle.tsx
│ │ │ │ ├── IdentityPreview.tsx
│ │ │ │ ├── InformationBox.tsx
│ │ │ │ ├── InputGroup.tsx
│ │ │ │ ├── InputWithIcon.tsx
│ │ │ │ ├── InvisibleRootBox.tsx
│ │ │ │ ├── LegalConsentCheckbox.tsx
│ │ │ │ ├── LineItems.tsx
│ │ │ │ ├── LinkRenderer.tsx
│ │ │ │ ├── LoadingCard.tsx
│ │ │ │ ├── Menu.tsx
│ │ │ │ ├── Modal.tsx
│ │ │ │ ├── Navbar.tsx
│ │ │ │ ├── OrganizationAvatar.tsx
│ │ │ │ ├── OrganizationPreview.tsx
│ │ │ │ ├── Pagination.tsx
│ │ │ │ ├── PasswordInput.tsx
│ │ │ │ ├── PersonalWorkspacePreview.tsx
│ │ │ │ ├── PhoneInput
│ │ │ │ │ ├── __tests__
│ │ │ │ │ │ └── useFormattedPhoneNumber.test.ts
│ │ │ │ │ ├── countryCodeData.ts
│ │ │ │ │ ├── index.tsx
│ │ │ │ │ └── useFormattedPhoneNumber.ts
│ │ │ │ ├── Popover.tsx
│ │ │ │ ├── PopoverCard.tsx
│ │ │ │ ├── Portal.tsx
│ │ │ │ ├── PreviewButton.tsx
│ │ │ │ ├── ProfileCard
│ │ │ │ │ ├── index.ts
│ │ │ │ │ ├── ProfileCardContent.tsx
│ │ │ │ │ └── ProfileCardRoot.tsx
│ │ │ │ ├── RadioGroup.tsx
│ │ │ │ ├── ReversibleContainer.tsx
│ │ │ │ ├── RootBox.tsx
│ │ │ │ ├── RouterLink.tsx
│ │ │ │ ├── Section.tsx
│ │ │ │ ├── SegmentedControl.tsx
│ │ │ │ ├── Select.tsx
│ │ │ │ ├── SocialButtons.tsx
│ │ │ │ ├── SuccessPage.tsx
│ │ │ │ ├── Switch.tsx
│ │ │ │ ├── Tabs.tsx
│ │ │ │ ├── TagInput.tsx
│ │ │ │ ├── ThreeDotsMenu.tsx
│ │ │ │ ├── TimerButton.tsx
│ │ │ │ ├── Tooltip.tsx
│ │ │ │ ├── UserAvatar.tsx
│ │ │ │ ├── UserPreview.tsx
│ │ │ │ ├── utils.ts
│ │ │ │ ├── VerificationCodeCard.tsx
│ │ │ │ ├── VerificationLinkCard.tsx
│ │ │ │ ├── Web3SolanaWalletButtons.tsx
│ │ │ │ └── withAvatarShimmer.tsx
│ │ │ ├── emotion.d.ts
│ │ │ ├── entry.ts
│ │ │ ├── foundations
│ │ │ │ ├── __tests__
│ │ │ │ │ └── createInternalTheme.test.ts
│ │ │ │ ├── borders.ts
│ │ │ │ ├── colors.ts
│ │ │ │ ├── createInternalTheme.ts
│ │ │ │ ├── defaultFoundations.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── opacity.ts
│ │ │ │ ├── shadows.ts
│ │ │ │ ├── sizes.ts
│ │ │ │ ├── transitions.ts
│ │ │ │ ├── typography.ts
│ │ │ │ └── zIndices.ts
│ │ │ ├── global.d.ts
│ │ │ ├── hooks
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── useCoreOrganization.test.tsx
│ │ │ │ │ ├── useCoreOrganizationList.test.tsx
│ │ │ │ │ ├── useDevMode.test.tsx
│ │ │ │ │ ├── useDirection.test.ts
│ │ │ │ │ ├── useEnabledThirdPartyProviders.test.tsx
│ │ │ │ │ ├── usePasswordComplexity.test.tsx
│ │ │ │ │ └── useSupportEmail.test.tsx
│ │ │ │ ├── index.ts
│ │ │ │ ├── useAlternativeStrategies.ts
│ │ │ │ ├── useClerkModalStateParams.tsx
│ │ │ │ ├── useClipboard.ts
│ │ │ │ ├── useDebounce.ts
│ │ │ │ ├── useDevMode.tsx
│ │ │ │ ├── useDirection.ts
│ │ │ │ ├── useEmailLink.ts
│ │ │ │ ├── useEnabledThirdPartyProviders.tsx
│ │ │ │ ├── useEnterpriseSSOLink.ts
│ │ │ │ ├── useFetch.ts
│ │ │ │ ├── useFetchRoles.ts
│ │ │ │ ├── useInView.ts
│ │ │ │ ├── useLoadingStatus.ts
│ │ │ │ ├── useMultipleSessions.ts
│ │ │ │ ├── useNavigateToFlowStart.ts
│ │ │ │ ├── useOrganizationListInView.ts
│ │ │ │ ├── usePassword.ts
│ │ │ │ ├── usePasswordComplexity.ts
│ │ │ │ ├── usePopover.ts
│ │ │ │ ├── usePrefersReducedMotion.ts
│ │ │ │ ├── usePreloadTasks.ts
│ │ │ │ ├── useSafeState.ts
│ │ │ │ ├── useScrollLock.ts
│ │ │ │ ├── useSearchInput.ts
│ │ │ │ ├── useSetSessionWithTimeout.ts
│ │ │ │ ├── useSupportEmail.ts
│ │ │ │ ├── useTabState.ts
│ │ │ │ ├── useTotalEnabledAuthMethods.ts
│ │ │ │ └── useWindowEventListener.ts
│ │ │ ├── icons
│ │ │ │ ├── add.svg
│ │ │ │ ├── apple-pay.svg
│ │ │ │ ├── arrow-left.svg
│ │ │ │ ├── arrow-right-button.svg
│ │ │ │ ├── arrow-right.svg
│ │ │ │ ├── arrows-up-down.svg
│ │ │ │ ├── auth-app.svg
│ │ │ │ ├── billing.svg
│ │ │ │ ├── block.svg
│ │ │ │ ├── caret-left.svg
│ │ │ │ ├── caret-right.svg
│ │ │ │ ├── caret.svg
│ │ │ │ ├── chat-alt.svg
│ │ │ │ ├── check-circle.svg
│ │ │ │ ├── check.svg
│ │ │ │ ├── checkmark-filled.svg
│ │ │ │ ├── chevron-down.svg
│ │ │ │ ├── chevron-up-down.svg
│ │ │ │ ├── clipboard-outline.svg
│ │ │ │ ├── clipboard.svg
│ │ │ │ ├── close.svg
│ │ │ │ ├── code.svg
│ │ │ │ ├── cog-filled.svg
│ │ │ │ ├── cog.svg
│ │ │ │ ├── copy.svg
│ │ │ │ ├── credit-card.svg
│ │ │ │ ├── device-laptop.svg
│ │ │ │ ├── device-mobile.svg
│ │ │ │ ├── dot-circle-horizontal.svg
│ │ │ │ ├── download.svg
│ │ │ │ ├── email.svg
│ │ │ │ ├── exclamation-circle.svg
│ │ │ │ ├── exclamation-triangle.svg
│ │ │ │ ├── eye-slash.svg
│ │ │ │ ├── eye.svg
│ │ │ │ ├── fingerprint.svg
│ │ │ │ ├── folder.svg
│ │ │ │ ├── generic-pay.svg
│ │ │ │ ├── index.ts
│ │ │ │ ├── information-circle.svg
│ │ │ │ ├── link.svg
│ │ │ │ ├── lock-closed.svg
│ │ │ │ ├── lock-dotted-circle.svg
│ │ │ │ ├── logo-mark-new.svg
│ │ │ │ ├── logo-mark.svg
│ │ │ │ ├── magnifying-glass.svg
│ │ │ │ ├── menu.svg
│ │ │ │ ├── minus.svg
│ │ │ │ ├── mobile-small.svg
│ │ │ │ ├── mobile.svg
│ │ │ │ ├── organization.svg
│ │ │ │ ├── pencil-edit.svg
│ │ │ │ ├── pencil.svg
│ │ │ │ ├── plans.svg
│ │ │ │ ├── plus.svg
│ │ │ │ ├── print.svg
│ │ │ │ ├── question-mark.svg
│ │ │ │ ├── request-auth.svg
│ │ │ │ ├── rotate-left-right.svg
│ │ │ │ ├── selector.svg
│ │ │ │ ├── signout-double.svg
│ │ │ │ ├── signout.svg
│ │ │ │ ├── spinner-jumbo.svg
│ │ │ │ ├── switch-arrow-right.svg
│ │ │ │ ├── switch-arrows.svg
│ │ │ │ ├── threeDots.svg
│ │ │ │ ├── tick-shield.svg
│ │ │ │ ├── times.svg
│ │ │ │ ├── trash.svg
│ │ │ │ ├── upload.svg
│ │ │ │ ├── user.svg
│ │ │ │ ├── userAdd.svg
│ │ │ │ └── users.svg
│ │ │ ├── index.browser.ts
│ │ │ ├── index.legacy.browser.ts
│ │ │ ├── index.ts
│ │ │ ├── internal
│ │ │ │ ├── appearance.ts
│ │ │ │ ├── index.ts
│ │ │ │ └── routing.ts
│ │ │ ├── lazyModules
│ │ │ │ ├── common.ts
│ │ │ │ ├── components.ts
│ │ │ │ ├── drawers.tsx
│ │ │ │ ├── MountedCheckoutDrawer.tsx
│ │ │ │ ├── MountedPlanDetailDrawer.tsx
│ │ │ │ ├── MountedSubscriptionDetailDrawer.tsx
│ │ │ │ └── providers.tsx
│ │ │ ├── localization
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── applyTokensToString.test.ts
│ │ │ │ │ ├── makeLocalizable.test.tsx
│ │ │ │ │ └── parseLocalization.test.tsx
│ │ │ │ ├── applyTokensToString.ts
│ │ │ │ ├── defaultEnglishResource.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── localizationKeys.ts
│ │ │ │ ├── localizationModifiers.ts
│ │ │ │ ├── makeLocalizable.tsx
│ │ │ │ └── parseLocalization.ts
│ │ │ ├── portal
│ │ │ │ └── index.tsx
│ │ │ ├── primitives
│ │ │ │ ├── Alert.tsx
│ │ │ │ ├── AlertIcon.tsx
│ │ │ │ ├── applyDataStateProps.ts
│ │ │ │ ├── Badge.tsx
│ │ │ │ ├── Box.tsx
│ │ │ │ ├── Button.tsx
│ │ │ │ ├── Dd.tsx
│ │ │ │ ├── Dl.tsx
│ │ │ │ ├── Dt.tsx
│ │ │ │ ├── Flex.tsx
│ │ │ │ ├── Form.tsx
│ │ │ │ ├── FormErrorText.tsx
│ │ │ │ ├── FormInfoText.tsx
│ │ │ │ ├── FormLabel.tsx
│ │ │ │ ├── FormSuccessText.tsx
│ │ │ │ ├── FormWarningText.tsx
│ │ │ │ ├── gapPropertyCompat.ts
│ │ │ │ ├── Grid.tsx
│ │ │ │ ├── Heading.tsx
│ │ │ │ ├── hooks
│ │ │ │ │ ├── useFormField.tsx
│ │ │ │ │ └── useInput.ts
│ │ │ │ ├── Hr.tsx
│ │ │ │ ├── Icon.tsx
│ │ │ │ ├── Image.tsx
│ │ │ │ ├── index.ts
│ │ │ │ ├── Input.tsx
│ │ │ │ ├── Link.tsx
│ │ │ │ ├── NotificationBadge.tsx
│ │ │ │ ├── Span.tsx
│ │ │ │ ├── Spinner.tsx
│ │ │ │ ├── Table.tsx
│ │ │ │ ├── Tbody.tsx
│ │ │ │ ├── Td.tsx
│ │ │ │ ├── Text.tsx
│ │ │ │ ├── Th.tsx
│ │ │ │ ├── Thead.tsx
│ │ │ │ └── Tr.tsx
│ │ │ ├── router
│ │ │ │ ├── __mocks__
│ │ │ │ │ └── RouteContext.tsx
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── HashRouter.test.tsx
│ │ │ │ │ ├── PathRouter.test.tsx
│ │ │ │ │ ├── Switch.test.tsx
│ │ │ │ │ └── VirtualRouter.test.tsx
│ │ │ │ ├── BaseRouter.tsx
│ │ │ │ ├── HashRouter.tsx
│ │ │ │ ├── index.tsx
│ │ │ │ ├── newPaths.ts
│ │ │ │ ├── PathRouter.tsx
│ │ │ │ ├── pathToRegexp.ts
│ │ │ │ ├── Route.tsx
│ │ │ │ ├── RouteContext.tsx
│ │ │ │ ├── Switch.tsx
│ │ │ │ └── VirtualRouter.tsx
│ │ │ ├── styledSystem
│ │ │ │ ├── __tests__
│ │ │ │ │ └── createVariants.test.ts
│ │ │ │ ├── animations.ts
│ │ │ │ ├── breakpoints.tsx
│ │ │ │ ├── common.ts
│ │ │ │ ├── createCssVariables.ts
│ │ │ │ ├── createVariants.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── InternalThemeProvider.tsx
│ │ │ │ ├── StyleCacheProvider.tsx
│ │ │ │ └── types.ts
│ │ │ ├── themes
│ │ │ │ ├── createTheme.ts
│ │ │ │ ├── dark.ts
│ │ │ │ ├── experimental.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── neobrutalism.ts
│ │ │ │ ├── shadcn.css
│ │ │ │ ├── shadcn.ts
│ │ │ │ └── shadesOfPurple.ts
│ │ │ ├── types.ts
│ │ │ └── utils
│ │ │ ├── __tests__
│ │ │ │ ├── createCustomMenuItems.test.ts
│ │ │ │ ├── createCustomPages.test.ts
│ │ │ │ ├── cssSupports.test.ts
│ │ │ │ ├── cssVariables.test.ts
│ │ │ │ ├── dynamicParamParser.test.ts
│ │ │ │ ├── extractCssLayerNameFromAppearance.ts
│ │ │ │ ├── factorSorting.test.ts
│ │ │ │ ├── formatSafeIdentifier.test.ts
│ │ │ │ ├── intl.test.ts
│ │ │ │ ├── originPrefersPopup.test.ts
│ │ │ │ ├── passwordUtils.test.tsx
│ │ │ │ ├── phoneUtils.test.ts
│ │ │ │ └── truncateTextWithEndVisible.test.ts
│ │ │ ├── buildVirtualRouterUrl.ts
│ │ │ ├── captcha
│ │ │ │ └── constants.ts
│ │ │ ├── colors
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── constants.test.ts
│ │ │ │ │ ├── index.test.ts
│ │ │ │ │ ├── legacy.test.ts
│ │ │ │ │ ├── modern.test.ts
│ │ │ │ │ ├── scales.test.ts
│ │ │ │ │ └── utils.test.ts
│ │ │ │ ├── constants.ts
│ │ │ │ ├── index.ts
│ │ │ │ ├── legacy.ts
│ │ │ │ ├── modern.ts
│ │ │ │ ├── README.md
│ │ │ │ ├── scales.ts
│ │ │ │ └── utils.ts
│ │ │ ├── containsAllOf.ts
│ │ │ ├── createCustomMenuItems.tsx
│ │ │ ├── createCustomPages.tsx
│ │ │ ├── createInfiniteAccessProxy.ts
│ │ │ ├── createSlug.ts
│ │ │ ├── cssSupports.ts
│ │ │ ├── cssVariables.ts
│ │ │ ├── disambiguateRedirectOptions.ts
│ │ │ ├── dynamicParamParser.ts
│ │ │ ├── errorHandler.ts
│ │ │ ├── ExternalElementMounter.tsx
│ │ │ ├── extractCssLayerNameFromAppearance.ts
│ │ │ ├── factorSorting.ts
│ │ │ ├── formatDate.ts
│ │ │ ├── formatSafeIdentifier.ts
│ │ │ ├── fromEntries.ts
│ │ │ ├── getClosestProfileScrollBox.ts
│ │ │ ├── getRelativeToNowDateKey.ts
│ │ │ ├── getValidReactChildren.ts
│ │ │ ├── image.ts
│ │ │ ├── intl.ts
│ │ │ ├── isMobileDevice.ts
│ │ │ ├── mergeRefs.ts
│ │ │ ├── normalizeRoutingOptions.ts
│ │ │ ├── one-tap.ts
│ │ │ ├── originPrefersPopup.ts
│ │ │ ├── passwordUtils.ts
│ │ │ ├── phoneUtils.ts
│ │ │ ├── range.ts
│ │ │ ├── readObjectPath.ts
│ │ │ ├── removeUndefinedProps.ts
│ │ │ ├── roleLocalizationKey.ts
│ │ │ ├── runtimeEnvironment.ts
│ │ │ ├── sanitizeCustomLinkURL.ts
│ │ │ ├── setWebpackChunkPublicPath.ts
│ │ │ ├── sleep.ts
│ │ │ ├── timeAgo.ts
│ │ │ ├── truncateTextWithEndVisible.ts
│ │ │ ├── useFormControl.ts
│ │ │ ├── usernameUtils.ts
│ │ │ └── web3CallbackErrorHandler.ts
│ │ ├── tsconfig.json
│ │ ├── tsdown.config.mts
│ │ └── turbo.json
│ ├── upgrade
│ │ ├── .gitignore
│ │ ├── CHANGELOG.md
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── scripts
│ │ │ └── generate-guide.js
│ │ ├── src
│ │ │ ├── __tests__
│ │ │ │ ├── fixtures
│ │ │ │ │ ├── expo-old-package
│ │ │ │ │ │ ├── package-lock.json
│ │ │ │ │ │ ├── package.json
│ │ │ │ │ │ └── src
│ │ │ │ │ │ └── App.tsx
│ │ │ │ │ ├── nextjs-catalog
│ │ │ │ │ │ ├── package.json
│ │ │ │ │ │ ├── pnpm-lock.yaml
│ │ │ │ │ │ └── src
│ │ │ │ │ │ └── app.tsx
│ │ │ │ │ ├── nextjs-v6
│ │ │ │ │ │ ├── package.json
│ │ │ │ │ │ ├── pnpm-lock.yaml
│ │ │ │ │ │ └── src
│ │ │ │ │ │ └── app.tsx
│ │ │ │ │ ├── nextjs-v6-scan-issues
│ │ │ │ │ │ ├── package.json
│ │ │ │ │ │ ├── pnpm-lock.yaml
│ │ │ │ │ │ └── src
│ │ │ │ │ │ └── app.tsx
│ │ │ │ │ ├── nextjs-v7
│ │ │ │ │ │ ├── package.json
│ │ │ │ │ │ ├── pnpm-lock.yaml
│ │ │ │ │ │ └── src
│ │ │ │ │ │ └── app.tsx
│ │ │ │ │ ├── no-clerk
│ │ │ │ │ │ └── package.json
│ │ │ │ │ └── react-v6
│ │ │ │ │ ├── package.json
│ │ │ │ │ ├── src
│ │ │ │ │ │ └── App.tsx
│ │ │ │ │ └── yarn.lock
│ │ │ │ ├── helpers
│ │ │ │ │ └── create-fixture.js
│ │ │ │ └── integration
│ │ │ │ ├── cli.test.js
│ │ │ │ ├── config.test.js
│ │ │ │ ├── detect-sdk.test.js
│ │ │ │ └── runner.test.js
│ │ │ ├── cli.js
│ │ │ ├── codemods
│ │ │ │ ├── __tests__
│ │ │ │ │ ├── __fixtures__
│ │ │ │ │ │ ├── transform-align-experimental-unstable-prefixes.fixtures.js
│ │ │ │ │ │ ├── transform-appearance-layout-to-options.fixtures.js
│ │ │ │ │ │ ├── transform-async-request.fixtures.js
│ │ │ │ │ │ ├── transform-clerk-provider-dynamic.fixtures.js
│ │ │ │ │ │ ├── transform-clerk-react-v6.fixtures.js
│ │ │ │ │ │ ├── transform-protect-to-show.fixtures.js
│ │ │ │ │ │ ├── transform-remove-deprecated-appearance-props.fixtures.js
│ │ │ │ │ │ ├── transform-remove-deprecated-props.fixtures.js
│ │ │ │ │ │ └── transform-themes-to-ui-themes.fixtures.js
│ │ │ │ │ ├── transform-align-experimental-unstable-prefixes.test.js
│ │ │ │ │ ├── transform-appearance-layout-to-options.test.js
│ │ │ │ │ ├── transform-async-request.test.js
│ │ │ │ │ ├── transform-clerk-provider-dynamic.test.js
│ │ │ │ │ ├── transform-clerk-react-v6.test.js
│ │ │ │ │ ├── transform-protect-to-show.test.js
│ │ │ │ │ ├── transform-remove-deprecated-appearance-props.test.js
│ │ │ │ │ ├── transform-remove-deprecated-props.test.js
│ │ │ │ │ └── transform-themes-to-ui-themes.test.js
│ │ │ │ ├── index.js
│ │ │ │ ├── transform-align-experimental-unstable-prefixes.cjs
│ │ │ │ ├── transform-appearance-layout-to-options.cjs
│ │ │ │ ├── transform-async-request.cjs
│ │ │ │ ├── transform-clerk-provider-dynamic.cjs
│ │ │ │ ├── transform-clerk-react-v6.cjs
│ │ │ │ ├── transform-protect-to-show.cjs
│ │ │ │ ├── transform-remove-deprecated-appearance-props.cjs
│ │ │ │ ├── transform-remove-deprecated-props.cjs
│ │ │ │ └── transform-themes-to-ui-themes.cjs
│ │ │ ├── config.js
│ │ │ ├── constants
│ │ │ │ ├── sdks.js
│ │ │ │ └── versions.js
│ │ │ ├── guide-generators
│ │ │ │ ├── core-2
│ │ │ │ │ ├── backend
│ │ │ │ │ │ ├── import-paths.mdx
│ │ │ │ │ │ ├── index.js
│ │ │ │ │ │ └── intro.mdx
│ │ │ │ │ ├── chrome-extension
│ │ │ │ │ │ ├── index.js
│ │ │ │ │ │ └── intro.mdx
│ │ │ │ │ ├── expo
│ │ │ │ │ │ ├── index.js
│ │ │ │ │ │ └── intro.mdx
│ │ │ │ │ ├── fastify
│ │ │ │ │ │ ├── index.js
│ │ │ │ │ │ └── intro.mdx
│ │ │ │ │ ├── generate-all.sh
│ │ │ │ │ ├── js
│ │ │ │ │ │ ├── index.js
│ │ │ │ │ │ └── intro.mdx
│ │ │ │ │ ├── nextjs
│ │ │ │ │ │ ├── import-changes.mdx
│ │ │ │ │ │ ├── index.js
│ │ │ │ │ │ ├── intro.mdx
│ │ │ │ │ │ ├── middleware-changes.mdx
│ │ │ │ │ │ └── nextjs-version.mdx
│ │ │ │ │ ├── node
│ │ │ │ │ │ ├── index.js
│ │ │ │ │ │ ├── intro.mdx
│ │ │ │ │ │ └── node-setters-removals.mdx
│ │ │ │ │ ├── overview
│ │ │ │ │ │ ├── index.js
│ │ │ │ │ │ └── intro.mdx
│ │ │ │ │ ├── react
│ │ │ │ │ │ ├── hof-removals.mdx
│ │ │ │ │ │ ├── index.js
│ │ │ │ │ │ └── intro.mdx
│ │ │ │ │ ├── remix
│ │ │ │ │ │ ├── index.js
│ │ │ │ │ │ └── intro.mdx
│ │ │ │ │ ├── retheme
│ │ │ │ │ │ ├── index.js
│ │ │ │ │ │ └── intro.mdx
│ │ │ │ │ └── shared
│ │ │ │ │ ├── after-sign-x-handling.mdx
│ │ │ │ │ ├── cli.mdx
│ │ │ │ │ ├── deprecation-removals.mdx
│ │ │ │ │ ├── image-url.mdx
│ │ │ │ │ ├── node-version.mdx
│ │ │ │ │ ├── orgs-claim.mdx
│ │ │ │ │ ├── pagination-args.mdx
│ │ │ │ │ ├── pagination-return.mdx
│ │ │ │ │ ├── path-routing.mdx
│ │ │ │ │ ├── prepare.mdx
│ │ │ │ │ ├── react-version.mdx
│ │ │ │ │ ├── redesign-preview.mdx
│ │ │ │ │ └── update-version.mdx
│ │ │ │ └── text-generation.js
│ │ │ ├── img
│ │ │ │ ├── alternativemethods-backlink.png
│ │ │ │ ├── button-to-organizationlistcreateorganizationactionbutton.png
│ │ │ │ ├── connected-accounts-dropdown.png
│ │ │ │ ├── mfa-dropdown.png
│ │ │ │ ├── organizationprofile-settings.png
│ │ │ │ ├── remove-identitypreview-avatar.png
│ │ │ │ ├── remove-socialbuttonsblockbuttonarrow.png
│ │ │ │ ├── userbuttonpopoveractionbuttontext-removed.png
│ │ │ │ └── userprofile-security.png
│ │ │ ├── render.js
│ │ │ ├── runner.js
│ │ │ ├── util
│ │ │ │ ├── all-titles.js
│ │ │ │ ├── detect-sdk.js
│ │ │ │ ├── generate-changelog.js
│ │ │ │ ├── load-change.js
│ │ │ │ └── package-manager.js
│ │ │ └── versions
│ │ │ ├── core-2
│ │ │ │ ├── backend
│ │ │ │ │ ├── api-url-value-changed.md
│ │ │ │ │ ├── authenticaterequest-params-change.md
│ │ │ │ │ ├── buildrequesturl-removed.md
│ │ │ │ │ ├── clerk-import.md
│ │ │ │ │ ├── client-unstableoptions-removed.md
│ │ │ │ │ ├── clockskewinseconds.md
│ │ │ │ │ ├── constants-import-path-move.md
│ │ │ │ │ ├── createauthenticaterequest-import-path-move.md
│ │ │ │ │ ├── createclerkclient-apikey.md
│ │ │ │ │ ├── createclerkclient-frontendapi.md
│ │ │ │ │ ├── createemail-removed.md
│ │ │ │ │ ├── createisomorphicrequest-import-path-move.md
│ │ │ │ │ ├── createisomorphicrequest-removed.md
│ │ │ │ │ ├── decodejwt-import-path-move.md
│ │ │ │ │ ├── getclientlist-arguments.md
│ │ │ │ │ ├── getorganizationmembershiplist-return-signature.md
│ │ │ │ │ ├── getpendingorganizationinvitationlist.md
│ │ │ │ │ ├── getsessionlist-arguments.md
│ │ │ │ │ ├── httpoptions-removed.md
│ │ │ │ │ ├── interstitial-removed.md
│ │ │ │ │ ├── members-count.md
│ │ │ │ │ ├── membershiprole.md
│ │ │ │ │ ├── organizationjson-logourl.md
│ │ │ │ │ ├── organizationmembershippublicuserdatajson-profileimageurl.md
│ │ │ │ │ ├── pkgversion.md
│ │ │ │ │ ├── redirect-import-path-move.md
│ │ │ │ │ ├── signjwt-import-path-move.md
│ │ │ │ │ ├── signjwterror-import-move.md
│ │ │ │ │ ├── tokenverificationerror-import-move.md
│ │ │ │ │ ├── tokenverificationerroraction-import-move.md
│ │ │ │ │ ├── tokenverificationerrorcode-import-move.md
│ │ │ │ │ ├── tokenverificationerrorreason-import-move.md
│ │ │ │ │ ├── userjson-profileimageurl.md
│ │ │ │ │ └── verifyjwt-import-path-move.md
│ │ │ │ ├── chrome-extension
│ │ │ │ │ └── clerkprovider-tokencache.md
│ │ │ │ ├── common
│ │ │ │ │ ├── aftersignxurl-changes.md
│ │ │ │ │ ├── afterswitchorganizationurl.md
│ │ │ │ │ ├── alternativemethods-backlink.md
│ │ │ │ │ ├── api-key-to-secret-key.md
│ │ │ │ │ ├── appearance-organizationpreview-organizationswitcher.md
│ │ │ │ │ ├── appearance-variables-breaking-changes.md
│ │ │ │ │ ├── button-to-organizationlistcreateorganizationactionbutton.md
│ │ │ │ │ ├── card-changes.md
│ │ │ │ │ ├── changed-localization-keys.md
│ │ │ │ │ ├── clerkprovider-frontendapi-2.md
│ │ │ │ │ ├── clerkprovideroptionswrapper-dropped.md
│ │ │ │ │ ├── connected-accounts-dropdown.md
│ │ │ │ │ ├── emaillinkerrorcode-import-change.md
│ │ │ │ │ ├── externalaccount-avatarurl.md
│ │ │ │ │ ├── externalaccount-picture.md
│ │ │ │ │ ├── externalaccountjson-avatarurl.md
│ │ │ │ │ ├── frontend-api-to-publishable-key.md
│ │ │ │ │ ├── getallowlistidentifierlist-return-signature.md
│ │ │ │ │ ├── getclientlist-return-signature.md
│ │ │ │ │ ├── getinvitationlist-return-signature.md
│ │ │ │ │ ├── getorganizationinvitationlist-return-signature.md
│ │ │ │ │ ├── getorganizationinvitationlist-return-type-change.md
│ │ │ │ │ ├── getorganizationlist-return-signature.md
│ │ │ │ │ ├── getorganizationlist-return-type-change.md
│ │ │ │ │ ├── getorganizationmembershiplist-return-type-change.md
│ │ │ │ │ ├── getredirecturllist-return-signature.md
│ │ │ │ │ ├── getsessionlist-return-signature.md
│ │ │ │ │ ├── getuserlist-return-signature.md
│ │ │ │ │ ├── getuseroauthaccesstoken-return-signature.md
│ │ │ │ │ ├── handlemagiclinkverification.md
│ │ │ │ │ ├── isclerkapiresponserror-import-change.md
│ │ │ │ │ ├── isemaillinkerror-import-change.md
│ │ │ │ │ ├── isknownerror-import-change.md
│ │ │ │ │ ├── ismagiclinkerror.md
│ │ │ │ │ ├── ismetamaskerror-import-change.md
│ │ │ │ │ ├── magiclinkerror.md
│ │ │ │ │ ├── magiclinkerrorcode.md
│ │ │ │ │ ├── mfa-dropdown.md
│ │ │ │ │ ├── min-react-version.md
│ │ │ │ │ ├── multisessionappsupport-import-change.md
│ │ │ │ │ ├── navigate-to-routerpush-routerreplace.md
│ │ │ │ │ ├── new-localization-keys.md
│ │ │ │ │ ├── organization-create-string.md
│ │ │ │ │ ├── organization-getdomains-arguments-change.md
│ │ │ │ │ ├── organization-getinvitations-arguments-changed.md
│ │ │ │ │ ├── organization-getmembershiprequests-arguments-changed.md
│ │ │ │ │ ├── organization-getmemberships-arguments-changed.md
│ │ │ │ │ ├── organization-getpendinginvitations.md
│ │ │ │ │ ├── organization-getroles-arguments-changed.md
│ │ │ │ │ ├── organization-logourl.md
│ │ │ │ │ ├── organizationmembershippublicuserdata-profileimageurl.md
│ │ │ │ │ ├── organizationprofile-settings.md
│ │ │ │ │ ├── organizationswitcherpopoveractionbuttontext-removed.md
│ │ │ │ │ ├── remove-identitypreview-avatar.md
│ │ │ │ │ ├── remove-socialbuttonsblockbuttonarrow.md
│ │ │ │ │ ├── removed-localization-keys.md
│ │ │ │ │ ├── setsession.md
│ │ │ │ │ ├── signoutcallback-to-redirecturl.md
│ │ │ │ │ ├── supported-external-accounts-removed.md
│ │ │ │ │ ├── usemagiclink.md
│ │ │ │ │ ├── useorganization-invitationlist.md
│ │ │ │ │ ├── useorganization-membershiplist.md
│ │ │ │ │ ├── useorganizations.md
│ │ │ │ │ ├── user-getorganizationinvitations-arguments-changed.md
│ │ │ │ │ ├── user-getorganizationmemberships-arguments-changed.md
│ │ │ │ │ ├── user-getorganizationmemberships-return-signature.md
│ │ │ │ │ ├── user-getorganizationsuggestions-arguments-changed.md
│ │ │ │ │ ├── user-profileimageurl.md
│ │ │ │ │ ├── user-update-password.md
│ │ │ │ │ ├── userbuttonpopoveractionbuttontext-removed.md
│ │ │ │ │ ├── userbuttontrigger-userbuttonbox-invert.md
│ │ │ │ │ ├── userprofile-prop.md
│ │ │ │ │ ├── userprofile-security.md
│ │ │ │ │ ├── withclerk-hof-removed.md
│ │ │ │ │ ├── withclerk-removed.md
│ │ │ │ │ ├── withsession-hof-removed.md
│ │ │ │ │ ├── withsession-removed.md
│ │ │ │ │ ├── withuser-hof-removed.md
│ │ │ │ │ └── withuser-removed-2.md
│ │ │ │ ├── expo
│ │ │ │ │ ├── apikey-to-publishable-key.md
│ │ │ │ │ └── clerkprovider-frontendapi.md
│ │ │ │ ├── fastify
│ │ │ │ │ ├── api-url-value-change.md
│ │ │ │ │ ├── clerk-import-change.md
│ │ │ │ │ ├── clerkplugin-frontendapi.md
│ │ │ │ │ ├── createclerkclient-apikey.md
│ │ │ │ │ └── createclerkclient-frontendapi.md
│ │ │ │ ├── index.js
│ │ │ │ ├── js
│ │ │ │ │ ├── clerk-import.md
│ │ │ │ │ ├── clerk-isready-removed.md
│ │ │ │ │ ├── experimental-canusecaptcha.md
│ │ │ │ │ ├── experimental-captchasitekey.md
│ │ │ │ │ ├── experimental-captchaurl.md
│ │ │ │ │ ├── getorganizationmemberships.md
│ │ │ │ │ ├── lastorganizationinvitation-member.md
│ │ │ │ │ ├── redirecttohome.md
│ │ │ │ │ ├── signup-attemptweb3walletverification-generatedsignature.md
│ │ │ │ │ ├── unstable-invitationupdate.md
│ │ │ │ │ ├── unstable-membershipupdate.md
│ │ │ │ │ ├── user-createexternalaccount-redirecturl.md
│ │ │ │ │ └── user-orgpublicdata-profileimageurl.md
│ │ │ │ ├── nextjs
│ │ │ │ │ ├── api-url-value-change.md
│ │ │ │ │ ├── auth-import-change.md
│ │ │ │ │ ├── auth-middleware-deprecated.md
│ │ │ │ │ ├── authmiddleware-apikey.md
│ │ │ │ │ ├── authmiddleware-frontendapi.md
│ │ │ │ │ ├── authmiddleware-import-change.md
│ │ │ │ │ ├── buildclerkprops-import-change.md
│ │ │ │ │ ├── clerk-import-change.md
│ │ │ │ │ ├── clerk-js-version-next-public.md
│ │ │ │ │ ├── constants-import-change.md
│ │ │ │ │ ├── createauthenticaterequest-import-change.md
│ │ │ │ │ ├── createclerkclient-apikey.md
│ │ │ │ │ ├── createclerkclient-frontendapi.md
│ │ │ │ │ ├── createisomorphicrequest-import-change.md
│ │ │ │ │ ├── currentuser-import-change.md
│ │ │ │ │ ├── decodejwt-import-change.md
│ │ │ │ │ ├── emaillinkerrorcode-import-change.md
│ │ │ │ │ ├── getauth-apikey.md
│ │ │ │ │ ├── import-api-url.md
│ │ │ │ │ ├── import-api-version.md
│ │ │ │ │ ├── import-clerk-js-url.md
│ │ │ │ │ ├── import-clerk-js-version.md
│ │ │ │ │ ├── import-domain.md
│ │ │ │ │ ├── import-is-satellite.md
│ │ │ │ │ ├── import-nextjs-api.md
│ │ │ │ │ ├── import-nextjs-app-beta.md
│ │ │ │ │ ├── import-nextjs-edge-middleware.md
│ │ │ │ │ ├── import-nextjs-edge-middlewarefiles.md
│ │ │ │ │ ├── import-nextjs-ssr.md
│ │ │ │ │ ├── import-proxy-url.md
│ │ │ │ │ ├── import-publishable-key.md
│ │ │ │ │ ├── import-secret-key.md
│ │ │ │ │ ├── import-sign-in-url.md
│ │ │ │ │ ├── import-sign-up-url.md
│ │ │ │ │ ├── isclerkapiresponserror-import-change.md
│ │ │ │ │ ├── isemaillinkerror-import-change.md
│ │ │ │ │ ├── isknownerror-import-change.md
│ │ │ │ │ ├── min-nextjs-version.md
│ │ │ │ │ ├── multisessionappsupport-import-change.md
│ │ │ │ │ ├── next-public-clerk-js-url.md
│ │ │ │ │ ├── redirect-import-change.md
│ │ │ │ │ ├── redirecttosignin-import-path.md
│ │ │ │ │ ├── redirecttosignup-import-path.md
│ │ │ │ │ ├── signjwt-import-change.md
│ │ │ │ │ ├── verifyjwt-import-change.md
│ │ │ │ │ ├── verifytoken-import-change.md
│ │ │ │ │ └── with-clerk-middleware-removed.md
│ │ │ │ ├── node
│ │ │ │ │ ├── api-url-value-change.md
│ │ │ │ │ ├── cjs-esm-instance.md
│ │ │ │ │ ├── clerk-import-change.md
│ │ │ │ │ ├── clerkexpressrequireauth-apikey.md
│ │ │ │ │ ├── clerkexpressrequireauth-frontendapi.md
│ │ │ │ │ ├── clerkexpresswithauth-apikey.md
│ │ │ │ │ ├── clerkexpresswithauth-frontendapi.md
│ │ │ │ │ ├── createclerkclient-apikey.md
│ │ │ │ │ ├── createclerkclient-frontendapi.md
│ │ │ │ │ ├── createclerkexpressrequireauth-apikey.md
│ │ │ │ │ ├── createclerkexpressrequireauth-frontendapi.md
│ │ │ │ │ ├── createclerkexpressrequireauth-public-key-required.md
│ │ │ │ │ ├── createclerkexpresswithauth-apikey.md
│ │ │ │ │ ├── createclerkexpresswithauth-frontendapi.md
│ │ │ │ │ ├── createclerkexpresswithauth-publickey-required.md
│ │ │ │ │ ├── legacyauthobject-removed.md
│ │ │ │ │ ├── setclerkapikey.md
│ │ │ │ │ ├── setclerkapiversion.md
│ │ │ │ │ ├── setclerkhttpoptions.md
│ │ │ │ │ └── setclerkserverapiurl.md
│ │ │ │ ├── react
│ │ │ │ │ └── api-url-value-change.md
│ │ │ │ ├── remix
│ │ │ │ │ ├── clerk-import-change.md
│ │ │ │ │ ├── clerkerrorboundary-removed.md
│ │ │ │ │ ├── createclerkclient-apikey.md
│ │ │ │ │ ├── getauth-apikey.md
│ │ │ │ │ ├── rootauthloader-apikey.md
│ │ │ │ │ └── rootauthloader-frontendapi.md
│ │ │ │ └── shared
│ │ │ │ ├── getrequesturl.md
│ │ │ │ ├── organizationcontext.md
│ │ │ │ └── useorganizationlist-organizationlist.md
│ │ │ └── core-3
│ │ │ ├── changes
│ │ │ │ ├── after-switch-organization-url-removed.md
│ │ │ │ ├── appearance-layout-to-options.md
│ │ │ │ ├── billing-props-removed.md
│ │ │ │ ├── checkout-api-changed.md
│ │ │ │ ├── clerk-api-error-kind-added.md
│ │ │ │ ├── clerk-expo-package-rename.md
│ │ │ │ ├── clerk-react-package-rename.md
│ │ │ │ ├── clerk-types-deprecation.md
│ │ │ │ ├── client-active-sessions-removed.md
│ │ │ │ ├── color-ring-backdrop-opacity.md
│ │ │ │ ├── deprecated-redirect-props-removed.md
│ │ │ │ ├── experimental-prefix-aligned.md
│ │ │ │ ├── expo-clerk-export-removed.md
│ │ │ │ ├── expo-min-version.md
│ │ │ │ ├── hide-slug-removed.md
│ │ │ │ ├── min-node-version.md
│ │ │ │ ├── nextjs-encryption-key-required.md
│ │ │ │ ├── nuxt-getauth-removed.md
│ │ │ │ ├── nuxt-routing-strategy-default-path.md
│ │ │ │ ├── protect-signedin-signedout-replaced-by-show.md
│ │ │ │ ├── saml-account-renamed.md
│ │ │ │ ├── saml-to-enterprise-sso.md
│ │ │ │ ├── set-active-before-emit-removed.md
│ │ │ │ ├── show-optional-fields-default.md
│ │ │ │ ├── ui-themes-export-path.md
│ │ │ │ ├── unstable-to-internal.md
│ │ │ │ ├── user-settings-saml-renamed.md
│ │ │ │ └── userbutton-signout-props-removed.md
│ │ │ └── index.js
│ │ ├── tsconfig.json
│ │ └── vitest.config.js
│ └── vue
│ ├── CHANGELOG.md
│ ├── LICENSE
│ ├── package.json
│ ├── README.md
│ ├── src
│ │ ├── components
│ │ │ ├── __tests__
│ │ │ │ ├── ClerkHostRenderer.test.ts
│ │ │ │ ├── SignInButton.test.ts
│ │ │ │ ├── SignInWithMetamaskButton.test.ts
│ │ │ │ ├── SignOutButton.test.ts
│ │ │ │ └── SignUpButton.test.ts
│ │ │ ├── CheckoutButton.vue
│ │ │ ├── ClerkHostRenderer.ts
│ │ │ ├── controlComponents.ts
│ │ │ ├── index.ts
│ │ │ ├── PlanDetailsButton.vue
│ │ │ ├── SignInButton.vue
│ │ │ ├── SignInWithMetamaskButton.vue
│ │ │ ├── SignOutButton.vue
│ │ │ ├── SignUpButton.vue
│ │ │ ├── SubscriptionDetailsButton.vue
│ │ │ └── ui-components
│ │ │ ├── APIKeys.vue
│ │ │ ├── CreateOrganization.vue
│ │ │ ├── GoogleOneTap.vue
│ │ │ ├── OrganizationList.vue
│ │ │ ├── OrganizationProfile
│ │ │ │ ├── index.ts
│ │ │ │ └── OrganizationProfile.vue
│ │ │ ├── OrganizationSwitcher
│ │ │ │ ├── index.ts
│ │ │ │ └── OrganizationSwitcher.vue
│ │ │ ├── PricingTable.vue
│ │ │ ├── SignIn.vue
│ │ │ ├── SignUp.vue
│ │ │ ├── UserAvatar.vue
│ │ │ ├── UserButton
│ │ │ │ ├── index.ts
│ │ │ │ └── UserButton.vue
│ │ │ ├── UserProfile
│ │ │ │ ├── index.ts
│ │ │ │ └── UserProfile.vue
│ │ │ └── Waitlist.vue
│ │ ├── composables
│ │ │ ├── __tests__
│ │ │ │ ├── __snapshots__
│ │ │ │ │ └── useRoutingProps.test.ts.snap
│ │ │ │ ├── useClerkContext.test.ts
│ │ │ │ └── useRoutingProps.test.ts
│ │ │ ├── index.ts
│ │ │ ├── useAuth.ts
│ │ │ ├── useClerk.ts
│ │ │ ├── useClerkContext.ts
│ │ │ ├── useOrganization.ts
│ │ │ ├── useRoutingProps.ts
│ │ │ ├── useSession.ts
│ │ │ ├── useSessionList.ts
│ │ │ ├── useSignIn.ts
│ │ │ ├── useSignUp.ts
│ │ │ └── useUser.ts
│ │ ├── env.d.ts
│ │ ├── errors
│ │ │ ├── errorThrower.ts
│ │ │ └── messages.ts
│ │ ├── errors.ts
│ │ ├── experimental.ts
│ │ ├── global.d.ts
│ │ ├── index.ts
│ │ ├── internal.ts
│ │ ├── keys.ts
│ │ ├── plugin.ts
│ │ ├── types.ts
│ │ └── utils
│ │ ├── __tests__
│ │ │ ├── useCustomElementPortal.test.ts
│ │ │ └── useCustomMenuItems.test.ts
│ │ ├── childrenUtils.ts
│ │ ├── componentValidation.ts
│ │ ├── index.ts
│ │ ├── toComputedRefs.ts
│ │ ├── updateClerkOptions.ts
│ │ ├── useClerkLoaded.ts
│ │ ├── useCustomElementPortal.ts
│ │ ├── useCustomMenuItems.ts
│ │ └── useCustomPages.ts
│ ├── tsconfig.build.json
│ ├── tsconfig.json
│ ├── tsup.config.ts
│ ├── vitest.config.ts
│ └── vitest.setup.ts
├── playground
│ ├── app-router
│ │ ├── .gitignore
│ │ ├── .vscode
│ │ │ └── settings.json
│ │ ├── next.config.js
│ │ ├── package.json
│ │ ├── public
│ │ │ ├── next.svg
│ │ │ └── vercel.svg
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── app
│ │ │ │ ├── action
│ │ │ │ │ └── page.tsx
│ │ │ │ ├── api
│ │ │ │ │ └── hello
│ │ │ │ │ └── route.ts
│ │ │ │ ├── client
│ │ │ │ │ └── page.tsx
│ │ │ │ ├── favicon.ico
│ │ │ │ ├── globals.css
│ │ │ │ ├── layout.tsx
│ │ │ │ ├── page.module.css
│ │ │ │ ├── page.tsx
│ │ │ │ ├── protected
│ │ │ │ │ ├── ClientSideWrapper.tsx
│ │ │ │ │ └── page.tsx
│ │ │ │ ├── sign-in
│ │ │ │ │ └── [[...catchall]]
│ │ │ │ │ └── page.tsx
│ │ │ │ └── sign-up
│ │ │ │ └── [[...catchall]]
│ │ │ │ └── page.tsx
│ │ │ ├── common
│ │ │ │ └── Links.tsx
│ │ │ ├── middleware.ts
│ │ │ └── pages
│ │ │ ├── _app.tsx
│ │ │ ├── profile
│ │ │ │ └── [[...index]].tsx
│ │ │ └── user
│ │ │ └── [[...index]].tsx
│ │ └── tsconfig.json
│ ├── browser-extension
│ │ ├── .env.chrome.example
│ │ ├── .env.development.example
│ │ ├── .gitignore
│ │ ├── assets
│ │ │ └── icon.png
│ │ ├── package.json
│ │ ├── postcss.config.js
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── assets
│ │ │ │ ├── chrome-extension-sdk-2.jpg
│ │ │ │ ├── dark-logo.png
│ │ │ │ ├── icon.png
│ │ │ │ └── light-logo.png
│ │ │ ├── background
│ │ │ │ └── index.ts
│ │ │ ├── components
│ │ │ │ ├── nav-bar.tsx
│ │ │ │ └── ui
│ │ │ │ └── button.tsx
│ │ │ ├── content.tsx
│ │ │ ├── features
│ │ │ │ └── count-button.tsx
│ │ │ ├── popup
│ │ │ │ ├── index.tsx
│ │ │ │ ├── layouts
│ │ │ │ │ └── root-layout.tsx
│ │ │ │ └── routes
│ │ │ │ ├── home.tsx
│ │ │ │ ├── sdk-features.tsx
│ │ │ │ ├── settings.tsx
│ │ │ │ ├── sign-in.tsx
│ │ │ │ └── sign-up.tsx
│ │ │ ├── sidepanel
│ │ │ │ └── index.tsx
│ │ │ ├── style.css
│ │ │ ├── tabs
│ │ │ │ ├── background-worker-demo.html
│ │ │ │ └── background-worker-demo.tsx
│ │ │ └── utils
│ │ │ └── components.ts
│ │ ├── tailwind.config.js
│ │ └── tsconfig.json
│ ├── cra-js
│ │ ├── .gitignore
│ │ ├── package.json
│ │ ├── public
│ │ │ ├── favicon.ico
│ │ │ ├── index.html
│ │ │ ├── logo192.png
│ │ │ ├── logo512.png
│ │ │ ├── manifest.json
│ │ │ └── robots.txt
│ │ ├── README.md
│ │ └── src
│ │ ├── App.css
│ │ ├── App.js
│ │ ├── App.test.js
│ │ ├── index.css
│ │ ├── index.js
│ │ ├── logo.svg
│ │ ├── reportWebVitals.js
│ │ └── setupTests.js
│ ├── expo
│ │ ├── .env.example
│ │ ├── .gitignore
│ │ ├── app.json.example
│ │ ├── App.tsx
│ │ ├── babel.config.js
│ │ ├── metro.config.js
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── tsconfig.json
│ │ └── webpack.config.js
│ ├── express
│ │ ├── .env.sample
│ │ ├── .gitignore
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── loadEnv.ts
│ │ │ ├── routes
│ │ │ │ ├── index.ts
│ │ │ │ ├── private.ts
│ │ │ │ └── public.ts
│ │ │ ├── server.ts
│ │ │ └── views
│ │ │ └── home.ejs
│ │ └── tsconfig.json
│ ├── fastify
│ │ ├── .env.sample
│ │ ├── .gitignore
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── loadEnv.ts
│ │ │ ├── routes
│ │ │ │ ├── index.ts
│ │ │ │ ├── private.ts
│ │ │ │ └── public.ts
│ │ │ ├── server.ts
│ │ │ └── templates
│ │ │ └── sign-in.ejs
│ │ └── tsconfig.json
│ ├── nextjs
│ │ ├── .env.example
│ │ ├── .gitignore
│ │ ├── .vscode
│ │ │ └── settings.json
│ │ ├── app
│ │ │ ├── api
│ │ │ │ └── route.ts
│ │ │ ├── app-dir
│ │ │ │ ├── client
│ │ │ │ │ └── page.tsx
│ │ │ │ ├── client-component.tsx
│ │ │ │ ├── create-organization
│ │ │ │ │ └── page.tsx
│ │ │ │ ├── discover
│ │ │ │ │ └── page.tsx
│ │ │ │ ├── organization
│ │ │ │ │ └── page.tsx
│ │ │ │ ├── page.tsx
│ │ │ │ ├── sign-in
│ │ │ │ │ └── page.tsx
│ │ │ │ ├── sign-up
│ │ │ │ │ └── page.tsx
│ │ │ │ └── user
│ │ │ │ └── page.tsx
│ │ │ └── layout.tsx
│ │ ├── middleware.ts
│ │ ├── next.config.js
│ │ ├── package.json
│ │ ├── pages
│ │ │ ├── _app.tsx
│ │ │ ├── api
│ │ │ │ ├── hello-edge.ts
│ │ │ │ └── hello.ts
│ │ │ ├── create-organization
│ │ │ │ └── [[...index]].tsx
│ │ │ ├── custom
│ │ │ │ └── forgotPassword.tsx
│ │ │ ├── discover
│ │ │ │ └── index.tsx
│ │ │ ├── index.tsx
│ │ │ ├── organization
│ │ │ │ └── [[...index]].tsx
│ │ │ ├── organization-list
│ │ │ │ └── [[...index]].tsx
│ │ │ ├── redirect-helpers
│ │ │ │ └── index.tsx
│ │ │ ├── session-examples
│ │ │ │ └── index.tsx
│ │ │ ├── sign-in
│ │ │ │ └── [[...index]].tsx
│ │ │ ├── sign-up
│ │ │ │ └── [[...index]].tsx
│ │ │ ├── user
│ │ │ │ └── [[...index]].tsx
│ │ │ ├── user-examples
│ │ │ │ └── index.tsx
│ │ │ └── waitlist
│ │ │ └── index.tsx
│ │ ├── public
│ │ │ ├── favicon.ico
│ │ │ └── vercel.svg
│ │ ├── README.md
│ │ ├── styles
│ │ │ ├── globals.css
│ │ │ └── Home.module.css
│ │ └── tsconfig.json
│ ├── react-router
│ │ ├── .env.example
│ │ ├── .gitignore
│ │ ├── app
│ │ │ ├── app.css
│ │ │ ├── root.tsx
│ │ │ ├── routes
│ │ │ │ ├── home.tsx
│ │ │ │ ├── profile-form.tsx
│ │ │ │ ├── profile.tsx
│ │ │ │ ├── sign-in.tsx
│ │ │ │ ├── sign-up.tsx
│ │ │ │ ├── use-auth.tsx
│ │ │ │ └── use-user.tsx
│ │ │ ├── routes.ts
│ │ │ └── welcome
│ │ │ ├── logo-dark.svg
│ │ │ ├── logo-light.svg
│ │ │ └── welcome.tsx
│ │ ├── package.json
│ │ ├── public
│ │ │ └── favicon.ico
│ │ ├── react-router.config.ts
│ │ ├── README.md
│ │ ├── tailwind.config.ts
│ │ ├── tsconfig.json
│ │ └── vite.config.ts
│ ├── vanillajs
│ │ └── index.html
│ └── vite-react-ts
│ ├── .env.example
│ ├── .gitignore
│ ├── index.html
│ ├── package.json
│ ├── public
│ │ ├── clerk.svg
│ │ └── vite.svg
│ ├── src
│ │ ├── App.css
│ │ ├── App.tsx
│ │ ├── assets
│ │ │ └── react.svg
│ │ ├── index.css
│ │ ├── main.tsx
│ │ └── vite-env.d.ts
│ ├── tsconfig.json
│ ├── tsconfig.node.json
│ └── vite.config.ts
├── pnpm-lock.yaml
├── pnpm-workspace.yaml
├── prettier.config.mjs
├── README.md
├── renovate.json5
├── scripts
│ ├── .env.example
│ ├── 1password-keys.mjs
│ ├── backport.mjs
│ ├── canary-core3.mjs
│ ├── canary.mjs
│ ├── common.mjs
│ ├── format-non-workspace.mjs
│ ├── format-package.mjs
│ ├── install-site-in-isolation.mjs
│ ├── lint.mjs
│ ├── notify.mjs
│ ├── nuke.mjs
│ ├── renovate-config-generator.mjs
│ ├── rspack-common.js
│ ├── search-for-rhc.mjs
│ ├── snapshot.mjs
│ ├── tsconfig.json
│ ├── utils.ts
│ └── vitest-debug.mjs
├── tsconfig.json
├── tsconfig.typedoc.json
├── turbo.json
├── typedoc.config.mjs
├── verdaccio.install.yaml
├── verdaccio.publish.yaml
└── vitest.workspace.mjs
```
# Files
--------------------------------------------------------------------------------
/packages/expo/CHANGELOG.md:
--------------------------------------------------------------------------------
```markdown
1 | # Change Log
2 |
3 | ## 2.19.10
4 |
5 | ### Patch Changes
6 |
7 | - Updated dependencies [[`2a508d3`](https://github.com/clerk/javascript/commit/2a508d300561dfdf3471719d82ad1dd1f503d5b1), [`4ff106a`](https://github.com/clerk/javascript/commit/4ff106ab7b7a398a6e85eee5e001566c0d6fae4a), [`0db4661`](https://github.com/clerk/javascript/commit/0db46610992c77c9aabd56d6fb712f61720d2a3f), [`0307ea8`](https://github.com/clerk/javascript/commit/0307ea8e65831f0568b759413eb582346a99bd46), [`b117ebc`](https://github.com/clerk/javascript/commit/b117ebc956e1a5d48d5fdb7210de3344a74a524a)]:
8 | - @clerk/[email protected]
9 | - @clerk/[email protected]
10 | - @clerk/[email protected]
11 | - @clerk/[email protected]
12 |
13 | ## 2.19.9
14 |
15 | ### Patch Changes
16 |
17 | - Updated dependencies [[`e31f3d5`](https://github.com/clerk/javascript/commit/e31f3d567302f99d8d073ba75cd934fb3c1eca7f), [`8376789`](https://github.com/clerk/javascript/commit/8376789de2383b52fabc563a9382622627055ecd), [`f917d68`](https://github.com/clerk/javascript/commit/f917d68fc2fc5d317770491e9d4d7185e1985d04), [`818c25a`](https://github.com/clerk/javascript/commit/818c25a9eec256245152725c64419c73e762c1a2), [`b41c0d5`](https://github.com/clerk/javascript/commit/b41c0d539835a5a43d15e3399bac7cbf046d9345)]:
18 | - @clerk/[email protected]
19 | - @clerk/[email protected]
20 | - @clerk/[email protected]
21 | - @clerk/[email protected]
22 |
23 | ## 2.19.8
24 |
25 | ### Patch Changes
26 |
27 | - Updated dependencies [[`407e6eb`](https://github.com/clerk/javascript/commit/407e6ebe92c68015274d1bc955860016fd00f665)]:
28 | - @clerk/[email protected]
29 |
30 | ## 2.19.7
31 |
32 | ### Patch Changes
33 |
34 | - Updated dependencies [[`b0846e9`](https://github.com/clerk/javascript/commit/b0846e94cd3cb59c0c6288e3c8330236a2308899), [`ada03e7`](https://github.com/clerk/javascript/commit/ada03e7d7ecbe84bf0c1c0116d0e68b876f1850e), [`40a841d`](https://github.com/clerk/javascript/commit/40a841d56cd8983dce21376c832f1085c43a9518), [`d2a1345`](https://github.com/clerk/javascript/commit/d2a1345b27056f512b8c4d97f4b298d9c4bb9d38), [`f364924`](https://github.com/clerk/javascript/commit/f364924708f20f0bc7b8b291ea2ae01ce09e2e9f), [`f115e56`](https://github.com/clerk/javascript/commit/f115e56d14b5c49f52b6aca01b434dbe4f6193cf), [`eccc430`](https://github.com/clerk/javascript/commit/eccc430f7770551aceec75ae747ac5441c3fc58f), [`cf66d07`](https://github.com/clerk/javascript/commit/cf66d07d48fec30a052831c43e3c38feef0597cc), [`d4aef71`](https://github.com/clerk/javascript/commit/d4aef71961d6d0abf8f1d1142c4e3ae943181c4b), [`3f99742`](https://github.com/clerk/javascript/commit/3f997427e400248502b0977e1b69e109574dfe7d), [`ef7b024`](https://github.com/clerk/javascript/commit/ef7b024687ad20fe215e00d8bd8e2acf88e232b0), [`02798f5`](https://github.com/clerk/javascript/commit/02798f571065d8142cf1dade57b42b3e8ce0f818), [`07a30ce`](https://github.com/clerk/javascript/commit/07a30ce52b7d2ba85ce3533879700b9ec129152e), [`ce8b914`](https://github.com/clerk/javascript/commit/ce8b9149bff27866cdb686f1ab0b56cef8d8c697), [`eccc430`](https://github.com/clerk/javascript/commit/eccc430f7770551aceec75ae747ac5441c3fc58f), [`a11c2da`](https://github.com/clerk/javascript/commit/a11c2dad035c8cfa60f0d42fe247fa3f29a3ef2c)]:
35 | - @clerk/[email protected]
36 | - @clerk/[email protected]
37 | - @clerk/[email protected]
38 | - @clerk/[email protected]
39 |
40 | ## 2.19.6
41 |
42 | ### Patch Changes
43 |
44 | - Updated dependencies [[`1f9bf68`](https://github.com/clerk/javascript/commit/1f9bf68850e0d539af071314d819df19ded9da23), [`0e521cb`](https://github.com/clerk/javascript/commit/0e521cb69dfff9193341af42325b867937d93f4e)]:
45 | - @clerk/[email protected]
46 | - @clerk/[email protected]
47 |
48 | ## 2.19.5
49 |
50 | ### Patch Changes
51 |
52 | - Updated dependencies [[`36e43cc`](https://github.com/clerk/javascript/commit/36e43cc614865e52eefbd609a9491c32371cda44), [`f85abda`](https://github.com/clerk/javascript/commit/f85abdac03fde4a5109f31931c55b56a365aa748), [`36e43cc`](https://github.com/clerk/javascript/commit/36e43cc614865e52eefbd609a9491c32371cda44), [`3446e56`](https://github.com/clerk/javascript/commit/3446e56714f61fac6c1e409061d7bf9483ed57d1), [`577f7ad`](https://github.com/clerk/javascript/commit/577f7ad40f8f023ba4d50f97252ebb87de209fa0)]:
53 | - @clerk/[email protected]
54 | - @clerk/[email protected]
55 | - @clerk/[email protected]
56 | - @clerk/[email protected]
57 |
58 | ## 2.19.4
59 |
60 | ### Patch Changes
61 |
62 | - Updated dependencies [[`d8f59a6`](https://github.com/clerk/javascript/commit/d8f59a66d56d8fb0dfea353ecd86af97d0ec56b7), [`a234b32`](https://github.com/clerk/javascript/commit/a234b325b3b20ecc34b1d0736cf62a41be782910)]:
63 | - @clerk/[email protected]
64 | - @clerk/[email protected]
65 | - @clerk/[email protected]
66 | - @clerk/[email protected]
67 |
68 | ## 2.19.3
69 |
70 | ### Patch Changes
71 |
72 | - Updated dependencies [[`5966383`](https://github.com/clerk/javascript/commit/5966383a9034e1a06760296a0257bfe4bcedaf33), [`5e5e24a`](https://github.com/clerk/javascript/commit/5e5e24a3207583d78138a1845a1e214b7fff5221), [`3438d17`](https://github.com/clerk/javascript/commit/3438d1791f557a493b7579e87edcafe2314a5079), [`a9c13ca`](https://github.com/clerk/javascript/commit/a9c13cae5a6f46ca753d530878f7e4492ca7938b), [`77e022f`](https://github.com/clerk/javascript/commit/77e022f25d70380ff3aae39eba1722dbfaeb87e6)]:
73 | - @clerk/[email protected]
74 | - @clerk/[email protected]
75 | - @clerk/[email protected]
76 | - @clerk/[email protected]
77 |
78 | ## 2.19.2
79 |
80 | ### Patch Changes
81 |
82 | - Updated dependencies [[`7be8f45`](https://github.com/clerk/javascript/commit/7be8f458367b2c050b0dc8c0481d7bbe090ea400), [`bdbb0d9`](https://github.com/clerk/javascript/commit/bdbb0d91712a84fc214c534fc47b62b1a2028ac9), [`de5acba`](https://github.com/clerk/javascript/commit/de5acba7ed9e1558a4e6b79e9d6fe3ef2065eeff), [`c6d73ad`](https://github.com/clerk/javascript/commit/c6d73add905634e816e4d46aa209c0592d0a9ee3), [`aa184a4`](https://github.com/clerk/javascript/commit/aa184a46a91f9dec3fd275ec5867a8366d310469), [`c63cc8e`](https://github.com/clerk/javascript/commit/c63cc8e9c38ed0521a22ebab43e10111f04f9daf), [`1d4e7a7`](https://github.com/clerk/javascript/commit/1d4e7a7769e9efaaa945e4ba6468ad47bd24c807), [`4d7a6e0`](https://github.com/clerk/javascript/commit/4d7a6e006922eda736bc93a7b01d6195987ce791), [`42f0d95`](https://github.com/clerk/javascript/commit/42f0d95e943d82960de3f7e5da17d199eff9fddd), [`c63cc8e`](https://github.com/clerk/javascript/commit/c63cc8e9c38ed0521a22ebab43e10111f04f9daf), [`d32d724`](https://github.com/clerk/javascript/commit/d32d724c34a921a176eca159273f270c2af4e787), [`00291bc`](https://github.com/clerk/javascript/commit/00291bc8ae03c06f7154bd937628e8193f6e3ce9)]:
83 | - @clerk/[email protected]
84 | - @clerk/[email protected]
85 | - @clerk/[email protected]
86 | - @clerk/[email protected]
87 |
88 | ## 2.19.1
89 |
90 | ### Patch Changes
91 |
92 | - Updated dependencies [[`b5a7e2f`](https://github.com/clerk/javascript/commit/b5a7e2f8af5514e19e06918632d982be65f4a854), [`d08263f`](https://github.com/clerk/javascript/commit/d08263f4fdd4a82507408f4df4b6ef7a28bdcbfd), [`a1d10fc`](https://github.com/clerk/javascript/commit/a1d10fc6e231f27ec7eabd0db45b8f7e8c98250e), [`b944ff3`](https://github.com/clerk/javascript/commit/b944ff30494a8275450ca0d5129cdf58f02bea81), [`4011c5e`](https://github.com/clerk/javascript/commit/4011c5e0014ede5e480074b73d064a1bc2a577dd), [`791e942`](https://github.com/clerk/javascript/commit/791e9426181f89012d4c5380a99141f3bb7ae88a)]:
93 | - @clerk/[email protected]
94 | - @clerk/[email protected]
95 | - @clerk/[email protected]
96 | - @clerk/[email protected]
97 |
98 | ## 2.19.0
99 |
100 | ### Minor Changes
101 |
102 | - Update the supported API version to `2025-11-10`. ([#7095](https://github.com/clerk/javascript/pull/7095)) by [@panteliselef](https://github.com/panteliselef)
103 |
104 | ### Patch Changes
105 |
106 | - Updated dependencies [[`613cb97`](https://github.com/clerk/javascript/commit/613cb97cb7b3b33c3865cfe008ef9b1ea624cc8d)]:
107 | - @clerk/[email protected]
108 | - @clerk/[email protected]
109 | - @clerk/[email protected]
110 | - @clerk/[email protected]
111 |
112 | ## 2.18.4
113 |
114 | ### Patch Changes
115 |
116 | - Updated dependencies [[`cc11472`](https://github.com/clerk/javascript/commit/cc11472e7318b806ee43d609cd03fb0446f56146), [`539fad7`](https://github.com/clerk/javascript/commit/539fad7b80ed284a7add6cf8c4c45cf4c6a0a8b2), [`296fb0b`](https://github.com/clerk/javascript/commit/296fb0b8f34aca4f527508a5e6a6bbaad89cfdaa), [`c413433`](https://github.com/clerk/javascript/commit/c413433fee49701f252df574ce6a009d256c0cb9), [`a940c39`](https://github.com/clerk/javascript/commit/a940c39354bd0ee48d2fc9b0f3217ec20b2f32b4)]:
117 | - @clerk/[email protected]
118 | - @clerk/[email protected]
119 | - @clerk/[email protected]
120 | - @clerk/[email protected]
121 |
122 | ## 2.18.3
123 |
124 | ### Patch Changes
125 |
126 | - Fix module resolution error for users not using Sign in with Apple by removing static imports of `expo-apple-authentication` and `expo-crypto`, replacing them with dynamic imports that only load when the `useSignInWithApple()` hook is actually called. ([#7171](https://github.com/clerk/javascript/pull/7171)) by [@chriscanin](https://github.com/chriscanin)
127 |
128 | - Updated dependencies [[`f0c3a55`](https://github.com/clerk/javascript/commit/f0c3a5510569e66f3298294e93c59669d1eb33fd), [`92fba5d`](https://github.com/clerk/javascript/commit/92fba5d2874bf8a740f21ab0a4e21e63beb099f9)]:
129 | - @clerk/[email protected]
130 | - @clerk/[email protected]
131 |
132 | ## 2.18.2
133 |
134 | ### Patch Changes
135 |
136 | - Updated dependencies [[`a474c59`](https://github.com/clerk/javascript/commit/a474c59e3017358186de15c5b1e5b83002e72527), [`d88ea99`](https://github.com/clerk/javascript/commit/d88ea99755e605673111cccb41eb93391e1e68dd), [`5536429`](https://github.com/clerk/javascript/commit/55364291e245ff05ca1e50e614e502d2081b87fb)]:
137 | - @clerk/[email protected]
138 | - @clerk/[email protected]
139 | - @clerk/[email protected]
140 | - @clerk/[email protected]
141 |
142 | ## 2.18.1
143 |
144 | ### Patch Changes
145 |
146 | - Fixed missing declaration files. ([#7149](https://github.com/clerk/javascript/pull/7149)) by [@wobsoriano](https://github.com/wobsoriano)
147 |
148 | ## 2.18.0
149 |
150 | ### Minor Changes
151 |
152 | - Add native Apple Sign-In support for iOS via `useAppleSignIn()` hook. Requires `expo-apple-authentication` and native build (EAS Build or local prebuild). ([#7053](https://github.com/clerk/javascript/pull/7053)) by [@chriscanin](https://github.com/chriscanin)
153 |
154 | ### Patch Changes
155 |
156 | - Updated dependencies [[`85b5acc`](https://github.com/clerk/javascript/commit/85b5acc5ba192a8247f072fa93d5bc7d42986293), [`ea65d39`](https://github.com/clerk/javascript/commit/ea65d390cd6d3b0fdd35202492e858f8c8370f73), [`2738c7e`](https://github.com/clerk/javascript/commit/2738c7eb07c591533802a779e443b5a309ccdcdb), [`b09b29e`](https://github.com/clerk/javascript/commit/b09b29e82323c8fc508c49ffe10c77a737ef0bec)]:
157 | - @clerk/[email protected]
158 | - @clerk/[email protected]
159 | - @clerk/[email protected]
160 | - @clerk/[email protected]
161 |
162 | ## 2.17.4
163 |
164 | ### Patch Changes
165 |
166 | - Add `x-expo-sdk-version` header to HTTP requests to match iOS and Android SDK patterns. ([#7133](https://github.com/clerk/javascript/pull/7133)) by [@chriscanin](https://github.com/chriscanin)
167 |
168 | - Updated dependencies [[`3e0ef92`](https://github.com/clerk/javascript/commit/3e0ef9281194714f56dcf656d0caf4f75dcf097c), [`2587aa6`](https://github.com/clerk/javascript/commit/2587aa671dac1ca66711889bf1cd1c2e2ac8d7c8), [`5b85ea9`](https://github.com/clerk/javascript/commit/5b85ea9b738def91f7d4a2af7170a041d0a8189b), [`fae192f`](https://github.com/clerk/javascript/commit/fae192fdd4c23c4afd6892bdd0c5a7542ce9bc42), [`02b723d`](https://github.com/clerk/javascript/commit/02b723dc032bef6a8f96b18d39ec8479be4f0225), [`f47b5a3`](https://github.com/clerk/javascript/commit/f47b5a325a5909ca3fa2ab264031243691b14a93), [`61422b2`](https://github.com/clerk/javascript/commit/61422b21198106c48e87dfffba0bf5a383b380bf)]:
169 | - @clerk/[email protected]
170 | - @clerk/[email protected]
171 | - @clerk/[email protected]
172 | - @clerk/[email protected]
173 |
174 | ## 2.17.3
175 |
176 | ### Patch Changes
177 |
178 | - Updated dependencies [[`3410bc6`](https://github.com/clerk/javascript/commit/3410bc6f85d1d87c9ed35c9aa4ec764a684cc4ec)]:
179 | - @clerk/[email protected]
180 |
181 | ## 2.17.2
182 |
183 | ### Patch Changes
184 |
185 | - Updated dependencies [[`791ff19`](https://github.com/clerk/javascript/commit/791ff19a55ecb39eac20e1533a7d578a30386388), [`439427e`](https://github.com/clerk/javascript/commit/439427e44adef4f43e5f0719adf5654ea58c33e7), [`7dfbf3a`](https://github.com/clerk/javascript/commit/7dfbf3aa1b5269aee2d3af628b02027be9767088), [`8bc5652`](https://github.com/clerk/javascript/commit/8bc5652d34966301ce62bf36cf7c7c88597f40f4), [`d33b7b5`](https://github.com/clerk/javascript/commit/d33b7b5538e9bcbbca1ac23c46793d0cddcef533)]:
186 | - @clerk/[email protected]
187 | - @clerk/[email protected]
188 | - @clerk/[email protected]
189 | - @clerk/[email protected]
190 |
191 | ## 2.17.1
192 |
193 | ### Patch Changes
194 |
195 | - Updated dependencies [[`4d46e4e`](https://github.com/clerk/javascript/commit/4d46e4e601a5f2a213f1718af3f9271db4db0911), [`64d3135`](https://github.com/clerk/javascript/commit/64d31350ca2db82e63a0ef84584219cc95ee34d2), [`3235626`](https://github.com/clerk/javascript/commit/32356263ab1f64de68fba5bd443f5b8cc69c4c35), [`ca00881`](https://github.com/clerk/javascript/commit/ca008815d3c4b15ebd6c584cb9ccbb8dc537a170)]:
196 | - @clerk/[email protected]
197 | - @clerk/[email protected]
198 | - @clerk/[email protected]
199 | - @clerk/[email protected]
200 |
201 | ## 2.17.0
202 |
203 | ### Minor Changes
204 |
205 | - Make UserAvatar available to Expo Web ([#7007](https://github.com/clerk/javascript/pull/7007)) by [@tmilewski](https://github.com/tmilewski)
206 |
207 | ### Patch Changes
208 |
209 | - Updated dependencies [[`a172d51`](https://github.com/clerk/javascript/commit/a172d51df2d7f2e450c983a15ae897624304a764), [`6503405`](https://github.com/clerk/javascript/commit/65034057f7498102df107c16017225304a498ac6), [`947d0f5`](https://github.com/clerk/javascript/commit/947d0f5480b0151a392966cad2e1a45423f66035), [`fed1d94`](https://github.com/clerk/javascript/commit/fed1d946cee4fb519d099e636b43287b16c3851e)]:
210 | - @clerk/[email protected]
211 | - @clerk/[email protected]
212 | - @clerk/[email protected]
213 | - @clerk/[email protected]
214 |
215 | ## 2.16.4
216 |
217 | ### Patch Changes
218 |
219 | - Updated dependencies [[`483339c`](https://github.com/clerk/javascript/commit/483339cc8cc6bc76cd2b3c0fe7ee16236c0aa798), [`d8147fb`](https://github.com/clerk/javascript/commit/d8147fb58bfd6caf9a4f0a36fdc48c630d00387f)]:
220 | - @clerk/[email protected]
221 | - @clerk/[email protected]
222 | - @clerk/[email protected]
223 |
224 | ## 2.16.3
225 |
226 | ### Patch Changes
227 |
228 | - Updated dependencies [[`305f4ee`](https://github.com/clerk/javascript/commit/305f4eeb825086d55d1b0df198a0c43da8d94993), [`53214f9`](https://github.com/clerk/javascript/commit/53214f9a600074affc84d616bbbe7a6b625e7d33), [`1441e68`](https://github.com/clerk/javascript/commit/1441e6851102e9eed5697ad78c695f75b4a20db2), [`1236c74`](https://github.com/clerk/javascript/commit/1236c745fd58020e0972938ca0a9ae697a24af02), [`29201b2`](https://github.com/clerk/javascript/commit/29201b24847b6cdb35a96cb971fa1de958b0410a)]:
229 | - @clerk/[email protected]
230 | - @clerk/[email protected]
231 | - @clerk/[email protected]
232 | - @clerk/[email protected]
233 |
234 | ## 2.16.2
235 |
236 | ### Patch Changes
237 |
238 | - Updated dependencies [[`65b7cc7`](https://github.com/clerk/javascript/commit/65b7cc787a5f02a302b665b6eaf4d4b9a1cae4b0), [`80e45d7`](https://github.com/clerk/javascript/commit/80e45d77f5524724d6d3849a26f81df706e4787c), [`9766c4a`](https://github.com/clerk/javascript/commit/9766c4afd26f2841d6f79dbdec2584ef8becd22f), [`6e09786`](https://github.com/clerk/javascript/commit/6e09786adeb0f481ca8b6d060ae8754b556a3f9a), [`aa7210c`](https://github.com/clerk/javascript/commit/aa7210c7fff34f6c6e2d4ca3cb736bbd35439cb6), [`2cd53cd`](https://github.com/clerk/javascript/commit/2cd53cd8c713dfa7f2e802fe08986411587095fa), [`ea011df`](https://github.com/clerk/javascript/commit/ea011dff6ca3316a5130b684e6af2e05deee5402), [`1a2eee6`](https://github.com/clerk/javascript/commit/1a2eee6b8b6ead2d0481e93104fcaed6452bd1b9), [`2cd53cd`](https://github.com/clerk/javascript/commit/2cd53cd8c713dfa7f2e802fe08986411587095fa), [`1a2430a`](https://github.com/clerk/javascript/commit/1a2430a166fb1df5fbca76437c63423b18a49ced), [`31a04fc`](https://github.com/clerk/javascript/commit/31a04fc2b783f01cd4848c1e681af3b30e57bb2f), [`9766c4a`](https://github.com/clerk/javascript/commit/9766c4afd26f2841d6f79dbdec2584ef8becd22f), [`22b8e49`](https://github.com/clerk/javascript/commit/22b8e49f9fb65d55ab737d11f1f57a25bf947511), [`4531215`](https://github.com/clerk/javascript/commit/4531215ae6b9a622548cee7c719d527b5ec91b30), [`a66357e`](https://github.com/clerk/javascript/commit/a66357e8a5928199aebde408ec7cfaac152c2c42), [`dacc1af`](https://github.com/clerk/javascript/commit/dacc1af22e1d1af0940b2d626b8a47d376c19342)]:
239 | - @clerk/[email protected]
240 | - @clerk/[email protected]
241 | - @clerk/[email protected]
242 | - @clerk/[email protected]
243 |
244 | ## 2.16.1
245 |
246 | ### Patch Changes
247 |
248 | - Updated dependencies [[`fba4781`](https://github.com/clerk/javascript/commit/fba4781ff2a2d16f8934029fa6fb77d70953f2be), [`a1f6714`](https://github.com/clerk/javascript/commit/a1f671480cda6f978db059ba0640d4ed8b08f112)]:
249 | - @clerk/[email protected]
250 | - @clerk/[email protected]
251 | - @clerk/[email protected]
252 | - @clerk/[email protected]
253 |
254 | ## 2.16.0
255 |
256 | ### Minor Changes
257 |
258 | - Add support for experimental `useSignInSignal` and `useSignUpSignal` hooks. ([#6900](https://github.com/clerk/javascript/pull/6900)) by [@dstaley](https://github.com/dstaley)
259 |
260 | ### Patch Changes
261 |
262 | - Updated dependencies [[`3edc07c`](https://github.com/clerk/javascript/commit/3edc07c55d318227f678553c8f82154cca47f019), [`3f56b42`](https://github.com/clerk/javascript/commit/3f56b42ea5cfbeb1d63f62da56c1b261edd2df73), [`1e9bd8b`](https://github.com/clerk/javascript/commit/1e9bd8b03747de9f72566422908c410c59b8f172), [`1c04a32`](https://github.com/clerk/javascript/commit/1c04a3258164ecf8be201d87b4397ae2a9c6ea4a), [`f737d26`](https://github.com/clerk/javascript/commit/f737d268aa167889a4f3f7aba2658c2ba1fd909a), [`8777f35`](https://github.com/clerk/javascript/commit/8777f350f5fb51413609a53d9de05b2e5d1d7cfe), [`6ea39ae`](https://github.com/clerk/javascript/commit/6ea39aeff54163fe28733bef93a0172bc5fa0831), [`2c0128b`](https://github.com/clerk/javascript/commit/2c0128b05ecf48748f27f10f0b0215a279ba6cc1)]:
263 | - @clerk/[email protected]
264 | - @clerk/[email protected]
265 | - @clerk/[email protected]
266 | - @clerk/[email protected]
267 |
268 | ## 2.15.4
269 |
270 | ### Patch Changes
271 |
272 | - Updated dependencies [[`04a9e16`](https://github.com/clerk/javascript/commit/04a9e16b61d27d21251ccbaa388fdf477ed15404), [`37028ca`](https://github.com/clerk/javascript/commit/37028caad59cb0081ac74e70a44e4a419082a999), [`6ca071d`](https://github.com/clerk/javascript/commit/6ca071d26f337d62033a7799f0736a1e45dcf9e4)]:
273 | - @clerk/[email protected]
274 | - @clerk/[email protected]
275 | - @clerk/[email protected]
276 | - @clerk/[email protected]
277 |
278 | ## 2.15.3
279 |
280 | ### Patch Changes
281 |
282 | - Updated dependencies [[`e3e77eb`](https://github.com/clerk/javascript/commit/e3e77eb277c6b36847265db7b863c418e3708ab6), [`33efaad`](https://github.com/clerk/javascript/commit/33efaad1479daaffd125e3e380c791e70f18d43f), [`9cf89cd`](https://github.com/clerk/javascript/commit/9cf89cd3402c278e8d5bfcd8277cee292bc45333), [`090ca74`](https://github.com/clerk/javascript/commit/090ca742c590bc4f369cf3e1ca2ec9917410ffe4), [`5546352`](https://github.com/clerk/javascript/commit/55463527df9a710ef3215c353bab1ef423d1de62)]:
283 | - @clerk/[email protected]
284 | - @clerk/[email protected]
285 | - @clerk/[email protected]
286 | - @clerk/[email protected]
287 |
288 | ## 2.15.2
289 |
290 | ### Patch Changes
291 |
292 | - Update jsdocs mentions of `@experimental` tag. ([#6651](https://github.com/clerk/javascript/pull/6651)) by [@panteliselef](https://github.com/panteliselef)
293 |
294 | - Updated dependencies [[`13d08c8`](https://github.com/clerk/javascript/commit/13d08c89745d7cf29068b0cd8873de11f6140d76), [`f0f1a3f`](https://github.com/clerk/javascript/commit/f0f1a3fc5186462f51b7547d8dc024091dcd225e), [`41e0a41`](https://github.com/clerk/javascript/commit/41e0a4190b33dd2c4bdc0d536bbe83fcf99af9b0), [`1aa9e9f`](https://github.com/clerk/javascript/commit/1aa9e9f10c051319e9ff4b1a0ecd71507bd6a6aa), [`a48de44`](https://github.com/clerk/javascript/commit/a48de4402f214e76e0ab25c4cddfb7f09495d18f), [`a88ee58`](https://github.com/clerk/javascript/commit/a88ee5827adee0cc8a62246d03a3034d8566fe21), [`d6c7bbb`](https://github.com/clerk/javascript/commit/d6c7bbba23f38c0b3ca7edebb53028a05c7b38e6)]:
295 | - @clerk/[email protected]
296 | - @clerk/[email protected]
297 | - @clerk/[email protected]
298 | - @clerk/[email protected]
299 |
300 | ## 2.15.1
301 |
302 | ### Patch Changes
303 |
304 | - Updated dependencies [[`bcf24f2`](https://github.com/clerk/javascript/commit/bcf24f2f91913fa0dd3fbf02b3bbef345c4e1ea9), [`f6f890c`](https://github.com/clerk/javascript/commit/f6f890c0cb71bb840b5a60f4ecfdecb6de0657b1), [`adfed91`](https://github.com/clerk/javascript/commit/adfed91d93abf6fd9823207b39565e2059f02f90), [`1ceedad`](https://github.com/clerk/javascript/commit/1ceedad4bc5bc3d5f01c95185f82ff0f43983cf5), [`de90ede`](https://github.com/clerk/javascript/commit/de90ede82664b58bef9e294498384cf2c99a331e), [`9d4a95c`](https://github.com/clerk/javascript/commit/9d4a95c766396a0bc327fbf0560228bedb4828eb), [`a059017`](https://github.com/clerk/javascript/commit/a059017683580df82224e73c81387d82f484819d), [`428cd57`](https://github.com/clerk/javascript/commit/428cd57a8581a58a6a42325ec50eb98000068e97), [`719856f`](https://github.com/clerk/javascript/commit/719856fee23acde3f9953f48f0a83c3eedf9e429)]:
305 | - @clerk/[email protected]
306 | - @clerk/[email protected]
307 | - @clerk/[email protected]
308 | - @clerk/[email protected]
309 |
310 | ## 2.15.0
311 |
312 | ### Minor Changes
313 |
314 | - [Billing Beta] Drop experimental `subscriptions` property from params of `useOrganization()`. Use [`useSubscription()`](https://clerk.com/docs/nextjs/hooks/use-subscription) instead. ([#6738](https://github.com/clerk/javascript/pull/6738)) by [@mauricioabreu](https://github.com/mauricioabreu)
315 |
316 | ### Patch Changes
317 |
318 | - Add last_authentication_strategy to dummy cache data ([#6748](https://github.com/clerk/javascript/pull/6748)) by [@tmilewski](https://github.com/tmilewski)
319 |
320 | - Updated dependencies [[`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`7fe00d6`](https://github.com/clerk/javascript/commit/7fe00d67c642ae1fe44a96bd8ab51f7f5845495a), [`b291c98`](https://github.com/clerk/javascript/commit/b291c98641a67a24a6714343884bd366f041e8fa), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]:
321 | - @clerk/[email protected]
322 | - @clerk/[email protected]
323 | - @clerk/[email protected]
324 | - @clerk/[email protected]
325 |
326 | ## 2.14.30
327 |
328 | ### Patch Changes
329 |
330 | - Updated dependencies [[`4eca624`](https://github.com/clerk/javascript/commit/4eca624e17dd285d5244811d2620e09789b942c0)]:
331 | - @clerk/[email protected]
332 |
333 | ## 2.14.29
334 |
335 | ### Patch Changes
336 |
337 | - Accepts `showInRecents` in `authSessionOptions` for `useSSO`, preventing the Android web browser tab from closing when navigating away during the SSO flow ([#6718](https://github.com/clerk/javascript/pull/6718)) by [@LauraBeatris](https://github.com/LauraBeatris)
338 |
339 | - Updated dependencies [[`55490c3`](https://github.com/clerk/javascript/commit/55490c31fadc82bdca6cd5f2b22e5e158aaba0cb), [`aa098bd`](https://github.com/clerk/javascript/commit/aa098bd5b71fd5cdc7e1a17bb19da542446fd43b), [`e8d21de`](https://github.com/clerk/javascript/commit/e8d21de39b591973dad48fc1d1851c4d28b162fe), [`bddb828`](https://github.com/clerk/javascript/commit/bddb82815d4dbfe574834867d66639d3e342f7f8), [`4a5bd7a`](https://github.com/clerk/javascript/commit/4a5bd7a4d9e96c89af07db69fc140ca2adb87f08), [`637f2e8`](https://github.com/clerk/javascript/commit/637f2e8768b76aaf756062b6b5b44bf651f66789)]:
340 | - @clerk/[email protected]
341 | - @clerk/[email protected]
342 | - @clerk/[email protected]
343 | - @clerk/[email protected]
344 |
345 | ## 2.14.28
346 |
347 | ### Patch Changes
348 |
349 | - Updated dependencies [[`fced4fc`](https://github.com/clerk/javascript/commit/fced4fc869bb21c77826dfaf281b6640e0f0c006), [`73fe6ff`](https://github.com/clerk/javascript/commit/73fe6ff4be665b5543b865d303dc51060c9f00bb), [`9796fbf`](https://github.com/clerk/javascript/commit/9796fbf57494e108bdb531accc26bdb8e54e59f9), [`375ad8d`](https://github.com/clerk/javascript/commit/375ad8dd8668b8bacc048aaf8135b5d1c62e00ea), [`f28179b`](https://github.com/clerk/javascript/commit/f28179b30102550cc5601fcd22da7ca9a90959ee), [`e6e19d2`](https://github.com/clerk/javascript/commit/e6e19d2d2f3b2c4617b25f53830216a1d550e616), [`e6e19d2`](https://github.com/clerk/javascript/commit/e6e19d2d2f3b2c4617b25f53830216a1d550e616), [`1b1e8b1`](https://github.com/clerk/javascript/commit/1b1e8b1fd33b787f956b17b193e5fd0a4cdc6cec)]:
350 | - @clerk/[email protected]
351 | - @clerk/[email protected]
352 | - @clerk/[email protected]
353 | - @clerk/[email protected]
354 |
355 | ## 2.14.27
356 |
357 | ### Patch Changes
358 |
359 | - Updated dependencies [[`f1ccc98`](https://github.com/clerk/javascript/commit/f1ccc989fb5e1a4283b5bf31cae3d78460bd8142)]:
360 | - @clerk/[email protected]
361 |
362 | ## 2.14.26
363 |
364 | ### Patch Changes
365 |
366 | - Updated dependencies [[`30c8bca`](https://github.com/clerk/javascript/commit/30c8bca0e95e6b97beda149d8763ac1d8295a175), [`2a82737`](https://github.com/clerk/javascript/commit/2a8273705b9764e1a4613d5a0dbb738d0b156c05), [`cda5d7b`](https://github.com/clerk/javascript/commit/cda5d7b79b28dc03ec794ea54e0feb64b148cdd2), [`ba25a5b`](https://github.com/clerk/javascript/commit/ba25a5b5a3fa686a65f52e221d9d1712a389fea9), [`a50cfc8`](https://github.com/clerk/javascript/commit/a50cfc8f1dd168b436499e32fc8b0fc41d28bbff), [`377f67b`](https://github.com/clerk/javascript/commit/377f67b8e552d1a19efbe4530e9306675b7f8eab), [`efb6fac`](https://github.com/clerk/javascript/commit/efb6facc32b99882cd783b1d2e2d2e8320e70091), [`65b12ee`](https://github.com/clerk/javascript/commit/65b12eeeb57ee80cdd8c36c5949d51f1227a413e), [`263722e`](https://github.com/clerk/javascript/commit/263722e61fd27403b4c8d9794880686771e123f9)]:
367 | - @clerk/[email protected]
368 | - @clerk/[email protected]
369 | - @clerk/[email protected]
370 | - @clerk/[email protected]
371 |
372 | ## 2.14.25
373 |
374 | ### Patch Changes
375 |
376 | - Updated dependencies [[`600c648`](https://github.com/clerk/javascript/commit/600c648d4087a823341041c90018797fbc0033f0)]:
377 | - @clerk/[email protected]
378 | - @clerk/[email protected]
379 | - @clerk/[email protected]
380 | - @clerk/[email protected]
381 |
382 | ## 2.14.24
383 |
384 | ### Patch Changes
385 |
386 | - Updated dependencies [[`f871573`](https://github.com/clerk/javascript/commit/f871573b5546a27719a2e8f3e5529594db8828bc), [`c42ce6c`](https://github.com/clerk/javascript/commit/c42ce6cd1ba040591f948d1872e67e24ee15454c), [`d52714e`](https://github.com/clerk/javascript/commit/d52714e4cb7f369c74826cd4341c58eb1900abe4), [`8002941`](https://github.com/clerk/javascript/commit/80029415a41566bc315d4c7012367265bd7cbfac), [`ce49740`](https://github.com/clerk/javascript/commit/ce49740d474d6dd9da5096982ea4e9f14cf68f09), [`2ed539c`](https://github.com/clerk/javascript/commit/2ed539cc7f08ed4d70c33621563ad386ea8becc5), [`deaafe4`](https://github.com/clerk/javascript/commit/deaafe449773632d690aa2f8cafaf959392622b9), [`a26ecae`](https://github.com/clerk/javascript/commit/a26ecae09fd06cd34f094262f038a8eefbb23f7d), [`c16a7a5`](https://github.com/clerk/javascript/commit/c16a7a5837fc15e0e044baf9c809b8da6fbac795), [`7168243`](https://github.com/clerk/javascript/commit/7168243d4e538404c4f816cb04da5eade264c4e5), [`05b6d65`](https://github.com/clerk/javascript/commit/05b6d65c0bc5736443325a5defee4c263ef196af), [`081f144`](https://github.com/clerk/javascript/commit/081f1440731145f6f5766433535fb18e110e8201)]:
387 | - @clerk/[email protected]
388 | - @clerk/[email protected]
389 | - @clerk/[email protected]
390 | - @clerk/[email protected]
391 |
392 | ## 2.14.23
393 |
394 | ### Patch Changes
395 |
396 | - Updated dependencies [[`e52bf8e`](https://github.com/clerk/javascript/commit/e52bf8ebef74a9e123c69b69acde1340c01d32d7), [`4ac7b25`](https://github.com/clerk/javascript/commit/4ac7b2586dcca59f2b169d3bd745215083e842a9), [`c043c19`](https://github.com/clerk/javascript/commit/c043c1919854aaa5b9cf7f6df5bb517f5617f7a1), [`2fa2a41`](https://github.com/clerk/javascript/commit/2fa2a4193760dbea6dbd0bbe1315470b0c07488b), [`c28d29c`](https://github.com/clerk/javascript/commit/c28d29c79bb4f144d782313ca72df7db91a77340), [`8b21966`](https://github.com/clerk/javascript/commit/8b21966929c61a00d86135bfc2b9f82a20d48735), [`0bfbdc3`](https://github.com/clerk/javascript/commit/0bfbdc3a4928e5048afe30186eb0f9b08cb4e370), [`9f0aad2`](https://github.com/clerk/javascript/commit/9f0aad285ba41ee0786c6f5940911d596c2fad4c), [`172e054`](https://github.com/clerk/javascript/commit/172e054a3511be12d16ba19037db320c2d9838bf), [`e52bf8e`](https://github.com/clerk/javascript/commit/e52bf8ebef74a9e123c69b69acde1340c01d32d7), [`0f96720`](https://github.com/clerk/javascript/commit/0f96720c5daa9ce8ccbb2dc6849ffa8b06d360fb)]:
397 | - @clerk/[email protected]
398 | - @clerk/[email protected]
399 | - @clerk/[email protected]
400 | - @clerk/[email protected]
401 |
402 | ## 2.14.22
403 |
404 | ### Patch Changes
405 |
406 | - Updated dependencies [[`8dc6bad`](https://github.com/clerk/javascript/commit/8dc6bad5c7051b59bd8c73e65d497f6a974bb1c3), [`aa6a3c3`](https://github.com/clerk/javascript/commit/aa6a3c3d3ba2de67a468c996cbf0bff43a09ddb8), [`81b2759`](https://github.com/clerk/javascript/commit/81b27597701b08d219ab0348a4548d638e67d578), [`db50c47`](https://github.com/clerk/javascript/commit/db50c4734920ada6002de8c62c994047eb6cb5a0)]:
407 | - @clerk/[email protected]
408 | - @clerk/[email protected]
409 | - @clerk/[email protected]
410 | - @clerk/[email protected]
411 |
412 | ## 2.14.21
413 |
414 | ### Patch Changes
415 |
416 | - Updated dependencies [[`413468c`](https://github.com/clerk/javascript/commit/413468c9b9c8fb7576f8e4cbdccff98784e33fef), [`7b7eb1f`](https://github.com/clerk/javascript/commit/7b7eb1fc0235249c5c179239078294118f2947cd)]:
417 | - @clerk/[email protected]
418 | - @clerk/[email protected]
419 | - @clerk/[email protected]
420 | - @clerk/[email protected]
421 |
422 | ## 2.14.20
423 |
424 | ### Patch Changes
425 |
426 | - Updated dependencies [[`d775436`](https://github.com/clerk/javascript/commit/d77543607b5b48ec4555efc09cacba14f9a8d192), [`e78c73e`](https://github.com/clerk/javascript/commit/e78c73ea9e240bbc7abd5653870af71a2beb0eb4), [`5b24129`](https://github.com/clerk/javascript/commit/5b24129ddcfc2f7dc6eb79d8c818b4ff97c68e9a)]:
427 | - @clerk/[email protected]
428 | - @clerk/[email protected]
429 | - @clerk/[email protected]
430 | - @clerk/[email protected]
431 |
432 | ## 2.14.19
433 |
434 | ### Patch Changes
435 |
436 | - Updated dependencies [[`4db1e58`](https://github.com/clerk/javascript/commit/4db1e58d70b60e1e236709b507666715d571e925), [`69498df`](https://github.com/clerk/javascript/commit/69498dfca3e6bb388eb8c94313eac06347dd5a27), [`59f1559`](https://github.com/clerk/javascript/commit/59f15593bab708b9e13eebfff6780c2d52b31b0a), [`69498df`](https://github.com/clerk/javascript/commit/69498dfca3e6bb388eb8c94313eac06347dd5a27)]:
437 | - @clerk/[email protected]
438 | - @clerk/[email protected]
439 | - @clerk/[email protected]
440 | - @clerk/[email protected]
441 |
442 | ## 2.14.18
443 |
444 | ### Patch Changes
445 |
446 | - Updated dependencies [[`15fe106`](https://github.com/clerk/javascript/commit/15fe1060f730a6a4391f3d2451d23edd3218e1ae), [`173837c`](https://github.com/clerk/javascript/commit/173837c2526aa826b7981ee8d6d4f52c00675da5), [`8b52d7a`](https://github.com/clerk/javascript/commit/8b52d7ae19407e8ab5a5451bd7d34b6bc38417de), [`854dde8`](https://github.com/clerk/javascript/commit/854dde88e642c47b5a29ac8f576c8c1976e5d067), [`ae2e2d6`](https://github.com/clerk/javascript/commit/ae2e2d6b336be6b596cc855e549843beb5bfd2a1), [`037f25a`](https://github.com/clerk/javascript/commit/037f25a8171888168913b186b7edf871e0aaf197), [`f8b38b7`](https://github.com/clerk/javascript/commit/f8b38b7059e498fef3ac1271346be0710aa31c76)]:
447 | - @clerk/[email protected]
448 | - @clerk/[email protected]
449 | - @clerk/[email protected]
450 | - @clerk/[email protected]
451 |
452 | ## 2.14.17
453 |
454 | ### Patch Changes
455 |
456 | - Updated dependencies [[`0ff648a`](https://github.com/clerk/javascript/commit/0ff648aeac0e2f5481596a98c8046d9d58a7bf75), [`b72a3dd`](https://github.com/clerk/javascript/commit/b72a3dda2467720e5dc8cab3e7e6a110f3beb79b), [`29a25f3`](https://github.com/clerk/javascript/commit/29a25f3fffca5723e27ee0f639913059e528c083), [`d93b0ed`](https://github.com/clerk/javascript/commit/d93b0edf4adc57d48a26cb08444192887ccec659), [`e040597`](https://github.com/clerk/javascript/commit/e040597ce5c8145dde7c662b2f9cbfe23afa69c4), [`6459f7d`](https://github.com/clerk/javascript/commit/6459f7dabe5f163f48ed73106bb901d8187da3e2), [`0ff648a`](https://github.com/clerk/javascript/commit/0ff648aeac0e2f5481596a98c8046d9d58a7bf75), [`1517932`](https://github.com/clerk/javascript/commit/15179326d44c65109b3e5fcf094f206570453aa6), [`9084759`](https://github.com/clerk/javascript/commit/90847593300be605e1ee1c06dac147ce68b25dc7)]:
457 | - @clerk/[email protected]
458 | - @clerk/[email protected]
459 | - @clerk/[email protected]
460 | - @clerk/[email protected]
461 |
462 | ## 2.14.16
463 |
464 | ### Patch Changes
465 |
466 | - Updated dependencies [[`1ad16da`](https://github.com/clerk/javascript/commit/1ad16daa49795a861ae277001831230580b6b9f4), [`4edef81`](https://github.com/clerk/javascript/commit/4edef81dd423a0471e3f579dd6b36094aa8546aa), [`696f8e1`](https://github.com/clerk/javascript/commit/696f8e11a3e5391e6b5a97d98e929b8973575b9a), [`f318d22`](https://github.com/clerk/javascript/commit/f318d22cf83caaef272bcf532561a03ca72575e7), [`1cc66ab`](https://github.com/clerk/javascript/commit/1cc66aba1c0adac24323876e4cc3d96be888b07b)]:
467 | - @clerk/[email protected]
468 | - @clerk/[email protected]
469 | - @clerk/[email protected]
470 | - @clerk/[email protected]
471 |
472 | ## 2.14.15
473 |
474 | ### Patch Changes
475 |
476 | - Updated dependencies [[`9368daf`](https://github.com/clerk/javascript/commit/9368dafb119b5a8ec6a9d6d82270e72bab6d8f1e), [`d30d566`](https://github.com/clerk/javascript/commit/d30d56691904e602c38d10bf41e2a73b29f17027), [`f93965f`](https://github.com/clerk/javascript/commit/f93965f64c81030f9fcf9d1cc4e4984d30cd12ec), [`7b6dcee`](https://github.com/clerk/javascript/commit/7b6dceea5bfd7f1cc1bf24126aa715307e24ae7f), [`ef87617`](https://github.com/clerk/javascript/commit/ef87617ae1fd125c806a33bfcfdf09c885319fa8), [`8afe342`](https://github.com/clerk/javascript/commit/8afe342f909a4697faabbaeb6710970e50a782b5), [`0b165f8`](https://github.com/clerk/javascript/commit/0b165f863cee0be298ff5d5caba4b352e73b30d0), [`e3d073e`](https://github.com/clerk/javascript/commit/e3d073e6665f8199cd2f850013b164d4ecd56fac), [`4602f18`](https://github.com/clerk/javascript/commit/4602f187304802320ebebdf3e9171d0466c344e6)]:
477 | - @clerk/[email protected]
478 | - @clerk/[email protected]
479 | - @clerk/[email protected]
480 | - @clerk/[email protected]
481 |
482 | ## 2.14.14
483 |
484 | ### Patch Changes
485 |
486 | - Updated dependencies [[`123c578`](https://github.com/clerk/javascript/commit/123c5787d594755800e330bdb6dc6820513dc6b8), [`7a46679`](https://github.com/clerk/javascript/commit/7a46679a004739a7f712097c5779e9f5c068722e), [`05cc5ec`](https://github.com/clerk/javascript/commit/05cc5ecd82ecdbcc9922d3286224737a81813be0), [`813e738`](https://github.com/clerk/javascript/commit/813e73817112d82ed73b67e4ed9eecbe8fcbcd22), [`22c35ef`](https://github.com/clerk/javascript/commit/22c35efb59226df2efaa2891fa4775c13312f4c6), [`e8d816a`](https://github.com/clerk/javascript/commit/e8d816a3350e862c3e9e1d4f8c96c047a0a016a2), [`aa9f185`](https://github.com/clerk/javascript/commit/aa9f185e21b58f8a6e03ea44ce29ee09ad2477d9), [`6cb2277`](https://github.com/clerk/javascript/commit/6cb2277746ddc75adcd5d570ffdd90a8de73b7df), [`af0e123`](https://github.com/clerk/javascript/commit/af0e12393c9412281626e20dafb1b3a15558f6d9), [`241bbbd`](https://github.com/clerk/javascript/commit/241bbbd5ad3915419fe222861a2eeb0132a294e0), [`811019d`](https://github.com/clerk/javascript/commit/811019dba4093caeba9d72d4350500c4627ec365), [`3d1d871`](https://github.com/clerk/javascript/commit/3d1d8711405646cf3c2aabe99e08337a1028703a), [`e8d816a`](https://github.com/clerk/javascript/commit/e8d816a3350e862c3e9e1d4f8c96c047a0a016a2)]:
487 | - @clerk/[email protected]
488 | - @clerk/[email protected]
489 | - @clerk/[email protected]
490 | - @clerk/[email protected]
491 |
492 | ## 2.14.13
493 |
494 | ### Patch Changes
495 |
496 | - Updated dependencies [[`e404456`](https://github.com/clerk/javascript/commit/e4044566bca81f63c8e9c630fdec0f498ad6fc08), [`2803133`](https://github.com/clerk/javascript/commit/28031330a9810946feb44b93be10c067fb3b63ba), [`f1d9d34`](https://github.com/clerk/javascript/commit/f1d9d3482a796dd5f7796ede14159850e022cba2), [`d58b959`](https://github.com/clerk/javascript/commit/d58b9594cf65158e87dbaa90d632c45f543373e1), [`8fadb1d`](https://github.com/clerk/javascript/commit/8fadb1daefe60b6170520612a4747e65e80091bb), [`f6375f0`](https://github.com/clerk/javascript/commit/f6375f01e8d8a06e12d4a71285912e9dda7b6f20), [`822ba1f`](https://github.com/clerk/javascript/commit/822ba1fd5e7daf665120cf183e4600a227098d53), [`2803133`](https://github.com/clerk/javascript/commit/28031330a9810946feb44b93be10c067fb3b63ba), [`d4d2612`](https://github.com/clerk/javascript/commit/d4d2612483baf356c389ef0ba5084059025481f2)]:
497 | - @clerk/[email protected]
498 | - @clerk/[email protected]
499 | - @clerk/[email protected]
500 | - @clerk/[email protected]
501 |
502 | ## 2.14.12
503 |
504 | ### Patch Changes
505 |
506 | - Updated dependencies [[`b0fdc9e`](https://github.com/clerk/javascript/commit/b0fdc9eaf764ca0c17cbe0810b7d240f6d9db0b6), [`6876563`](https://github.com/clerk/javascript/commit/687656338ff5c272a2f686e4479b7001f8dab539), [`cfa7882`](https://github.com/clerk/javascript/commit/cfa78827cea6e81ce671ae204f529d2f93e3304d), [`b0fdc9e`](https://github.com/clerk/javascript/commit/b0fdc9eaf764ca0c17cbe0810b7d240f6d9db0b6)]:
507 | - @clerk/[email protected]
508 | - @clerk/[email protected]
509 | - @clerk/[email protected]
510 | - @clerk/[email protected]
511 |
512 | ## 2.14.11
513 |
514 | ### Patch Changes
515 |
516 | - Updated dependencies [[`8feb59b`](https://github.com/clerk/javascript/commit/8feb59b808254a59c9bf4cf9c00f177e29e5e41b), [`cd59c0e`](https://github.com/clerk/javascript/commit/cd59c0e5512a341dd8fb420aca583333c8243aa5), [`cd59c0e`](https://github.com/clerk/javascript/commit/cd59c0e5512a341dd8fb420aca583333c8243aa5)]:
517 | - @clerk/[email protected]
518 | - @clerk/[email protected]
519 | - @clerk/[email protected]
520 | - @clerk/[email protected]
521 |
522 | ## 2.14.10
523 |
524 | ### Patch Changes
525 |
526 | - Updated dependencies [[`9a01afa`](https://github.com/clerk/javascript/commit/9a01afaa22f925d2f28134f0ad6aabf251de4ece), [`fecc99d`](https://github.com/clerk/javascript/commit/fecc99d43cb7db5b99863829acb234cbce0da264), [`959d63d`](https://github.com/clerk/javascript/commit/959d63de27e5bfe27b46699b441dfd4e48616bf8), [`10e1060`](https://github.com/clerk/javascript/commit/10e10605b18a58f33a93caed058159c190678e74), [`92c44dd`](https://github.com/clerk/javascript/commit/92c44dd9d51e771a928a8da7004bdb8f8bdbaf58), [`a04a8f5`](https://github.com/clerk/javascript/commit/a04a8f5f81241ee41d93cd64793beca9d6296abb), [`f0d7a01`](https://github.com/clerk/javascript/commit/f0d7a0157fde72a2f6807db145bccd80349eb57c), [`61b592e`](https://github.com/clerk/javascript/commit/61b592e9a4a2dba3b5f6e7cbd6402b6d9dc1ab1f), [`c61855c`](https://github.com/clerk/javascript/commit/c61855c51d9c129d48c4543da3719939ad82f623), [`e6f204a`](https://github.com/clerk/javascript/commit/e6f204ad0036659dd8d79fc446c5a4844b4f736a), [`43ea069`](https://github.com/clerk/javascript/commit/43ea069c570dc64503fc82356ad28a2e43689d45)]:
527 | - @clerk/[email protected]
528 | - @clerk/[email protected]
529 | - @clerk/[email protected]
530 | - @clerk/[email protected]
531 |
532 | ## 2.14.9
533 |
534 | ### Patch Changes
535 |
536 | - Updated dependencies [[`7ca080f`](https://github.com/clerk/javascript/commit/7ca080fb18a9bf7797dc8f38ecded41c0eb12677)]:
537 | - @clerk/[email protected]
538 | - @clerk/[email protected]
539 |
540 | ## 2.14.8
541 |
542 | ### Patch Changes
543 |
544 | - Updated dependencies [[`d2f6f9e`](https://github.com/clerk/javascript/commit/d2f6f9e02036a4288916fcce14f24be5d56561c4), [`a329836`](https://github.com/clerk/javascript/commit/a329836a6c64f0a551a277ccae07043456a70523), [`823845e`](https://github.com/clerk/javascript/commit/823845e140931395a682570aea19edd316903cfe), [`6041c39`](https://github.com/clerk/javascript/commit/6041c39a31e787a6065dbc3f21e1c569982a06de), [`3f1270d`](https://github.com/clerk/javascript/commit/3f1270db86a21ead0ed6f0bd4f9986485203e973), [`fe4d1aa`](https://github.com/clerk/javascript/commit/fe4d1aa8c75e6dfff0c8faf241970824cc316df7)]:
545 | - @clerk/[email protected]
546 | - @clerk/[email protected]
547 | - @clerk/[email protected]
548 | - @clerk/[email protected]
549 |
550 | ## 2.14.7
551 |
552 | ### Patch Changes
553 |
554 | - Updated dependencies [[`2a90b68`](https://github.com/clerk/javascript/commit/2a90b689550ae960496c9292ca23e0225e3425cd), [`af50905`](https://github.com/clerk/javascript/commit/af50905ea497ed3286c8c4c374498e06ca6ee82b)]:
555 | - @clerk/[email protected]
556 | - @clerk/[email protected]
557 | - @clerk/[email protected]
558 | - @clerk/[email protected]
559 |
560 | ## 2.14.6
561 |
562 | ### Patch Changes
563 |
564 | - Updated dependencies [[`8ee859c`](https://github.com/clerk/javascript/commit/8ee859ce00d1d5747c14a80fe7166303e64a4f1f), [`c666c80`](https://github.com/clerk/javascript/commit/c666c80be32ee76066f24b34b520fb6ba1ff6d43)]:
565 | - @clerk/[email protected]
566 | - @clerk/[email protected]
567 | - @clerk/[email protected]
568 | - @clerk/[email protected]
569 |
570 | ## 2.14.5
571 |
572 | ### Patch Changes
573 |
574 | - Updated dependencies [[`025e304`](https://github.com/clerk/javascript/commit/025e304c4d6402dfd750ee51ac9c8fc2dea1f353), [`dedf487`](https://github.com/clerk/javascript/commit/dedf48703986d547d5b28155b0182a51030cffeb), [`b96114e`](https://github.com/clerk/javascript/commit/b96114e438638896ba536bb7a17b09cdadcd9407), [`fdd4f0b`](https://github.com/clerk/javascript/commit/fdd4f0b981ea47d9d4fa597f38e49ed2a057cfc7)]:
575 | - @clerk/[email protected]
576 | - @clerk/[email protected]
577 | - @clerk/[email protected]
578 | - @clerk/[email protected]
579 |
580 | ## 2.14.4
581 |
582 | ### Patch Changes
583 |
584 | - Updated dependencies [[`2be6a53`](https://github.com/clerk/javascript/commit/2be6a53959cb8a3127c2eb5d1aeb4248872d2c24), [`f6a1c35`](https://github.com/clerk/javascript/commit/f6a1c35bd5fb4bd2a3cd45bdaf9defe6be59d4a9), [`d97dd35`](https://github.com/clerk/javascript/commit/d97dd3598ae84d6985eeee53c4812204dea54b6b), [`6826d0b`](https://github.com/clerk/javascript/commit/6826d0bbd03e844d49224565878a4326684f06b4), [`f6a1c35`](https://github.com/clerk/javascript/commit/f6a1c35bd5fb4bd2a3cd45bdaf9defe6be59d4a9), [`97a07f7`](https://github.com/clerk/javascript/commit/97a07f78b4b0c3dc701a2610097ec7d6232f79e7), [`32a4952`](https://github.com/clerk/javascript/commit/32a4952a610d74f64da7837fc174eafd4855c671), [`ab31ae8`](https://github.com/clerk/javascript/commit/ab31ae84a3e6ec45bfe38bc89baefabb0bec81b6)]:
585 | - @clerk/[email protected]
586 | - @clerk/[email protected]
587 | - @clerk/[email protected]
588 | - @clerk/[email protected]
589 |
590 | ## 2.14.3
591 |
592 | ### Patch Changes
593 |
594 | - Updated dependencies [[`50fc006`](https://github.com/clerk/javascript/commit/50fc006180519ffbdb6dfb5b9c6925482fb33849), [`f42c4fe`](https://github.com/clerk/javascript/commit/f42c4fedfdab873129b876eba38b3677f190b460), [`22be9f0`](https://github.com/clerk/javascript/commit/22be9f06d3419baa32212e2e5a5fa91d40240f7d), [`4ab82f7`](https://github.com/clerk/javascript/commit/4ab82f7e112dc6e904a33ebf21d4d3ef4bb07319), [`ec207dc`](https://github.com/clerk/javascript/commit/ec207dcd2a13340cfa4e3b80d3d52d1b4e7d5f23), [`ec207dc`](https://github.com/clerk/javascript/commit/ec207dcd2a13340cfa4e3b80d3d52d1b4e7d5f23), [`7f341dc`](https://github.com/clerk/javascript/commit/7f341dc7ed4982324e6dae59e803f42e794f2e2f), [`ec207dc`](https://github.com/clerk/javascript/commit/ec207dcd2a13340cfa4e3b80d3d52d1b4e7d5f23), [`6b4b27e`](https://github.com/clerk/javascript/commit/6b4b27e9d78417218280ef08b376883711eff47e), [`2fbdad0`](https://github.com/clerk/javascript/commit/2fbdad0bd93618bcf3e9a1aa94383eb2785c157c), [`0e0cc1f`](https://github.com/clerk/javascript/commit/0e0cc1fa85347d727a4fd3718fe45b0f0244ddd9), [`d34205c`](https://github.com/clerk/javascript/commit/d34205c7b85329f04948e2236b4a7fefeaf62884)]:
595 | - @clerk/[email protected]
596 | - @clerk/[email protected]
597 | - @clerk/[email protected]
598 | - @clerk/[email protected]
599 |
600 | ## 2.14.2
601 |
602 | ### Patch Changes
603 |
604 | - Updated dependencies [[`abd8446`](https://github.com/clerk/javascript/commit/abd844609dad263d974da7fbf5e3575afce73abe), [`8387a39`](https://github.com/clerk/javascript/commit/8387a392a04906f0f10d84c61cfee36f23942f85), [`f2a6641`](https://github.com/clerk/javascript/commit/f2a66419b1813abc86ea98fde7475861995a1486), [`7fc4653`](https://github.com/clerk/javascript/commit/7fc46533d62db1d72fb95b1bd06602d48fcdcf88)]:
605 | - @clerk/[email protected]
606 | - @clerk/[email protected]
607 | - @clerk/[email protected]
608 | - @clerk/[email protected]
609 |
610 | ## 2.14.1
611 |
612 | ### Patch Changes
613 |
614 | - Updated dependencies [[`02a1f42`](https://github.com/clerk/javascript/commit/02a1f42dfdb28ea956d6cbd3fbabe10093d2fad8), [`edc0bfd`](https://github.com/clerk/javascript/commit/edc0bfdae929dad78a99dfd6275aad947d9ddd73), [`1e737c7`](https://github.com/clerk/javascript/commit/1e737c7c0480eb48a1f515507ad4d6bc246817cc)]:
615 | - @clerk/[email protected]
616 | - @clerk/[email protected]
617 | - @clerk/[email protected]
618 | - @clerk/[email protected]
619 |
620 | ## 2.14.0
621 |
622 | ### Minor Changes
623 |
624 | - Re-export useReverification hook from `@clerk/clerk-react` ([#6182](https://github.com/clerk/javascript/pull/6182)) by [@tmilewski](https://github.com/tmilewski)
625 |
626 | ### Patch Changes
627 |
628 | - Updated dependencies [[`f1be1fe`](https://github.com/clerk/javascript/commit/f1be1fe3d575c11acd04fc7aadcdec8f89829894), [`58e9a2f`](https://github.com/clerk/javascript/commit/58e9a2f2962330d52682edf096dcba77fc082b9e), [`bffb42a`](https://github.com/clerk/javascript/commit/bffb42aaf266a188b9ae7d16ace3024d468a3bd4), [`bffb42a`](https://github.com/clerk/javascript/commit/bffb42aaf266a188b9ae7d16ace3024d468a3bd4), [`036a853`](https://github.com/clerk/javascript/commit/036a8533d020b465b40e51e10ba24345edd36102)]:
629 | - @clerk/[email protected]
630 | - @clerk/[email protected]
631 | - @clerk/[email protected]
632 | - @clerk/[email protected]
633 |
634 | ## 2.13.2
635 |
636 | ### Patch Changes
637 |
638 | - Updated dependencies [[`b495279`](https://github.com/clerk/javascript/commit/b4952796e3c7dee4ab4726de63a17b7f4265ce37), [`68ed585`](https://github.com/clerk/javascript/commit/68ed585d31e4b4580e5544c6eec891d063f5184f), [`c3fa15d`](https://github.com/clerk/javascript/commit/c3fa15d60642b4fcbcf26e21caaca0fc60975795), [`547f49d`](https://github.com/clerk/javascript/commit/547f49d278b1f50d601a569e964fa8eaa8af12c7), [`52d5e57`](https://github.com/clerk/javascript/commit/52d5e5768d54725b4d20d028135746493e05d44c), [`15a945c`](https://github.com/clerk/javascript/commit/15a945c02a9f6bc8d2f7d1e3534217100bf45936), [`0c9d8b3`](https://github.com/clerk/javascript/commit/0c9d8b3cd454eeea4a5c57425ba4ada5aa689023), [`e436882`](https://github.com/clerk/javascript/commit/e436882b319fcf56071273d55da971c65379ff8f), [`12c3826`](https://github.com/clerk/javascript/commit/12c3826fc2985cd8684cb3985c7fe03a20ff613b), [`72629b0`](https://github.com/clerk/javascript/commit/72629b06fb1fe720fa2a61462306a786a913e9a8), [`b207dcc`](https://github.com/clerk/javascript/commit/b207dcc3fabee7253a2d5a9b8ef62edf7cb071bb)]:
639 | - @clerk/[email protected]
640 | - @clerk/[email protected]
641 | - @clerk/[email protected]
642 | - @clerk/[email protected]
643 |
644 | ## 2.13.1
645 |
646 | ### Patch Changes
647 |
648 | - Updated dependencies [[`19e9e11`](https://github.com/clerk/javascript/commit/19e9e11af04f13fd12975fbf7016fe0583202056), [`b0e47f1`](https://github.com/clerk/javascript/commit/b0e47f1d782f8d6fb3799446ad9696d6617093bd), [`fa96943`](https://github.com/clerk/javascript/commit/fa9694353736751d93f16aeb3294e9647943224e), [`18bcb64`](https://github.com/clerk/javascript/commit/18bcb64a3e8b6d352d7933ed094d68214e6e80fb), [`138f733`](https://github.com/clerk/javascript/commit/138f733f13121487268a4f96e6eb2cffedc6e238), [`18bcb64`](https://github.com/clerk/javascript/commit/18bcb64a3e8b6d352d7933ed094d68214e6e80fb), [`684f3bd`](https://github.com/clerk/javascript/commit/684f3bdb265ac98d8164cb442e4bfa68df0e92c6), [`6e0f879`](https://github.com/clerk/javascript/commit/6e0f87974e44d0f0f4cd2ce3eff97a3233783760), [`48be55b`](https://github.com/clerk/javascript/commit/48be55b61a86e014dd407414764d24bb43fd26f3), [`48be55b`](https://github.com/clerk/javascript/commit/48be55b61a86e014dd407414764d24bb43fd26f3), [`2c6f805`](https://github.com/clerk/javascript/commit/2c6f805a9e6e4685990f9a8abc740b2d0859a453), [`97749d5`](https://github.com/clerk/javascript/commit/97749d570bc687c7e05cd800a50e0ae4180a371d), [`97749d5`](https://github.com/clerk/javascript/commit/97749d570bc687c7e05cd800a50e0ae4180a371d)]:
649 | - @clerk/[email protected]
650 | - @clerk/[email protected]
651 | - @clerk/[email protected]
652 | - @clerk/[email protected]
653 |
654 | ## 2.13.0
655 |
656 | ### Minor Changes
657 |
658 | - Default token cache `SecureStore` implementation `keychainAccessible` to `AFTER_FIRST_UNLOCK` createResourceCacheStore to align with createTokenCache - The data in the keychain item cannot be accessed after a restart until the device has been unlocked once by the user. This may be useful if you need to access the item when the device is locked. ([#6054](https://github.com/clerk/javascript/pull/6054)) by [@kkawamu1](https://github.com/kkawamu1)
659 |
660 | ### Patch Changes
661 |
662 | - Updated dependencies [[`d8fa5d9`](https://github.com/clerk/javascript/commit/d8fa5d9d3d8dc575260d8d2b7c7eeeb0052d0b0d), [`be2e89c`](https://github.com/clerk/javascript/commit/be2e89ca11aa43d48f74c57a5a34e20d85b4003c), [`5644d94`](https://github.com/clerk/javascript/commit/5644d94f711a0733e4970c3f15c24d56cafc8743), [`30bac73`](https://github.com/clerk/javascript/commit/30bac734a4dd22a6e2eb8551cb640b14feac3ee6), [`32a5e11`](https://github.com/clerk/javascript/commit/32a5e11f3e342fd0aa047f64c17f691bfbd33c34), [`a3232c7`](https://github.com/clerk/javascript/commit/a3232c7ee8c1173d2ce70f8252fc083c7bf19374), [`b578225`](https://github.com/clerk/javascript/commit/b5782258242474c9b0987a3f8349836cd763f24b), [`8838120`](https://github.com/clerk/javascript/commit/8838120596830b88fec1c6c853371dabfec74a0d)]:
663 | - @clerk/[email protected]
664 | - @clerk/[email protected]
665 | - @clerk/[email protected]
666 | - @clerk/[email protected]
667 |
668 | ## 2.12.0
669 |
670 | ### Minor Changes
671 |
672 | - Default token cache `SecureStore` implementation `keychainAccessible` to `AFTER_FIRST_UNLOCK` - The data in the keychain item cannot be accessed after a restart until the device has been unlocked once by the user. This may be useful if you need to access the item when the device is locked. ([#6025](https://github.com/clerk/javascript/pull/6025)) by [@tmilewski](https://github.com/tmilewski)
673 |
674 | ### Patch Changes
675 |
676 | - Updated dependencies [[`694ff23`](https://github.com/clerk/javascript/commit/694ff2335c9d2d6e80247747c29f0f1293dddea9), [`68bd90f`](https://github.com/clerk/javascript/commit/68bd90fa1e1daadd24c064385c009905388c032e), [`f897773`](https://github.com/clerk/javascript/commit/f89777379da63cf45039c1570b51ba10a400817c), [`ac4f31c`](https://github.com/clerk/javascript/commit/ac4f31c8aecf394b5b5d56b3dbe1ea8bad3a1614), [`2c6a0cc`](https://github.com/clerk/javascript/commit/2c6a0cca6e824bafc6b0d0501784517a5b1f75ea), [`71e6a1f`](https://github.com/clerk/javascript/commit/71e6a1f1024d65b7a09cdc8fa81ce0164e0a34cb), [`f357d8a`](https://github.com/clerk/javascript/commit/f357d8a8b2691eec4232d77f9e4f9158ee9babce)]:
677 | - @clerk/[email protected]
678 | - @clerk/[email protected]
679 | - @clerk/[email protected]
680 | - @clerk/[email protected]
681 |
682 | ## 2.11.9
683 |
684 | ### Patch Changes
685 |
686 | - Updated dependencies [[`6ed3dfc`](https://github.com/clerk/javascript/commit/6ed3dfc1bc742ac9d9a2307fe8e4733411cbc0d7), [`d437e81`](https://github.com/clerk/javascript/commit/d437e8190436084a22db0f5fc78c6a4445c855b6), [`75dc84b`](https://github.com/clerk/javascript/commit/75dc84b16e5056257ca470d15bd14b23070ea7e4), [`9c64f43`](https://github.com/clerk/javascript/commit/9c64f438f5ab5c8dd189eca7bd38d78b47147ebc), [`4db99ca`](https://github.com/clerk/javascript/commit/4db99ca4f765754c0379f2c72184ff6e18bda3a3)]:
687 | - @clerk/[email protected]
688 | - @clerk/[email protected]
689 | - @clerk/[email protected]
690 | - @clerk/[email protected]
691 |
692 | ## 2.11.8
693 |
694 | ### Patch Changes
695 |
696 | - Updated dependencies [[`1bf7bc7`](https://github.com/clerk/javascript/commit/1bf7bc733ae838406a6f5c3a3a31c777f2929e9e), [`676c0ec`](https://github.com/clerk/javascript/commit/676c0ec806fdae1977e9e97d8f66bb96e3783cfa), [`f237d76`](https://github.com/clerk/javascript/commit/f237d7617e5398ca0ba981e4336cac2191505b00), [`ba6a9f4`](https://github.com/clerk/javascript/commit/ba6a9f456d5b4c0f53b87d564eac90c0af7eb7a1), [`b2541e8`](https://github.com/clerk/javascript/commit/b2541e88d2b80344d8e504233a55f52550b9b60f)]:
697 | - @clerk/[email protected]
698 | - @clerk/[email protected]
699 | - @clerk/[email protected]
700 |
701 | ## 2.11.7
702 |
703 | ### Patch Changes
704 |
705 | - Updated dependencies [[`c305b31`](https://github.com/clerk/javascript/commit/c305b310e351e9ce2012f805b35e464c3e43e310), [`9a72257`](https://github.com/clerk/javascript/commit/9a722576d2d65b24d77cb5e9de5aca766b23f65b), [`1a3ac26`](https://github.com/clerk/javascript/commit/1a3ac26b5208301fc392b387023911f701cba4c3), [`6bb480e`](https://github.com/clerk/javascript/commit/6bb480ef663a6dfa219bc9546aca087d5d9624d0), [`5d35ae3`](https://github.com/clerk/javascript/commit/5d35ae31c2fa731cf108148b4263f98b45f79d78), [`74d2b21`](https://github.com/clerk/javascript/commit/74d2b212a2d0ab0bb33991bd242ac35e120b5e62)]:
706 | - @clerk/[email protected]
707 | - @clerk/[email protected]
708 | - @clerk/[email protected]
709 | - @clerk/[email protected]
710 |
711 | ## 2.11.6
712 |
713 | ### Patch Changes
714 |
715 | - Updated dependencies [[`685792e`](https://github.com/clerk/javascript/commit/685792e91fda533175246573a3a1734980bbf5b5)]:
716 | - @clerk/[email protected]
717 |
718 | ## 2.11.5
719 |
720 | ### Patch Changes
721 |
722 | - Updated dependencies [[`547a1b1`](https://github.com/clerk/javascript/commit/547a1b11465f450014b8a0616bab14a5afe5869a), [`b1337df`](https://github.com/clerk/javascript/commit/b1337dfeae8ccf8622efcf095e3201f9bbf1cefa), [`65f0878`](https://github.com/clerk/javascript/commit/65f08788ee5e56242eee2194c73ba90965c75c97), [`a13cf42`](https://github.com/clerk/javascript/commit/a13cf424439d82bfe62144a2e152550794087ae9), [`df6fefd`](https://github.com/clerk/javascript/commit/df6fefd05fd2df93f5286d97e546b48911adea7c), [`df6fefd`](https://github.com/clerk/javascript/commit/df6fefd05fd2df93f5286d97e546b48911adea7c), [`4282bfa`](https://github.com/clerk/javascript/commit/4282bfa09491225bde7d619fe9a3561062703f69), [`d11a2cd`](https://github.com/clerk/javascript/commit/d11a2cdcff5f680cf6b5e5d267fe7ef46749ff53), [`5491491`](https://github.com/clerk/javascript/commit/5491491711e0a8ee37828451c1f603a409de32cf), [`83f1014`](https://github.com/clerk/javascript/commit/83f1014cef94be7cf2718512f4654522304972d1), [`904825b`](https://github.com/clerk/javascript/commit/904825bfa931cfcc8736a42b78c227fc4552dd8c)]:
723 | - @clerk/[email protected]
724 | - @clerk/[email protected]
725 | - @clerk/[email protected]
726 | - @clerk/[email protected]
727 |
728 | ## 2.11.4
729 |
730 | ### Patch Changes
731 |
732 | - Updated dependencies [[`1ff6d6e`](https://github.com/clerk/javascript/commit/1ff6d6efbe838b3f7f6977b2b5215c2cafd715f6), [`fbfcff3`](https://github.com/clerk/javascript/commit/fbfcff384869bf366d06b5eb68b9913aabb0311d), [`fbf3cf4`](https://github.com/clerk/javascript/commit/fbf3cf4916469c4e118870bf12efca2d0f77d9d8), [`bde228d`](https://github.com/clerk/javascript/commit/bde228d158848c7ea07177bf3d59c6d705861ba3), [`2c4ba8a`](https://github.com/clerk/javascript/commit/2c4ba8aab502c09cf452e9a3d3dc9825a5af4614), [`0801b02`](https://github.com/clerk/javascript/commit/0801b0297b75deac310be67fa08d855b8deccb94), [`db162dc`](https://github.com/clerk/javascript/commit/db162dcefa06b9e60d4da08fe16330468e57cd40), [`2b18d7a`](https://github.com/clerk/javascript/commit/2b18d7a0fd916b1f052edf5951363603390d6dc3)]:
733 | - @clerk/[email protected]
734 | - @clerk/[email protected]
735 | - @clerk/[email protected]
736 | - @clerk/[email protected]
737 |
738 | ## 2.11.3
739 |
740 | ### Patch Changes
741 |
742 | - Updated dependencies [[`d81c1c1`](https://github.com/clerk/javascript/commit/d81c1c168e5fa97793f79917d4981af685321cc4), [`0769a9b`](https://github.com/clerk/javascript/commit/0769a9b4a44ec7046a3b99a3d58bddd173970990), [`0f5145e`](https://github.com/clerk/javascript/commit/0f5145e164f3d3d5faf57e58162b05e7110d2403), [`51ccfc6`](https://github.com/clerk/javascript/commit/51ccfc613d68673fca68ec076a58e0ff0aba134c), [`afdfd18`](https://github.com/clerk/javascript/commit/afdfd18d645608dec37e52a291a91ba5f42dcbe7), [`3c2c060`](https://github.com/clerk/javascript/commit/3c2c060c17337eaf811dd9ad28aeaee31f5671a7), [`b7c51ba`](https://github.com/clerk/javascript/commit/b7c51baac6df1129b468274c9a7f63ca303f16ce), [`2112e8d`](https://github.com/clerk/javascript/commit/2112e8d81d58457727e4976130a38b06d324874a), [`320937a`](https://github.com/clerk/javascript/commit/320937a450642ffb5786620bfb76f3b7d9621122), [`437b53b`](https://github.com/clerk/javascript/commit/437b53b67e281d076b5b3f927e11c1d64666d154), [`a92f8fe`](https://github.com/clerk/javascript/commit/a92f8fe347b8895dc1eff8ff90b2948046982eae), [`5217155`](https://github.com/clerk/javascript/commit/52171554250c5c58f4f497b6d3c7416e79ac77da), [`ff16e58`](https://github.com/clerk/javascript/commit/ff16e58c79e5444bcd1cac2df3114784aa9ff13c)]:
743 | - @clerk/[email protected]
744 | - @clerk/[email protected]
745 | - @clerk/[email protected]
746 | - @clerk/[email protected]
747 |
748 | ## 2.11.2
749 |
750 | ### Patch Changes
751 |
752 | - Updated dependencies [[`2beb867`](https://github.com/clerk/javascript/commit/2beb867fd15de8137f82b4eaa0696eb710e13525)]:
753 | - @clerk/[email protected]
754 |
755 | ## 2.11.1
756 |
757 | ### Patch Changes
758 |
759 | - Updated dependencies [[`ac0abfe`](https://github.com/clerk/javascript/commit/ac0abfe55a859e6c0f75e925f75fbf788c858a80), [`4db96e0`](https://github.com/clerk/javascript/commit/4db96e0ff2ab44c7bdd8540e09ec70b84b19d3eb), [`73ce3f3`](https://github.com/clerk/javascript/commit/73ce3f309b90c7ec065bc6829ec679b8ec77db2f), [`5bfc065`](https://github.com/clerk/javascript/commit/5bfc065a34d7bcc02b49a1bdf76edd75177d02dc), [`7987413`](https://github.com/clerk/javascript/commit/79874138049461f874b92f78e3ec3156a891e5ab), [`7d4b2ae`](https://github.com/clerk/javascript/commit/7d4b2ae18ec12aeed2c214c8c079c963ecebe1b9), [`00cbfe9`](https://github.com/clerk/javascript/commit/00cbfe9209ecc55fb33664ce244bc4a4ab02079f), [`36fb43f`](https://github.com/clerk/javascript/commit/36fb43f8b35866bdc20680fac58020f036d30d1f), [`bb8b8c9`](https://github.com/clerk/javascript/commit/bb8b8c9c795608694178cea494496a18d898365e), [`1a2e753`](https://github.com/clerk/javascript/commit/1a2e753a5e4d188eb201e59e3e0e6447b1ed18e6), [`e5ac444`](https://github.com/clerk/javascript/commit/e5ac4447f52bb6887ad686feab308fe9daf76e33), [`4db96e0`](https://github.com/clerk/javascript/commit/4db96e0ff2ab44c7bdd8540e09ec70b84b19d3eb), [`d227805`](https://github.com/clerk/javascript/commit/d22780599a5e29545a3d8309cc411c2e8659beac)]:
760 | - @clerk/[email protected]
761 | - @clerk/[email protected]
762 | - @clerk/[email protected]
763 | - @clerk/[email protected]
764 |
765 | ## 2.11.0
766 |
767 | ### Minor Changes
768 |
769 | - Export a new `<PricingTable />` component. This component renders plans for user or organizations and upon selection the end-user is prompted with a checkout form. ([#5833](https://github.com/clerk/javascript/pull/5833)) by [@nikosdouvlis](https://github.com/nikosdouvlis)
770 |
771 | - Mark commerce apis as stable ([#5833](https://github.com/clerk/javascript/pull/5833)) by [@nikosdouvlis](https://github.com/nikosdouvlis)
772 |
773 | ### Patch Changes
774 |
775 | - Replace \_\_experimental_PricingTable with PricingTable ([#5828](https://github.com/clerk/javascript/pull/5828)) by [@nikosdouvlis](https://github.com/nikosdouvlis)
776 |
777 | - Updated dependencies [[`db0138f`](https://github.com/clerk/javascript/commit/db0138f3f72aea8cb68a5684a90123f733848f63), [`45e8298`](https://github.com/clerk/javascript/commit/45e829890ec9ac66f07e0d7076cd283f14c893ed), [`aa97231`](https://github.com/clerk/javascript/commit/aa97231962e3f472a46135e376159c6ddcf1157b), [`c792f37`](https://github.com/clerk/javascript/commit/c792f37129fd6475d5af95146e9ef0f1c8eff730), [`527def8`](https://github.com/clerk/javascript/commit/527def871f6125ca2e0c43ca106debbaa5edb319), [`3bf08a9`](https://github.com/clerk/javascript/commit/3bf08a9e0a9e65496edac5fc3bb22ad7b561df26), [`a7c45b3`](https://github.com/clerk/javascript/commit/a7c45b39d27d81cef49afdbbeac2dff1dea7a426), [`74cf3b2`](https://github.com/clerk/javascript/commit/74cf3b28cdf622a942aaf99caabfba74b7e856fd), [`f7077c7`](https://github.com/clerk/javascript/commit/f7077c726a71884dc6c9f2a4df52e94c44b7fd33), [`037b113`](https://github.com/clerk/javascript/commit/037b113aaedd53d4647d88f1659eb9c14cf6f275), [`165a911`](https://github.com/clerk/javascript/commit/165a9113be919d6baa3b1bb9e7fd66faa986bc1d), [`62692cb`](https://github.com/clerk/javascript/commit/62692cb5af643ab1369421a2b961f32c701a70e3), [`c15a412`](https://github.com/clerk/javascript/commit/c15a412169058e2304a51c9e92ffaa7f6bb2a898), [`47470c0`](https://github.com/clerk/javascript/commit/47470c0ed8de4fa567076dd4ddf53f66228c5d99), [`7726a03`](https://github.com/clerk/javascript/commit/7726a03a7fec4d292b6de2587b84ed4371984c23), [`ed10566`](https://github.com/clerk/javascript/commit/ed1056637624eec5bfd50333407c1e63e34c193b), [`b846a9a`](https://github.com/clerk/javascript/commit/b846a9ab96db6b1d8344a4b693051618865508a8), [`19fe1a8`](https://github.com/clerk/javascript/commit/19fe1a859d346c19744e8c31d7683f07c117e09e), [`e66c800`](https://github.com/clerk/javascript/commit/e66c8002b82b2902f77e852e16482f5cfb062d2c), [`45e8298`](https://github.com/clerk/javascript/commit/45e829890ec9ac66f07e0d7076cd283f14c893ed), [`54b10ef`](https://github.com/clerk/javascript/commit/54b10ef173bd831f4c590c515bccb1ab445ece26), [`6448680`](https://github.com/clerk/javascript/commit/644868075038c0f7f66da9ffc9e044854400caab), [`c526938`](https://github.com/clerk/javascript/commit/c526938e3c211ad8128a8ff1b3b0316e806bc641), [`9c41091`](https://github.com/clerk/javascript/commit/9c41091eb795bce8ffeeeca0264ae841fe07b426), [`29462b4`](https://github.com/clerk/javascript/commit/29462b433eb411ce614e4768e5844cacd00c1975), [`322c43f`](https://github.com/clerk/javascript/commit/322c43f6807a932c3cfaaef1b587b472c80180d2), [`96a6ada`](https://github.com/clerk/javascript/commit/96a6ada6d1a827f6f26c81285a66a43c7a9f8591), [`17397f9`](https://github.com/clerk/javascript/commit/17397f95b715bd4fefd7f63c1d351abcf1c8ee16), [`45e8298`](https://github.com/clerk/javascript/commit/45e829890ec9ac66f07e0d7076cd283f14c893ed)]:
778 | - @clerk/[email protected]
779 | - @clerk/[email protected]
780 | - @clerk/[email protected]
781 | - @clerk/[email protected]
782 |
783 | ## 2.10.7
784 |
785 | ### Patch Changes
786 |
787 | - Updated dependencies [[`9ec0a73`](https://github.com/clerk/javascript/commit/9ec0a7353e9f6ea661c3d7b9542423b6eb1d29e9), [`7e96632`](https://github.com/clerk/javascript/commit/7e96632cec7e968f8eadf0e51f7c0774f2a1e55e), [`d112c26`](https://github.com/clerk/javascript/commit/d112c26fe689bbd7455265c45feb209994fa6cbe), [`1e228f6`](https://github.com/clerk/javascript/commit/1e228f67394bdeb57aa8bba96ae8e9a613c5ae84), [`edaa1b9`](https://github.com/clerk/javascript/commit/edaa1b964319c13c9790454534b8e2c5244193e9), [`d9222fc`](https://github.com/clerk/javascript/commit/d9222fc3c21da2bcae30b06f0b1897f526935582)]:
788 | - @clerk/[email protected]
789 | - @clerk/[email protected]
790 | - @clerk/[email protected]
791 | - @clerk/[email protected]
792 |
793 | ## 2.10.6
794 |
795 | ### Patch Changes
796 |
797 | - Updated dependencies [[`7b043eb`](https://github.com/clerk/javascript/commit/7b043eb4dd8d7c427c2e5d001f7926132984d28d), [`225b9ca`](https://github.com/clerk/javascript/commit/225b9ca21aba44930872a85d6b112ee2a1b606b9), [`174a9f8`](https://github.com/clerk/javascript/commit/174a9f8ced8c4423f50decfab29d9d39d48ab036)]:
798 | - @clerk/[email protected]
799 | - @clerk/[email protected]
800 | - @clerk/[email protected]
801 | - @clerk/[email protected]
802 |
803 | ## 2.10.5
804 |
805 | ### Patch Changes
806 |
807 | - Updated dependencies [[`1a970c3`](https://github.com/clerk/javascript/commit/1a970c33cdb22cf2a2c92e92dd0d1d6e10d1802c)]:
808 | - @clerk/[email protected]
809 |
810 | ## 2.10.4
811 |
812 | ### Patch Changes
813 |
814 | - Updated dependencies [[`3d7384f`](https://github.com/clerk/javascript/commit/3d7384ff0bfe28a2a1b5b4f3adb78366e091ab63), [`c7960c7`](https://github.com/clerk/javascript/commit/c7960c7077f880e0631e6becd5e33079ffe84937), [`fe61d98`](https://github.com/clerk/javascript/commit/fe61d986f4bcffa7d39697b0c78505bc130b4d2c), [`387bf62`](https://github.com/clerk/javascript/commit/387bf623406306e0c5c08da937f4930a7ec5e4a5), [`2716622`](https://github.com/clerk/javascript/commit/27166224e12af582298460d438bd7f83ea8e04bf), [`7a9b86f`](https://github.com/clerk/javascript/commit/7a9b86fe6da21874a757e26dd6d5744559d16f35), [`294da82`](https://github.com/clerk/javascript/commit/294da82336e7a345900d7ef9b28f56a7c8864c52)]:
815 | - @clerk/[email protected]
816 | - @clerk/[email protected]
817 | - @clerk/[email protected]
818 | - @clerk/[email protected]
819 |
820 | ## 2.10.3
821 |
822 | ### Patch Changes
823 |
824 | - Updated dependencies [[`6c9b269`](https://github.com/clerk/javascript/commit/6c9b269c0bda86d896098db652fd081687b53b92), [`7c15829`](https://github.com/clerk/javascript/commit/7c15829e263783c7d06a43e42d6285402b4d5bb3)]:
825 | - @clerk/[email protected]
826 |
827 | ## 2.10.2
828 |
829 | ### Patch Changes
830 |
831 | - Updated dependencies [[`b02e766`](https://github.com/clerk/javascript/commit/b02e76627e47aec314573586451fa345a089115a), [`5d78b28`](https://github.com/clerk/javascript/commit/5d78b286b63e35fbcf44aac1f7657cbeaba4d659), [`1790ab8`](https://github.com/clerk/javascript/commit/1790ab822493bc9b126bb64e19d00b15d48e9598), [`68e2d67`](https://github.com/clerk/javascript/commit/68e2d677da2c9c92f79cdc46dc82e74ab5058c5d), [`d7f4438`](https://github.com/clerk/javascript/commit/d7f4438fa4bfd04474d5cdb9212ba908568ad6d2), [`5866855`](https://github.com/clerk/javascript/commit/58668550ec91d5511cf775972c54dc485185cc58), [`0007106`](https://github.com/clerk/javascript/commit/00071065998a3676c51e396b4c0afcbf930a9898), [`462b5b2`](https://github.com/clerk/javascript/commit/462b5b271d4e120d58a85818a358b60a6b3c8100), [`83cd730`](https://github.com/clerk/javascript/commit/83cd73040134e8c2d1d64a38e382827076685c4e), [`8768b88`](https://github.com/clerk/javascript/commit/8768b88cc99faf94f8e979c25974494b050f275b), [`3a40d65`](https://github.com/clerk/javascript/commit/3a40d653233540aea435b0b7733744fea60bd177), [`d911ca1`](https://github.com/clerk/javascript/commit/d911ca1467eb6097b509266ad0639a68396bbf95), [`447d7a9`](https://github.com/clerk/javascript/commit/447d7a9e133c2a0e7db014bd5837e6ffff08f572), [`2beea29`](https://github.com/clerk/javascript/commit/2beea2957c67bc62446fe24d36332b0a4e850d7d), [`6397bfa`](https://github.com/clerk/javascript/commit/6397bfa2772cdca18b493ed07058a1c0fa79f1a7), [`d66455e`](https://github.com/clerk/javascript/commit/d66455e015a8974f446d2c23e974c261ca6c887e), [`115601d`](https://github.com/clerk/javascript/commit/115601d12fd65dbf3011c0cda368525a2b95bfeb), [`115601d`](https://github.com/clerk/javascript/commit/115601d12fd65dbf3011c0cda368525a2b95bfeb)]:
832 | - @clerk/[email protected]
833 | - @clerk/[email protected]
834 | - @clerk/[email protected]
835 | - @clerk/[email protected]
836 |
837 | ## 2.10.1
838 |
839 | ### Patch Changes
840 |
841 | - Updated dependencies [[`110f8dd`](https://github.com/clerk/javascript/commit/110f8dd09bc4b45d192828c85fbb60d6a06ae22a), [`20e6257`](https://github.com/clerk/javascript/commit/20e62573429d8fae072bb22e7a6628f0aeeacbd1), [`eecb321`](https://github.com/clerk/javascript/commit/eecb3212e2fb726c3dd09c7809bdae7ec4f7e8ed), [`dab9acd`](https://github.com/clerk/javascript/commit/dab9acdd5674104e100c7f5a580d3859dff2de79), [`8145835`](https://github.com/clerk/javascript/commit/814583546e7a44acb502387cd7d94119c6611030), [`da17a96`](https://github.com/clerk/javascript/commit/da17a967a2bab067db1e20549256af70f8d26dea), [`85e448e`](https://github.com/clerk/javascript/commit/85e448e2a6f1905f0b44a43142b3274f9cf9fc03), [`3cdbea0`](https://github.com/clerk/javascript/commit/3cdbea094685be77a63961b0643da127b91a253f)]:
842 | - @clerk/[email protected]
843 | - @clerk/[email protected]
844 |
845 | ## 2.10.0
846 |
847 | ### Minor Changes
848 |
849 | - Export `<__experimental_PricingTable />`. ([#5691](https://github.com/clerk/javascript/pull/5691)) by [@panteliselef](https://github.com/panteliselef)
850 |
851 | ### Patch Changes
852 |
853 | - Updated dependencies [[`d8f67be`](https://github.com/clerk/javascript/commit/d8f67be58a9c29f6cd30438149a72cd581e2e18e), [`8b25035`](https://github.com/clerk/javascript/commit/8b25035aa49382fe1cd1c6f30ec80e86bcf9d66e), [`f0f1ed7`](https://github.com/clerk/javascript/commit/f0f1ed7ef3666bfc1cbf945326e94a51e83c4646), [`25c3502`](https://github.com/clerk/javascript/commit/25c35023ee995acbf8f5c8989619ebc176a366d6)]:
854 | - @clerk/[email protected]
855 | - @clerk/[email protected]
856 | - @clerk/[email protected]
857 | - @clerk/[email protected]
858 |
859 | ## 2.9.15
860 |
861 | ### Patch Changes
862 |
863 | - Updated dependencies [[`4334598`](https://github.com/clerk/javascript/commit/4334598108ff2cfa3c25b5a46117c1c9c65b7974), [`3336161`](https://github.com/clerk/javascript/commit/3336161fb5d55a86a199b09d02de906d5f362611), [`f707756`](https://github.com/clerk/javascript/commit/f7077562703552af30de4fbc3230cc9df58ef827), [`33201bf`](https://github.com/clerk/javascript/commit/33201bf972d6a980617d47ebd776bef76f871833), [`62a1c54`](https://github.com/clerk/javascript/commit/62a1c5418af1235c15a3ac1956547039f8571af4), [`4334598`](https://github.com/clerk/javascript/commit/4334598108ff2cfa3c25b5a46117c1c9c65b7974), [`0ae0403`](https://github.com/clerk/javascript/commit/0ae040303d239b75a3221436354a2c2ecdb85aae), [`6f4cf71`](https://github.com/clerk/javascript/commit/6f4cf715cde0bb0f573fa0aa07f97db49d0d47aa)]:
864 | - @clerk/[email protected]
865 | - @clerk/[email protected]
866 | - @clerk/[email protected]
867 | - @clerk/[email protected]
868 |
869 | ## 2.9.14
870 |
871 | ### Patch Changes
872 |
873 | - Updated dependencies [[`d8eda0b`](https://github.com/clerk/javascript/commit/d8eda0bf0d7bbe8e31c65c348955a220a6d9de52), [`45486ac`](https://github.com/clerk/javascript/commit/45486acebf4d133efb09a3622a738cdbf4e51d66), [`837692a`](https://github.com/clerk/javascript/commit/837692aa40197b1574783ad36d0d017a771c08e1), [`0c00e59`](https://github.com/clerk/javascript/commit/0c00e59ff4714491650ac9480ae3b327c626d30d), [`6a5f644`](https://github.com/clerk/javascript/commit/6a5f6447a36a635d6201f8bb7619fb844ab21b79)]:
874 | - @clerk/[email protected]
875 | - @clerk/[email protected]
876 | - @clerk/[email protected]
877 | - @clerk/[email protected]
878 |
879 | ## 2.9.13
880 |
881 | ### Patch Changes
882 |
883 | - Improve JSDoc comments ([#5630](https://github.com/clerk/javascript/pull/5630)) by [@LekoArts](https://github.com/LekoArts)
884 |
885 | - Updated dependencies [[`ab939fd`](https://github.com/clerk/javascript/commit/ab939fdb29150c376280b42f861a188a33f57dcc), [`5ce5147`](https://github.com/clerk/javascript/commit/5ce5147adec8835b15f974e7210b775e4667a3aa), [`de18497`](https://github.com/clerk/javascript/commit/de184970818dca898b67c0fa1277a69b123b5e93), [`03284da`](https://github.com/clerk/javascript/commit/03284da6a93a790ce3e3ebbd871c06e19f5a8803), [`7389ba3`](https://github.com/clerk/javascript/commit/7389ba3164ca0d848fb0a9de5d7e9716925fadcc), [`59284dc`](https://github.com/clerk/javascript/commit/59284dc9f03d40633c8b1b4079fbf3d051776c7b), [`27ca2ec`](https://github.com/clerk/javascript/commit/27ca2ece648b346d044f9a65890e34303cee9042), [`f6ef841`](https://github.com/clerk/javascript/commit/f6ef841125ff21ca8cae731d1f47f3a101d887e1), [`e634830`](https://github.com/clerk/javascript/commit/e6348301ab56a7868f24c1b9a4dd9e1d60f6027b), [`f8887b2`](https://github.com/clerk/javascript/commit/f8887b2cbd145e8e49bec890e8b6e02e34178d6a)]:
886 | - @clerk/[email protected]
887 | - @clerk/[email protected]
888 | - @clerk/[email protected]
889 | - @clerk/[email protected]
890 |
891 | ## 2.9.12
892 |
893 | ### Patch Changes
894 |
895 | - Updated dependencies [[`e4d04ae`](https://github.com/clerk/javascript/commit/e4d04aea490ab67e3431729398d3f4c46fc3e7e7), [`431a821`](https://github.com/clerk/javascript/commit/431a821b590835bcf6193a4cbdd234c5e763e08c), [`93068ea`](https://github.com/clerk/javascript/commit/93068ea9eb19d8c8b9c7ade35d0cd860e08049fc), [`431a821`](https://github.com/clerk/javascript/commit/431a821b590835bcf6193a4cbdd234c5e763e08c), [`431a821`](https://github.com/clerk/javascript/commit/431a821b590835bcf6193a4cbdd234c5e763e08c), [`103bc03`](https://github.com/clerk/javascript/commit/103bc03571c8845df205f4c6fd0c871c3368d1d0), [`431a821`](https://github.com/clerk/javascript/commit/431a821b590835bcf6193a4cbdd234c5e763e08c), [`431a821`](https://github.com/clerk/javascript/commit/431a821b590835bcf6193a4cbdd234c5e763e08c), [`48438b4`](https://github.com/clerk/javascript/commit/48438b409036088701bda7e1e732d6a51bee8cdc), [`f0e5598`](https://github.com/clerk/javascript/commit/f0e559855db4971d33bdc081737218811b758664), [`5ed0434`](https://github.com/clerk/javascript/commit/5ed04340f670d15d3b29602396c35f1d3d7cfb5c), [`b1b8541`](https://github.com/clerk/javascript/commit/b1b85412e5e906c7e92cf1524350c469678a284e), [`ba6d2ee`](https://github.com/clerk/javascript/commit/ba6d2eed77ebb42ed6cca5911fcdc739fc4db18c), [`6ec374c`](https://github.com/clerk/javascript/commit/6ec374c8722c93ef2e213329b678bc4e3ee551bd), [`ae2d1a9`](https://github.com/clerk/javascript/commit/ae2d1a9a1c28961a422c9ceab6b2356f5be78e3d), [`196dcb4`](https://github.com/clerk/javascript/commit/196dcb47928bd22a3382197f8594a590f688faee)]:
896 | - @clerk/[email protected]
897 | - @clerk/[email protected]
898 | - @clerk/[email protected]
899 | - @clerk/[email protected]
900 |
901 | ## 2.9.11
902 |
903 | ### Patch Changes
904 |
905 | - Updated dependencies [[`70c9db9`](https://github.com/clerk/javascript/commit/70c9db9f3b51ba034f76e0cc4cf338e7b406d9b1), [`554242e`](https://github.com/clerk/javascript/commit/554242e16e50c92a6afb6ed74c681b04b9f113b5), [`8186cb5`](https://github.com/clerk/javascript/commit/8186cb564575ac3ce97079ec203865bf5deb05ee), [`cc1f9a0`](https://github.com/clerk/javascript/commit/cc1f9a0adb7771b615b0f2994a5ac571b59889dd), [`8186cb5`](https://github.com/clerk/javascript/commit/8186cb564575ac3ce97079ec203865bf5deb05ee)]:
906 | - @clerk/[email protected]
907 | - @clerk/[email protected]
908 | - @clerk/[email protected]
909 | - @clerk/[email protected]
910 |
911 | ## 2.9.10
912 |
913 | ### Patch Changes
914 |
915 | - Updated dependencies [[`3ad3bc8`](https://github.com/clerk/javascript/commit/3ad3bc8380b354b0cd952eb58eb6c07650efa0f2), [`3ad3bc8`](https://github.com/clerk/javascript/commit/3ad3bc8380b354b0cd952eb58eb6c07650efa0f2), [`f1ae01d`](https://github.com/clerk/javascript/commit/f1ae01da71a78c5b0e7b07365d435d4c06f27eb5), [`cfa94b8`](https://github.com/clerk/javascript/commit/cfa94b88476608edf8c2486e8ec0d3f3f82e0bfb), [`c8e69db`](https://github.com/clerk/javascript/commit/c8e69dbe7c78e068da75ef524295082d44352b03), [`2033919`](https://github.com/clerk/javascript/commit/203391964857b98dae11944799d1e6328439e838), [`1b34bcb`](https://github.com/clerk/javascript/commit/1b34bcb17e1a7f22644c0ea073857c528a8f81b7), [`5f3cc46`](https://github.com/clerk/javascript/commit/5f3cc460b6b775b5a74746758b8cff11649a877a)]:
916 | - @clerk/[email protected]
917 | - @clerk/[email protected]
918 | - @clerk/[email protected]
919 | - @clerk/[email protected]
920 |
921 | ## 2.9.9
922 |
923 | ### Patch Changes
924 |
925 | - Updated dependencies [[`f6f275d`](https://github.com/clerk/javascript/commit/f6f275dac5ae83ac0c2016a85a6a0cee9513f224), [`eb67419`](https://github.com/clerk/javascript/commit/eb674198a060f37431eb7a561452b7109a044a94), [`c4836f9`](https://github.com/clerk/javascript/commit/c4836f9cc35720169879bf5ebab5dabfe76f08de)]:
926 | - @clerk/[email protected]
927 | - @clerk/[email protected]
928 | - @clerk/[email protected]
929 | - @clerk/[email protected]
930 |
931 | ## 2.9.8
932 |
933 | ### Patch Changes
934 |
935 | - Updated dependencies [[`31ad772`](https://github.com/clerk/javascript/commit/31ad7724e9d7e00c53ff8ceec0cfbb7f3a0b1de8), [`e1ec52b`](https://github.com/clerk/javascript/commit/e1ec52b93038c9cb24e030dc06e53825a384a480), [`bebb6d8`](https://github.com/clerk/javascript/commit/bebb6d8af66b2bb7a4b3bdf96f9d480e65b31ba2), [`a8180ce`](https://github.com/clerk/javascript/commit/a8180ceef447a13d84eac6a64ed7a04d791d8d64), [`936d223`](https://github.com/clerk/javascript/commit/936d22380ad357d0767262c7758c992d289dc58d), [`d0d5203`](https://github.com/clerk/javascript/commit/d0d5203e4ee9e2e1bed5c00ef0f87f0130f1d298), [`9f3de7a`](https://github.com/clerk/javascript/commit/9f3de7a66cc21e4e8beb8664a8a5516cc2c631f7), [`6112420`](https://github.com/clerk/javascript/commit/6112420889f1577fb16d7bfa706aaffe1090093d), [`e1ec52b`](https://github.com/clerk/javascript/commit/e1ec52b93038c9cb24e030dc06e53825a384a480), [`026ad57`](https://github.com/clerk/javascript/commit/026ad5717cf661182c219fb0ffab4522083065c3), [`250b311`](https://github.com/clerk/javascript/commit/250b3117b409626b476c6d3ffbda13c06fcfcb54), [`9b25e31`](https://github.com/clerk/javascript/commit/9b25e311cf5e15f896c7948faa42ace45df364c5)]:
936 | - @clerk/[email protected]
937 | - @clerk/[email protected]
938 | - @clerk/[email protected]
939 | - @clerk/[email protected]
940 |
941 | ## 2.9.7
942 |
943 | ### Patch Changes
944 |
945 | - Updated dependencies [[`e984494`](https://github.com/clerk/javascript/commit/e984494416dda9a6f04acaaba61f8c2683090961), [`60a9a51`](https://github.com/clerk/javascript/commit/60a9a51dff7d59e7397536586cf1cfe029bc021b), [`e984494`](https://github.com/clerk/javascript/commit/e984494416dda9a6f04acaaba61f8c2683090961), [`837d7ca`](https://github.com/clerk/javascript/commit/837d7ca9d2bf6e07caeaca94795f6810b2a43b81), [`243b153`](https://github.com/clerk/javascript/commit/243b153377feaf1b9786c7d076f08b3b89e49481), [`7ee21b7`](https://github.com/clerk/javascript/commit/7ee21b717e930d5a54febb14cc08bd4d04f11efb), [`1b1d49b`](https://github.com/clerk/javascript/commit/1b1d49b222f7d7a96305d2b8791935157305e0dd), [`ec4521b`](https://github.com/clerk/javascript/commit/ec4521b4fe56602f524a0c6d1b09d21aef5d8bd0), [`38828ae`](https://github.com/clerk/javascript/commit/38828ae58d6d4e8e3c60945284930179b2b6bb40), [`f30fa75`](https://github.com/clerk/javascript/commit/f30fa750754f19030f932a666d2bdbdf0d86743d), [`9c68678`](https://github.com/clerk/javascript/commit/9c68678e87047e6312b708b775ebfb23a3e22f8a), [`6fcd93c`](https://github.com/clerk/javascript/commit/6fcd93c838f22a4ba508efa3dec8e9e8c86bf8dd), [`ab1c379`](https://github.com/clerk/javascript/commit/ab1c3791fcfed78f6747b99f6db4e532268c4790), [`04ba49f`](https://github.com/clerk/javascript/commit/04ba49fd447a9ce677267364d9ed4c0ec445881b), [`619cde8`](https://github.com/clerk/javascript/commit/619cde8c532d635d910ebbc08ad6abcc025694b4), [`743f1f1`](https://github.com/clerk/javascript/commit/743f1f1ff9217142f55259a27d364712b3737429)]:
946 | - @clerk/[email protected]
947 | - @clerk/[email protected]
948 | - @clerk/[email protected]
949 | - @clerk/[email protected]
950 |
951 | ## 2.9.6
952 |
953 | ### Patch Changes
954 |
955 | - Updated dependencies [[`98286dc`](https://github.com/clerk/javascript/commit/98286dc1bd067448791d1b1f68578911e62ebf63), [`db4b5fe`](https://github.com/clerk/javascript/commit/db4b5fe61336071bbe2747b301355f6fd89d479e), [`409cd01`](https://github.com/clerk/javascript/commit/409cd018e7e2709b650154c3e68b05b5ec37865a), [`e20fb6b`](https://github.com/clerk/javascript/commit/e20fb6b397fb69c9d5af4e321267b82f12a5f127), [`77e6462`](https://github.com/clerk/javascript/commit/77e64628560cab688af214edb5922e67cd68a951)]:
956 | - @clerk/[email protected]
957 | - @clerk/[email protected]
958 | - @clerk/[email protected]
959 | - @clerk/[email protected]
960 |
961 | ## 2.9.5
962 |
963 | ### Patch Changes
964 |
965 | - Updated dependencies [[`1da28a2`](https://github.com/clerk/javascript/commit/1da28a28bf602069b433c15b92df21f682779294), [`d7f13ac`](https://github.com/clerk/javascript/commit/d7f13ac0edba90ea18d01f12a9d8613cbc1eafbf), [`a9b618d`](https://github.com/clerk/javascript/commit/a9b618dfa97a0dacc462186c8b2588ad5ddb6902), [`f20dc15`](https://github.com/clerk/javascript/commit/f20dc159f542449e7f5b437b70d3eb3ba04d6975), [`4d9f1ee`](https://github.com/clerk/javascript/commit/4d9f1ee8c22fe1e4a166ff054d0af4d37b829f0a)]:
966 | - @clerk/[email protected]
967 | - @clerk/[email protected]
968 | - @clerk/[email protected]
969 | - @clerk/[email protected]
970 |
971 | ## 2.9.4
972 |
973 | ### Patch Changes
974 |
975 | - Updated dependencies [[`9215809`](https://github.com/clerk/javascript/commit/9215809589bb5443b146e128f1334120239cba26), [`49c0a69`](https://github.com/clerk/javascript/commit/49c0a691ded73e0ef3d6be4ea6290f4774ad5f2b), [`466ed13`](https://github.com/clerk/javascript/commit/466ed136af73b59b267d92ad3296039d1c3a4fcc)]:
976 | - @clerk/[email protected]
977 | - @clerk/[email protected]
978 | - @clerk/[email protected]
979 | - @clerk/[email protected]
980 |
981 | ## 2.9.3
982 |
983 | ### Patch Changes
984 |
985 | - Updated dependencies [[`5601767`](https://github.com/clerk/javascript/commit/56017671b02729d41391b00fc5caff8a7fcbeef8)]:
986 | - @clerk/[email protected]
987 |
988 | ## 2.9.2
989 |
990 | ### Patch Changes
991 |
992 | - Updated dependencies [[`2cc9b15`](https://github.com/clerk/javascript/commit/2cc9b15e1bee27e045e8e0a425b49accc7dd79e3), [`892bc0e`](https://github.com/clerk/javascript/commit/892bc0eee9e0bb04d327eb84b44201fa34806483), [`2dcaf65`](https://github.com/clerk/javascript/commit/2dcaf65a05a3b73d58ec0ed9118236bc7faf02b5), [`2080625`](https://github.com/clerk/javascript/commit/20806259689c7c1be8cb44c8d498a5e6a3dc381e)]:
993 | - @clerk/[email protected]
994 | - @clerk/[email protected]
995 | - @clerk/[email protected]
996 |
997 | ## 2.9.1
998 |
999 | ### Patch Changes
1000 |
1001 | - The `publishableKey` prop type in the `<ClerkProvider>` component is now marked as optional to match its runtime behavior. Please use the `EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY` environment variable to set your publishable key. ([#5399](https://github.com/clerk/javascript/pull/5399)) by [@wobsoriano](https://github.com/wobsoriano)
1002 |
1003 | - Updated dependencies [[`f59a90b`](https://github.com/clerk/javascript/commit/f59a90b0832ddd1c59c58f64dec3fba1f7958383), [`591648f`](https://github.com/clerk/javascript/commit/591648fcc85012d0aafad1ea8e8f5a7a3ef5eb42), [`598d1ce`](https://github.com/clerk/javascript/commit/598d1ce82e3f79bca4793d37f03efdb16f8d8b94), [`e513333`](https://github.com/clerk/javascript/commit/e5133330a196c5c3742634cc9c3d3233ff488b0d), [`3910ebe`](https://github.com/clerk/javascript/commit/3910ebea85817273f18fd2f3f142dd1c728e2220), [`841a180`](https://github.com/clerk/javascript/commit/841a180fcac8556ed422801080763c3fd2121979), [`e513333`](https://github.com/clerk/javascript/commit/e5133330a196c5c3742634cc9c3d3233ff488b0d)]:
1004 | - @clerk/[email protected]
1005 | - @clerk/[email protected]
1006 | - @clerk/[email protected]
1007 | - @clerk/[email protected]
1008 |
1009 | ## 2.9.0
1010 |
1011 | ### Minor Changes
1012 |
1013 | - Adds a secure token cache implementation using `expo-secure-store` which encrypts the session token before storing it. ([#5375](https://github.com/clerk/javascript/pull/5375)) by [@wobsoriano](https://github.com/wobsoriano)
1014 |
1015 | Usage:
1016 |
1017 | ```tsx
1018 | // app/_layout.tsx
1019 | import { ClerkProvider } from '@clerk/clerk-expo';
1020 | import { tokenCache } from '@clerk/clerk-expo/token-cache';
1021 |
1022 | export default function RootLayout() {
1023 | return (
1024 | <ClerkProvider
1025 | publishableKey='your-publishable-key'
1026 | tokenCache={tokenCache}
1027 | >
1028 | {/* Your app code */}
1029 | </ClerkProvider>
1030 | );
1031 | }
1032 | ```
1033 |
1034 | - Mark `secureStore` as deprecated in favor of `resourceCache` from `@clerk/clerk-expo/resource-cache`. ([#5375](https://github.com/clerk/javascript/pull/5375)) by [@wobsoriano](https://github.com/wobsoriano)
1035 |
1036 | Usage:
1037 |
1038 | ```tsx
1039 | // app/_layout.tsx
1040 | import { ClerkProvider } from '@clerk/clerk-expo'
1041 | import { tokenCache } from '@clerk/clerk-expo/token-cache'
1042 | // import { secureStore } from '@clerk/clerk-expo/secure-store'
1043 | import { resourceCache } from '@clerk/clerk-expo/resource-cache'
1044 |
1045 | export default function RootLayout() {
1046 | return (
1047 | <ClerkProvider
1048 | publishableKey="your-publishable-key"
1049 | tokenCache={tokenCache}
1050 | // __experimental_resourceCache={secureStore}
1051 | __experimental_resourceCache={resourceCache}
1052 | >
1053 | {...}
1054 | </ClerkProvider>
1055 | )
1056 | }
1057 | ```
1058 |
1059 | ### Patch Changes
1060 |
1061 | - Add a console error if the Native API is disabled for the instance. ([#5373](https://github.com/clerk/javascript/pull/5373)) by [@anagstef](https://github.com/anagstef)
1062 |
1063 | - Export `TokenCache` type. ([#5358](https://github.com/clerk/javascript/pull/5358)) by [@panteliselef](https://github.com/panteliselef)
1064 |
1065 | - Updated dependencies [[`725918d`](https://github.com/clerk/javascript/commit/725918df2e74cea15e9b748aaf103a52df8e8500), [`e3f74b5`](https://github.com/clerk/javascript/commit/e3f74b5fd76a5ceafeb896a59e4173d3b82fa542), [`8121344`](https://github.com/clerk/javascript/commit/81213440105a342de069aad41d19d5cbd81d7da1), [`f05efe2`](https://github.com/clerk/javascript/commit/f05efe26fc8d5440314fd11a5d57b60f816ce3c3), [`50a27e2`](https://github.com/clerk/javascript/commit/50a27e2f2d1673b273b41d1eb3f0bd72a71aac93), [`91d0f0b`](https://github.com/clerk/javascript/commit/91d0f0b0dccab7168ad4dc06c8629808938c235f), [`9572bf5`](https://github.com/clerk/javascript/commit/9572bf5bdfb7dc309ec8714989b98ab12174965b), [`39bbc51`](https://github.com/clerk/javascript/commit/39bbc5189a33dc6cebdc269ac2184dc4ffff2534), [`3dddcda`](https://github.com/clerk/javascript/commit/3dddcda191d8f8d6a9b02464f1f6374d3c6aacb9), [`7524943`](https://github.com/clerk/javascript/commit/7524943300d7e693d61cc1820b520abfadec1c64), [`150b5c8`](https://github.com/clerk/javascript/commit/150b5c89477abb0feab15e0a886179473f653cac), [`23c931e`](https://github.com/clerk/javascript/commit/23c931e9e95e6de992549ad499b477aca9a9c344), [`cb6c4bd`](https://github.com/clerk/javascript/commit/cb6c4bde2e2deb58447e2eae7112e270b421cdf8), [`730262f`](https://github.com/clerk/javascript/commit/730262f0f973923c8749b09078c80c2fc966a8ec), [`968c747`](https://github.com/clerk/javascript/commit/968c74732231ebe0872f46e0f3194b896ac5827a), [`05b9734`](https://github.com/clerk/javascript/commit/05b9734012bc4d16a9282e3aa3aa756c70839cdd), [`0b18bb1`](https://github.com/clerk/javascript/commit/0b18bb1fe6fa3ded97547bb6b4d2c73030aad329), [`021bc5f`](https://github.com/clerk/javascript/commit/021bc5f40044d34e49956ce3c9b61d833d815b42), [`ecc2b93`](https://github.com/clerk/javascript/commit/ecc2b938acef8406cb4dc3f73c38022767a145cb), [`1a61390`](https://github.com/clerk/javascript/commit/1a61390d3482bd4af58508b972ad89dea56fa224), [`149ba72`](https://github.com/clerk/javascript/commit/149ba7228fd90027ef1adab0baac036bd16a8ea3)]:
1066 | - @clerk/[email protected]
1067 | - @clerk/[email protected]
1068 | - @clerk/[email protected]
1069 | - @clerk/[email protected]
1070 |
1071 | ## 2.8.5
1072 |
1073 | ### Patch Changes
1074 |
1075 | - Improve the UX on Reverification by not requiring the user's current password. ([#5284](https://github.com/clerk/javascript/pull/5284)) by [@chanioxaris](https://github.com/chanioxaris)
1076 |
1077 | The user has already verified themselves using Reverification, so there is no point to maintain a two level verification in case they would like to change their password. Also, Reverification is a stronger verification factor, as it includes strategies such as email code.
1078 |
1079 | - Updated dependencies [[`17396587dfe3750aede08959e6b0f4f39dec787e`](https://github.com/clerk/javascript/commit/17396587dfe3750aede08959e6b0f4f39dec787e), [`75879672c5805bfba1caca906ac0729497744164`](https://github.com/clerk/javascript/commit/75879672c5805bfba1caca906ac0729497744164), [`c65db9adfd71bdd668004f6f1d993d31c28aebff`](https://github.com/clerk/javascript/commit/c65db9adfd71bdd668004f6f1d993d31c28aebff), [`7ec95a7e59033600958aca4b86f3bcd5da947dec`](https://github.com/clerk/javascript/commit/7ec95a7e59033600958aca4b86f3bcd5da947dec), [`3c225d90227141dc62d955e76c7f8e0202524bc7`](https://github.com/clerk/javascript/commit/3c225d90227141dc62d955e76c7f8e0202524bc7), [`593356c93d7410f91093efd3f9558fac4cbdd0f6`](https://github.com/clerk/javascript/commit/593356c93d7410f91093efd3f9558fac4cbdd0f6), [`8b5645bc4901ccd28d889cf1df856fb768b300a5`](https://github.com/clerk/javascript/commit/8b5645bc4901ccd28d889cf1df856fb768b300a5), [`7220dfde9817e3d60365103e70ca6ad0ed20cc79`](https://github.com/clerk/javascript/commit/7220dfde9817e3d60365103e70ca6ad0ed20cc79), [`2a66c16af08573000bb619607346ac420cd4ce56`](https://github.com/clerk/javascript/commit/2a66c16af08573000bb619607346ac420cd4ce56), [`f121c03acac20bd143f447e6a82ab7c2dea4feb0`](https://github.com/clerk/javascript/commit/f121c03acac20bd143f447e6a82ab7c2dea4feb0)]:
1080 | - @clerk/[email protected]
1081 | - @clerk/[email protected]
1082 | - @clerk/[email protected]
1083 | - @clerk/[email protected]
1084 |
1085 | ## 2.8.4
1086 |
1087 | ### Patch Changes
1088 |
1089 | - Updated dependencies []:
1090 | - @clerk/[email protected]
1091 | - @clerk/[email protected]
1092 |
1093 | ## 2.8.3
1094 |
1095 | ### Patch Changes
1096 |
1097 | - Updated dependencies [[`cb7de8967ab165ae5c7918cec4b91d515b99f24e`](https://github.com/clerk/javascript/commit/cb7de8967ab165ae5c7918cec4b91d515b99f24e), [`9fad299846d18e88f30f16dcb2b824b9953638ae`](https://github.com/clerk/javascript/commit/9fad299846d18e88f30f16dcb2b824b9953638ae), [`99f8a1ca2655d03744ca06d3c8ef3e4b5aff2ff1`](https://github.com/clerk/javascript/commit/99f8a1ca2655d03744ca06d3c8ef3e4b5aff2ff1)]:
1098 | - @clerk/[email protected]
1099 | - @clerk/[email protected]
1100 |
1101 | ## 2.8.2
1102 |
1103 | ### Patch Changes
1104 |
1105 | - Updated dependencies [[`3d436484eb01b42e0008b6675f4be68f15d21079`](https://github.com/clerk/javascript/commit/3d436484eb01b42e0008b6675f4be68f15d21079), [`6f20f76e70feb9b14aaf428cdcd187cf2a6b5fe3`](https://github.com/clerk/javascript/commit/6f20f76e70feb9b14aaf428cdcd187cf2a6b5fe3)]:
1106 | - @clerk/[email protected]
1107 | - @clerk/[email protected]
1108 |
1109 | ## 2.8.1
1110 |
1111 | ### Patch Changes
1112 |
1113 | - Updated dependencies [[`e7ff37faadbf90cfa1086a9608971c8305406fff`](https://github.com/clerk/javascript/commit/e7ff37faadbf90cfa1086a9608971c8305406fff)]:
1114 | - @clerk/[email protected]
1115 |
1116 | ## 2.8.0
1117 |
1118 | ### Minor Changes
1119 |
1120 | - Surface new `pending` session as a signed-in state ([#5136](https://github.com/clerk/javascript/pull/5136)) by [@LauraBeatris](https://github.com/LauraBeatris)
1121 |
1122 | ### Patch Changes
1123 |
1124 | - Updated dependencies [[`3345667bd2420e3efdc59ed421cfc090bd42856e`](https://github.com/clerk/javascript/commit/3345667bd2420e3efdc59ed421cfc090bd42856e), [`250ae5c6997a526be5aede69d28b14cec538e18a`](https://github.com/clerk/javascript/commit/250ae5c6997a526be5aede69d28b14cec538e18a), [`28179323d9891bd13625e32c5682a3276e73cdae`](https://github.com/clerk/javascript/commit/28179323d9891bd13625e32c5682a3276e73cdae), [`b4254456ee62852dc7f39c0d719ced1b81963e9d`](https://github.com/clerk/javascript/commit/b4254456ee62852dc7f39c0d719ced1b81963e9d), [`0540920acd574d72377b6120daf893fb963ac407`](https://github.com/clerk/javascript/commit/0540920acd574d72377b6120daf893fb963ac407), [`7ae77b74326e378bf161e29886ee82e1556d9840`](https://github.com/clerk/javascript/commit/7ae77b74326e378bf161e29886ee82e1556d9840), [`5d6f8ea08a8775d646d4d4bdf8c05b87f04f5a1b`](https://github.com/clerk/javascript/commit/5d6f8ea08a8775d646d4d4bdf8c05b87f04f5a1b), [`c5c246ce91c01db9f1eaccbd354f646bcd24ec0a`](https://github.com/clerk/javascript/commit/c5c246ce91c01db9f1eaccbd354f646bcd24ec0a), [`14c1bfae9d3f3342cb4cb41714cfa9a606ebeae6`](https://github.com/clerk/javascript/commit/14c1bfae9d3f3342cb4cb41714cfa9a606ebeae6), [`b707e942bfd434ff8a3b9a9fadf9d1b694d702c8`](https://github.com/clerk/javascript/commit/b707e942bfd434ff8a3b9a9fadf9d1b694d702c8), [`bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a`](https://github.com/clerk/javascript/commit/bcbe5f6382ebcc70ef4fddb950d052bf6b7d693a), [`171719ddda39d2b5515c1101e354cd0599b06687`](https://github.com/clerk/javascript/commit/171719ddda39d2b5515c1101e354cd0599b06687), [`c5c246ce91c01db9f1eaccbd354f646bcd24ec0a`](https://github.com/clerk/javascript/commit/c5c246ce91c01db9f1eaccbd354f646bcd24ec0a), [`71568bef41ee99b65a9fc0c44cf6d237bb9496ea`](https://github.com/clerk/javascript/commit/71568bef41ee99b65a9fc0c44cf6d237bb9496ea), [`382c30240f563e58bc4d4832557c6825da40ce7f`](https://github.com/clerk/javascript/commit/382c30240f563e58bc4d4832557c6825da40ce7f)]:
1125 | - @clerk/[email protected]
1126 | - @clerk/[email protected]
1127 | - @clerk/[email protected]
1128 | - @clerk/[email protected]
1129 |
1130 | ## 2.7.8
1131 |
1132 | ### Patch Changes
1133 |
1134 | - Updated dependencies [[`3fac68329c39811f18d18dce03ba1f816ee51837`](https://github.com/clerk/javascript/commit/3fac68329c39811f18d18dce03ba1f816ee51837), [`cab940862870e7961ba92e88ae3e6228b1893e97`](https://github.com/clerk/javascript/commit/cab940862870e7961ba92e88ae3e6228b1893e97), [`74868fa2c2b29f3e180755a463b1f0f2fea769e2`](https://github.com/clerk/javascript/commit/74868fa2c2b29f3e180755a463b1f0f2fea769e2), [`d76c4699990b8477745c2584b1b98d5c92f9ace6`](https://github.com/clerk/javascript/commit/d76c4699990b8477745c2584b1b98d5c92f9ace6), [`c0ecbe41ffde6992e9953fb47f8907ea0f9d2a18`](https://github.com/clerk/javascript/commit/c0ecbe41ffde6992e9953fb47f8907ea0f9d2a18), [`a9b0087fca3f427f65907b358d9b5bc0c95921d8`](https://github.com/clerk/javascript/commit/a9b0087fca3f427f65907b358d9b5bc0c95921d8), [`92d17d7c087470b262fa5407cb6720fe6b17d333`](https://github.com/clerk/javascript/commit/92d17d7c087470b262fa5407cb6720fe6b17d333), [`30f6f3808e9b3778d5a9eb275780f94f9e9c7651`](https://github.com/clerk/javascript/commit/30f6f3808e9b3778d5a9eb275780f94f9e9c7651), [`14fd729bc3a2d6afd442e95ed3a53ae8a5c7cbc8`](https://github.com/clerk/javascript/commit/14fd729bc3a2d6afd442e95ed3a53ae8a5c7cbc8), [`35059df134f0b9643cfaebf76f6fc0f34326d96b`](https://github.com/clerk/javascript/commit/35059df134f0b9643cfaebf76f6fc0f34326d96b), [`f59491ea3b92eee05d812a2c7f965e06e78b4c9b`](https://github.com/clerk/javascript/commit/f59491ea3b92eee05d812a2c7f965e06e78b4c9b)]:
1135 | - @clerk/[email protected]
1136 | - @clerk/[email protected]
1137 | - @clerk/[email protected]
1138 | - @clerk/[email protected]
1139 |
1140 | ## 2.7.7
1141 |
1142 | ### Patch Changes
1143 |
1144 | - Accept custom `redirectURL` for SSO callback via `startSSOFlow` ([#5102](https://github.com/clerk/javascript/pull/5102)) by [@LauraBeatris](https://github.com/LauraBeatris)
1145 |
1146 | Usage:
1147 |
1148 | ```ts
1149 | await startSSOFlow({
1150 | strategy: 'oauth_google',
1151 | redirectUrl: AuthSession.makeRedirectUri({
1152 | path: 'dashboard',
1153 | }),
1154 | });
1155 | ```
1156 |
1157 | - Updated dependencies [[`dd2cbfe9f30358b6b298901bb52fa378b0acdca3`](https://github.com/clerk/javascript/commit/dd2cbfe9f30358b6b298901bb52fa378b0acdca3), [`dd2cbfe9f30358b6b298901bb52fa378b0acdca3`](https://github.com/clerk/javascript/commit/dd2cbfe9f30358b6b298901bb52fa378b0acdca3), [`570d8386f6aa596bf7bb1659bdddb8dd4d992b1d`](https://github.com/clerk/javascript/commit/570d8386f6aa596bf7bb1659bdddb8dd4d992b1d), [`570d8386f6aa596bf7bb1659bdddb8dd4d992b1d`](https://github.com/clerk/javascript/commit/570d8386f6aa596bf7bb1659bdddb8dd4d992b1d), [`dd2cbfe9f30358b6b298901bb52fa378b0acdca3`](https://github.com/clerk/javascript/commit/dd2cbfe9f30358b6b298901bb52fa378b0acdca3)]:
1158 | - @clerk/[email protected]
1159 | - @clerk/[email protected]
1160 | - @clerk/[email protected]
1161 | - @clerk/[email protected]
1162 |
1163 | ## 2.7.6
1164 |
1165 | ### Patch Changes
1166 |
1167 | - Updated dependencies [[`f41081c563ddd2afc05b837358e0de087ae0c895`](https://github.com/clerk/javascript/commit/f41081c563ddd2afc05b837358e0de087ae0c895), [`ea857c42591712808942aba113ab2a313b016ff7`](https://github.com/clerk/javascript/commit/ea857c42591712808942aba113ab2a313b016ff7), [`767ac85fe6ce0ee0594c923e9af701bb05f40a0b`](https://github.com/clerk/javascript/commit/767ac85fe6ce0ee0594c923e9af701bb05f40a0b), [`225b38c7187d31fc755155ea99834ca03894d36b`](https://github.com/clerk/javascript/commit/225b38c7187d31fc755155ea99834ca03894d36b), [`6ce705cc9dab04db4872b7e9004fdb47739c68c3`](https://github.com/clerk/javascript/commit/6ce705cc9dab04db4872b7e9004fdb47739c68c3), [`f936cf121ea85af131619d13129cca5fa01c46fc`](https://github.com/clerk/javascript/commit/f936cf121ea85af131619d13129cca5fa01c46fc), [`429f1bfe5f7a554ab1fdf265475ba6c8b3f78472`](https://github.com/clerk/javascript/commit/429f1bfe5f7a554ab1fdf265475ba6c8b3f78472), [`51af43da590dab0a9883e38e9a4bc7790f926277`](https://github.com/clerk/javascript/commit/51af43da590dab0a9883e38e9a4bc7790f926277)]:
1168 | - @clerk/[email protected]
1169 | - @clerk/[email protected]
1170 | - @clerk/[email protected]
1171 | - @clerk/[email protected]
1172 |
1173 | ## 2.7.5
1174 |
1175 | ### Patch Changes
1176 |
1177 | - Updated dependencies [[`5c26eef22cd296366bbd21b4d04a4f87d74fc284`](https://github.com/clerk/javascript/commit/5c26eef22cd296366bbd21b4d04a4f87d74fc284), [`0fa449cd09c9973297464a14f785895e3ddcab4d`](https://github.com/clerk/javascript/commit/0fa449cd09c9973297464a14f785895e3ddcab4d), [`68b89170a2d4c475e37056e6d5b59c497c45cfb3`](https://github.com/clerk/javascript/commit/68b89170a2d4c475e37056e6d5b59c497c45cfb3), [`b6b8a1207e706ee2a305e11b941f4c32c69d5922`](https://github.com/clerk/javascript/commit/b6b8a1207e706ee2a305e11b941f4c32c69d5922)]:
1178 | - @clerk/[email protected]
1179 | - @clerk/[email protected]
1180 |
1181 | ## 2.7.4
1182 |
1183 | ### Patch Changes
1184 |
1185 | - Updated dependencies [[`f51ecdcf23c50061ed7ff66580ec05f717d5e118`](https://github.com/clerk/javascript/commit/f51ecdcf23c50061ed7ff66580ec05f717d5e118)]:
1186 | - @clerk/[email protected]
1187 |
1188 | ## 2.7.3
1189 |
1190 | ### Patch Changes
1191 |
1192 | - Updated dependencies [[`d3152be7f01fbb5ca26aeddc2437021f4b7ecc83`](https://github.com/clerk/javascript/commit/d3152be7f01fbb5ca26aeddc2437021f4b7ecc83), [`f976349243da2b75023e59e802460e6f3592ebbd`](https://github.com/clerk/javascript/commit/f976349243da2b75023e59e802460e6f3592ebbd)]:
1193 | - @clerk/[email protected]
1194 | - @clerk/[email protected]
1195 | - @clerk/[email protected]
1196 | - @clerk/[email protected]
1197 |
1198 | ## 2.7.2
1199 |
1200 | ### Patch Changes
1201 |
1202 | - Updated dependencies [[`26225f2c31a22560f7ece2e02f1d0080b5b89520`](https://github.com/clerk/javascript/commit/26225f2c31a22560f7ece2e02f1d0080b5b89520), [`0f95982551565f11032b4d018d89746a081c1b76`](https://github.com/clerk/javascript/commit/0f95982551565f11032b4d018d89746a081c1b76), [`833693a6792b621e72162d70673e7bdfa84a69b6`](https://github.com/clerk/javascript/commit/833693a6792b621e72162d70673e7bdfa84a69b6)]:
1203 | - @clerk/[email protected]
1204 | - @clerk/[email protected]
1205 | - @clerk/[email protected]
1206 | - @clerk/[email protected]
1207 |
1208 | ## 2.7.1
1209 |
1210 | ### Patch Changes
1211 |
1212 | - Updated dependencies [[`a309be354275b91a7b17d5a67e8ef6aa230a9935`](https://github.com/clerk/javascript/commit/a309be354275b91a7b17d5a67e8ef6aa230a9935), [`cf23178c8b6829e99cb4756a0f2b51e94425e00a`](https://github.com/clerk/javascript/commit/cf23178c8b6829e99cb4756a0f2b51e94425e00a), [`8dc2e63aa37f453f9161c5701d8c4916f13adc3f`](https://github.com/clerk/javascript/commit/8dc2e63aa37f453f9161c5701d8c4916f13adc3f), [`02ec26a67f9b1a9b679f7b4f302b569632818e0f`](https://github.com/clerk/javascript/commit/02ec26a67f9b1a9b679f7b4f302b569632818e0f), [`1aa5bb6e2abf45121274e072bd5e5bbbd73a7362`](https://github.com/clerk/javascript/commit/1aa5bb6e2abf45121274e072bd5e5bbbd73a7362), [`1345cb487970a7347351897e80dfb829d85c41ea`](https://github.com/clerk/javascript/commit/1345cb487970a7347351897e80dfb829d85c41ea), [`65f313abadece443122f6193d28d2d6795236927`](https://github.com/clerk/javascript/commit/65f313abadece443122f6193d28d2d6795236927), [`fa7e40c1cb5a2984e8eceb37e4117c6e58064975`](https://github.com/clerk/javascript/commit/fa7e40c1cb5a2984e8eceb37e4117c6e58064975)]:
1213 | - @clerk/[email protected]
1214 | - @clerk/[email protected]
1215 | - @clerk/[email protected]
1216 | - @clerk/[email protected]
1217 |
1218 | ## 2.7.0
1219 |
1220 | ### Minor Changes
1221 |
1222 | - Introduce support for SSO with SAML ([#4880](https://github.com/clerk/javascript/pull/4880)) by [@LauraBeatris](https://github.com/LauraBeatris)
1223 | - Introduce `useSSO` hook to support a wider range of SSO flow types
1224 | - Deprecate `useOAuth` in favor of new `useSSO` hook
1225 |
1226 | ### Patch Changes
1227 |
1228 | - Updated dependencies [[`11c6458763be12646bf21c5def6269edd3dcaacb`](https://github.com/clerk/javascript/commit/11c6458763be12646bf21c5def6269edd3dcaacb), [`57c983fdc2b8d883623a2294daae0ac6c02c48f6`](https://github.com/clerk/javascript/commit/57c983fdc2b8d883623a2294daae0ac6c02c48f6), [`a26cf0ff10c76244975c454fdf6c615475d4bcd5`](https://github.com/clerk/javascript/commit/a26cf0ff10c76244975c454fdf6c615475d4bcd5), [`93ae27c2925e2ab09b6806409a53e6a132013c69`](https://github.com/clerk/javascript/commit/93ae27c2925e2ab09b6806409a53e6a132013c69)]:
1229 | - @clerk/[email protected]
1230 | - @clerk/[email protected]
1231 | - @clerk/[email protected]
1232 | - @clerk/[email protected]
1233 |
1234 | ## 2.6.18
1235 |
1236 | ### Patch Changes
1237 |
1238 | - Updated dependencies [[`2179690c10a61b117e82fdd566b34939f4d28bc1`](https://github.com/clerk/javascript/commit/2179690c10a61b117e82fdd566b34939f4d28bc1), [`3113059ad7a6d36689a59d3e886bad654d88e79d`](https://github.com/clerk/javascript/commit/3113059ad7a6d36689a59d3e886bad654d88e79d), [`2179690c10a61b117e82fdd566b34939f4d28bc1`](https://github.com/clerk/javascript/commit/2179690c10a61b117e82fdd566b34939f4d28bc1), [`bdb537a9902c0f0ae58ca1d4b7590d929f28fedb`](https://github.com/clerk/javascript/commit/bdb537a9902c0f0ae58ca1d4b7590d929f28fedb)]:
1239 | - @clerk/[email protected]
1240 | - @clerk/[email protected]
1241 | - @clerk/[email protected]
1242 | - @clerk/[email protected]
1243 |
1244 | ## 2.6.17
1245 |
1246 | ### Patch Changes
1247 |
1248 | - Updated dependencies [[`3c6d8159cb1021927c0d581a8feb93345913005f`](https://github.com/clerk/javascript/commit/3c6d8159cb1021927c0d581a8feb93345913005f), [`442d23afddb6bd0a4539fdb876191d66b834a276`](https://github.com/clerk/javascript/commit/442d23afddb6bd0a4539fdb876191d66b834a276), [`f87ede848265d75ea1e880a3ab80c53a250f42cf`](https://github.com/clerk/javascript/commit/f87ede848265d75ea1e880a3ab80c53a250f42cf), [`6126cc98281bca96797fd8a55b6ec6aeda397e46`](https://github.com/clerk/javascript/commit/6126cc98281bca96797fd8a55b6ec6aeda397e46), [`6e096564a459db4eaf953e99e570905b10be6c84`](https://github.com/clerk/javascript/commit/6e096564a459db4eaf953e99e570905b10be6c84), [`f69ce570f89c82ba3206b976b5b35bbcf7c1077a`](https://github.com/clerk/javascript/commit/f69ce570f89c82ba3206b976b5b35bbcf7c1077a), [`e0dbdc61ba20ff319603b57dab7799a7d743544b`](https://github.com/clerk/javascript/commit/e0dbdc61ba20ff319603b57dab7799a7d743544b)]:
1249 | - @clerk/[email protected]
1250 | - @clerk/[email protected]
1251 | - @clerk/[email protected]
1252 | - @clerk/[email protected]
1253 |
1254 | ## 2.6.16
1255 |
1256 | ### Patch Changes
1257 |
1258 | - Updated dependencies [[`b55db4db89a7549465101850e474a52e9346f441`](https://github.com/clerk/javascript/commit/b55db4db89a7549465101850e474a52e9346f441), [`5bbb05365227862f8256f5a1fa0212fd28a8af67`](https://github.com/clerk/javascript/commit/5bbb05365227862f8256f5a1fa0212fd28a8af67), [`fe3e49f61acefe8d7f1992405f7cb415fea2e5c8`](https://github.com/clerk/javascript/commit/fe3e49f61acefe8d7f1992405f7cb415fea2e5c8), [`00148b871d920dc10c9343f6bd15c2844db7c19c`](https://github.com/clerk/javascript/commit/00148b871d920dc10c9343f6bd15c2844db7c19c), [`c4cad79cb45fd9d2818c5ffafcedb0e8c26f2f6b`](https://github.com/clerk/javascript/commit/c4cad79cb45fd9d2818c5ffafcedb0e8c26f2f6b), [`9da41ce2fef73f411648eb6faa0dc579fae2b114`](https://github.com/clerk/javascript/commit/9da41ce2fef73f411648eb6faa0dc579fae2b114), [`4427c4702f64d4f28f7564ce5889d41e260aa519`](https://github.com/clerk/javascript/commit/4427c4702f64d4f28f7564ce5889d41e260aa519), [`69734a2624de704b12a31d5737e2f22f9050df25`](https://github.com/clerk/javascript/commit/69734a2624de704b12a31d5737e2f22f9050df25)]:
1259 | - @clerk/[email protected]
1260 | - @clerk/[email protected]
1261 | - @clerk/[email protected]
1262 | - @clerk/[email protected]
1263 |
1264 | ## 2.6.15
1265 |
1266 | ### Patch Changes
1267 |
1268 | - Updated dependencies [[`2a3cb5b3b35adfd618a3df2f490b0a8988523ded`](https://github.com/clerk/javascript/commit/2a3cb5b3b35adfd618a3df2f490b0a8988523ded), [`418ec5c62c4eb600566faab07684c068a29007e3`](https://github.com/clerk/javascript/commit/418ec5c62c4eb600566faab07684c068a29007e3), [`96168706ac285381928786840a5d72655a739f7a`](https://github.com/clerk/javascript/commit/96168706ac285381928786840a5d72655a739f7a)]:
1269 | - @clerk/[email protected]
1270 | - @clerk/[email protected]
1271 | - @clerk/[email protected]
1272 | - @clerk/[email protected]
1273 |
1274 | ## 2.6.14
1275 |
1276 | ### Patch Changes
1277 |
1278 | - Standardizing ambient declaration files for all SDKs ([#4919](https://github.com/clerk/javascript/pull/4919)) by [@jacekradko](https://github.com/jacekradko)
1279 |
1280 | - Updated dependencies [[`3e19492608e9ee2b3b58e9ba220ea93d1b3a6cf1`](https://github.com/clerk/javascript/commit/3e19492608e9ee2b3b58e9ba220ea93d1b3a6cf1), [`fdbcfd64590251402c0c490f68345e46e46e2ad4`](https://github.com/clerk/javascript/commit/fdbcfd64590251402c0c490f68345e46e46e2ad4), [`9eef7713212378351e8e01628611eaa18de250e8`](https://github.com/clerk/javascript/commit/9eef7713212378351e8e01628611eaa18de250e8)]:
1281 | - @clerk/[email protected]
1282 | - @clerk/[email protected]
1283 | - @clerk/[email protected]
1284 |
1285 | ## 2.6.13
1286 |
1287 | ### Patch Changes
1288 |
1289 | - Updated dependencies [[`b9936782a97319afba4922761c798d1f6faab8e8`](https://github.com/clerk/javascript/commit/b9936782a97319afba4922761c798d1f6faab8e8), [`93e30cef512ebc91aa9d61926584948d15632304`](https://github.com/clerk/javascript/commit/93e30cef512ebc91aa9d61926584948d15632304), [`7ffc99b48977b9f6c74c0c71c500b60cb8aba65e`](https://github.com/clerk/javascript/commit/7ffc99b48977b9f6c74c0c71c500b60cb8aba65e), [`27fb70a2534ecfc6d2573ba65fb32be2786b9d30`](https://github.com/clerk/javascript/commit/27fb70a2534ecfc6d2573ba65fb32be2786b9d30)]:
1290 | - @clerk/[email protected]
1291 | - @clerk/[email protected]
1292 | - @clerk/[email protected]
1293 | - @clerk/[email protected]
1294 |
1295 | ## 2.6.12
1296 |
1297 | ### Patch Changes
1298 |
1299 | - Updated dependencies [[`4af35380f18d1d06c15ad1f5745c2d5a1ab1c37d`](https://github.com/clerk/javascript/commit/4af35380f18d1d06c15ad1f5745c2d5a1ab1c37d), [`aa48b1f9e890b2402e9d05989a4820141076f7bf`](https://github.com/clerk/javascript/commit/aa48b1f9e890b2402e9d05989a4820141076f7bf), [`53bd34fff38b17498edf66cc4bc2d42d707f28dc`](https://github.com/clerk/javascript/commit/53bd34fff38b17498edf66cc4bc2d42d707f28dc)]:
1300 | - @clerk/[email protected]
1301 | - @clerk/[email protected]
1302 | - @clerk/[email protected]
1303 | - @clerk/[email protected]
1304 |
1305 | ## 2.6.11
1306 |
1307 | ### Patch Changes
1308 |
1309 | - Updated dependencies [[`f87733719f6961640c159a6ca82d4c3edfd087dd`](https://github.com/clerk/javascript/commit/f87733719f6961640c159a6ca82d4c3edfd087dd), [`fd7a5be73db3acaa7daeb9b15af73c2ce99d03a6`](https://github.com/clerk/javascript/commit/fd7a5be73db3acaa7daeb9b15af73c2ce99d03a6), [`43ba06329fb452cdbb3bb766b660dd2371dcf502`](https://github.com/clerk/javascript/commit/43ba06329fb452cdbb3bb766b660dd2371dcf502)]:
1310 | - @clerk/[email protected]
1311 | - @clerk/[email protected]
1312 | - @clerk/[email protected]
1313 | - @clerk/[email protected]
1314 |
1315 | ## 2.6.10
1316 |
1317 | ### Patch Changes
1318 |
1319 | - Updated dependencies [[`7cc1b3ab472d9ed55ab0e7fa2195354c77482de9`](https://github.com/clerk/javascript/commit/7cc1b3ab472d9ed55ab0e7fa2195354c77482de9), [`d5c48412d0bef75c79dedecb20cee75b7d476eb7`](https://github.com/clerk/javascript/commit/d5c48412d0bef75c79dedecb20cee75b7d476eb7)]:
1320 | - @clerk/[email protected]
1321 |
1322 | ## 2.6.9
1323 |
1324 | ### Patch Changes
1325 |
1326 | - Updated dependencies [[`099496341a052ecb6989848a00c3c07f61b1b174`](https://github.com/clerk/javascript/commit/099496341a052ecb6989848a00c3c07f61b1b174)]:
1327 | - @clerk/[email protected]
1328 |
1329 | ## 2.6.8
1330 |
1331 | ### Patch Changes
1332 |
1333 | - Updated dependencies [[`557459e7e4c1bcb447dd5c95db2e41daae5d5c15`](https://github.com/clerk/javascript/commit/557459e7e4c1bcb447dd5c95db2e41daae5d5c15), [`44cab6038af0a4d23869b3b292ece742fbbc4d85`](https://github.com/clerk/javascript/commit/44cab6038af0a4d23869b3b292ece742fbbc4d85), [`e8b4a4c26dea8e2665c6dac6b001fbabc6e32e56`](https://github.com/clerk/javascript/commit/e8b4a4c26dea8e2665c6dac6b001fbabc6e32e56), [`4260611eefda20e8cee603f1886a1bf0a4607fed`](https://github.com/clerk/javascript/commit/4260611eefda20e8cee603f1886a1bf0a4607fed), [`7d1bd400eec667ff5c52f4dcc4e68c63d79b1ff2`](https://github.com/clerk/javascript/commit/7d1bd400eec667ff5c52f4dcc4e68c63d79b1ff2)]:
1334 | - @clerk/[email protected]
1335 | - @clerk/[email protected]
1336 | - @clerk/[email protected]
1337 | - @clerk/[email protected]
1338 |
1339 | ## 2.6.7
1340 |
1341 | ### Patch Changes
1342 |
1343 | - Updated dependencies [[`2659108ed55d558c656d184d4113873b28e86441`](https://github.com/clerk/javascript/commit/2659108ed55d558c656d184d4113873b28e86441), [`80e1117631d35834705119a79cdcf9e0ed423fdd`](https://github.com/clerk/javascript/commit/80e1117631d35834705119a79cdcf9e0ed423fdd), [`3e5250ebc9fcdbc29489d95293bbe49af5ad6fd8`](https://github.com/clerk/javascript/commit/3e5250ebc9fcdbc29489d95293bbe49af5ad6fd8), [`5d7c70129f3ebe07b8bfdad9af6abb2364c32d6f`](https://github.com/clerk/javascript/commit/5d7c70129f3ebe07b8bfdad9af6abb2364c32d6f)]:
1344 | - @clerk/[email protected]
1345 | - @clerk/[email protected]
1346 | - @clerk/[email protected]
1347 | - @clerk/[email protected]
1348 |
1349 | ## 2.6.6
1350 |
1351 | ### Patch Changes
1352 |
1353 | - Re-export the `isClerkRuntimeError()` utility function from `@clerk/clerk-react`. ([#4815](https://github.com/clerk/javascript/pull/4815)) by [@anagstef](https://github.com/anagstef)
1354 |
1355 | - Updated dependencies [[`a52029c7514fec28b43c8b72825139616dee5de5`](https://github.com/clerk/javascript/commit/a52029c7514fec28b43c8b72825139616dee5de5), [`99f7536f191eb7b4f2ecff008f5523c500a02816`](https://github.com/clerk/javascript/commit/99f7536f191eb7b4f2ecff008f5523c500a02816), [`b5eb15bf81d94456309d6ca44ad423a4175d50b6`](https://github.com/clerk/javascript/commit/b5eb15bf81d94456309d6ca44ad423a4175d50b6), [`b933a2ba8112aefbabd7fe3313b89e083452d2dd`](https://github.com/clerk/javascript/commit/b933a2ba8112aefbabd7fe3313b89e083452d2dd), [`05c5de9201ac94ca889d4b65a9aab2946beb2474`](https://github.com/clerk/javascript/commit/05c5de9201ac94ca889d4b65a9aab2946beb2474)]:
1356 | - @clerk/[email protected]
1357 | - @clerk/[email protected]
1358 |
1359 | ## 2.6.5
1360 |
1361 | ### Patch Changes
1362 |
1363 | - Updated dependencies [[`c9da04636ffe1ba804a1ce5e5b79027d3a2344d2`](https://github.com/clerk/javascript/commit/c9da04636ffe1ba804a1ce5e5b79027d3a2344d2)]:
1364 | - @clerk/[email protected]
1365 | - @clerk/[email protected]
1366 | - @clerk/[email protected]
1367 | - @clerk/[email protected]
1368 |
1369 | ## 2.6.4
1370 |
1371 | ### Patch Changes
1372 |
1373 | - Updated dependencies [[`fbb9e0da4fe87e9bb79db1a841e48ef949278bf0`](https://github.com/clerk/javascript/commit/fbb9e0da4fe87e9bb79db1a841e48ef949278bf0)]:
1374 | - @clerk/[email protected]
1375 |
1376 | ## 2.6.3
1377 |
1378 | ### Patch Changes
1379 |
1380 | - Updated dependencies [[`84ccb0049041534f111be65f7c7d4d6120069446`](https://github.com/clerk/javascript/commit/84ccb0049041534f111be65f7c7d4d6120069446), [`2b57c39d7acd2d8e8c40d22a278be15f934f1a17`](https://github.com/clerk/javascript/commit/2b57c39d7acd2d8e8c40d22a278be15f934f1a17)]:
1381 | - @clerk/[email protected]
1382 | - @clerk/[email protected]
1383 | - @clerk/[email protected]
1384 |
1385 | ## 2.6.2
1386 |
1387 | ### Patch Changes
1388 |
1389 | - Updated dependencies [[`fa82b432bbb9c49ddd1c401c306d9dc7ed9abaf6`](https://github.com/clerk/javascript/commit/fa82b432bbb9c49ddd1c401c306d9dc7ed9abaf6), [`2de7ac42f6db38e840ce84aceb2ecb1640493cf9`](https://github.com/clerk/javascript/commit/2de7ac42f6db38e840ce84aceb2ecb1640493cf9)]:
1390 | - @clerk/[email protected]
1391 | - @clerk/[email protected]
1392 |
1393 | ## 2.6.1
1394 |
1395 | ### Patch Changes
1396 |
1397 | - Rename `toJSON()` resource methods to `__internal_toSnapshot()` to avoid issues with serializing functions. ([#4777](https://github.com/clerk/javascript/pull/4777)) by [@anagstef](https://github.com/anagstef)
1398 |
1399 | - Updated dependencies [[`aeafa7c5efd50c893d088ac99199d7eaecc04025`](https://github.com/clerk/javascript/commit/aeafa7c5efd50c893d088ac99199d7eaecc04025), [`acd9326ef2d6942b981b3ee59c4b20ddd303323d`](https://github.com/clerk/javascript/commit/acd9326ef2d6942b981b3ee59c4b20ddd303323d)]:
1400 | - @clerk/[email protected]
1401 | - @clerk/[email protected]
1402 | - @clerk/[email protected]
1403 | - @clerk/[email protected]
1404 |
1405 | ## 2.6.0
1406 |
1407 | ### Minor Changes
1408 |
1409 | - Introduce improved offline support for Expo. ([#4604](https://github.com/clerk/javascript/pull/4604)) by [@anagstef](https://github.com/anagstef)
1410 |
1411 | 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.
1412 |
1413 | It solves issues as the following:
1414 | - Faster resolution of the `isLoaded` property and the `ClerkLoaded` component, with only a single network fetch attempt, and if it fails, it falls back to the cached resources.
1415 | - The `getToken` function of `useAuth` hook now returns a cached token if network errors occur.
1416 | - Developers can now catch and handle network errors gracefully in their custom flows, as the errors are no longer muted.
1417 |
1418 | How to use it:
1419 | 1. Install the `expo-secure-store` package in your project by running:
1420 |
1421 | ```bash
1422 | npm i expo-secure-store
1423 | ```
1424 |
1425 | 2. Use `import { secureStore } from "@clerk/clerk-expo/secure-store"` to import our implementation of the `SecureStore` API.
1426 | 3. Pass the `secureStore` in the `__experimental_resourceCache` property of the `ClerkProvider` to enable offline support.
1427 |
1428 | ```tsx
1429 | import { ClerkProvider, ClerkLoaded } from '@clerk/clerk-expo';
1430 | import { Slot } from 'expo-router';
1431 | import { tokenCache } from '../token-cache';
1432 | import { secureStore } from '@clerk/clerk-expo/secure-store';
1433 |
1434 | export default function RootLayout() {
1435 | const publishableKey = process.env.EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY!;
1436 |
1437 | if (!publishableKey) {
1438 | throw new Error('Add EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY to your .env file');
1439 | }
1440 |
1441 | return (
1442 | <ClerkProvider
1443 | publishableKey={publishableKey}
1444 | tokenCache={tokenCache}
1445 | __experimental_resourceCache={secureStore}
1446 | >
1447 | <ClerkLoaded>
1448 | <Slot />
1449 | </ClerkLoaded>
1450 | </ClerkProvider>
1451 | );
1452 | }
1453 | ```
1454 |
1455 | ### Patch Changes
1456 |
1457 | - Updated dependencies [[`e80166e08c8e230ce9ee48f2eaef3b27996b7557`](https://github.com/clerk/javascript/commit/e80166e08c8e230ce9ee48f2eaef3b27996b7557), [`66ad299e4b6496ea4a93799de0f1ecfad920ddad`](https://github.com/clerk/javascript/commit/66ad299e4b6496ea4a93799de0f1ecfad920ddad), [`dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d`](https://github.com/clerk/javascript/commit/dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d), [`e1748582d0c89462f48a482a7805871b7065fa19`](https://github.com/clerk/javascript/commit/e1748582d0c89462f48a482a7805871b7065fa19), [`85a36a8ed615c968e9b381be97db797d96f69acc`](https://github.com/clerk/javascript/commit/85a36a8ed615c968e9b381be97db797d96f69acc), [`63b95ad5c0463f4d10db08f18f97e7c94102930d`](https://github.com/clerk/javascript/commit/63b95ad5c0463f4d10db08f18f97e7c94102930d), [`7f7edcaa8228c26d19e9081979100ada7e982095`](https://github.com/clerk/javascript/commit/7f7edcaa8228c26d19e9081979100ada7e982095), [`c7d7f45947c151342cfb2f7ffd67628da4cebdd7`](https://github.com/clerk/javascript/commit/c7d7f45947c151342cfb2f7ffd67628da4cebdd7), [`dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d`](https://github.com/clerk/javascript/commit/dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d)]:
1458 | - @clerk/[email protected]
1459 | - @clerk/[email protected]
1460 | - @clerk/[email protected]
1461 | - @clerk/[email protected]
1462 |
1463 | ## 2.5.0
1464 |
1465 | ### Minor Changes
1466 |
1467 | - Switching to use ^ for semver ranges of internal @clerk/ production dependencies. ([#4664](https://github.com/clerk/javascript/pull/4664)) by [@jacekradko](https://github.com/jacekradko)
1468 |
1469 | ### Patch Changes
1470 |
1471 | - Updated dependencies [[`9d656c16bc78ac31b59b5edbd25118dfc33c4469`](https://github.com/clerk/javascript/commit/9d656c16bc78ac31b59b5edbd25118dfc33c4469), [`ffa631d2480cfe77bf08c61b1302ace308e5b630`](https://github.com/clerk/javascript/commit/ffa631d2480cfe77bf08c61b1302ace308e5b630), [`0266f6a73fc34748a86603bc89b6125d6bbb679b`](https://github.com/clerk/javascript/commit/0266f6a73fc34748a86603bc89b6125d6bbb679b)]:
1472 | - @clerk/[email protected]
1473 | - @clerk/[email protected]
1474 | - @clerk/[email protected]
1475 |
1476 | ## 2.4.5
1477 |
1478 | ### Patch Changes
1479 |
1480 | - Updated dependencies [[`80f2402be5b630a7061dcf44ff8c408d6da46a46`](https://github.com/clerk/javascript/commit/80f2402be5b630a7061dcf44ff8c408d6da46a46), [`cd72a27a75863dfd94b0a00ed5b2d03231556bc0`](https://github.com/clerk/javascript/commit/cd72a27a75863dfd94b0a00ed5b2d03231556bc0)]:
1481 | - @clerk/[email protected]
1482 | - @clerk/[email protected]
1483 | - @clerk/[email protected]
1484 | - @clerk/[email protected]
1485 |
1486 | ## 2.4.4
1487 |
1488 | ### Patch Changes
1489 |
1490 | - Updated dependencies [[`1b86a1da34ce4bc309f69980ac13a691a0a633c2`](https://github.com/clerk/javascript/commit/1b86a1da34ce4bc309f69980ac13a691a0a633c2)]:
1491 | - @clerk/[email protected]
1492 | - @clerk/[email protected]
1493 | - @clerk/[email protected]
1494 | - @clerk/[email protected]
1495 |
1496 | ## 2.4.3
1497 |
1498 | ### Patch Changes
1499 |
1500 | - Updated dependencies [[`4cb22548da81dd8b186a6ef1cf120aea99c85c62`](https://github.com/clerk/javascript/commit/4cb22548da81dd8b186a6ef1cf120aea99c85c62), [`a574d58111c45a7626f97807e3bea83cf7f5668a`](https://github.com/clerk/javascript/commit/a574d58111c45a7626f97807e3bea83cf7f5668a)]:
1501 | - @clerk/[email protected]
1502 | - @clerk/[email protected]
1503 | - @clerk/[email protected]
1504 |
1505 | ## 2.4.2
1506 |
1507 | ### Patch Changes
1508 |
1509 | - Updated dependencies [[`8cdfa8f862c96aafb06512c1be72d7191d017fe1`](https://github.com/clerk/javascript/commit/8cdfa8f862c96aafb06512c1be72d7191d017fe1), [`3f640805d2a4e1616aafa56f6848d6657911bb99`](https://github.com/clerk/javascript/commit/3f640805d2a4e1616aafa56f6848d6657911bb99), [`550c7e9851329688e37be29b83ea0c3b12482af7`](https://github.com/clerk/javascript/commit/550c7e9851329688e37be29b83ea0c3b12482af7), [`3f640805d2a4e1616aafa56f6848d6657911bb99`](https://github.com/clerk/javascript/commit/3f640805d2a4e1616aafa56f6848d6657911bb99)]:
1510 | - @clerk/[email protected]
1511 | - @clerk/[email protected]
1512 | - @clerk/[email protected]
1513 | - @clerk/[email protected]
1514 |
1515 | ## 2.4.1
1516 |
1517 | ### Patch Changes
1518 |
1519 | - Updated dependencies [[`0bc3ccc5bd4a93121bb7e7d6a32271af9c31f8c3`](https://github.com/clerk/javascript/commit/0bc3ccc5bd4a93121bb7e7d6a32271af9c31f8c3), [`0bc3ccc5bd4a93121bb7e7d6a32271af9c31f8c3`](https://github.com/clerk/javascript/commit/0bc3ccc5bd4a93121bb7e7d6a32271af9c31f8c3), [`0bc3ccc5bd4a93121bb7e7d6a32271af9c31f8c3`](https://github.com/clerk/javascript/commit/0bc3ccc5bd4a93121bb7e7d6a32271af9c31f8c3)]:
1520 | - @clerk/[email protected]
1521 | - @clerk/[email protected]
1522 | - @clerk/[email protected]
1523 | - @clerk/[email protected]
1524 |
1525 | ## 2.4.0
1526 |
1527 | ### Minor Changes
1528 |
1529 | - Introduce `<Waitlist />` component for Expo Web ([#4701](https://github.com/clerk/javascript/pull/4701)) by [@nikospapcom](https://github.com/nikospapcom)
1530 |
1531 | ### Patch Changes
1532 |
1533 | - Updated dependencies [[`4e5e7f463c12893a21cb3b5f9317fc3f2945879b`](https://github.com/clerk/javascript/commit/4e5e7f463c12893a21cb3b5f9317fc3f2945879b), [`5150fa1fd254b8cf9e95df9b2d51251576c86223`](https://github.com/clerk/javascript/commit/5150fa1fd254b8cf9e95df9b2d51251576c86223), [`5800a1f94a94ca8a5334195a70c5fb4d1516ef2c`](https://github.com/clerk/javascript/commit/5800a1f94a94ca8a5334195a70c5fb4d1516ef2c)]:
1534 | - @clerk/[email protected]
1535 | - @clerk/[email protected]
1536 | - @clerk/[email protected]
1537 | - @clerk/[email protected]
1538 |
1539 | ## 2.3.13
1540 |
1541 | ### Patch Changes
1542 |
1543 | - Updated dependencies [[`8ee5d84995fa17532491ff96efac5738c9bcd9ef`](https://github.com/clerk/javascript/commit/8ee5d84995fa17532491ff96efac5738c9bcd9ef), [`09fedd1df155d30cc055ce701b133aa6470e9b47`](https://github.com/clerk/javascript/commit/09fedd1df155d30cc055ce701b133aa6470e9b47), [`235eaae4c3c9400492fca47d20a47c7081041565`](https://github.com/clerk/javascript/commit/235eaae4c3c9400492fca47d20a47c7081041565)]:
1544 | - @clerk/[email protected]
1545 | - @clerk/[email protected]
1546 | - @clerk/[email protected]
1547 | - @clerk/[email protected]
1548 |
1549 | ## 2.3.12
1550 |
1551 | ### Patch Changes
1552 |
1553 | - Updated dependencies [[`8a28d1f403309f692d9332704f07effbf39d056d`](https://github.com/clerk/javascript/commit/8a28d1f403309f692d9332704f07effbf39d056d), [`8a28d1f403309f692d9332704f07effbf39d056d`](https://github.com/clerk/javascript/commit/8a28d1f403309f692d9332704f07effbf39d056d), [`54fc65a902c6fdfcb4c83b9c03128078ca75a96e`](https://github.com/clerk/javascript/commit/54fc65a902c6fdfcb4c83b9c03128078ca75a96e)]:
1554 | - @clerk/[email protected]
1555 | - @clerk/[email protected]
1556 | - @clerk/[email protected]
1557 | - @clerk/[email protected]
1558 |
1559 | ## 2.3.11
1560 |
1561 | ### Patch Changes
1562 |
1563 | - Updated dependencies [[`dd59ac89352cedb65b555fa2667ade75ebf5fece`](https://github.com/clerk/javascript/commit/dd59ac89352cedb65b555fa2667ade75ebf5fece), [`115fd0c32443c6fc4e692c0ebdd60c092e57057e`](https://github.com/clerk/javascript/commit/115fd0c32443c6fc4e692c0ebdd60c092e57057e), [`b85c5d70fa0fa30fbd11f04709c23225bd8246f2`](https://github.com/clerk/javascript/commit/b85c5d70fa0fa30fbd11f04709c23225bd8246f2), [`0a1807552dcf0501a97f60b4df0280525bca9743`](https://github.com/clerk/javascript/commit/0a1807552dcf0501a97f60b4df0280525bca9743)]:
1564 | - @clerk/[email protected]
1565 | - @clerk/[email protected]
1566 |
1567 | ## 2.3.10
1568 |
1569 | ### Patch Changes
1570 |
1571 | - Updated dependencies [[`4da28fa857d1e5538eb5bbe28ecc4bf9dba1ce7d`](https://github.com/clerk/javascript/commit/4da28fa857d1e5538eb5bbe28ecc4bf9dba1ce7d), [`fe9e147e366153d664af7fc325655ecb299a1f9d`](https://github.com/clerk/javascript/commit/fe9e147e366153d664af7fc325655ecb299a1f9d), [`fe9e147e366153d664af7fc325655ecb299a1f9d`](https://github.com/clerk/javascript/commit/fe9e147e366153d664af7fc325655ecb299a1f9d), [`fe9e147e366153d664af7fc325655ecb299a1f9d`](https://github.com/clerk/javascript/commit/fe9e147e366153d664af7fc325655ecb299a1f9d), [`fe9e147e366153d664af7fc325655ecb299a1f9d`](https://github.com/clerk/javascript/commit/fe9e147e366153d664af7fc325655ecb299a1f9d), [`d84d7e31235c5c7da3415981dc76db4473a71a39`](https://github.com/clerk/javascript/commit/d84d7e31235c5c7da3415981dc76db4473a71a39), [`dce4f7ffca7248c0500f0ec9a978672b1f2fad69`](https://github.com/clerk/javascript/commit/dce4f7ffca7248c0500f0ec9a978672b1f2fad69), [`7c27b0cfda6ace9693e9c184392481b00f24a64d`](https://github.com/clerk/javascript/commit/7c27b0cfda6ace9693e9c184392481b00f24a64d)]:
1572 | - @clerk/[email protected]
1573 | - @clerk/[email protected]
1574 | - @clerk/[email protected]
1575 | - @clerk/[email protected]
1576 |
1577 | ## 2.3.9
1578 |
1579 | ### Patch Changes
1580 |
1581 | - Updated dependencies [[`c70994b5b6f92a6550dfe37547f01bbfa810c223`](https://github.com/clerk/javascript/commit/c70994b5b6f92a6550dfe37547f01bbfa810c223), [`727c218f8f176bcde73995dafb503a594e16669b`](https://github.com/clerk/javascript/commit/727c218f8f176bcde73995dafb503a594e16669b), [`0c477281ba1034a485b1d053472990e70ac3aa78`](https://github.com/clerk/javascript/commit/0c477281ba1034a485b1d053472990e70ac3aa78), [`c70994b5b6f92a6550dfe37547f01bbfa810c223`](https://github.com/clerk/javascript/commit/c70994b5b6f92a6550dfe37547f01bbfa810c223), [`7623a99594e7329200b6b374e483152d7679ce66`](https://github.com/clerk/javascript/commit/7623a99594e7329200b6b374e483152d7679ce66)]:
1582 | - @clerk/[email protected]
1583 | - @clerk/[email protected]
1584 | - @clerk/[email protected]
1585 | - @clerk/[email protected]
1586 |
1587 | ## 2.3.8
1588 |
1589 | ### Patch Changes
1590 |
1591 | - Updated dependencies [[`b9a93fd86c2a0285d8e1bb9e9ffac2c979aab947`](https://github.com/clerk/javascript/commit/b9a93fd86c2a0285d8e1bb9e9ffac2c979aab947)]:
1592 | - @clerk/[email protected]
1593 |
1594 | ## 2.3.7
1595 |
1596 | ### Patch Changes
1597 |
1598 | - - Replaced import { Buffer } from 'node:buffer' with import { Buffer } from 'buffer'. ([#4601](https://github.com/clerk/javascript/pull/4601)) by [@AlexNti](https://github.com/AlexNti)
1599 |
1600 | - Moved @clerk/expo-passkeys to a devDependency in @clerk/clerk-expo.
1601 |
1602 | - Updated dependencies [[`03482f347741e6ceef2e654de1b101dc59477f90`](https://github.com/clerk/javascript/commit/03482f347741e6ceef2e654de1b101dc59477f90), [`e47eb5882a7fd4a8dee25933c6644790d6ea3407`](https://github.com/clerk/javascript/commit/e47eb5882a7fd4a8dee25933c6644790d6ea3407), [`152f0b8eeb7687a1fcff75b7395bf8f57ef04591`](https://github.com/clerk/javascript/commit/152f0b8eeb7687a1fcff75b7395bf8f57ef04591), [`aba63de16e677b5896cdf5bc40fa2322480efe7a`](https://github.com/clerk/javascript/commit/aba63de16e677b5896cdf5bc40fa2322480efe7a), [`273d16cb0665d4d960838cb294dc356f41814745`](https://github.com/clerk/javascript/commit/273d16cb0665d4d960838cb294dc356f41814745), [`6b0961765e1f3d09679be4b163fa13ac7dd97191`](https://github.com/clerk/javascript/commit/6b0961765e1f3d09679be4b163fa13ac7dd97191)]:
1603 | - @clerk/[email protected]
1604 | - @clerk/[email protected]
1605 | - @clerk/[email protected]
1606 | - @clerk/[email protected]
1607 |
1608 | ## 2.3.6
1609 |
1610 | ### Patch Changes
1611 |
1612 | - Updated dependencies [[`1eb21bf61ccb78284f91aad857911ace8372ab65`](https://github.com/clerk/javascript/commit/1eb21bf61ccb78284f91aad857911ace8372ab65), [`536fa996ff84a545678a3036b28409824d1c00dd`](https://github.com/clerk/javascript/commit/536fa996ff84a545678a3036b28409824d1c00dd), [`b2671affd230eed176ac03af516307898d371757`](https://github.com/clerk/javascript/commit/b2671affd230eed176ac03af516307898d371757), [`22b7b192e97cfcaed620c0b9c91c6d2b3400f2e3`](https://github.com/clerk/javascript/commit/22b7b192e97cfcaed620c0b9c91c6d2b3400f2e3), [`b28c5e8bc44885bf6b1533df48e872ba90c387da`](https://github.com/clerk/javascript/commit/b28c5e8bc44885bf6b1533df48e872ba90c387da), [`5bd65aa2674bcf768e463668f4d159948820b420`](https://github.com/clerk/javascript/commit/5bd65aa2674bcf768e463668f4d159948820b420), [`6c424e179850f520ae738e816bf0423a55ddf3ef`](https://github.com/clerk/javascript/commit/6c424e179850f520ae738e816bf0423a55ddf3ef)]:
1613 | - @clerk/[email protected]
1614 | - @clerk/[email protected]
1615 | - @clerk/[email protected]
1616 | - @clerk/[email protected]
1617 |
1618 | ## 2.3.5
1619 |
1620 | ### Patch Changes
1621 |
1622 | - Updated dependencies [[`60d3f76671fdc5191388124ad23a1fafdeb35772`](https://github.com/clerk/javascript/commit/60d3f76671fdc5191388124ad23a1fafdeb35772), [`1b466e06aa0794b5842a5140b8d0898d7baf51de`](https://github.com/clerk/javascript/commit/1b466e06aa0794b5842a5140b8d0898d7baf51de)]:
1623 | - @clerk/[email protected]
1624 |
1625 | ## 2.3.4
1626 |
1627 | ### Patch Changes
1628 |
1629 | - Updated dependencies [[`46faeb6f59b19c963fb137c858347525b1cd9e19`](https://github.com/clerk/javascript/commit/46faeb6f59b19c963fb137c858347525b1cd9e19), [`ea6c52dd751abe38b350ee07f148652c24125e22`](https://github.com/clerk/javascript/commit/ea6c52dd751abe38b350ee07f148652c24125e22)]:
1630 | - @clerk/[email protected]
1631 | - @clerk/[email protected]
1632 | - @clerk/[email protected]
1633 | - @clerk/[email protected]
1634 |
1635 | ## 2.3.3
1636 |
1637 | ### Patch Changes
1638 |
1639 | - Updated dependencies [[`1c0b5001f7f975a2f3f54ad692526ecf7257847e`](https://github.com/clerk/javascript/commit/1c0b5001f7f975a2f3f54ad692526ecf7257847e), [`6217a3f7c94311d49f873214bd406961e0b8d6f7`](https://github.com/clerk/javascript/commit/6217a3f7c94311d49f873214bd406961e0b8d6f7), [`e1d715683a057e4f6166095e551861c4b35b7ac6`](https://github.com/clerk/javascript/commit/e1d715683a057e4f6166095e551861c4b35b7ac6), [`1783025cdb94c447028704c2121fa0b8af785904`](https://github.com/clerk/javascript/commit/1783025cdb94c447028704c2121fa0b8af785904)]:
1640 | - @clerk/[email protected]
1641 | - @clerk/[email protected]
1642 | - @clerk/[email protected]
1643 | - @clerk/[email protected]
1644 |
1645 | ## 2.3.2
1646 |
1647 | ### Patch Changes
1648 |
1649 | - Updated dependencies [[`152019b07e75a31e354e8ea50a07afb907ebf320`](https://github.com/clerk/javascript/commit/152019b07e75a31e354e8ea50a07afb907ebf320), [`ff4ebeba6c2a77c247a946070b56bdb2153d1588`](https://github.com/clerk/javascript/commit/ff4ebeba6c2a77c247a946070b56bdb2153d1588)]:
1650 | - @clerk/[email protected]
1651 |
1652 | ## 2.3.1
1653 |
1654 | ### Patch Changes
1655 |
1656 | - Updated dependencies [[`7dbad4c5abd226d7b10941a626ead5d85b1a3f24`](https://github.com/clerk/javascript/commit/7dbad4c5abd226d7b10941a626ead5d85b1a3f24)]:
1657 | - @clerk/[email protected]
1658 | - @clerk/[email protected]
1659 | - @clerk/[email protected]
1660 | - @clerk/[email protected]
1661 |
1662 | ## 2.3.0
1663 |
1664 | ### Minor Changes
1665 |
1666 | - Introduce experimental support for passkeys in Expo (iOS, Android, and Web). ([#4352](https://github.com/clerk/javascript/pull/4352)) by [@AlexNti](https://github.com/AlexNti)
1667 |
1668 | To use passkeys in Expo projects, pass the `__experimental_passkeys` object, which can be imported from `@clerk/clerk-expo/passkeys`, to the `ClerkProvider` component:
1669 |
1670 | ```tsx
1671 | import { ClerkProvider } from '@clerk/clerk-expo';
1672 | import { passkeys } from '@clerk/clerk-expo/passkeys';
1673 |
1674 | <ClerkProvider __experimental_passkeys={passkeys}>{/* Your app here */}</ClerkProvider>;
1675 | ```
1676 |
1677 | The API for using passkeys in Expo projects is the same as the one used in web apps:
1678 |
1679 | ```tsx
1680 | // passkey creation
1681 | const { user } = useUser();
1682 |
1683 | const handleCreatePasskey = async () => {
1684 | if (!user) return;
1685 | try {
1686 | return await user.createPasskey();
1687 | } catch (e: any) {
1688 | // handle error
1689 | }
1690 | };
1691 |
1692 | // passkey authentication
1693 | const { signIn, setActive } = useSignIn();
1694 |
1695 | const handlePasskeySignIn = async () => {
1696 | try {
1697 | const signInResponse = await signIn.authenticateWithPasskey();
1698 | await setActive({ session: signInResponse.createdSessionId });
1699 | } catch (err: any) {
1700 | //handle error
1701 | }
1702 | };
1703 | ```
1704 |
1705 | ### Patch Changes
1706 |
1707 | - Updated dependencies [[`5a21de1f46df3642828dc27e4862263c9858da2b`](https://github.com/clerk/javascript/commit/5a21de1f46df3642828dc27e4862263c9858da2b), [`f7472e22877f62fc7f3c8d3efe409ff2276fb4a3`](https://github.com/clerk/javascript/commit/f7472e22877f62fc7f3c8d3efe409ff2276fb4a3), [`e199037b8f484abdeeb9fc24455a1b4b8c31c8dd`](https://github.com/clerk/javascript/commit/e199037b8f484abdeeb9fc24455a1b4b8c31c8dd), [`e25381dfa358c0f7f8082a67936e4ee4a97c73f1`](https://github.com/clerk/javascript/commit/e25381dfa358c0f7f8082a67936e4ee4a97c73f1), [`886e294a8d8c54b39cd5bda88d46b89eace3861e`](https://github.com/clerk/javascript/commit/886e294a8d8c54b39cd5bda88d46b89eace3861e), [`0e443ad7c76643420b50e5b169193e03f6ef79f9`](https://github.com/clerk/javascript/commit/0e443ad7c76643420b50e5b169193e03f6ef79f9), [`cc24c8145f1eea7fb91550f2c3e0bac3993e4320`](https://github.com/clerk/javascript/commit/cc24c8145f1eea7fb91550f2c3e0bac3993e4320), [`e91a2bd77e2ab985d22724f19ab220c8270fdd10`](https://github.com/clerk/javascript/commit/e91a2bd77e2ab985d22724f19ab220c8270fdd10)]:
1708 | - @clerk/[email protected]
1709 | - @clerk/[email protected]
1710 | - @clerk/[email protected]
1711 | - @clerk/[email protected]
1712 |
1713 | ## 2.2.36
1714 |
1715 | ### Patch Changes
1716 |
1717 | - Updated dependencies [[`56b3f1643cff1935deb6b68ded9a429164529cad`](https://github.com/clerk/javascript/commit/56b3f1643cff1935deb6b68ded9a429164529cad)]:
1718 | - @clerk/[email protected]
1719 |
1720 | ## 2.2.35
1721 |
1722 | ### Patch Changes
1723 |
1724 | - Updated dependencies [[`9557b557489c60fbd067906afa97a7c418f6569e`](https://github.com/clerk/javascript/commit/9557b557489c60fbd067906afa97a7c418f6569e), [`8a04ae47b8305f994b348301fd8134d5baf02943`](https://github.com/clerk/javascript/commit/8a04ae47b8305f994b348301fd8134d5baf02943)]:
1725 | - @clerk/[email protected]
1726 | - @clerk/[email protected]
1727 | - @clerk/[email protected]
1728 |
1729 | ## 2.2.34
1730 |
1731 | ### Patch Changes
1732 |
1733 | - Updated dependencies [[`d74a6a7c0f291104c6bba722a8c432814d7b336e`](https://github.com/clerk/javascript/commit/d74a6a7c0f291104c6bba722a8c432814d7b336e), [`1a0c8fe665869e732d3c800bde0f5219fce54301`](https://github.com/clerk/javascript/commit/1a0c8fe665869e732d3c800bde0f5219fce54301), [`0800fc3f1f4e1b6a1d13f5c02557001a283af6e8`](https://github.com/clerk/javascript/commit/0800fc3f1f4e1b6a1d13f5c02557001a283af6e8)]:
1734 | - @clerk/[email protected]
1735 | - @clerk/[email protected]
1736 | - @clerk/[email protected]
1737 | - @clerk/[email protected]
1738 |
1739 | ## 2.2.33
1740 |
1741 | ### Patch Changes
1742 |
1743 | - Updated dependencies [[`a7726cc12a824b278f6d2a37cb1901c38c5f70dc`](https://github.com/clerk/javascript/commit/a7726cc12a824b278f6d2a37cb1901c38c5f70dc), [`a7726cc12a824b278f6d2a37cb1901c38c5f70dc`](https://github.com/clerk/javascript/commit/a7726cc12a824b278f6d2a37cb1901c38c5f70dc)]:
1744 | - @clerk/[email protected]
1745 | - @clerk/[email protected]
1746 | - @clerk/[email protected]
1747 |
1748 | ## 2.2.30
1749 |
1750 | ### Patch Changes
1751 |
1752 | - Updated dependencies [[`69c8f4f21`](https://github.com/clerk/javascript/commit/69c8f4f21410b3db95ac11a23a2b3d1277981bcf), [`f875463da`](https://github.com/clerk/javascript/commit/f875463da9692f2d173b6d5388743cf720750ae3), [`41f2ede56`](https://github.com/clerk/javascript/commit/41f2ede56c82c97df509c5a28b7637862121b935), [`5be7ca9fd`](https://github.com/clerk/javascript/commit/5be7ca9fd239c937cc88e20ce8f5bfc9f3b84f22), [`08c5a2add`](https://github.com/clerk/javascript/commit/08c5a2add6872c76e62fc0df06db723e3728452e), [`a06f1f34f`](https://github.com/clerk/javascript/commit/a06f1f34f5e6d3d998d1ec885c997c747dd0af31), [`f0e062918`](https://github.com/clerk/javascript/commit/f0e062918b8f537e99fb1761d3c0cf2eb1382e4c), [`08c5a2add`](https://github.com/clerk/javascript/commit/08c5a2add6872c76e62fc0df06db723e3728452e), [`24cd77989`](https://github.com/clerk/javascript/commit/24cd77989adb45a11db12627daa3f31e8d9338e4), [`08c5a2add`](https://github.com/clerk/javascript/commit/08c5a2add6872c76e62fc0df06db723e3728452e), [`434b432f8`](https://github.com/clerk/javascript/commit/434b432f8c114825120eef0f2c278b8142ed1563)]:
1753 | - @clerk/[email protected]
1754 | - @clerk/[email protected]
1755 | - @clerk/[email protected]
1756 | - @clerk/[email protected]
1757 |
1758 | ## 2.2.29
1759 |
1760 | ### Patch Changes
1761 |
1762 | - Updated dependencies [[`7a632905c`](https://github.com/clerk/javascript/commit/7a632905c351b7795e5cf77e59b8b89f2c60d5c7), [`83c0e7f28`](https://github.com/clerk/javascript/commit/83c0e7f28dc187eac84f4909b47768f6eec472bf), [`d82886c70`](https://github.com/clerk/javascript/commit/d82886c70ae4a851422da845f1f06f93af9b60a9)]:
1763 | - @clerk/[email protected]
1764 |
1765 | ## 2.2.28
1766 |
1767 | ### Patch Changes
1768 |
1769 | - Updated dependencies [[`3fdcdbf88`](https://github.com/clerk/javascript/commit/3fdcdbf88c38facf8b82563f634ec1b6604fd8e5)]:
1770 | - @clerk/[email protected]
1771 | - @clerk/[email protected]
1772 | - @clerk/[email protected]
1773 | - @clerk/[email protected]
1774 |
1775 | ## 2.2.27
1776 |
1777 | ### Patch Changes
1778 |
1779 | - Updated dependencies [[`1be6dac56`](https://github.com/clerk/javascript/commit/1be6dac56ecfd771d0683d16cab8e9d023695419), [`3b50b67bd`](https://github.com/clerk/javascript/commit/3b50b67bd40da33c9e36773aa05462717e9f44cc), [`a0204a8e8`](https://github.com/clerk/javascript/commit/a0204a8e8742b63aea92d67e7d66fe0bc86a166f), [`3b50b67bd`](https://github.com/clerk/javascript/commit/3b50b67bd40da33c9e36773aa05462717e9f44cc)]:
1780 | - @clerk/[email protected]
1781 | - @clerk/[email protected]
1782 | - @clerk/[email protected]
1783 | - @clerk/[email protected]
1784 |
1785 | ## 2.2.26
1786 |
1787 | ### Patch Changes
1788 |
1789 | - Updated dependencies [[`ce40ff6f0`](https://github.com/clerk/javascript/commit/ce40ff6f0d3bc79e33375be6dd5e03f140a07000), [`e81d45b72`](https://github.com/clerk/javascript/commit/e81d45b72c81403c7c206dac5454de1fef6bec57), [`752ce9bfa`](https://github.com/clerk/javascript/commit/752ce9bfa47a8eebd38cd272eeb58ae26fea3371), [`99cdf9b67`](https://github.com/clerk/javascript/commit/99cdf9b67d1e99e66cc73d8a5bfce1f1f8df1b83), [`48421febe`](https://github.com/clerk/javascript/commit/48421febe5feb85d8cf0706c3b150d3e8c545635), [`ce40ff6f0`](https://github.com/clerk/javascript/commit/ce40ff6f0d3bc79e33375be6dd5e03f140a07000), [`2102052c0`](https://github.com/clerk/javascript/commit/2102052c017065ab511339870fcebaa6719f2702)]:
1790 | - @clerk/[email protected]
1791 | - @clerk/[email protected]
1792 | - @clerk/[email protected]
1793 | - @clerk/[email protected]
1794 |
1795 | ## 2.2.25
1796 |
1797 | ### Patch Changes
1798 |
1799 | - Updated dependencies [[`d64e54c40`](https://github.com/clerk/javascript/commit/d64e54c40c9cf001b25e45a1b8939c9f7e80c6d6), [`02f54868d`](https://github.com/clerk/javascript/commit/02f54868d1176d973459498adcc84c5aee521ea5), [`2ba2fd148`](https://github.com/clerk/javascript/commit/2ba2fd1483b7561d7df9a1952ead0ee15e422131)]:
1800 | - @clerk/[email protected]
1801 | - @clerk/[email protected]
1802 | - @clerk/[email protected]
1803 | - @clerk/[email protected]
1804 |
1805 | ## 2.2.24
1806 |
1807 | ### Patch Changes
1808 |
1809 | - Updated dependencies [[`6ef3ec6b5`](https://github.com/clerk/javascript/commit/6ef3ec6b56ddb1c9c51e9a6c9648de0b0f8c1777)]:
1810 | - @clerk/[email protected]
1811 |
1812 | ## 2.2.23
1813 |
1814 | ### Patch Changes
1815 |
1816 | - Updated dependencies [[`e50ce1b10`](https://github.com/clerk/javascript/commit/e50ce1b101fc2c6805415b00193b108ab045d820)]:
1817 | - @clerk/[email protected]
1818 |
1819 | ## 2.2.22
1820 |
1821 | ### Patch Changes
1822 |
1823 | - Updated dependencies [[`a46c44eeb`](https://github.com/clerk/javascript/commit/a46c44eeb50b5cbac85d461384948cd77df7cf12), [`7719d1bcd`](https://github.com/clerk/javascript/commit/7719d1bcd8c7e38cb644fffbb85edc1fa0038288)]:
1824 | - @clerk/[email protected]
1825 |
1826 | ## 2.2.21
1827 |
1828 | ### Patch Changes
1829 |
1830 | - Updated dependencies [[`d2ec88eea`](https://github.com/clerk/javascript/commit/d2ec88eea6d1f7f2312dd5d18362b6a1b174608f)]:
1831 | - @clerk/[email protected]
1832 |
1833 | ## 2.2.20
1834 |
1835 | ### Patch Changes
1836 |
1837 | - Updated dependencies [[`fb932e5cf`](https://github.com/clerk/javascript/commit/fb932e5cf21315adf60bee0855b6bd5ee2ff9867)]:
1838 | - @clerk/[email protected]
1839 | - @clerk/[email protected]
1840 | - @clerk/[email protected]
1841 | - @clerk/[email protected]
1842 |
1843 | ## 2.2.19
1844 |
1845 | ### Patch Changes
1846 |
1847 | - Updated dependencies [[`f6fb8b53d`](https://github.com/clerk/javascript/commit/f6fb8b53d236863ad7eca576ee7a16cd33f3506b), [`c49eaa7f3`](https://github.com/clerk/javascript/commit/c49eaa7f3ab791c38b8a1dfebb3a05e21c29dfc4), [`4a8570590`](https://github.com/clerk/javascript/commit/4a857059059a02bb4f20893e08601e1e67babbed), [`8568534f4`](https://github.com/clerk/javascript/commit/8568534f4ff08f630dbe0fe1f718eeb8b9af2c1d), [`ea8cd9b95`](https://github.com/clerk/javascript/commit/ea8cd9b95def48b687576830c869aeb64097408e), [`a36120003`](https://github.com/clerk/javascript/commit/a36120003b76680f963b3d6b31011dec1ded9840)]:
1848 | - @clerk/[email protected]
1849 | - @clerk/[email protected]
1850 | - @clerk/[email protected]
1851 | - @clerk/[email protected]
1852 |
1853 | ## 2.2.18
1854 |
1855 | ### Patch Changes
1856 |
1857 | - Updated dependencies [[`7f873916e`](https://github.com/clerk/javascript/commit/7f873916ed95ed852acfc82680fe71fbc79ec662)]:
1858 | - @clerk/[email protected]
1859 |
1860 | ## 2.2.17
1861 |
1862 | ### Patch Changes
1863 |
1864 | - Updated dependencies [[`99c65f893`](https://github.com/clerk/javascript/commit/99c65f8931c187eee4712ea0bca61d3e84ca7a99), [`4749ed4c5`](https://github.com/clerk/javascript/commit/4749ed4c55a5ba5810451b8d436aad0d49829050), [`1fa975064`](https://github.com/clerk/javascript/commit/1fa9750648b24f6090575a0e65b0eee7f48cacd1), [`f1f17eaab`](https://github.com/clerk/javascript/commit/f1f17eaabed0dc4b7de405fb77d85503cf75ad33), [`2e35ac538`](https://github.com/clerk/javascript/commit/2e35ac53885f8008779940d41d1e804fa77ebfa9)]:
1865 | - @clerk/[email protected]
1866 | - @clerk/[email protected]
1867 | - @clerk/[email protected]
1868 | - @clerk/[email protected]
1869 |
1870 | ## 2.2.16
1871 |
1872 | ### Patch Changes
1873 |
1874 | - Updated dependencies [[`c9063853e`](https://github.com/clerk/javascript/commit/c9063853e538a4010f5d4e522a3da5abc80098a4), [`d7cea3f84`](https://github.com/clerk/javascript/commit/d7cea3f8478fca0d98574456c4f38e4279ef7c9b), [`19d3808d4`](https://github.com/clerk/javascript/commit/19d3808d4672234944226d6709ec51214e8d6e1d), [`737bcbb0f`](https://github.com/clerk/javascript/commit/737bcbb0ffb5e2dcadbb02e8fc718fe8825c5842)]:
1875 | - @clerk/[email protected]
1876 | - @clerk/[email protected]
1877 | - @clerk/[email protected]
1878 | - @clerk/[email protected]
1879 |
1880 | ## 2.2.15
1881 |
1882 | ### Patch Changes
1883 |
1884 | - Improve JSDoc comments for some public API properties ([#4190](https://github.com/clerk/javascript/pull/4190)) by [@LekoArts](https://github.com/LekoArts)
1885 |
1886 | - Updated dependencies [[`cb32aaf59`](https://github.com/clerk/javascript/commit/cb32aaf59d38dcd12e959f542782f71a87adf9c1), [`2e5c550e4`](https://github.com/clerk/javascript/commit/2e5c550e4aec61150c2a17fdcd4a0e1273cb50e7), [`6275c242c`](https://github.com/clerk/javascript/commit/6275c242cd8bcb6f7766934059967e0fe775a0c1), [`ef824dc6a`](https://github.com/clerk/javascript/commit/ef824dc6a534ad04d3405f7fef58536dcaf01978), [`f9faaf031`](https://github.com/clerk/javascript/commit/f9faaf03100baf679c78e6c24877fbf3b60be529), [`cac25e0b7`](https://github.com/clerk/javascript/commit/cac25e0b7b3b8f779c565a307b0d99db621e7d36)]:
1887 | - @clerk/[email protected]
1888 | - @clerk/[email protected]
1889 | - @clerk/[email protected]
1890 | - @clerk/[email protected]
1891 |
1892 | ## 2.2.14
1893 |
1894 | ### Patch Changes
1895 |
1896 | - Updated dependencies [[`7a298bed5`](https://github.com/clerk/javascript/commit/7a298bed566b71043ac4b8bf3cf132ef3006cf36)]:
1897 | - @clerk/[email protected]
1898 |
1899 | ## 2.2.13
1900 |
1901 | ### Patch Changes
1902 |
1903 | - Updated dependencies [[`3743eb911`](https://github.com/clerk/javascript/commit/3743eb9114733f20ed56a863ab98fa9c363b6723), [`cca3ee371`](https://github.com/clerk/javascript/commit/cca3ee37171de22c9feb9d5985d1829a4ff2fe13)]:
1904 | - @clerk/[email protected]
1905 | - @clerk/[email protected]
1906 | - @clerk/[email protected]
1907 |
1908 | ## 2.2.12
1909 |
1910 | ### Patch Changes
1911 |
1912 | - Updated dependencies []:
1913 | - @clerk/[email protected]
1914 |
1915 | ## 2.2.11
1916 |
1917 | ### Patch Changes
1918 |
1919 | - Updated dependencies [[`ba19be354`](https://github.com/clerk/javascript/commit/ba19be35461f0e5c76a58d11e4252a16781322c6), [`248142a6d`](https://github.com/clerk/javascript/commit/248142a6ded6ca937d0df7d628197f25228aadec), [`1189f71f8`](https://github.com/clerk/javascript/commit/1189f71f872f2683c12de5add5f154aeb953ca8d)]:
1920 | - @clerk/[email protected]
1921 | - @clerk/[email protected]
1922 | - @clerk/[email protected]
1923 | - @clerk/[email protected]
1924 |
1925 | ## 2.2.10
1926 |
1927 | ### Patch Changes
1928 |
1929 | - Updated dependencies [[`be3b119f8`](https://github.com/clerk/javascript/commit/be3b119f840d2ae74f4b75d717711d53ac0e5f54)]:
1930 | - @clerk/[email protected]
1931 | - @clerk/[email protected]
1932 | - @clerk/[email protected]
1933 |
1934 | ## 2.2.9
1935 |
1936 | ### Patch Changes
1937 |
1938 | - Fixes an issue where iOS session activities were incorrectly classified as non-mobile ([#4137](https://github.com/clerk/javascript/pull/4137)) by [@wobsoriano](https://github.com/wobsoriano)
1939 |
1940 | - Updated dependencies [[`8c6909d46`](https://github.com/clerk/javascript/commit/8c6909d46328c943f1d464a28f1a324a27d0f3f1)]:
1941 | - @clerk/[email protected]
1942 | - @clerk/[email protected]
1943 | - @clerk/[email protected]
1944 | - @clerk/[email protected]
1945 |
1946 | ## 2.2.8
1947 |
1948 | ### Patch Changes
1949 |
1950 | - Updated dependencies [[`793405547`](https://github.com/clerk/javascript/commit/793405547cc0fa2d9a0190059961d55a60e95506), [`c63a5adf0`](https://github.com/clerk/javascript/commit/c63a5adf0ba4b99252146f168318f51b709bb5dd), [`8823c21a2`](https://github.com/clerk/javascript/commit/8823c21a26bc81cbc3ed007908b1a9ea474bd343), [`95ac67a14`](https://github.com/clerk/javascript/commit/95ac67a143c263bef0c1f589728566ab8f95768d), [`a0cb062fa`](https://github.com/clerk/javascript/commit/a0cb062faa4d23bef7a577e5cc486f4c5efe6bfa), [`f928e4cd3`](https://github.com/clerk/javascript/commit/f928e4cd3c07ef195452649ce823959ffed89ac1), [`746b4ed5e`](https://github.com/clerk/javascript/commit/746b4ed5e2007505d5850a2a728484809474d7bf), [`bc9c40ee7`](https://github.com/clerk/javascript/commit/bc9c40ee7423e2f334b3b9d52259a3522af2357e)]:
1951 | - @clerk/[email protected]
1952 | - @clerk/[email protected]
1953 | - @clerk/[email protected]
1954 | - @clerk/[email protected]
1955 |
1956 | ## 2.2.7
1957 |
1958 | ### Patch Changes
1959 |
1960 | - Updated dependencies [[`8a3b9f079`](https://github.com/clerk/javascript/commit/8a3b9f0793484b32dd609a5c80a194e62151d6ea), [`e95c28196`](https://github.com/clerk/javascript/commit/e95c2819675cea7963f2404e5f71f37ebed8d5e0)]:
1961 | - @clerk/[email protected]
1962 | - @clerk/[email protected]
1963 | - @clerk/[email protected]
1964 | - @clerk/[email protected]
1965 |
1966 | ## 2.2.6
1967 |
1968 | ### Patch Changes
1969 |
1970 | - Updated dependencies [[`afad9af89`](https://github.com/clerk/javascript/commit/afad9af893984a19d7284f0ad3b36e7891d0d733), [`0ab7c7328`](https://github.com/clerk/javascript/commit/0ab7c73282a04aabd16294ebee8fb5c3027ded48), [`afad9af89`](https://github.com/clerk/javascript/commit/afad9af893984a19d7284f0ad3b36e7891d0d733), [`82593173a`](https://github.com/clerk/javascript/commit/82593173aafbf6646e12c5779627cdcb138a1f27), [`afad9af89`](https://github.com/clerk/javascript/commit/afad9af893984a19d7284f0ad3b36e7891d0d733), [`367df086e`](https://github.com/clerk/javascript/commit/367df086ed372e31c39fbd280c8854fc8fb045ed), [`6553c265c`](https://github.com/clerk/javascript/commit/6553c265c855adb316965a4b90402f36854c8c62)]:
1971 | - @clerk/[email protected]
1972 | - @clerk/[email protected]
1973 | - @clerk/[email protected]
1974 | - @clerk/[email protected]
1975 |
1976 | ## 2.2.5
1977 |
1978 | ### Patch Changes
1979 |
1980 | - Tidy up and improve README ([#4053](https://github.com/clerk/javascript/pull/4053)) by [@LekoArts](https://github.com/LekoArts)
1981 |
1982 | - Updated dependencies [[`58e6754ad`](https://github.com/clerk/javascript/commit/58e6754ad9f9a1244b023ce1f5e5f2c1c4eb20e7), [`13693018f`](https://github.com/clerk/javascript/commit/13693018f4f7ac5d224698aa730e20960896f68c), [`3aa63dc5a`](https://github.com/clerk/javascript/commit/3aa63dc5a48161cfe92d94093ef0c32efd401342), [`3304dcc0b`](https://github.com/clerk/javascript/commit/3304dcc0bc93a92a7f729f585c60ff91d2ae04f6)]:
1983 | - @clerk/[email protected]
1984 | - @clerk/[email protected]
1985 | - @clerk/[email protected]
1986 | - @clerk/[email protected]
1987 |
1988 | ## 2.2.4
1989 |
1990 | ### Patch Changes
1991 |
1992 | - Updated dependencies [[`c1389492d`](https://github.com/clerk/javascript/commit/c1389492d8b6a9292ab04889bf776c0f45e66845), [`79a05e0bf`](https://github.com/clerk/javascript/commit/79a05e0bf48a3e844bd77ac4bb87e739db981884)]:
1993 | - @clerk/[email protected]
1994 | - @clerk/[email protected]
1995 | - @clerk/[email protected]
1996 | - @clerk/[email protected]
1997 |
1998 | ## 2.2.3
1999 |
2000 | ### Patch Changes
2001 |
2002 | - Updated dependencies [[`c3adac036`](https://github.com/clerk/javascript/commit/c3adac03659dfe94b403696260616528d47e1faf), [`0158c774a`](https://github.com/clerk/javascript/commit/0158c774af2243a2cd13b55c4d6fae877178c961), [`0d87140be`](https://github.com/clerk/javascript/commit/0d87140beb20d099f19667d0183a1001096b9d4d), [`3d6f992a0`](https://github.com/clerk/javascript/commit/3d6f992a0f8efa6f35b182807ce51ccfc8a2d540), [`8be1a7abc`](https://github.com/clerk/javascript/commit/8be1a7abc8849d7d59552011bd6b25bc917d51f5)]:
2003 | - @clerk/[email protected]
2004 | - @clerk/[email protected]
2005 | - @clerk/[email protected]
2006 | - @clerk/[email protected]
2007 |
2008 | ## 2.2.2
2009 |
2010 | ### Patch Changes
2011 |
2012 | - Updated dependencies [[`bc301a6db`](https://github.com/clerk/javascript/commit/bc301a6db253c46423f5370d2b6bbcc601bd9997), [`96234ce3d`](https://github.com/clerk/javascript/commit/96234ce3d44ec6f262c07cc7416171f4cb82e07b), [`247b3fd75`](https://github.com/clerk/javascript/commit/247b3fd75042365dc9f950db056b76f9fadfdcf6), [`edbb1d469`](https://github.com/clerk/javascript/commit/edbb1d4696a58f4321e50c15d311ca925e81b840), [`5dfbe6d72`](https://github.com/clerk/javascript/commit/5dfbe6d720a782e5119e4cf7e203ba4287ee71c8)]:
2013 | - @clerk/[email protected]
2014 | - @clerk/[email protected]
2015 | - @clerk/[email protected]
2016 | - @clerk/[email protected]
2017 |
2018 | ## 2.2.1
2019 |
2020 | ### Patch Changes
2021 |
2022 | - Updated dependencies [[`e81d9a524`](https://github.com/clerk/javascript/commit/e81d9a524105ad456d9a6d88d651c2325348192e)]:
2023 | - @clerk/[email protected]
2024 |
2025 | ## 2.2.0
2026 |
2027 | ### Minor Changes
2028 |
2029 | - Change the export of `useLocalCredentials` hook from `@clerk/clerk-expo` to `@clerk/clerk-expo/local-credentials`. ([#3954](https://github.com/clerk/javascript/pull/3954)) by [@panteliselef](https://github.com/panteliselef)
2030 |
2031 | In `@clerk/[email protected]` a new hook called `useLocalCredentials` was introduced ([PR 3663](https://github.com/clerk/javascript/pull/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.
2032 |
2033 | For this **breaking** change, update your import as following:
2034 |
2035 | ```diff
2036 | - import { useLocalCredentials } from "@clerk/clerk-expo"
2037 | + import { useLocalCredentials } from "@clerk/clerk-expo/local-credentials"
2038 | ```
2039 |
2040 | ### Patch Changes
2041 |
2042 | - Updated dependencies [[`d36b0e1b6`](https://github.com/clerk/javascript/commit/d36b0e1b6d8692e37f204aa813ccf80c9f27e94e), [`dc0e1c33d`](https://github.com/clerk/javascript/commit/dc0e1c33d6844b028cb1ee11c3359b886d609f3c)]:
2043 | - @clerk/[email protected]
2044 | - @clerk/[email protected]
2045 | - @clerk/[email protected]
2046 | - @clerk/[email protected]
2047 |
2048 | ## 2.1.1
2049 |
2050 | ### Patch Changes
2051 |
2052 | - Updated dependencies [[`1305967bf`](https://github.com/clerk/javascript/commit/1305967bfefe7da48a586c3f65cf53f751044eb6), [`7e0ced3da`](https://github.com/clerk/javascript/commit/7e0ced3da94f41056bc4445d163d3b615afb6ab1), [`def3a3894`](https://github.com/clerk/javascript/commit/def3a38948969bddc94a0b5a045ad63e2a97b8f3), [`b6f0613dc`](https://github.com/clerk/javascript/commit/b6f0613dc9d8b0bab41cfabbaa8621b126e3bdf5)]:
2053 | - @clerk/[email protected]
2054 | - @clerk/[email protected]
2055 | - @clerk/[email protected]
2056 | - @clerk/[email protected]
2057 |
2058 | ## 2.1.0
2059 |
2060 | ### Minor Changes
2061 |
2062 | - Introduce support for LocalAuthentication with `useLocalCredentials`. ([#3663](https://github.com/clerk/javascript/pull/3663)) by [@panteliselef](https://github.com/panteliselef)
2063 |
2064 | ### Patch Changes
2065 |
2066 | - Updated dependencies [[`59d5f19d3`](https://github.com/clerk/javascript/commit/59d5f19d333bf4a35c244886e93b4368e215225c), [`4e6c94e3f`](https://github.com/clerk/javascript/commit/4e6c94e3f4cc92cbba8bddcd2b90fcc9cfb83763)]:
2067 | - @clerk/[email protected]
2068 | - @clerk/[email protected]
2069 | - @clerk/[email protected]
2070 | - @clerk/[email protected]
2071 |
2072 | ## 2.0.5
2073 |
2074 | ### Patch Changes
2075 |
2076 | - Updated dependencies [[`9b2aeacb3`](https://github.com/clerk/javascript/commit/9b2aeacb32fff7c300bda458636a1cc81a42ee7b)]:
2077 | - @clerk/[email protected]
2078 | - @clerk/[email protected]
2079 | - @clerk/[email protected]
2080 | - @clerk/[email protected]
2081 |
2082 | ## 2.0.4
2083 |
2084 | ### Patch Changes
2085 |
2086 | - Updated dependencies [[`069103c8f`](https://github.com/clerk/javascript/commit/069103c8fbdf25a03e0992dc5478ebeaeaf122ea)]:
2087 | - @clerk/[email protected]
2088 |
2089 | ## 2.0.3
2090 |
2091 | ### Patch Changes
2092 |
2093 | - Updated dependencies [[`7e94fcf0f`](https://github.com/clerk/javascript/commit/7e94fcf0fcbee8842a54f7931c45190370aa870d)]:
2094 | - @clerk/[email protected]
2095 | - @clerk/[email protected]
2096 | - @clerk/[email protected]
2097 | - @clerk/[email protected]
2098 |
2099 | ## 2.0.2
2100 |
2101 | ### Patch Changes
2102 |
2103 | - Updated dependencies [[`568186cad`](https://github.com/clerk/javascript/commit/568186cad29acaf0b084a9f86ccb9d29bd23fcf4), [`407195270`](https://github.com/clerk/javascript/commit/407195270ed8aab6eef18c64a4918e3870fef471)]:
2104 | - @clerk/[email protected]
2105 | - @clerk/[email protected]
2106 | - @clerk/[email protected]
2107 | - @clerk/[email protected]
2108 |
2109 | ## 2.0.1
2110 |
2111 | ### Patch Changes
2112 |
2113 | - Updated dependencies [[`aa06f3ba7`](https://github.com/clerk/javascript/commit/aa06f3ba7e725071c90d4a1d6840060236da3c23), [`80e647731`](https://github.com/clerk/javascript/commit/80e64773135865434cf0e6c220e287397aa07937)]:
2114 | - @clerk/[email protected]
2115 | - @clerk/[email protected]
2116 | - @clerk/[email protected]
2117 | - @clerk/[email protected]
2118 |
2119 | ## 2.0.0
2120 |
2121 | ### Major Changes
2122 |
2123 | - Support for [Expo Web](https://docs.expo.dev/workflow/web/) has been added! You can now build fullstack websites with Expo, React, and Clerk. Utilize [Clerk's components](https://clerk.com/docs/components/overview) to build out your app. ([#3456](https://github.com/clerk/javascript/pull/3456)) by [@octoper](https://github.com/octoper)
2124 |
2125 | You can access the components from the `/web` subpath import like so:
2126 |
2127 | ```tsx
2128 | import { SignUp } from '@clerk/clerk-expo/web';
2129 |
2130 | export default function Page() {
2131 | return <SignUp />;
2132 | }
2133 | ```
2134 |
2135 | **Breaking change:** You need to use Expo 50 or later. The minimum required React Native version was bumped to `0.73`.
2136 |
2137 | ### Patch Changes
2138 |
2139 | - Updated dependencies [[`b48689705`](https://github.com/clerk/javascript/commit/b48689705f9fc2251d2f24addec7a0d0b1da0fe1), [`17bbe0199`](https://github.com/clerk/javascript/commit/17bbe01994beb9c5e53355cc692a5d71ddf4cc8c), [`4e61f8d27`](https://github.com/clerk/javascript/commit/4e61f8d2770907f48a53d530187a7b6de09f107e)]:
2140 | - @clerk/[email protected]
2141 | - @clerk/[email protected]
2142 | - @clerk/[email protected]
2143 | - @clerk/[email protected]
2144 |
2145 | ## 1.2.9
2146 |
2147 | ### Patch Changes
2148 |
2149 | - Updated dependencies []:
2150 | - @clerk/[email protected]
2151 |
2152 | ## 1.2.8
2153 |
2154 | ### Patch Changes
2155 |
2156 | - Updated dependencies [[`b87f7b9e1`](https://github.com/clerk/javascript/commit/b87f7b9e163756fd43789bc7b7344d2eb24015ec), [`e1a8666b3`](https://github.com/clerk/javascript/commit/e1a8666b3e6dbd8d37905fbfeff2e65a17b0769d), [`b2788f67b`](https://github.com/clerk/javascript/commit/b2788f67b75cce17af1a2f91a984bb826a5a42e1), [`b2788f67b`](https://github.com/clerk/javascript/commit/b2788f67b75cce17af1a2f91a984bb826a5a42e1), [`c5d01525d`](https://github.com/clerk/javascript/commit/c5d01525d72f2b131441bfef90d1145b03be3d13), [`86c75e50c`](https://github.com/clerk/javascript/commit/86c75e50cba9c4efb480672f1b8c6a6fff4ef477)]:
2157 | - @clerk/[email protected]
2158 | - @clerk/[email protected]
2159 | - @clerk/[email protected]
2160 | - @clerk/[email protected]
2161 |
2162 | ## 1.2.7
2163 |
2164 | ### Patch Changes
2165 |
2166 | - Updated dependencies [[`df7d856d5`](https://github.com/clerk/javascript/commit/df7d856d56bc3b1dcbdbf9155b4ef1b1ea5971f7), [`df7d856d5`](https://github.com/clerk/javascript/commit/df7d856d56bc3b1dcbdbf9155b4ef1b1ea5971f7)]:
2167 | - @clerk/[email protected]
2168 | - @clerk/[email protected]
2169 | - @clerk/[email protected]
2170 | - @clerk/[email protected]
2171 |
2172 | ## 1.2.6
2173 |
2174 | ### Patch Changes
2175 |
2176 | - Updated dependencies [[`09f905a89`](https://github.com/clerk/javascript/commit/09f905a8915a39179cbffb2149342ca138bedb77), [`6a98c084e`](https://github.com/clerk/javascript/commit/6a98c084e89afb3800edb3d0136c396e020be6b7)]:
2177 | - @clerk/[email protected]
2178 |
2179 | ## 1.2.5
2180 |
2181 | ### Patch Changes
2182 |
2183 | - Updated dependencies [[`427fcdeaa`](https://github.com/clerk/javascript/commit/427fcdeaaba4e77273be29b4d7cca43f9aa18693)]:
2184 | - @clerk/[email protected]
2185 |
2186 | ## 1.2.4
2187 |
2188 | ### Patch Changes
2189 |
2190 | - Updated dependencies [[`d6b5006c4`](https://github.com/clerk/javascript/commit/d6b5006c4cc1b6f07bb3a6832b4ec6e65ea15814), [`3dc5b3d6c`](https://github.com/clerk/javascript/commit/3dc5b3d6cef2bd661d0588a007850660c5b969b8), [`3b2d7d977`](https://github.com/clerk/javascript/commit/3b2d7d9778ecfe4ef9f03c4ff73ce2e0b60e2eae)]:
2191 | - @clerk/[email protected]
2192 | - @clerk/[email protected]
2193 | - @clerk/[email protected]
2194 | - @clerk/[email protected]
2195 |
2196 | ## 1.2.3
2197 |
2198 | ### Patch Changes
2199 |
2200 | - Updated dependencies [[`2bef41ab0`](https://github.com/clerk/javascript/commit/2bef41ab05e212cc986c0891fa065037df936a8d)]:
2201 | - @clerk/[email protected]
2202 |
2203 | ## 1.2.2
2204 |
2205 | ### Patch Changes
2206 |
2207 | - Updated dependencies [[`757be5c0b`](https://github.com/clerk/javascript/commit/757be5c0bfb62d9cb8402604a6876dc717099548), [`1273b04ec`](https://github.com/clerk/javascript/commit/1273b04ecf1866b59ef59a74abe31dbcc726da2c), [`352afca8a`](https://github.com/clerk/javascript/commit/352afca8a2122046956adf869a3b51a70df72318), [`569810222`](https://github.com/clerk/javascript/commit/5698102225664246862c41aec1d0df82d0671321), [`ef0b56b4a`](https://github.com/clerk/javascript/commit/ef0b56b4a3391a231648969eff3feeda742db413), [`4b7044f79`](https://github.com/clerk/javascript/commit/4b7044f794d0d5dcf59e3fa695c473ea32e94a2e)]:
2208 | - @clerk/[email protected]
2209 | - @clerk/[email protected]
2210 | - @clerk/[email protected]
2211 | - @clerk/[email protected]
2212 |
2213 | ## 1.2.1
2214 |
2215 | ### Patch Changes
2216 |
2217 | - Updated dependencies [[`4ec3f63e2`](https://github.com/clerk/javascript/commit/4ec3f63e26d8d3725a7ba9bbf988a7776fe893ff)]:
2218 | - @clerk/[email protected]
2219 | - @clerk/[email protected]
2220 | - @clerk/[email protected]
2221 |
2222 | ## 1.2.0
2223 |
2224 | ### Minor Changes
2225 |
2226 | - Introduce `getClerkInstance()` to avoid importing the Clerk class from clerk-js manually. ([#3420](https://github.com/clerk/javascript/pull/3420)) by [@panteliselef](https://github.com/panteliselef)
2227 |
2228 | This enables developers to create and access a Clerk instance in their application outside of React.
2229 |
2230 | ```tsx
2231 | import { ClerkProvider, getClerkInstance } from "@clerk/expo"
2232 |
2233 | const clerkInstance = getClerkInstance({ publishableKey: 'xxxx' })
2234 |
2235 | // Always pass the `publishableKey` to `ClerkProvider`
2236 | <ClerkProvider publishableKey={'xxxx'}>
2237 | ...
2238 | </ClerkProvider>
2239 |
2240 | // Somewhere in your code, outside of React you can do
2241 | const token = await clerkInstance.session?.getToken();
2242 | fetch('http://example.com/', {headers: {Authorization: token })
2243 | ```
2244 |
2245 | ```tsx
2246 | import { ClerkProvider, getClerkInstance } from "@clerk/expo"
2247 |
2248 | // Always pass the `publishableKey` to `ClerkProvider`
2249 | <ClerkProvider publishableKey={'xxxx'}>
2250 | ...
2251 | </ClerkProvider>
2252 |
2253 | // If you sure that this code will run after the ClerkProvider has rendered then you can use `getClerkIntance` without options
2254 | const token = await getClerkInstance().session?.getToken();
2255 | fetch('http://example.com/', {headers: {Authorization: token })
2256 |
2257 | ```
2258 |
2259 | Attention: If `getClerkInstance` is called without a publishable key, and ClerkProvider has not rendered yet, an error will be thrown
2260 |
2261 | ### Patch Changes
2262 |
2263 | - Support `EXPO_PUBLIC_` prefixes for env variables. ([#3498](https://github.com/clerk/javascript/pull/3498)) by [@panteliselef](https://github.com/panteliselef)
2264 |
2265 | ```dotenv
2266 | ## .env
2267 |
2268 | EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY=xxxxxxxx
2269 | ```
2270 |
2271 | - Set `@clerk/types` as a dependency for packages that had it as a dev dependency. ([#3450](https://github.com/clerk/javascript/pull/3450)) by [@desiprisg](https://github.com/desiprisg)
2272 |
2273 | - Updated dependencies [[`89318f820`](https://github.com/clerk/javascript/commit/89318f820d9089819bcf8241638a82b9a204d6e9), [`a53622b05`](https://github.com/clerk/javascript/commit/a53622b05c0aacd4a436a1fee707f24905e99a72), [`f31e38234`](https://github.com/clerk/javascript/commit/f31e382345955dd81984e35710a21cc441c039df), [`86a27f693`](https://github.com/clerk/javascript/commit/86a27f6933de50c99b6bc354bf87ff5c2cfcaf38), [`35a0015f5`](https://github.com/clerk/javascript/commit/35a0015f5dd3419f126950b3bfb51ccf51e54cda), [`ec41bb73e`](https://github.com/clerk/javascript/commit/ec41bb73eb72d175a086497fc09e6454bdf5bc0f), [`02bed2e00`](https://github.com/clerk/javascript/commit/02bed2e00d3e0a4e1bb1698b13267faf6aeb31b3), [`35a0015f5`](https://github.com/clerk/javascript/commit/35a0015f5dd3419f126950b3bfb51ccf51e54cda), [`c054dcb78`](https://github.com/clerk/javascript/commit/c054dcb785e228da4f20e253b877bdf94dd94895), [`73e5d61e2`](https://github.com/clerk/javascript/commit/73e5d61e21ab3f77f3c8343bc63da0626466c7ac), [`b8e46328d`](https://github.com/clerk/javascript/commit/b8e46328da874859c4928f19f924219cd6520b11)]:
2274 | - @clerk/[email protected]
2275 | - @clerk/[email protected]
2276 | - @clerk/[email protected]
2277 | - @clerk/[email protected]
2278 |
2279 | ## 1.1.8
2280 |
2281 | ### Patch Changes
2282 |
2283 | - Updated dependencies [[`f4034ea24`](https://github.com/clerk/javascript/commit/f4034ea24c7b152d3f907e74bf66fcb21bee0017), [`d1c3c3012`](https://github.com/clerk/javascript/commit/d1c3c30124c10c7d96b25908d0fff7e1667726b0), [`4beb00672`](https://github.com/clerk/javascript/commit/4beb00672da64bafd67fbc98181c4c2649a9062c)]:
2284 | - @clerk/[email protected]
2285 | - @clerk/[email protected]
2286 |
2287 | ## 1.1.7
2288 |
2289 | ### Patch Changes
2290 |
2291 | - Updated dependencies [[`b91e0ef40`](https://github.com/clerk/javascript/commit/b91e0ef4036d215da09d144f85b0a5ef2afe6cba)]:
2292 | - @clerk/[email protected]
2293 |
2294 | ## 1.1.6
2295 |
2296 | ### Patch Changes
2297 |
2298 | - Updated dependencies [[`ff31f7255`](https://github.com/clerk/javascript/commit/ff31f725541d82caaa9c13cf42cf15f8ce3992f4), [`0e48fc210`](https://github.com/clerk/javascript/commit/0e48fc210cf0b5852052a21494a05f6e723101f5)]:
2299 | - @clerk/[email protected]
2300 | - @clerk/[email protected]
2301 | - @clerk/[email protected]
2302 |
2303 | ## 1.1.5
2304 |
2305 | ### Patch Changes
2306 |
2307 | - Updated dependencies [[`62f8af286`](https://github.com/clerk/javascript/commit/62f8af286cc498b52c61bd75fc8581ed99fb3b40), [`d6a9b3f5d`](https://github.com/clerk/javascript/commit/d6a9b3f5dd8c64b1bd49f74c3707eb01dcd6aff4), [`456b06849`](https://github.com/clerk/javascript/commit/456b068493b8679e1772819eea24d49aa1bc6556)]:
2308 | - @clerk/[email protected]
2309 | - @clerk/[email protected]
2310 | - @clerk/[email protected]
2311 |
2312 | ## 1.1.4
2313 |
2314 | ### Patch Changes
2315 |
2316 | - Updated dependencies [[`1fdd4368b`](https://github.com/clerk/javascript/commit/1fdd4368baac91a27e40bdd7e8ff14aba1e1925c), [`3d790d5ea`](https://github.com/clerk/javascript/commit/3d790d5ea347a51ef16557c015c901a9f277effe)]:
2317 | - @clerk/[email protected]
2318 | - @clerk/[email protected]
2319 |
2320 | ## 1.1.3
2321 |
2322 | ### Patch Changes
2323 |
2324 | - Updated dependencies [[`eae0a32d5`](https://github.com/clerk/javascript/commit/eae0a32d5c9e97ccbfd96e001c2cac6bc753b5b3)]:
2325 | - @clerk/[email protected]
2326 | - @clerk/[email protected]
2327 |
2328 | ## 1.1.2
2329 |
2330 | ### Patch Changes
2331 |
2332 | - Updated dependencies [[`ec84d51e7`](https://github.com/clerk/javascript/commit/ec84d51e705370273ffb82a0d7c94d90ba3de874)]:
2333 | - @clerk/[email protected]
2334 | - @clerk/[email protected]
2335 | - @clerk/[email protected]
2336 |
2337 | ## 1.1.1
2338 |
2339 | ### Patch Changes
2340 |
2341 | - Updated dependencies [[`94197710a`](https://github.com/clerk/javascript/commit/94197710a70381c4f1c460948ef02cd2a70b88bb), [`34befeebc`](https://github.com/clerk/javascript/commit/34befeebc49d95b5492a2e665ad3b31919f2c1e3), [`b27ca8366`](https://github.com/clerk/javascript/commit/b27ca8366a1d6ec1d7ce4a5be5005f1b1b017c20), [`bcbb2c9ef`](https://github.com/clerk/javascript/commit/bcbb2c9ef42c11b13c1d2f60db4dd88a2d4f04f6)]:
2342 | - @clerk/[email protected]
2343 | - @clerk/[email protected]
2344 | - @clerk/[email protected]
2345 |
2346 | ## 1.1.0
2347 |
2348 | ### Minor Changes
2349 |
2350 | - This removes headers that were added for internal observability purposes. (see #2528) ([#3326](https://github.com/clerk/javascript/pull/3326)) by [@thiskevinwang](https://github.com/thiskevinwang)
2351 |
2352 | ```diff
2353 | - x-expo-execution-environment
2354 | - x-expo-native-application-version
2355 | ```
2356 |
2357 | This aims to resolve reported CORS errors. (see #2266)
2358 |
2359 | This removes `expo-application` & `expo-constants` as peer and development dependencies.
2360 |
2361 | ### Patch Changes
2362 |
2363 | - Use a polyfill for the `atob` function to prevent errors when using the Hermes JS engine, since the engine's `atob` implementation is stricter than it should be. ([#3354](https://github.com/clerk/javascript/pull/3354)) by [@desiprisg](https://github.com/desiprisg)
2364 |
2365 | - Updated dependencies [[`56c8562eb`](https://github.com/clerk/javascript/commit/56c8562eb4b05308aed2a9f10162cbf5819ad937), [`7b213d5a4`](https://github.com/clerk/javascript/commit/7b213d5a426de16e854f5d3316a24579f698ba38)]:
2366 | - @clerk/[email protected]
2367 |
2368 | ## 1.0.7
2369 |
2370 | ### Patch Changes
2371 |
2372 | - Updated dependencies [[`996828741`](https://github.com/clerk/javascript/commit/9968287418ba7e9fe3de1d65bc973d0035697257)]:
2373 | - @clerk/[email protected]
2374 |
2375 | ## 1.0.6
2376 |
2377 | ### Patch Changes
2378 |
2379 | - Updated dependencies [[`39265d909`](https://github.com/clerk/javascript/commit/39265d90941c850fd1b24295b19b904a5f3eaba6), [`1662aaae9`](https://github.com/clerk/javascript/commit/1662aaae965fcf36b13dba6b148e096ab6a1cd83), [`f70c885f7`](https://github.com/clerk/javascript/commit/f70c885f798f7ff513f6687f87c8a56daf26fa05), [`f5804a225`](https://github.com/clerk/javascript/commit/f5804a225e9d67cd315700f0ced0ff17b8b14e53), [`12f78491d`](https://github.com/clerk/javascript/commit/12f78491d6b10f2be63891f8a7f76fc6acf37c00), [`27d612663`](https://github.com/clerk/javascript/commit/27d61266357166413ee421114df175ea283ca9c1)]:
2380 | - @clerk/[email protected]
2381 | - @clerk/[email protected]
2382 | - @clerk/[email protected]
2383 |
2384 | ## 1.0.5
2385 |
2386 | ### Patch Changes
2387 |
2388 | - Updated dependencies [[`e93b5777b`](https://github.com/clerk/javascript/commit/e93b5777b4f8578e6a6f81566e2601ab0e65590a)]:
2389 | - @clerk/[email protected]
2390 |
2391 | ## 1.0.4
2392 |
2393 | ### Patch Changes
2394 |
2395 | - Updated dependencies [[`c8f907a5a`](https://github.com/clerk/javascript/commit/c8f907a5ac8ba1d01bd6f2a9b027d8fa050d2082)]:
2396 | - @clerk/[email protected]
2397 |
2398 | ## 1.0.3
2399 |
2400 | ### Patch Changes
2401 |
2402 | - Updated dependencies [[`d1b75fa84`](https://github.com/clerk/javascript/commit/d1b75fa84ea6ad04604db58c18ef71efabb004c8), [`377bff929`](https://github.com/clerk/javascript/commit/377bff929a7e668368611482044dd9fad0c98b58), [`4678caf4b`](https://github.com/clerk/javascript/commit/4678caf4b88f524ee638b944c683af126d6e5f90), [`a78bc447c`](https://github.com/clerk/javascript/commit/a78bc447c1aabaa41bcbaa2a8fe3c48f31275574), [`c7d626292`](https://github.com/clerk/javascript/commit/c7d626292a9fd12ca0f1b31a1035e711b6e99531), [`19cd42434`](https://github.com/clerk/javascript/commit/19cd42434450e568998336bf6d705e475122abbc), [`e79d2e3d3`](https://github.com/clerk/javascript/commit/e79d2e3d3be02eb1cf8b2647ac179cc5d4aa2de2)]:
2403 | - @clerk/[email protected]
2404 | - @clerk/[email protected]
2405 | - @clerk/[email protected]
2406 |
2407 | ## 1.0.2
2408 |
2409 | ### Patch Changes
2410 |
2411 | - Updated dependencies [[`3d659e4d6`](https://github.com/clerk/javascript/commit/3d659e4d69efb7dd1d2e33d8c6e1950e074d5467), [`8688ad73f`](https://github.com/clerk/javascript/commit/8688ad73f458af2bf7560c1c8204f67304e4ac71), [`dafdad2f8`](https://github.com/clerk/javascript/commit/dafdad2f8ddb1ea29a2db7755390e060991ae356)]:
2412 | - @clerk/[email protected]
2413 |
2414 | ## 1.0.1
2415 |
2416 | ### Patch Changes
2417 |
2418 | - Updated dependencies [[`e79610344`](https://github.com/clerk/javascript/commit/e79610344ee8f48c742f2ffe2ef31d43d63cdf5a), [`6a67bc96b`](https://github.com/clerk/javascript/commit/6a67bc96ba38dfcf8fbd9a098613f50e62e5be7a), [`956d8792f`](https://github.com/clerk/javascript/commit/956d8792fefe9d6a89022f1e938149b25503ec7f), [`6f3c11de6`](https://github.com/clerk/javascript/commit/6f3c11de638b360597ca5d2141e5f4bee12f604d)]:
2419 | - @clerk/[email protected]
2420 | - @clerk/[email protected]
2421 |
2422 | ## 1.0.0
2423 |
2424 | ### Major Changes
2425 |
2426 | - c2a090513: Change the minimal Node.js version required by Clerk to `18.17.0`.
2427 | - deac67c1c: Drop default exports from all packages. Migration guide:
2428 | - use `import { Clerk } from '@clerk/backend';`
2429 | - use `import { clerkInstance } from '@clerk/clerk-sdk-node';`
2430 | - use `import { Clerk } from '@clerk/clerk-sdk-node';`
2431 | - use `import { Clerk } from '@clerk/clerk-js';`
2432 | - use `import { Clerk } from '@clerk/clerk-js/headless';`
2433 | - use `import { IsomorphicClerk } from '@clerk/clerk-react'`
2434 | - 7f833da9e: Drop deprecations. Migration steps:
2435 | - use `publishableKey` instead of `frontendApi`
2436 | - use `Clerk.handleEmailLinkVerification()` instead of `Clerk.handleMagicLinkVerification()`
2437 | - use `isEmailLinkError` instead of `isMagicLinkError`
2438 | - use `EmailLinkErrorCode` instead of `MagicLinkErrorCode`
2439 | - use `useEmailLink` instead of `useMagicLink`
2440 | - drop `orgs` jwt claim from session token
2441 | - use `ExternalAccount.imageUrl` instead of `ExternalAccount.avatarUrl`
2442 | - use `Organization.imageUrl` instead of `Organization.logoUrl`
2443 | - use `User.imageUrl` instead of `User.profileImageUrl`
2444 | - use `OrganizationMembershipPublicUserData.imageUrl` instead of `OrganizationMembershipPublicUserData.profileImageUrl`
2445 | - use `useOrganizationList` instead of `useOrganizations`
2446 | - use `userProfileProps` instead of `userProfile` in `Appearance`
2447 | - use `Clerk.setActive()` instead of `Clerk.setSession()`
2448 | - drop `password` param in `User.update()`
2449 | - use `afterSelectOrganizationUrl` instead of `afterSwitchOrganizationUrl` in `OrganizationSwitcher`
2450 | - drop `Clerk.experimental_canUseCaptcha` / `Clerk.Clerk.experimental_captchaSiteKey` / `Clerk.experimental_captchaURL` (were meant for internal use)
2451 | - use `User.getOrganizationMemberships()` instead of `Clerk.getOrganizationMemberships()`
2452 | - drop `lastOrganizationInvitation` / `lastOrganizationMember` from Clerk emitted events
2453 | - drop `Clerk.__unstable__invitationUpdate` / `Clerk.__unstable__membershipUpdate`
2454 | - drop support for string param in `Organization.create()`
2455 | - use `Organization.getInvitations()` instead of `Organization.getPendingInvitations()`
2456 | - use `pageSize` instead of `limit` in `OrganizationMembership.retrieve()`
2457 | - use `initialPage` instead of `offset` in `OrganizationMembership.retrieve()`
2458 | - drop `lastOrganizationInvitation` / `lastOrganizationMember` from ClerkProvider
2459 | - use `invitations` instead of `invitationList` in `useOrganization`
2460 | - use `memberships` instead of `membershipList` in `useOrganization`
2461 | - use `redirectUrl` instead of `redirect_url` in `User.createExternalAccount()`
2462 | - use `signature` instead of `generatedSignature` in `Signup.attemptWeb3WalletVerification()`
2463 | - 71663c568: Internal update default apiUrl domain from clerk.dev to clerk.com
2464 | - abb921b44: Drop deprecations. Migration steps:
2465 | - use `CLERK_PUBLISHABLE_KEY` instead of `CLERK_FRONTEND_API` env variable
2466 | - use `publishableKey` instead of `frontendApi`
2467 | - use `isEmailLinkError` instead of `isMagicLinkError`
2468 | - use `EmailLinkErrorCode` instead of `MagicLinkErrorCode`
2469 | - use `useEmailLink` instead of `useMagicLink`
2470 | - 8aea39cd6: - Introduce `@clerk/clerk-react/errors` and `@clerk/clerk-react/internal` subpath exports to expose some internal utilities. Eg
2471 |
2472 | ````typescript
2473 | // Before
2474 | import { **internal**setErrorThrowerOptions } from '@clerk/clerk-react';
2475 | // After
2476 | import { setErrorThrowerOptions } from '@clerk/clerk-react/internal';
2477 |
2478 | // Before
2479 | import { isClerkAPIResponseError, isEmailLinkError, isKnownError, isMetamaskError } from '@clerk/clerk-react';
2480 | // After
2481 | import { isClerkAPIResponseError, isEmailLinkError, isKnownError, isMetamaskError } from '@clerk/clerk-react/errors';
2482 |
2483 | // Before
2484 | import { MultisessionAppSupport } from '@clerk/clerk-react';
2485 | // After
2486 | import { MultisessionAppSupport } from '@clerk/clerk-react/internal';
2487 | ```
2488 |
2489 | - Drop from the `@clerk/clerk-react` and all other clerk-react wrapper packages:
2490 | - `__internal__setErrorThrowerOptions` internal utility (moved to /internal subpath)
2491 | - `WithClerkProp` type
2492 | - `MultisessionAppSupport` component (moved to /internal subpath)
2493 | - `EmailLinkErrorCode` enum
2494 | - Drop `StructureContext` and related errors to reduce code complexity since it seems that it was not being used.
2495 | - Drop `withUser`, `WithUser`, `withClerk` HOFs and `WithClerk`, `withSession`, `WithSession` HOCs from the `@clerk/clerk-react`
2496 | to reduce the export surface since it's trivial to implement if needed.
2497 |
2498 | ````
2499 |
2500 | - 52ff8fe6b: Upgrade React version to >=18 and add react-dom as peer dependency
2501 | to fix issues with vite & rollup building.
2502 | - 97407d8aa: Dropping support for Node 14 and 16 as they both reached EOL status. The minimal Node.js version required by Clerk is `18.18.0` now.
2503 |
2504 | ### Minor Changes
2505 |
2506 | - 2b1d76752: Use `base-64` package for Expo instead of the isomorphic from `@clerk/shared` due to errors about `Maximum call stack size exceeded` on `global.Buffer`
2507 | - 4bb57057e: Breaking Changes:
2508 | - Drop `isLegacyFrontendApiKey` from `@clerk/shared`
2509 | - Drop default exports from `@clerk/clerk-js`
2510 | - on headless Clerk type
2511 | - on ui and ui.retheme `Portal`
2512 | - Use `isProductionFromSecretKey` instead of `isProductionFromApiKey`
2513 | - Use `isDevelopmentFromSecretKey` instead of `isDevelopmentFromApiKey`
2514 |
2515 | Changes:
2516 | - Rename `HeadlessBrowserClerkConstrutor` / `HeadlessBrowserClerkConstructor` (typo)
2517 | - Use `isomorphicAtob` / `isomorhpicBtoa` to replace `base-64` in `@clerk/expo`
2518 | - Refactor merging build-time and runtime props in `@clerk/backend` clerk client
2519 | - Drop `node-fetch` dependency from `@clerk/backend`
2520 | - Drop duplicate test in `@clerk/backend`
2521 |
2522 | - 33996351d: Include new headers in requests;
2523 |
2524 | Added `expo-application >=5` & `expo-constants >=14` peer deps
2525 |
2526 | ### Patch Changes
2527 |
2528 | - ee207545f: Update `expo-auth-session` dependency from 5.0.2 to 5.4.0 and `expo-web-browser` from 12.3.2 to 12.8.2
2529 | - 2de442b24: Rename beta-v5 to beta
2530 | - 2e77cd737: Set correct information on required Node.js and React versions in README
2531 | - Updated dependencies [3daa937a7]
2532 | - Updated dependencies [69ce3e185]
2533 | - Updated dependencies [743c4d204]
2534 | - Updated dependencies [4b8bedc66]
2535 | - Updated dependencies [043801f2a]
2536 | - Updated dependencies [2a67f729d]
2537 | - Updated dependencies [c2a090513]
2538 | - Updated dependencies [3ba3f383b]
2539 | - Updated dependencies [1ddffb67e]
2540 | - Updated dependencies [6ac9e717a]
2541 | - Updated dependencies [0d0b1d89a]
2542 | - Updated dependencies [1834a3ee4]
2543 | - Updated dependencies [896cb6104]
2544 | - Updated dependencies [64d3763ec]
2545 | - Updated dependencies [8350109ab]
2546 | - Updated dependencies [0a108ae3b]
2547 | - Updated dependencies [e214450e9]
2548 | - Updated dependencies [deac67c1c]
2549 | - Updated dependencies [034abeb76]
2550 | - Updated dependencies [d08d96971]
2551 | - Updated dependencies [17a6158e8]
2552 | - Updated dependencies [1dc28ab46]
2553 | - Updated dependencies [9dc46b2c1]
2554 | - Updated dependencies [83e9d0846]
2555 | - Updated dependencies [d422dae67]
2556 | - Updated dependencies [a2ab0d300]
2557 | - Updated dependencies [6c2d88ee8]
2558 | - Updated dependencies [d37d44a68]
2559 | - Updated dependencies [434a96ebe]
2560 | - Updated dependencies [791c49807]
2561 | - Updated dependencies [ea4933655]
2562 | - Updated dependencies [7f6a64f43]
2563 | - Updated dependencies [08dd88c4a]
2564 | - Updated dependencies [5f49568f6]
2565 | - Updated dependencies [8b40dc7a3]
2566 | - Updated dependencies [dd49f93da]
2567 | - Updated dependencies [afec17953]
2568 | - Updated dependencies [0699fa496]
2569 | - Updated dependencies [7466fa505]
2570 | - Updated dependencies [a68eb3083]
2571 | - Updated dependencies [2de442b24]
2572 | - Updated dependencies [0293f29c8]
2573 | - Updated dependencies [9180c8b80]
2574 | - Updated dependencies [db18787c4]
2575 | - Updated dependencies [e400fa9e3]
2576 | - Updated dependencies [7f833da9e]
2577 | - Updated dependencies [ef2325dcc]
2578 | - Updated dependencies [6a769771c]
2579 | - Updated dependencies [6d3b422c8]
2580 | - Updated dependencies [23ebc89e9]
2581 | - Updated dependencies [9e10d577e]
2582 | - Updated dependencies [fc3ffd880]
2583 | - Updated dependencies [2684f1d5c]
2584 | - Updated dependencies [beac05f39]
2585 | - Updated dependencies [097ec4872]
2586 | - Updated dependencies [31570f138]
2587 | - Updated dependencies [06d2b4fca]
2588 | - Updated dependencies [bab2e7e05]
2589 | - Updated dependencies [27052469e]
2590 | - Updated dependencies [71663c568]
2591 | - Updated dependencies [492b8a7b1]
2592 | - Updated dependencies [9e99eb727]
2593 | - Updated dependencies [846a4c24d]
2594 | - Updated dependencies [491fba5ad]
2595 | - Updated dependencies [cfea3d9c0]
2596 | - Updated dependencies [d65d36fc6]
2597 | - Updated dependencies [2352149f6]
2598 | - Updated dependencies [e5c989a03]
2599 | - Updated dependencies [94bbdf7df]
2600 | - Updated dependencies [ff803ff20]
2601 | - Updated dependencies [98b194b2a]
2602 | - Updated dependencies [1c199d1d2]
2603 | - Updated dependencies [ff08fe237]
2604 | - Updated dependencies [676d23a59]
2605 | - Updated dependencies [7ecd6f6ab]
2606 | - Updated dependencies [d18cae5fd]
2607 | - Updated dependencies [12f3c5c55]
2608 | - Updated dependencies [c776f86fb]
2609 | - Updated dependencies [73849836f]
2610 | - Updated dependencies [394cecc6b]
2611 | - Updated dependencies [ee57f21ac]
2612 | - Updated dependencies [d9f265fcb]
2613 | - Updated dependencies [7bffc47cb]
2614 | - Updated dependencies [d005992e0]
2615 | - Updated dependencies [2e77cd737]
2616 | - Updated dependencies [9737ef510]
2617 | - Updated dependencies [fafa76fb6]
2618 | - Updated dependencies [d1dc44cc7]
2619 | - Updated dependencies [141f09fdc]
2620 | - Updated dependencies [1f650f30a]
2621 | - Updated dependencies [b6c4e1cfe]
2622 | - Updated dependencies [d941b902f]
2623 | - Updated dependencies [97407d8aa]
2624 | - Updated dependencies [2a22aade8]
2625 | - Updated dependencies [7d3aa44d7]
2626 | - Updated dependencies [fbbb1afc2]
2627 | - Updated dependencies [e7414cb3f]
2628 | - Updated dependencies [ae3a6683a]
2629 | - Updated dependencies [63373bf21]
2630 | - Updated dependencies [0ee1777e0]
2631 | - Updated dependencies [78fc5eec0]
2632 | - Updated dependencies [6e54b1b59]
2633 | - Updated dependencies [4edb77632]
2634 | - Updated dependencies [8aea39cd6]
2635 | - Updated dependencies [4aff3d936]
2636 | - Updated dependencies [5f58a2274]
2637 | - Updated dependencies [976c6a07e]
2638 | - Updated dependencies [5f58a2274]
2639 | - Updated dependencies [57e0972bb]
2640 | - Updated dependencies [6a33709cc]
2641 | - Updated dependencies [45c92006c]
2642 | - Updated dependencies [52ff8fe6b]
2643 | - Updated dependencies [c9e0f68af]
2644 | - Updated dependencies [d9bd2b4ea]
2645 | - Updated dependencies [f77e8cdbd]
2646 | - Updated dependencies [8b466a9ba]
2647 | - Updated dependencies [4063bd8e9]
2648 | - Updated dependencies [fe2607b6f]
2649 | - Updated dependencies [c7e6d00f5]
2650 | - Updated dependencies [8cc45d2af]
2651 | - Updated dependencies [ef72c0ae6]
2652 | - Updated dependencies [663243220]
2653 | - Updated dependencies [797e327e0]
2654 | - Updated dependencies [fe6215dea]
2655 | - Updated dependencies [c6a5e0f5d]
2656 | - Updated dependencies [4edb77632]
2657 | - Updated dependencies [ab4eb56a5]
2658 | - Updated dependencies [b0ca7b801]
2659 | - Updated dependencies [97407d8aa]
2660 | - Updated dependencies [d1b524ffb]
2661 | - Updated dependencies [12962bc58]
2662 | - Updated dependencies [30dfdf2aa]
2663 | - Updated dependencies [8b261add2]
2664 | - Updated dependencies [4bb57057e]
2665 | - Updated dependencies [9955938d6]
2666 | - Updated dependencies [c86f73be3]
2667 | - Updated dependencies [d4ff346dd]
2668 | - Updated dependencies [7644b7472]
2669 | - Updated dependencies [2ec9f6b09]
2670 | - Updated dependencies [2e4a43017]
2671 | - Updated dependencies [f98e480b1]
2672 | - Updated dependencies [5aab9f04a]
2673 | - Updated dependencies [1affbb22a]
2674 | - Updated dependencies [46040a2f3]
2675 | - Updated dependencies [8ca8517bf]
2676 | - Updated dependencies [f00fd2dfe]
2677 | - Updated dependencies [046224177]
2678 | - Updated dependencies [f5fb63cf1]
2679 | - Updated dependencies [e4c0ae028]
2680 | - Updated dependencies [8daf8451c]
2681 | - Updated dependencies [9e57e94d2]
2682 | - Updated dependencies [75ea300bc]
2683 | - Updated dependencies [db3eefe8c]
2684 | - Updated dependencies [9a1fe3728]
2685 | - Updated dependencies [7f751c4ef]
2686 | - Updated dependencies [93a611570]
2687 | - Updated dependencies [f5d55bb1f]
2688 | - Updated dependencies [18c0d015d]
2689 | - Updated dependencies [0d1052ac2]
2690 | - Updated dependencies [d30ea1faa]
2691 | - Updated dependencies [e9841dd91]
2692 | - Updated dependencies [aaa457097]
2693 | - Updated dependencies [7886ba89d]
2694 | - Updated dependencies [fc36e2e54]
2695 | - Updated dependencies [920c9e1b5]
2696 | - Updated dependencies [1fd2eff38]
2697 | - Updated dependencies [5471c7e8d]
2698 | - Updated dependencies [e7ae9c36a]
2699 | - Updated dependencies [ebf9f165f]
2700 | - Updated dependencies [445026ab7]
2701 | - Updated dependencies [f540e9843]
2702 | - Updated dependencies [477170962]
2703 | - Updated dependencies [4705d63a8]
2704 | - Updated dependencies [59f9a7296]
2705 | - Updated dependencies [7b40924e4]
2706 | - Updated dependencies [bf09d18d6]
2707 | - Updated dependencies [38d8b3e8a]
2708 | - Updated dependencies [59336d3d4]
2709 | - Updated dependencies [be991365e]
2710 | - Updated dependencies [5dea004b1]
2711 | - Updated dependencies [8350f73a6]
2712 | - Updated dependencies [5d6937c9f]
2713 | - Updated dependencies [d6a7ea61a]
2714 | - Updated dependencies [c3dccfc34]
2715 | - Updated dependencies [2f6306fd3]
2716 | - Updated dependencies [6fd303b99]
2717 | - Updated dependencies [e0e79b4fe]
2718 | - Updated dependencies [41ae1d2f0]
2719 | - Updated dependencies [750337633]
2720 | - Updated dependencies [859b5495f]
2721 | - Updated dependencies [9040549d6]
2722 | - Updated dependencies [f02482bb5]
2723 | - Updated dependencies [8fbe8ba2f]
2724 | - Updated dependencies [3c4209068]
2725 | - Updated dependencies [fb794ce7b]
2726 | - Updated dependencies [b9dd8e7c0]
2727 | - Updated dependencies [94519aa33]
2728 | - Updated dependencies [d11aa60eb]
2729 | - Updated dependencies [ebf9be77f]
2730 | - Updated dependencies [79040966f]
2731 | - Updated dependencies [008ac4217]
2732 | - Updated dependencies [63ef35ec5]
2733 | - Updated dependencies [40ac4b645]
2734 | - Updated dependencies [9c6411aa8]
2735 | - Updated dependencies [22f19d3bf]
2736 | - Updated dependencies [6f755addd]
2737 | - Updated dependencies [429d030f7]
2738 | - Updated dependencies [11fbfdeec]
2739 | - Updated dependencies [844847e0b]
2740 | - Updated dependencies [6eab66050]
2741 | - Updated dependencies [5db6dbb90]
2742 | - Updated dependencies [db2d82901]
2743 | - Updated dependencies [6d89f2687]
2744 | - Updated dependencies [0551488fb]
2745 | - @clerk/[email protected]
2746 | - @clerk/[email protected]
2747 | - @clerk/[email protected]
2748 |
2749 | ## 1.0.0-beta.49
2750 |
2751 | ### Patch Changes
2752 |
2753 | - Updated dependencies [[`f00fd2dfe`](https://github.com/clerk/javascript/commit/f00fd2dfe309cfeac82a776cc006f2c21b6d7988)]:
2754 | - @clerk/[email protected]
2755 | - @clerk/[email protected]
2756 |
2757 | ## 1.0.0-beta.48
2758 |
2759 | ### Patch Changes
2760 |
2761 | - Updated dependencies [[`17a6158e8`](https://github.com/clerk/javascript/commit/17a6158e86bdf78013ea129bfccac57998bf074e)]:
2762 | - @clerk/[email protected]
2763 |
2764 | ## 1.0.0-beta.47
2765 |
2766 | ### Patch Changes
2767 |
2768 | - Updated dependencies [[`8ca8517bf`](https://github.com/clerk/javascript/commit/8ca8517bf6f8b89aadb4ccc2c759e40fae09ab63)]:
2769 | - @clerk/[email protected]
2770 |
2771 | ## 1.0.0-beta.46
2772 |
2773 | ### Patch Changes
2774 |
2775 | - Updated dependencies [[`3daa937a7`](https://github.com/clerk/javascript/commit/3daa937a7a64949ec986542b57df36eba26fd10e), [`bab2e7e05`](https://github.com/clerk/javascript/commit/bab2e7e0590d0da1fd7db0680e63e8f2eb836b41)]:
2776 | - @clerk/[email protected]
2777 | - @clerk/[email protected]
2778 | - @clerk/[email protected]
2779 |
2780 | ## 1.0.0-beta.45
2781 |
2782 | ### Patch Changes
2783 |
2784 | - Updated dependencies [[`a2ab0d300`](https://github.com/clerk/javascript/commit/a2ab0d3001bfe4752ed1aaa6f3399ece19a93dc7), [`beac05f39`](https://github.com/clerk/javascript/commit/beac05f391fe7f426d8334cd3558cd2405cccf04), [`ff08fe237`](https://github.com/clerk/javascript/commit/ff08fe237fa5a9ded04924b3c5821111836b49b6), [`d9f265fcb`](https://github.com/clerk/javascript/commit/d9f265fcb12b39301b9802e4787dc636ee28444f), [`f98e480b1`](https://github.com/clerk/javascript/commit/f98e480b1a9e41f5370efcd53aa6887af2ad6816), [`ebf9f165f`](https://github.com/clerk/javascript/commit/ebf9f165f8947e822db4d1d4a68807cd07729a27), [`859b5495f`](https://github.com/clerk/javascript/commit/859b5495f2835e3df418d5a79fc608830dcea68b), [`8fbe8ba2f`](https://github.com/clerk/javascript/commit/8fbe8ba2f749e0f43cdb8950ce87eb4cc21022af), [`fb794ce7b`](https://github.com/clerk/javascript/commit/fb794ce7b88001b98ad4a628bc2cc39a0c8ccfa5), [`d11aa60eb`](https://github.com/clerk/javascript/commit/d11aa60ebc0316457c5f28ccf69ddd8c4e769785), [`22f19d3bf`](https://github.com/clerk/javascript/commit/22f19d3bfa987268610e93d2028815d12b374110)]:
2785 | - @clerk/[email protected]
2786 | - @clerk/[email protected]
2787 | - @clerk/[email protected]
2788 |
2789 | ## 1.0.0-beta.44
2790 |
2791 | ### Patch Changes
2792 |
2793 | - Updated dependencies [[`4aff3d936`](https://github.com/clerk/javascript/commit/4aff3d9369ca6bcf07480cda6491dfc410302b3d), [`94519aa33`](https://github.com/clerk/javascript/commit/94519aa33774c8d6e557ce47a00974ad7b194c5d)]:
2794 | - @clerk/[email protected]
2795 | - @clerk/[email protected]
2796 |
2797 | ## 1.0.0-beta.43
2798 |
2799 | ### Patch Changes
2800 |
2801 | - Updated dependencies [[`0699fa496`](https://github.com/clerk/javascript/commit/0699fa49693dc7a8d3de8ba053c4f16a5c8431d0)]:
2802 | - @clerk/[email protected]
2803 | - @clerk/[email protected]
2804 |
2805 | ## 1.0.0-beta.42
2806 |
2807 | ### Patch Changes
2808 |
2809 | - Updated dependencies [[`06d2b4fca`](https://github.com/clerk/javascript/commit/06d2b4fca43b764b2432c40ce3f2d03cf448d5e1), [`2352149f6`](https://github.com/clerk/javascript/commit/2352149f6ba9708095146a3087538faf2d4f161f)]:
2810 | - @clerk/[email protected]
2811 | - @clerk/[email protected]
2812 |
2813 | ## 1.0.0-beta.41
2814 |
2815 | ### Patch Changes
2816 |
2817 | - Updated dependencies [[`6d89f2687`](https://github.com/clerk/javascript/commit/6d89f26879dcdad81194f48695016715950003f9)]:
2818 | - @clerk/[email protected]
2819 |
2820 | ## 1.0.0-beta.40
2821 |
2822 | ### Patch Changes
2823 |
2824 | - Updated dependencies [[`d422dae67`](https://github.com/clerk/javascript/commit/d422dae67a5204c702de269008515d7622568142), [`9180c8b80`](https://github.com/clerk/javascript/commit/9180c8b80e0ad95c1a9e490e8201ffd089634a48), [`6d3b422c8`](https://github.com/clerk/javascript/commit/6d3b422c8ac2fb2df66d20f4a5ca55c5e20a5f5d), [`976c6a07e`](https://github.com/clerk/javascript/commit/976c6a07e480b47f4abe326ab282bd87833ad6c3), [`c6a5e0f5d`](https://github.com/clerk/javascript/commit/c6a5e0f5dbd9ec4a7b5657855e8a31bc8347d0a4), [`4705d63a8`](https://github.com/clerk/javascript/commit/4705d63a87c46f5820cd304301edef74d9261ff5)]:
2825 | - @clerk/[email protected]
2826 | - @clerk/[email protected]
2827 |
2828 | ## 1.0.0-beta.39
2829 |
2830 | ### Patch Changes
2831 |
2832 | - Updated dependencies [[`fc3ffd880`](https://github.com/clerk/javascript/commit/fc3ffd88064a09ab98877dfba119150390f9296e), [`d1dc44cc7`](https://github.com/clerk/javascript/commit/d1dc44cc771c27c95fac96e6ffa805cd6d36c3f7), [`1fd2eff38`](https://github.com/clerk/javascript/commit/1fd2eff38dc71e45d2ff95a5b6e5a99cca53c6e7), [`f540e9843`](https://github.com/clerk/javascript/commit/f540e98435c86298415552537e33164471298a5c), [`c3dccfc34`](https://github.com/clerk/javascript/commit/c3dccfc3461aafb93c45e38b5f8edad717ec1092), [`b9dd8e7c0`](https://github.com/clerk/javascript/commit/b9dd8e7c027ef2a435503aad42f7c3ac66366838), [`63ef35ec5`](https://github.com/clerk/javascript/commit/63ef35ec5d396642b64b64d77a7747758d567203)]:
2833 | - @clerk/[email protected]
2834 | - @clerk/[email protected]
2835 | - @clerk/[email protected]
2836 |
2837 | ## 1.0.0-beta.38
2838 |
2839 | ### Patch Changes
2840 |
2841 | - Updated dependencies [[`fc36e2e54`](https://github.com/clerk/javascript/commit/fc36e2e5425f52cd31e11813a6a50666149ca7ee)]:
2842 | - @clerk/[email protected]
2843 |
2844 | ## 1.0.0-beta.37
2845 |
2846 | ### Patch Changes
2847 |
2848 | - Updated dependencies [[`8350109ab`](https://github.com/clerk/javascript/commit/8350109ab85909e0457199da1db0c9787d94001e)]:
2849 | - @clerk/[email protected]
2850 | - @clerk/[email protected]
2851 | - @clerk/[email protected]
2852 |
2853 | ## 1.0.0-beta.36
2854 |
2855 | ### Patch Changes
2856 |
2857 | - Updated dependencies [[`afec17953`](https://github.com/clerk/javascript/commit/afec17953d1ae4ba39ee73e4383757694375524d)]:
2858 | - @clerk/[email protected]
2859 | - @clerk/[email protected]
2860 |
2861 | ## 1.0.0-beta.35
2862 |
2863 | ### Patch Changes
2864 |
2865 | - Updated dependencies [[`0d0b1d89a`](https://github.com/clerk/javascript/commit/0d0b1d89a46d2418cb05a10940f4a399cbd8ffeb), [`2684f1d5c`](https://github.com/clerk/javascript/commit/2684f1d5c9bc6067abc3dce24d5632dd8e2dc664), [`31570f138`](https://github.com/clerk/javascript/commit/31570f13888530cf55556aad032a0028b5740193), [`94bbdf7df`](https://github.com/clerk/javascript/commit/94bbdf7dfd4fad83b7c511b7e90f37aab92ab30d), [`ff803ff20`](https://github.com/clerk/javascript/commit/ff803ff206e3db40854fe6da341041125bb82226), [`1c199d1d2`](https://github.com/clerk/javascript/commit/1c199d1d2f78ee78c3b42d461b6598269f1f9ba2), [`1f650f30a`](https://github.com/clerk/javascript/commit/1f650f30a97939817b7b2f3cc6283e22dc431523), [`7d3aa44d7`](https://github.com/clerk/javascript/commit/7d3aa44d7fd6c615ab5052656ff0b63e39ee04ba), [`d9bd2b4ea`](https://github.com/clerk/javascript/commit/d9bd2b4eaaa1840daa0f310e2c6e42f4f59a4c2b), [`ef72c0ae6`](https://github.com/clerk/javascript/commit/ef72c0ae6e9194fbcb3ef8a3c8226f5a61209655), [`663243220`](https://github.com/clerk/javascript/commit/6632432208aa6ca507f33fa9ab79abaa40431be6), [`e4c0ae028`](https://github.com/clerk/javascript/commit/e4c0ae028f126185ba2a2449db563e0d59b55a09), [`ebf9be77f`](https://github.com/clerk/javascript/commit/ebf9be77f17f8880541de67f66879324f68cf6bd)]:
2866 | - @clerk/[email protected]
2867 | - @clerk/[email protected]
2868 |
2869 | ## 1.0.0-beta.34
2870 |
2871 | ### Patch Changes
2872 |
2873 | - Update `expo-auth-session` dependency from 5.0.2 to 5.4.0 and `expo-web-browser` from 12.3.2 to 12.8.2 ([#2938](https://github.com/clerk/javascript/pull/2938)) by [@octoper](https://github.com/octoper)
2874 |
2875 | - Updated dependencies [[`141f09fdc`](https://github.com/clerk/javascript/commit/141f09fdc897f94f3fbcdf8d10442489307e032c), [`fe6215dea`](https://github.com/clerk/javascript/commit/fe6215deaf44d35a31f760283fc6cfa451845e98), [`5db6dbb90`](https://github.com/clerk/javascript/commit/5db6dbb90dc0e5a5836ad6279787525d66eefb02)]:
2876 | - @clerk/[email protected]
2877 |
2878 | ## 1.0.0-beta.33
2879 |
2880 | ### Patch Changes
2881 |
2882 | - Updated dependencies [[`097ec4872`](https://github.com/clerk/javascript/commit/097ec48722f3c909374d0754f162e9137b43213f), [`63373bf21`](https://github.com/clerk/javascript/commit/63373bf218d7e20932728f8908f90316d34dec07), [`c86f73be3`](https://github.com/clerk/javascript/commit/c86f73be382d01ec5f0ff5922ad907f429e63a58), [`e7ae9c36a`](https://github.com/clerk/javascript/commit/e7ae9c36ae66babdad79ce0185b1c6458c08a7b4), [`5dea004b1`](https://github.com/clerk/javascript/commit/5dea004b13883f3dee97ada34a744f7e536941a7), [`008ac4217`](https://github.com/clerk/javascript/commit/008ac4217bc648085b3caba92a4524c31cc0925b)]:
2883 | - @clerk/[email protected]
2884 | - @clerk/[email protected]
2885 |
2886 | ## 1.0.0-beta.32
2887 |
2888 | ### Patch Changes
2889 |
2890 | - Updated dependencies [[`8350f73a6`](https://github.com/clerk/javascript/commit/8350f73a67f8980be78e3bd3343e772f5653d718)]:
2891 | - @clerk/[email protected]
2892 | - @clerk/[email protected]
2893 | - @clerk/[email protected]
2894 |
2895 | ## 1.0.0-beta.31
2896 |
2897 | ### Patch Changes
2898 |
2899 | - Updated dependencies [[`fafa76fb6`](https://github.com/clerk/javascript/commit/fafa76fb66585b5836cc79985f8bdf1d1b4dca97)]:
2900 | - @clerk/[email protected]
2901 | - @clerk/[email protected]
2902 |
2903 | ## 1.0.0-beta.30
2904 |
2905 | ### Patch Changes
2906 |
2907 | - Updated dependencies [[`e5c989a03`](https://github.com/clerk/javascript/commit/e5c989a035fa16413414c213febe16fcdbeef9b1), [`98b194b2a`](https://github.com/clerk/javascript/commit/98b194b2a9ac08e7633d320e1d933b94dcb11295), [`2ec9f6b09`](https://github.com/clerk/javascript/commit/2ec9f6b09f98ae276658d6dc705e16df0573d817), [`2f6306fd3`](https://github.com/clerk/javascript/commit/2f6306fd365e0f0166ed137b314814333f43e67f), [`f02482bb5`](https://github.com/clerk/javascript/commit/f02482bb570cc7e32102d3e696bf10c01054ce04)]:
2908 | - @clerk/[email protected]
2909 | - @clerk/[email protected]
2910 | - @clerk/[email protected]
2911 |
2912 | ## 1.0.0-beta.29
2913 |
2914 | ### Patch Changes
2915 |
2916 | - Updated dependencies [[`18c0d015d`](https://github.com/clerk/javascript/commit/18c0d015d20493e14049fed73a5b6f732372a5cf)]:
2917 | - @clerk/[email protected]
2918 | - @clerk/[email protected]
2919 |
2920 | ## 1.0.0-beta.28
2921 |
2922 | ### Patch Changes
2923 |
2924 | - Updated dependencies [[`9dc46b2c1`](https://github.com/clerk/javascript/commit/9dc46b2c1e0c6046bd3f1c840d63bf59aa91d14e), [`046224177`](https://github.com/clerk/javascript/commit/046224177ef36a7951356c1c0e5808b5c8387727), [`79040966f`](https://github.com/clerk/javascript/commit/79040966f22508581e28f53a6c9e6698fe40c390)]:
2925 | - @clerk/[email protected]
2926 | - @clerk/[email protected]
2927 |
2928 | ## 1.0.0-beta.27
2929 |
2930 | ### Patch Changes
2931 |
2932 | - Updated dependencies [[`1834a3ee4`](https://github.com/clerk/javascript/commit/1834a3ee496ea27b9f7ceeb32ec5361f9de8ee30)]:
2933 | - @clerk/[email protected]
2934 | - @clerk/[email protected]
2935 | - @clerk/[email protected]
2936 |
2937 | ## 1.0.0-beta.26
2938 |
2939 | ### Patch Changes
2940 |
2941 | - Updated dependencies [[`db18787c4`](https://github.com/clerk/javascript/commit/db18787c4d9fa8ee1306db9b65f3b3f5e2fe2dad)]:
2942 | - @clerk/[email protected]
2943 | - @clerk/[email protected]
2944 | - @clerk/[email protected]
2945 |
2946 | ## 1.0.0-beta.25
2947 |
2948 | ### Patch Changes
2949 |
2950 | - Updated dependencies [[`6eab66050`](https://github.com/clerk/javascript/commit/6eab66050608a1bc5cb9aca6a234b1fea16106e5)]:
2951 | - @clerk/[email protected]
2952 | - @clerk/[email protected]
2953 | - @clerk/[email protected]
2954 |
2955 | ## 1.0.0-beta.24
2956 |
2957 | ### Patch Changes
2958 |
2959 | - Updated dependencies [[`12f3c5c55`](https://github.com/clerk/javascript/commit/12f3c5c55580f93a81df27851fbc92ce1312107e)]:
2960 | - @clerk/[email protected]
2961 | - @clerk/[email protected]
2962 | - @clerk/[email protected]
2963 |
2964 | ## 1.0.0-beta.23
2965 |
2966 | ### Patch Changes
2967 |
2968 | - Updated dependencies []:
2969 | - @clerk/[email protected]
2970 | - @clerk/[email protected]
2971 |
2972 | ## 1.0.0-beta.22
2973 |
2974 | ### Patch Changes
2975 |
2976 | - Rename beta-v5 to beta by [@nikosdouvlis](https://github.com/nikosdouvlis)
2977 |
2978 | - Updated dependencies [[`2de442b24`](https://github.com/clerk/javascript/commit/2de442b2465cc5d424b8a0b21aa57c557f3aa2e7), [`73849836f`](https://github.com/clerk/javascript/commit/73849836f2df88a44fbc0ad7ac994498b9709ed5), [`45c92006c`](https://github.com/clerk/javascript/commit/45c92006cbc7f55810fd1ba9b3c30a1743de57dd)]:
2979 | - @clerk/[email protected]
2980 | - @clerk/[email protected]
2981 | - @clerk/[email protected]
2982 |
2983 | ## 1.0.0-beta-v5.21
2984 |
2985 | ### Patch Changes
2986 |
2987 | - Updated dependencies [[`6ac9e717a`](https://github.com/clerk/javascript/commit/6ac9e717a7ce8f09c1604f324add5e7e02041c07), [`6c2d88ee8`](https://github.com/clerk/javascript/commit/6c2d88ee8412aaa73ee78dd47d32ddaca2c9bb67), [`7466fa505`](https://github.com/clerk/javascript/commit/7466fa505a1dde91d28bd41d6456304d68a7c472), [`ee57f21ac`](https://github.com/clerk/javascript/commit/ee57f21ac62fc2dd0d9d68b965f35081b538c85e), [`9737ef510`](https://github.com/clerk/javascript/commit/9737ef5104346821461972d31f3c69e93924f0e0), [`0ee1777e0`](https://github.com/clerk/javascript/commit/0ee1777e030916ad5111f0f817c71ff5a78a8ed6), [`8b466a9ba`](https://github.com/clerk/javascript/commit/8b466a9ba93ca10315b534079b09fa5d76ffa305), [`1affbb22a`](https://github.com/clerk/javascript/commit/1affbb22a040e210cfce8f72d52b7961057c02d1), [`8daf8451c`](https://github.com/clerk/javascript/commit/8daf8451cb564bc834dd856174ffc2cdfa932e37), [`7f751c4ef`](https://github.com/clerk/javascript/commit/7f751c4ef2d14410058cf65ea984a93b50c0b87e), [`aaa457097`](https://github.com/clerk/javascript/commit/aaa457097da641d9ad7b3d086217f9fb4f5d42c5), [`be991365e`](https://github.com/clerk/javascript/commit/be991365e1c78d0f1dfc59bb33dd533b6fad223a), [`5d6937c9f`](https://github.com/clerk/javascript/commit/5d6937c9f952f5dc586439b7fcf053abc9fcf320), [`750337633`](https://github.com/clerk/javascript/commit/750337633a07bf3bb92d015f558ead2bfdca8613), [`11fbfdeec`](https://github.com/clerk/javascript/commit/11fbfdeec6aa609d02d23d997b319c94793e452f)]:
2988 | - @clerk/[email protected]
2989 | - @clerk/[email protected]
2990 | - @clerk/[email protected]
2991 |
2992 | ## 1.0.0-beta-v5.20
2993 |
2994 | ### Patch Changes
2995 |
2996 | - Updated dependencies [[`4063bd8e9`](https://github.com/clerk/javascript/commit/4063bd8e97b1cd3583473cd718627685fc187206)]:
2997 | - @clerk/[email protected]
2998 |
2999 | ## 1.0.0-beta-v5.19
3000 |
3001 | ### Patch Changes
3002 |
3003 | - Updated dependencies [[`0a108ae3b`](https://github.com/clerk/javascript/commit/0a108ae3ba9bb7eaef9b9b681b98ab02880d9df3), [`b6c4e1cfe`](https://github.com/clerk/javascript/commit/b6c4e1cfe37c7bfb084c232c4920201922cbc04f), [`d4ff346dd`](https://github.com/clerk/javascript/commit/d4ff346dd53bb3e1970e80bdc7b188c2dd344f12), [`7886ba89d`](https://github.com/clerk/javascript/commit/7886ba89d76bfea2d6882a46baf64bf98f1148d3), [`7b40924e4`](https://github.com/clerk/javascript/commit/7b40924e4c8d66532cbcdc4c399f81dcfa9dd566)]:
3004 | - @clerk/[email protected]
3005 | - @clerk/[email protected]
3006 | - @clerk/[email protected]
3007 |
3008 | ## 1.0.0-alpha-v5.18
3009 |
3010 | ### Patch Changes
3011 |
3012 | - Updated dependencies [[`9e99eb727`](https://github.com/clerk/javascript/commit/9e99eb7276249c68ef6f930cce418ce0004653b9), [`491fba5ad`](https://github.com/clerk/javascript/commit/491fba5adc4dad131c2cd709faa5024f767f3e9d), [`8b261add2`](https://github.com/clerk/javascript/commit/8b261add294bd4de80e7138c9ff58708cf6cd908), [`6fd303b99`](https://github.com/clerk/javascript/commit/6fd303b99b068d2458efd0616b2c5334248acc3f)]:
3013 | - @clerk/[email protected]
3014 |
3015 | ## 1.0.0-alpha-v5.17
3016 |
3017 | ### Patch Changes
3018 |
3019 | - Updated dependencies [[`434a96ebe`](https://github.com/clerk/javascript/commit/434a96ebefc550b726b417788b7bae9e41791408), [`6a769771c`](https://github.com/clerk/javascript/commit/6a769771c975996d8d52b35b5cfdbae5dcec85d4)]:
3020 | - @clerk/[email protected]
3021 |
3022 | ## 1.0.0-alpha-v5.16
3023 |
3024 | ### Patch Changes
3025 |
3026 | - Updated dependencies [[`8cc45d2af`](https://github.com/clerk/javascript/commit/8cc45d2af98320ccced3768fb039b86576e424a5), [`db2d82901`](https://github.com/clerk/javascript/commit/db2d829013722957332bcf03928685a4771f9a3c)]:
3027 | - @clerk/[email protected]
3028 | - @clerk/[email protected]
3029 | - @clerk/[email protected]
3030 |
3031 | ## 1.0.0-alpha-v5.15
3032 |
3033 | ### Minor Changes
3034 |
3035 | - Include new headers in requests; ([#2528](https://github.com/clerk/javascript/pull/2528)) by [@thiskevinwang](https://github.com/thiskevinwang)
3036 |
3037 | Added `expo-application >=5` & `expo-constants >=14` peer deps
3038 |
3039 | ### Patch Changes
3040 |
3041 | - Updated dependencies [[`fbbb1afc2`](https://github.com/clerk/javascript/commit/fbbb1afc20a96aa7e5b7e8adf1f2be8a08b094cc), [`57e0972bb`](https://github.com/clerk/javascript/commit/57e0972bbffdb60bbc620d6efcfbff028105a740), [`e9841dd91`](https://github.com/clerk/javascript/commit/e9841dd91897a7ebb468b14e272ce06154795389), [`59f9a7296`](https://github.com/clerk/javascript/commit/59f9a72968fb49add6d9031158c791ac60a161b9)]:
3042 | - @clerk/[email protected]
3043 | - @clerk/[email protected]
3044 |
3045 | ## 1.0.0-alpha-v5.14
3046 |
3047 | ### Patch Changes
3048 |
3049 | - Updated dependencies [[`1dc28ab46`](https://github.com/clerk/javascript/commit/1dc28ab46f6930074334be183c637ce7a81bebf7), [`ea4933655`](https://github.com/clerk/javascript/commit/ea4933655863ce315324aa2a3be7d5f263c2b61f), [`846a4c24d`](https://github.com/clerk/javascript/commit/846a4c24d6bf6a88356ce44677aa79ddbe0e02e4), [`38d8b3e8a`](https://github.com/clerk/javascript/commit/38d8b3e8a0387bcf0b9c8d16e3bbfcfe9b643ca2)]:
3050 | - @clerk/[email protected]
3051 | - @clerk/[email protected]
3052 | - @clerk/[email protected]
3053 |
3054 | ## 1.0.0-alpha-v5.13
3055 |
3056 | ### Patch Changes
3057 |
3058 | - Updated dependencies [[`23ebc89e9`](https://github.com/clerk/javascript/commit/23ebc89e95f99639985a1336c9c04d09cc7cf47c), [`7ecd6f6ab`](https://github.com/clerk/javascript/commit/7ecd6f6abb0e5bfb1a57c99cc11860de311c3e82), [`9040549d6`](https://github.com/clerk/javascript/commit/9040549d6a86b07f5d2f7a2c494358b8dccf4e78)]:
3059 | - @clerk/[email protected]
3060 | - @clerk/[email protected]
3061 | - @clerk/[email protected]
3062 |
3063 | ## 1.0.0-alpha-v5.12
3064 |
3065 | ### Patch Changes
3066 |
3067 | - Updated dependencies [[`cfea3d9c0`](https://github.com/clerk/javascript/commit/cfea3d9c00950eee8d7e942d88bee1a56a5f842b), [`d18cae5fd`](https://github.com/clerk/javascript/commit/d18cae5fd9ba80d9e396b433ea5e21b27bfdaf59), [`394cecc6b`](https://github.com/clerk/javascript/commit/394cecc6b9a753f9eb7cce9a5d8b2d86a3c671df), [`fe2607b6f`](https://github.com/clerk/javascript/commit/fe2607b6fdeed83002db7e4a0c040ac0280e5ff7), [`2e4a43017`](https://github.com/clerk/javascript/commit/2e4a43017ef33b541949ba90e16bf5311ce8bc60), [`f5fb63cf1`](https://github.com/clerk/javascript/commit/f5fb63cf1dd51cd6cd0dba4d9eef871695ef06c3), [`bf09d18d6`](https://github.com/clerk/javascript/commit/bf09d18d6408ac89f8b9207d05e0f3660d27a6cf)]:
3068 | - @clerk/[email protected]
3069 | - @clerk/[email protected]
3070 |
3071 | ## 1.0.0-alpha-v5.11
3072 |
3073 | ### Patch Changes
3074 |
3075 | - Updated dependencies [[`2a67f729d`](https://github.com/clerk/javascript/commit/2a67f729da58b3400df24da634fc4bf786065f25), [`e7414cb3f`](https://github.com/clerk/javascript/commit/e7414cb3f34c76b785ff3147fc5f609a48466111), [`5f58a2274`](https://github.com/clerk/javascript/commit/5f58a22746aba94f76bef5dbbc94fa93ea3b0b7e), [`5f58a2274`](https://github.com/clerk/javascript/commit/5f58a22746aba94f76bef5dbbc94fa93ea3b0b7e)]:
3076 | - @clerk/[email protected]
3077 | - @clerk/[email protected]
3078 | - @clerk/[email protected]
3079 |
3080 | ## 1.0.0-alpha-v5.10
3081 |
3082 | ### Major Changes
3083 |
3084 | - - Introduce `@clerk/clerk-react/errors` and `@clerk/clerk-react/internal` subpath exports to expose some internal utilities. Eg ([#2328](https://github.com/clerk/javascript/pull/2328)) by [@dimkl](https://github.com/dimkl)
3085 |
3086 | ```typescript
3087 | // Before
3088 | import { __internal__setErrorThrowerOptions } from '@clerk/clerk-react';
3089 | // After
3090 | import { setErrorThrowerOptions } from '@clerk/clerk-react/internal';
3091 |
3092 | // Before
3093 | import { isClerkAPIResponseError, isEmailLinkError, isKnownError, isMetamaskError } from '@clerk/clerk-react';
3094 | // After
3095 | import {
3096 | isClerkAPIResponseError,
3097 | isEmailLinkError,
3098 | isKnownError,
3099 | isMetamaskError,
3100 | } from '@clerk/clerk-react/errors';
3101 |
3102 | // Before
3103 | import { MultisessionAppSupport } from '@clerk/clerk-react';
3104 | // After
3105 | import { MultisessionAppSupport } from '@clerk/clerk-react/internal';
3106 | ```
3107 |
3108 | - Drop from the `@clerk/clerk-react` and all other clerk-react wrapper packages:
3109 | - `__internal__setErrorThrowerOptions` internal utility (moved to /internal subpath)
3110 | - `WithClerkProp` type
3111 | - `MultisessionAppSupport` component (moved to /internal subpath)
3112 | - `EmailLinkErrorCode` enum
3113 | - Drop `StructureContext` and related errors to reduce code complexity since it seems that it was not being used.
3114 | - Drop `withUser`, `WithUser`, `withClerk` HOFs and `WithClerk`, `withSession`, `WithSession` HOCs from the `@clerk/clerk-react`
3115 | to reduce the export surface since it's trivial to implement if needed.
3116 |
3117 | ### Patch Changes
3118 |
3119 | - Updated dependencies [[`69ce3e185`](https://github.com/clerk/javascript/commit/69ce3e185b89283956cb711629bc61703166b1c9), [`896cb6104`](https://github.com/clerk/javascript/commit/896cb610409f84c0ff7a4f502f0b4ccee1afc157), [`8aea39cd6`](https://github.com/clerk/javascript/commit/8aea39cd6907e3a8ac01091aa6df64ebd6a42ed2), [`ab4eb56a5`](https://github.com/clerk/javascript/commit/ab4eb56a5c34baf496ebb8ac412ad6171b9bd79c), [`46040a2f3`](https://github.com/clerk/javascript/commit/46040a2f34d0991072fca490e031c1994b2e2296), [`75ea300bc`](https://github.com/clerk/javascript/commit/75ea300bce16a0ce401a225263bb267ad2a217b8), [`844847e0b`](https://github.com/clerk/javascript/commit/844847e0becf20243fba3c659b2b77a238dd270a)]:
3120 | - @clerk/[email protected]
3121 | - @clerk/[email protected]
3122 | - @clerk/[email protected]
3123 |
3124 | ## 1.0.0-alpha-v5.9
3125 |
3126 | ### Patch Changes
3127 |
3128 | - Updated dependencies [[`d08d96971`](https://github.com/clerk/javascript/commit/d08d9697120508737c7026b21f61a9d9b16fbb1f), [`7bffc47cb`](https://github.com/clerk/javascript/commit/7bffc47cb71a2c3e026df5977c25487bfd5c55d7), [`30dfdf2aa`](https://github.com/clerk/javascript/commit/30dfdf2aac9167c7d65298595291e4a53459555e), [`445026ab7`](https://github.com/clerk/javascript/commit/445026ab7ab4a31e331c30e2fb251d0db0e6064b)]:
3129 | - @clerk/[email protected]
3130 | - @clerk/[email protected]
3131 |
3132 | ## 1.0.0-alpha-v5.8
3133 |
3134 | ### Patch Changes
3135 |
3136 | - Set correct information on required Node.js and React versions in README ([#2264](https://github.com/clerk/javascript/pull/2264)) by [@LekoArts](https://github.com/LekoArts)
3137 |
3138 | - Updated dependencies [[`2e77cd737`](https://github.com/clerk/javascript/commit/2e77cd737a333de022533d29cb12e73a907694c8), [`6a33709cc`](https://github.com/clerk/javascript/commit/6a33709ccf48586f1a8b62216688ea300b7b5dfb), [`d30ea1faa`](https://github.com/clerk/javascript/commit/d30ea1faa45074e09c037530e8ba3ca2dbd50654), [`920c9e1b5`](https://github.com/clerk/javascript/commit/920c9e1b5d091472bce0ff00e410b3d79c88d930), [`0551488fb`](https://github.com/clerk/javascript/commit/0551488fb67fc6ec117e8d19796094c4601013d2)]:
3139 | - @clerk/[email protected]
3140 | - @clerk/[email protected]
3141 | - @clerk/[email protected]
3142 |
3143 | ## 1.0.0-alpha-v5.7
3144 |
3145 | ### Minor Changes
3146 |
3147 | - Use `base-64` package for Expo instead of the isomorphic from `@clerk/shared` due to errors about `Maximum call stack size exceeded` on `global.Buffer` ([#2230](https://github.com/clerk/javascript/pull/2230)) by [@octoper](https://github.com/octoper)
3148 |
3149 | ### Patch Changes
3150 |
3151 | - Updated dependencies [[`4b8bedc66`](https://github.com/clerk/javascript/commit/4b8bedc66d47dca5c6192148f4b31ae6d49ff733), [`c776f86fb`](https://github.com/clerk/javascript/commit/c776f86fb2a999dcae46fda9abb5005718c354b2), [`6e54b1b59`](https://github.com/clerk/javascript/commit/6e54b1b590ccdbc7002bde151093d78c217de391), [`c9e0f68af`](https://github.com/clerk/javascript/commit/c9e0f68af1a5cf07dc373ff45999c72d3d86f8f9), [`d6a7ea61a`](https://github.com/clerk/javascript/commit/d6a7ea61a8ae64c93877ec117e54fc48b1c86f16)]:
3152 | - @clerk/[email protected]
3153 | - @clerk/[email protected]
3154 | - @clerk/[email protected]
3155 |
3156 | ## 1.0.0-alpha-v5.6
3157 |
3158 | ### Patch Changes
3159 |
3160 | - Updated dependencies [[`5aab9f04a`](https://github.com/clerk/javascript/commit/5aab9f04a1eac39e42a03f555075e08a5a8ee02c), [`9a1fe3728`](https://github.com/clerk/javascript/commit/9a1fe37289c7606dc111913cb9f70f2a2efff6b7)]:
3161 | - @clerk/[email protected]
3162 | - @clerk/[email protected]
3163 |
3164 | ## 1.0.0-alpha-v5.5
3165 |
3166 | ### Patch Changes
3167 |
3168 | - Updated dependencies [[`043801f2a`](https://github.com/clerk/javascript/commit/043801f2ae9447fb1bb8c9bb08869d3c59cd8419), [`12962bc58`](https://github.com/clerk/javascript/commit/12962bc58e2c9caad416ba4e6d52061d00bc2feb)]:
3169 | - @clerk/[email protected]
3170 | - @clerk/[email protected]
3171 |
3172 | ## 1.0.0-alpha-v5.4
3173 |
3174 | ### Patch Changes
3175 |
3176 | - Updated dependencies [[`e214450e9`](https://github.com/clerk/javascript/commit/e214450e9a35c2006fa6b1cbe4c8df24f4a44959), [`7f6a64f43`](https://github.com/clerk/javascript/commit/7f6a64f4335832c66ff355f6d2f311f33a313d59), [`dd49f93da`](https://github.com/clerk/javascript/commit/dd49f93dadd65924c48b48de57c4b40e84203aea), [`676d23a59`](https://github.com/clerk/javascript/commit/676d23a5924f020812574c3c1df57645f659ce0e), [`d941b902f`](https://github.com/clerk/javascript/commit/d941b902f8c8230d1795eb44c7564498ee840a66)]:
3177 | - @clerk/[email protected]
3178 | - @clerk/[email protected]
3179 |
3180 | ## 1.0.0-alpha-v5.3
3181 |
3182 | ### Major Changes
3183 |
3184 | - Upgrade React version to >=18 and add react-dom as peer dependency ([#2164](https://github.com/clerk/javascript/pull/2164)) by [@dimkl](https://github.com/dimkl)
3185 |
3186 | to fix issues with vite & rollup building.
3187 |
3188 | ### Minor Changes
3189 |
3190 | - Breaking Changes: ([#2169](https://github.com/clerk/javascript/pull/2169)) by [@dimkl](https://github.com/dimkl)
3191 | - Drop `isLegacyFrontendApiKey` from `@clerk/shared`
3192 | - Drop default exports from `@clerk/clerk-js`
3193 | - on headless Clerk type
3194 | - on ui and ui.retheme `Portal`
3195 | - Use `isProductionFromSecretKey` instead of `isProductionFromApiKey`
3196 | - Use `isDevelopmentFromSecretKey` instead of `isDevelopmentFromApiKey`
3197 |
3198 | Changes:
3199 | - Rename `HeadlessBrowserClerkConstrutor` / `HeadlessBrowserClerkConstructor` (typo)
3200 | - Use `isomorphicAtob` / `isomorhpicBtoa` to replace `base-64` in `@clerk/expo`
3201 | - Refactor merging build-time and runtime props in `@clerk/backend` clerk client
3202 | - Drop `node-fetch` dependency from `@clerk/backend`
3203 | - Drop duplicate test in `@clerk/backend`
3204 |
3205 | ### Patch Changes
3206 |
3207 | - Updated dependencies [[`52ff8fe6b`](https://github.com/clerk/javascript/commit/52ff8fe6b6ff88ceb5e1246378b54b0565bede9d), [`4bb57057e`](https://github.com/clerk/javascript/commit/4bb57057e9af20fc433626ed178d97d3ca811362), [`9955938d6`](https://github.com/clerk/javascript/commit/9955938d63e6c9a6fd0488060d587a059768388a), [`40ac4b645`](https://github.com/clerk/javascript/commit/40ac4b645f449b546dae5b4c0d013c9d9ea6d09c), [`429d030f7`](https://github.com/clerk/javascript/commit/429d030f7b6efe838a1e7fec7f736ba59fcc6b61)]:
3208 | - @clerk/[email protected]
3209 | - @clerk/[email protected]
3210 | - @clerk/[email protected]
3211 |
3212 | ## 1.0.0-alpha-v5.2
3213 |
3214 | ### Major Changes
3215 |
3216 | - Change the minimal Node.js version required by Clerk to `18.17.0`. ([#2162](https://github.com/clerk/javascript/pull/2162)) by [@dimkl](https://github.com/dimkl)
3217 |
3218 | ### Patch Changes
3219 |
3220 | - Updated dependencies [[`c2a090513`](https://github.com/clerk/javascript/commit/c2a0905132684a4a1e8d598b66caddf20062273e)]:
3221 | - @clerk/[email protected]
3222 | - @clerk/[email protected]
3223 | - @clerk/[email protected]
3224 |
3225 | ## 1.0.0-alpha-v5.1
3226 |
3227 | ### Major Changes
3228 |
3229 | - Drop default exports from all packages. Migration guide: ([#2150](https://github.com/clerk/javascript/pull/2150)) by [@dimkl](https://github.com/dimkl)
3230 | - use `import { Clerk } from '@clerk/backend';`
3231 | - use `import { clerkInstance } from '@clerk/clerk-sdk-node';`
3232 | - use `import { Clerk } from '@clerk/clerk-sdk-node';`
3233 | - use `import { Clerk } from '@clerk/clerk-js';`
3234 | - use `import { Clerk } from '@clerk/clerk-js/headless';`
3235 | - use `import { IsomorphicClerk } from '@clerk/clerk-react'`
3236 |
3237 | - Drop deprecations. Migration steps: ([#2082](https://github.com/clerk/javascript/pull/2082)) by [@dimkl](https://github.com/dimkl)
3238 | - use `publishableKey` instead of `frontendApi`
3239 | - use `Clerk.handleEmailLinkVerification()` instead of `Clerk.handleMagicLinkVerification()`
3240 | - use `isEmailLinkError` instead of `isMagicLinkError`
3241 | - use `EmailLinkErrorCode` instead of `MagicLinkErrorCode`
3242 | - use `useEmailLink` instead of `useMagicLink`
3243 | - drop `orgs` jwt claim from session token
3244 | - use `ExternalAccount.imageUrl` instead of `ExternalAccount.avatarUrl`
3245 | - use `Organization.imageUrl` instead of `Organization.logoUrl`
3246 | - use `User.imageUrl` instead of `User.profileImageUrl`
3247 | - use `OrganizationMembershipPublicUserData.imageUrl` instead of `OrganizationMembershipPublicUserData.profileImageUrl`
3248 | - use `useOrganizationList` instead of `useOrganizations`
3249 | - use `userProfileProps` instead of `userProfile` in `Appearance`
3250 | - use `Clerk.setActive()` instead of `Clerk.setSession()`
3251 | - drop `password` param in `User.update()`
3252 | - use `afterSelectOrganizationUrl` instead of `afterSwitchOrganizationUrl` in `OrganizationSwitcher`
3253 | - drop `Clerk.experimental_canUseCaptcha` / `Clerk.Clerk.experimental_captchaSiteKey` / `Clerk.experimental_captchaURL` (were meant for internal use)
3254 | - use `User.getOrganizationMemberships()` instead of `Clerk.getOrganizationMemberships()`
3255 | - drop `lastOrganizationInvitation` / `lastOrganizationMember` from Clerk emitted events
3256 | - drop `Clerk.__unstable__invitationUpdate` / `Clerk.__unstable__membershipUpdate`
3257 | - drop support for string param in `Organization.create()`
3258 | - use `Organization.getInvitations()` instead of `Organization.getPendingInvitations()`
3259 | - use `pageSize` instead of `limit` in `OrganizationMembership.retrieve()`
3260 | - use `initialPage` instead of `offset` in `OrganizationMembership.retrieve()`
3261 | - drop `lastOrganizationInvitation` / `lastOrganizationMember` from ClerkProvider
3262 | - use `invitations` instead of `invitationList` in `useOrganization`
3263 | - use `memberships` instead of `membershipList` in `useOrganization`
3264 | - use `redirectUrl` instead of `redirect_url` in `User.createExternalAccount()`
3265 | - use `signature` instead of `generatedSignature` in `Signup.attemptWeb3WalletVerification()`
3266 |
3267 | ### Patch Changes
3268 |
3269 | - Updated dependencies [[`1ddffb67e`](https://github.com/clerk/javascript/commit/1ddffb67e90c3a784d1616814d86f43d2c8b7de0), [`64d3763ec`](https://github.com/clerk/javascript/commit/64d3763ec73747ad04c4b47017195cf4114e150c), [`deac67c1c`](https://github.com/clerk/javascript/commit/deac67c1c40d6d3ccc3559746c0c31cc29a93b84), [`034abeb76`](https://github.com/clerk/javascript/commit/034abeb762744c4948ef6600b21cd9dd68d165a8), [`83e9d0846`](https://github.com/clerk/javascript/commit/83e9d08469e7c2840f06aa7d86831055e23f67a5), [`08dd88c4a`](https://github.com/clerk/javascript/commit/08dd88c4a829afd8c4fee48b9a31a39162381761), [`5f49568f6`](https://github.com/clerk/javascript/commit/5f49568f6e345ce63b15a4c301fc81c3af30211a), [`e400fa9e3`](https://github.com/clerk/javascript/commit/e400fa9e33b44e28a18bee416267a75cdc3ae3cb), [`7f833da9e`](https://github.com/clerk/javascript/commit/7f833da9ebc1b2ec9c65513628c377d0584e5d72), [`9e10d577e`](https://github.com/clerk/javascript/commit/9e10d577e2a4b9b2cbf8b3272d6e58f4627ae922), [`27052469e`](https://github.com/clerk/javascript/commit/27052469e89558c57bfd19466a11b47bdb3a4d38), [`492b8a7b1`](https://github.com/clerk/javascript/commit/492b8a7b12f14658a384566012e5807f0a171710), [`d005992e0`](https://github.com/clerk/javascript/commit/d005992e0514970730d2f516a99bf20fcfac47f7), [`2a22aade8`](https://github.com/clerk/javascript/commit/2a22aade8c9bd1f83a9be085983f96fa87903804), [`f77e8cdbd`](https://github.com/clerk/javascript/commit/f77e8cdbd24411f7f9dbfdafcab0596c598f66c1), [`b0ca7b801`](https://github.com/clerk/javascript/commit/b0ca7b801f77210e78a33e7023fb671120f1cfc3), [`d1b524ffb`](https://github.com/clerk/javascript/commit/d1b524ffba0be0cd683e6ace85b91b382ad442bb), [`db3eefe8c`](https://github.com/clerk/javascript/commit/db3eefe8c0fc04ce1de47610dc23769a18f1629c), [`0d1052ac2`](https://github.com/clerk/javascript/commit/0d1052ac284b909786fd0e4744b02fcf4d1a8be6), [`5471c7e8d`](https://github.com/clerk/javascript/commit/5471c7e8dd0155348748fa90e5ae97093f59efe9), [`477170962`](https://github.com/clerk/javascript/commit/477170962f486fd4e6b0653a64826573f0d8621b), [`59336d3d4`](https://github.com/clerk/javascript/commit/59336d3d468edd205c0e5501b7d5046611ee217d), [`e0e79b4fe`](https://github.com/clerk/javascript/commit/e0e79b4fe47f64006718d547c898b9f67fe4d424), [`3c4209068`](https://github.com/clerk/javascript/commit/3c42090688166b74badfdefc7ed8c428601a0ba7)]:
3270 | - @clerk/[email protected]
3271 | - @clerk/[email protected]
3272 | - @clerk/[email protected]
3273 |
3274 | ## 1.0.0-alpha-v5.0
3275 |
3276 | ### Major Changes
3277 |
3278 | - Internal update default apiUrl domain from clerk.dev to clerk.com ([#1878](https://github.com/clerk/javascript/pull/1878)) by [@dimkl](https://github.com/dimkl)
3279 |
3280 | - Drop deprecations. Migration steps: ([#1991](https://github.com/clerk/javascript/pull/1991)) by [@dimkl](https://github.com/dimkl)
3281 | - use `CLERK_PUBLISHABLE_KEY` instead of `CLERK_FRONTEND_API` env variable
3282 | - use `publishableKey` instead of `frontendApi`
3283 | - use `isEmailLinkError` instead of `isMagicLinkError`
3284 | - use `EmailLinkErrorCode` instead of `MagicLinkErrorCode`
3285 | - use `useEmailLink` instead of `useMagicLink`
3286 |
3287 | - Dropping support for Node 14 and 16 as they both reached EOL status. The minimal Node.js version required by Clerk is `18.18.0` now. ([#1864](https://github.com/clerk/javascript/pull/1864)) by [@dimkl](https://github.com/dimkl)
3288 |
3289 | ### Patch Changes
3290 |
3291 | - Updated dependencies [[`743c4d204`](https://github.com/clerk/javascript/commit/743c4d20423790b554e66923466081c0d3b0d9ed), [`3ba3f383b`](https://github.com/clerk/javascript/commit/3ba3f383bbe12d26de51118608e9e932e58479e7), [`d37d44a68`](https://github.com/clerk/javascript/commit/d37d44a68e83b8e895963415f000c1aaef66e87e), [`791c49807`](https://github.com/clerk/javascript/commit/791c49807c3c9e19964cbf621c935d237caeecf3), [`8b40dc7a3`](https://github.com/clerk/javascript/commit/8b40dc7a328d790b443a9a64401f895093d6b24b), [`a68eb3083`](https://github.com/clerk/javascript/commit/a68eb3083ff68459cd33098e2df190a5ba26c841), [`0293f29c8`](https://github.com/clerk/javascript/commit/0293f29c855c9415b54867196e8d727d1614e4ca), [`ef2325dcc`](https://github.com/clerk/javascript/commit/ef2325dcc18729e9ce9ee5823e9a963efa51dbc1), [`71663c568`](https://github.com/clerk/javascript/commit/71663c568926b1d60b97aa7ccc5298d05b618af2), [`d65d36fc6`](https://github.com/clerk/javascript/commit/d65d36fc6d51f33994c4430270db0a4c0e699f4d), [`97407d8aa`](https://github.com/clerk/javascript/commit/97407d8aa481007d3262fe7a0772dea901ce0a8c), [`ae3a6683a`](https://github.com/clerk/javascript/commit/ae3a6683aa1a28e5201325463e4211229b641711), [`78fc5eec0`](https://github.com/clerk/javascript/commit/78fc5eec0d61c14d86204944c6aa9f341ae6ea98), [`4edb77632`](https://github.com/clerk/javascript/commit/4edb7763271b80d93fcd52ece5f1e408bd75df6f), [`c7e6d00f5`](https://github.com/clerk/javascript/commit/c7e6d00f56e73df4ed87712e74ad9d5bcaca8924), [`797e327e0`](https://github.com/clerk/javascript/commit/797e327e05ce6bd23320555a9e7d6fadbd9d624f), [`4edb77632`](https://github.com/clerk/javascript/commit/4edb7763271b80d93fcd52ece5f1e408bd75df6f), [`97407d8aa`](https://github.com/clerk/javascript/commit/97407d8aa481007d3262fe7a0772dea901ce0a8c), [`7644b7472`](https://github.com/clerk/javascript/commit/7644b74726ba73e615a1256f9ff3fa03b0f8bc30), [`9e57e94d2`](https://github.com/clerk/javascript/commit/9e57e94d25b96c11889f49e7e4d4827e5134927d), [`93a611570`](https://github.com/clerk/javascript/commit/93a611570b836fc9bd50eed973e76cf8d413963d), [`f5d55bb1f`](https://github.com/clerk/javascript/commit/f5d55bb1fc6a87303fb8bf461c3a917ae4da4005), [`41ae1d2f0`](https://github.com/clerk/javascript/commit/41ae1d2f006a0e4657a97a9c83ae7eb0cc167834), [`9c6411aa8`](https://github.com/clerk/javascript/commit/9c6411aa8a551079ee3f15b36868a65e0c76f87f), [`6f755addd`](https://github.com/clerk/javascript/commit/6f755addd0886b9ff8b0d5dbe48e37470049acad)]:
3292 | - @clerk/[email protected]
3293 | - @clerk/[email protected]
3294 | - @clerk/[email protected]
3295 |
3296 | ## 0.19.12
3297 |
3298 | ### Patch Changes
3299 |
3300 | - Publish packages with [npm provenance](https://docs.npmjs.com/generating-provenance-statements) enabled ([#1891](https://github.com/clerk/javascript/pull/1891)) by [@LekoArts](https://github.com/LekoArts)
3301 |
3302 | - Updated dependencies [[`3bf64107e`](https://github.com/clerk/javascript/commit/3bf64107e1d0f9fce55163276d157da7849a390f), [`52f8553d2`](https://github.com/clerk/javascript/commit/52f8553d22f9454ee1194fd162410db15da7a4be), [`89932e1b3`](https://github.com/clerk/javascript/commit/89932e1b32723479541ab2ba4cc87e3973b5ef85), [`92727eec3`](https://github.com/clerk/javascript/commit/92727eec39566278263ffa118a085493f964eb94), [`b09b66eec`](https://github.com/clerk/javascript/commit/b09b66eec6ed0fbf99d93cd6843826f19c911099), [`51861addf`](https://github.com/clerk/javascript/commit/51861addff911615035fdc74718a1deff3f5cd62), [`37d8856ba`](https://github.com/clerk/javascript/commit/37d8856babb9db8edf763455172c4d22d6035036), [`aa4cd7615`](https://github.com/clerk/javascript/commit/aa4cd761585b888706a36a6eed7436a8f0476dbf)]:
3303 | - @clerk/[email protected]
3304 | - @clerk/[email protected]
3305 | - @clerk/[email protected]
3306 |
3307 | ## 0.19.11
3308 |
3309 | ### Patch Changes
3310 |
3311 | - Updated dependencies [[`d78bd8464`](https://github.com/clerk/javascript/commit/d78bd846486b999dd006b85c0ddf0f6695028b20), [`112b90bea`](https://github.com/clerk/javascript/commit/112b90bea703a4338970d29532b9119dcaf591a7), [`ec10f673e`](https://github.com/clerk/javascript/commit/ec10f673ea220b2635b690ee342e0c3f32cfaf5c), [`9ca215702`](https://github.com/clerk/javascript/commit/9ca215702d1b816217d2c06c812f7d653ec2da11), [`21f61ce1d`](https://github.com/clerk/javascript/commit/21f61ce1da8cad98ed12a98379a6d6c99c39b5ba)]:
3312 | - @clerk/[email protected]
3313 | - @clerk/[email protected]
3314 |
3315 | ## 0.19.10
3316 |
3317 | ### Patch Changes
3318 |
3319 | - Updated dependencies [[`da450b5e1`](https://github.com/clerk/javascript/commit/da450b5e15326faeb873aa32f42b36afb1092bd1), [`35be8709d`](https://github.com/clerk/javascript/commit/35be8709d88f1d1eef043acdba4d49b07578c7b2), [`e38488c92`](https://github.com/clerk/javascript/commit/e38488c929e437583296c34cde23f76218f78caf), [`a11f962bc`](https://github.com/clerk/javascript/commit/a11f962bcbcf225fb927122267de1e8f5faccf53), [`9b644d799`](https://github.com/clerk/javascript/commit/9b644d7991b8cba4b385e9443f87798cde5c9989), [`a9894b445`](https://github.com/clerk/javascript/commit/a9894b445bf1e463176b0442fb73c48f89d9fed8), [`e67fcfe19`](https://github.com/clerk/javascript/commit/e67fcfe1984ad619d1cc26654e4b594ba47d02c3), [`81b63e320`](https://github.com/clerk/javascript/commit/81b63e320ba5e828e2893e76b041a737a891ed7d), [`834dadb36`](https://github.com/clerk/javascript/commit/834dadb36c30b2a8f052784de4ad1026b0083b4e), [`29485ebd8`](https://github.com/clerk/javascript/commit/29485ebd8184f4b3b92554c9360998971568e352), [`8000e3a3f`](https://github.com/clerk/javascript/commit/8000e3a3f41052e97ceebb5b31222687e158d7e8), [`e1e5d37d4`](https://github.com/clerk/javascript/commit/e1e5d37d480d56b8cb2fce8d335db87a127f2130), [`70f251007`](https://github.com/clerk/javascript/commit/70f2510074352206bbe7bdadf2c28ccf3c074c12), [`8434782c5`](https://github.com/clerk/javascript/commit/8434782c53147e4e3333746fd6096212dfcaa51d), [`393115678`](https://github.com/clerk/javascript/commit/393115678fa1b659bd6708a0cdc54143e1ec983c), [`a46d6fe99`](https://github.com/clerk/javascript/commit/a46d6fe99bd9b80671b60347b4c35d558012200f)]:
3320 | - @clerk/[email protected]
3321 | - @clerk/[email protected]
3322 | - @clerk/[email protected]
3323 |
3324 | ## 0.19.9
3325 |
3326 | ### Patch Changes
3327 |
3328 | - Warn about environment variables deprecations: ([#1859](https://github.com/clerk/javascript/pull/1859)) by [@dimkl](https://github.com/dimkl)
3329 | - `CLERK_API_KEY`
3330 | - `CLERK_FRONTEND_API`
3331 | - `NEXT_PUBLIC_CLERK_FRONTEND_API`
3332 |
3333 | - Introduce a new property on the core Clerk singleton, `sdkMetadata`. This will be populated by each host SDK. This metadata will be used to make logging and debugging easier. ([#1857](https://github.com/clerk/javascript/pull/1857)) by [@BRKalow](https://github.com/BRKalow)
3334 |
3335 | - Introduce new `*EmailLink*` helpers that will replace the `*MagicLink*` helpers. ([#1833](https://github.com/clerk/javascript/pull/1833)) by [@dimkl](https://github.com/dimkl)
3336 |
3337 | Also marked all the `*MagicLink*` as deprecated using JSDocs.
3338 |
3339 | - Updated dependencies [[`977336f79`](https://github.com/clerk/javascript/commit/977336f793cd4ce5984f98dac3cedf9f5ec363f5), [`f20adc357`](https://github.com/clerk/javascript/commit/f20adc357cd9fd34cedb4cc7aac2df4be77fb8ea), [`c04ad94b1`](https://github.com/clerk/javascript/commit/c04ad94b1dd58fe4b59333b76a3988b1811d5cc2), [`997b8e256`](https://github.com/clerk/javascript/commit/997b8e256c8f83d68d0ae4243c7ea5640573d1ae), [`91e9a55f4`](https://github.com/clerk/javascript/commit/91e9a55f4b9f1a8f8d843a788597026015ddeafd), [`25cfa7ae8`](https://github.com/clerk/javascript/commit/25cfa7ae8ad35bad6f3ca18af8ce876ddc0219f9), [`c9b17f5a7`](https://github.com/clerk/javascript/commit/c9b17f5a72cb27786cfc7f1fb42be1233fb10d5c), [`997b8e256`](https://github.com/clerk/javascript/commit/997b8e256c8f83d68d0ae4243c7ea5640573d1ae), [`91014880d`](https://github.com/clerk/javascript/commit/91014880df71c2618d0b1e513da4dd19ccd809e3), [`5a3995b38`](https://github.com/clerk/javascript/commit/5a3995b38b214f376af95b53959554c80aed7dc4), [`7f4d4b942`](https://github.com/clerk/javascript/commit/7f4d4b942e8834462cdc0976b106d9739c345f6b), [`f6faf6fda`](https://github.com/clerk/javascript/commit/f6faf6fdadef9ca8ce0e98e3da40437f43c411ad)]:
3340 | - @clerk/[email protected]
3341 | - @clerk/[email protected]
3342 | - @clerk/[email protected]
3343 |
3344 | ## 0.19.8
3345 |
3346 | ### Patch Changes
3347 |
3348 | - Updated dependencies [[`1136c7c15`](https://github.com/clerk/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1e212c19d`](https://github.com/clerk/javascript/commit/1e212c19d1cbfbcf6bc6718f5aec0a3cb893b96f), [`1136c7c15`](https://github.com/clerk/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679)]:
3349 | - @clerk/[email protected]
3350 | - @clerk/[email protected]
3351 |
3352 | ## 0.19.7
3353 |
3354 | ### Patch Changes
3355 |
3356 | - Pins the internal dependency versions. This ensures that users installing our main framework SDKs will get consistent versions across all @clerk/ packages. ([#1798](https://github.com/clerk/javascript/pull/1798)) by [@BRKalow](https://github.com/BRKalow)
3357 |
3358 | - Updated dependencies [[`b59b6b75d`](https://github.com/clerk/javascript/commit/b59b6b75dc61bc4d7e61f7cca774f3731a2929b9), [`164f3aac7`](https://github.com/clerk/javascript/commit/164f3aac7928bc69301846130cc77986569d4e91), [`68259a2bb`](https://github.com/clerk/javascript/commit/68259a2bb8193befdde9101d4ec9bf305881d5e2), [`33e927c59`](https://github.com/clerk/javascript/commit/33e927c59fbf06436ff642ef9f846bd3b467e3e1), [`0636ff779`](https://github.com/clerk/javascript/commit/0636ff7799e126d1438d2738ce0e46c3b277f46a), [`2e9be8461`](https://github.com/clerk/javascript/commit/2e9be8461f65004c920e359abbf69ef516ff0aa6), [`71bb1c7b5`](https://github.com/clerk/javascript/commit/71bb1c7b570f7b0bbc377c8104c9abcc1af4cacf), [`e592565e0`](https://github.com/clerk/javascript/commit/e592565e0d7707626587f5e0ae7fb7279c84f050), [`19b3aea45`](https://github.com/clerk/javascript/commit/19b3aea451dd57950f80f2d393598d33638f1398)]:
3359 | - @clerk/[email protected]
3360 | - @clerk/[email protected]
3361 |
3362 | ## 0.19.6
3363 |
3364 | ### Patch Changes
3365 |
3366 | - Updated dependencies [[`a0b25671c`](https://github.com/clerk/javascript/commit/a0b25671cdee39cd0c2fca832b8c378fd445ec39), [`d1ad5ac37`](https://github.com/clerk/javascript/commit/d1ad5ac373ff2ff66450afc74aeba9b26fc133ce)]:
3367 | - @clerk/[email protected]
3368 | - @clerk/[email protected]
3369 |
3370 | ## 0.19.5
3371 |
3372 | ### Patch Changes
3373 |
3374 | - Updated dependencies [[`f3f643163`](https://github.com/clerk/javascript/commit/f3f643163a6163d89d3e3407358739d49db8b7f7), [`cc8851765`](https://github.com/clerk/javascript/commit/cc88517650100b0305e4d7a44db62daec3482a33), [`ea4aa67a3`](https://github.com/clerk/javascript/commit/ea4aa67a31675f1ca504cde63eec37a0e351140b), [`5c8754239`](https://github.com/clerk/javascript/commit/5c8754239e9ef13656fb73f30c9c6a6187b9aa81), [`b69fad0ce`](https://github.com/clerk/javascript/commit/b69fad0ceddc462f9071ee89db40485a0abd8528), [`14895e2dd`](https://github.com/clerk/javascript/commit/14895e2dde0fa15b594b1b7d89829d6013f5afc6)]:
3375 | - @clerk/[email protected]
3376 | - @clerk/[email protected]
3377 |
3378 | ## 0.19.4
3379 |
3380 | ### Patch Changes
3381 |
3382 | - The [issue #1680](https://github.com/clerk/javascript/issues/1608) has uncovered that the version `1.3.0` of `react-native-url-polyfill` did not had support for Expo Web. ([#1773](https://github.com/clerk/javascript/pull/1773)) by [@octoper](https://github.com/octoper)
3383 |
3384 | The error was that because we rely on `react-native-url-polyfill/auto`, the would also apply the polyfill if executed on the web, which is not required as the `URL` has support for all modern browsers and there is no need to pollyfill it.
3385 |
3386 | The version of `react-native-url-polyfill` was upgraded from `1.3.0` to `2.0.0` to fix the error.
3387 |
3388 | - Updated dependencies [[`0eb666118`](https://github.com/clerk/javascript/commit/0eb66611882e6c460cc6a6c5cfa1d9b086ec6917), [`53ccb27cf`](https://github.com/clerk/javascript/commit/53ccb27cfd195af65adde6694572ed523fc66d6d), [`3ceb2a734`](https://github.com/clerk/javascript/commit/3ceb2a734a43f134956164377399fec46e01e0a1), [`c61ddf5bf`](https://github.com/clerk/javascript/commit/c61ddf5bf2664e38bbaba6572d421adac8a2eff7), [`0366e0b20`](https://github.com/clerk/javascript/commit/0366e0b208e9086896562af94f24cdbd401c702c)]:
3389 | - @clerk/[email protected]
3390 | - @clerk/[email protected]
3391 |
3392 | ## 0.19.3
3393 |
3394 | ### Patch Changes
3395 |
3396 | - Updated dependencies [[`a2c7115dd`](https://github.com/clerk/javascript/commit/a2c7115dd3f4574e1970a985360916d954ad36cd), [`378a903ac`](https://github.com/clerk/javascript/commit/378a903ac4dc12e6ee708de20f0d9a5aa758bd18)]:
3397 | - @clerk/[email protected]
3398 | - @clerk/[email protected]
3399 |
3400 | ## 0.19.2
3401 |
3402 | ### Patch Changes
3403 |
3404 | - Change `README` to include updated links to issue templates and update Discord link. ([#1750](https://github.com/clerk/javascript/pull/1750)) by [@LekoArts](https://github.com/LekoArts)
3405 |
3406 | - Updated dependencies [[`30bb9eccb`](https://github.com/clerk/javascript/commit/30bb9eccb95632fb1de02b756e818118ca6324f7), [`e99df0a0d`](https://github.com/clerk/javascript/commit/e99df0a0de8ab91e9de4d32dfab46ad562f510d3), [`4327b91f9`](https://github.com/clerk/javascript/commit/4327b91f9ed65b440afaa5f76a6231aeacd3541a), [`a8eb4351a`](https://github.com/clerk/javascript/commit/a8eb4351a623b26a961c6968684e3a1f43ebd10d), [`23c073957`](https://github.com/clerk/javascript/commit/23c073957bc61cf27824e9c7e15e89f65c3eab35), [`01b024c57`](https://github.com/clerk/javascript/commit/01b024c57c80ae00d83801fe90b2992111dc1a68), [`b0f396bc5`](https://github.com/clerk/javascript/commit/b0f396bc5c75c9920df46e26d672c37f3cc3d974), [`16f667275`](https://github.com/clerk/javascript/commit/16f667275c7dd6f97ca94b247d72afa92c4ab4ce), [`7fa93644d`](https://github.com/clerk/javascript/commit/7fa93644d47252a472000633a939dc15d8d7f292), [`634948fda`](https://github.com/clerk/javascript/commit/634948fdaf9276b593f8fabcb2af45f3c3457048), [`43786f8d0`](https://github.com/clerk/javascript/commit/43786f8d0d89c3e8a827415aabba4020a928eeed)]:
3407 | - @clerk/[email protected]
3408 | - @clerk/[email protected]
3409 |
3410 | ## 0.19.1
3411 |
3412 | ### Patch Changes
3413 |
3414 | - Updated dependencies [[`463ff84f5`](https://github.com/clerk/javascript/commit/463ff84f5bfb7114102ca6cb5a2ea2fce705164c), [`1426e5eb3`](https://github.com/clerk/javascript/commit/1426e5eb3730bb79e2ec5341fa4347d7fa957739)]:
3415 | - @clerk/[email protected]
3416 | - @clerk/[email protected]
3417 |
3418 | ## 0.19.0
3419 |
3420 | ### Minor Changes
3421 |
3422 | - Support swapping the Clerk publishableKey at runtime to allow users to toggle the instance being used. ([#1655](https://github.com/clerk/javascript/pull/1655)) by [@BRKalow](https://github.com/BRKalow)
3423 |
3424 | ### Patch Changes
3425 |
3426 | - Updated dependencies [[`6384ea8da`](https://github.com/clerk/javascript/commit/6384ea8dae85b3e1b58b0b70c761c0d2794e3aaa), [`b491dddae`](https://github.com/clerk/javascript/commit/b491dddae41030556b0be5c709f128838d4b1196), [`a102c21d4`](https://github.com/clerk/javascript/commit/a102c21d4762895a80a1ad846700763cc801b3f3)]:
3427 | - @clerk/[email protected]
3428 | - @clerk/[email protected]
3429 |
3430 | ## 0.18.20
3431 |
3432 | ### Patch Changes
3433 |
3434 | - Updated dependencies [[`3882e913f`](https://github.com/clerk/javascript/commit/3882e913fd9bf4b7d1a9bf71691296d866204e56)]:
3435 | - @clerk/[email protected]
3436 |
3437 | ## 0.18.19
3438 |
3439 | ### Patch Changes
3440 |
3441 | - Updated dependencies [[`27a70551c`](https://github.com/clerk/javascript/commit/27a70551cb1fa3fdcf9878f78f32c6b19a18fea0)]:
3442 | - @clerk/[email protected]
3443 |
3444 | ## 0.18.18
3445 |
3446 | ### Patch Changes
3447 |
3448 | - Ensure the session token is updated when calling `setActive()` in a non-browser environment. ([#1623](https://github.com/clerk/javascript/pull/1623)) by [@BRKalow](https://github.com/BRKalow)
3449 |
3450 | - Updated dependencies [[`854aa381c`](https://github.com/clerk/javascript/commit/854aa381c31b712f264767e16e7025884a5122d7), [`96cc1921c`](https://github.com/clerk/javascript/commit/96cc1921cac20442f19510137ee0100df5f8a0f4), [`8d1e7d76d`](https://github.com/clerk/javascript/commit/8d1e7d76de40c0ecb367c6745094dd0a75f764b3), [`435d2cff5`](https://github.com/clerk/javascript/commit/435d2cff5dfc86c58690d3f0d843f567ac4f3c04), [`8873841fc`](https://github.com/clerk/javascript/commit/8873841fcbb96f31aaeb8a12a0ce1d90512986d4), [`0a5f632f8`](https://github.com/clerk/javascript/commit/0a5f632f83bb4dae4cc82718dc86b7df3a125a56), [`34da40a50`](https://github.com/clerk/javascript/commit/34da40a5035b37eb365c6cb273e25c4d3bcf7161), [`3158752c7`](https://github.com/clerk/javascript/commit/3158752c73b9266775f954d3adaf43c66ba8b2e8), [`8538cd0c1`](https://github.com/clerk/javascript/commit/8538cd0c1e2ee2e38bd11079735a2ffc6738f71b), [`a412a5014`](https://github.com/clerk/javascript/commit/a412a501426f5d7a32284fda47efe48a04b5d38e), [`4ea30e883`](https://github.com/clerk/javascript/commit/4ea30e883a4f5c19cdde3424bf02afa99e2bc86d), [`d39c029a5`](https://github.com/clerk/javascript/commit/d39c029a543e861556773bfbc0b208cde3a54521), [`86de584dd`](https://github.com/clerk/javascript/commit/86de584ddf1c22ec99852b983a92386e5542613c), [`ac5a70059`](https://github.com/clerk/javascript/commit/ac5a70059ca142a95b168909c05d488c05d94c3a), [`e02a1aff2`](https://github.com/clerk/javascript/commit/e02a1aff2d4b1478601a2e7b598d600ab3902169), [`1663aaae7`](https://github.com/clerk/javascript/commit/1663aaae704b8a0f62e31acab440584e681666b3), [`09bfb793e`](https://github.com/clerk/javascript/commit/09bfb793ee54d50eb54ef4e3a5eb385ea2f2fb54), [`b2296d630`](https://github.com/clerk/javascript/commit/b2296d6304e1ca31a35450e0c67a12555c0142f9), [`52ce79108`](https://github.com/clerk/javascript/commit/52ce79108fb5cb4fc84bf4f2df3e3dc748ee4eb3), [`4764e40c7`](https://github.com/clerk/javascript/commit/4764e40c7e858803fc6379dec20fcf687dcaed64), [`1e117beec`](https://github.com/clerk/javascript/commit/1e117beeca53f27d8e9f58f2a724fbc8a7d54021), [`89bc5de04`](https://github.com/clerk/javascript/commit/89bc5de04aafa9832d4d1b5f816af2340acd14d4)]:
3451 | - @clerk/[email protected]
3452 | - @clerk/[email protected]
3453 |
3454 | ## 0.18.17
3455 |
3456 | ### Patch Changes
3457 |
3458 | - Updated dependencies [[`ea95525a4`](https://github.com/clerk/javascript/commit/ea95525a423bcc89bc9e210c2d29c78e5a6c1210), [`24a46ae7e`](https://github.com/clerk/javascript/commit/24a46ae7e038b56197dc56a535c05e698c5bf249), [`0b9388c01`](https://github.com/clerk/javascript/commit/0b9388c01b84557e3b63c1de91ab8b51369b26a7), [`2244f6ab1`](https://github.com/clerk/javascript/commit/2244f6ab1015536a929567d0f551f9a933634bab), [`5e1a09df4`](https://github.com/clerk/javascript/commit/5e1a09df4e905ddd887d64c7e8cab10fb4beb3ec), [`0a59e122d`](https://github.com/clerk/javascript/commit/0a59e122d12b672f111a43ef3897061bfd9bdb52)]:
3459 | - @clerk/[email protected]
3460 | - @clerk/[email protected]
3461 |
3462 | ## 0.18.16
3463 |
3464 | ### Patch Changes
3465 |
3466 | - Updated dependencies []:
3467 | - @clerk/[email protected]
3468 |
3469 | ## 0.18.15
3470 |
3471 | ### Patch Changes
3472 |
3473 | - Updated dependencies [[`6fa4768dc`](https://github.com/clerk/javascript/commit/6fa4768dc6b261026d6e75d84c9ade1f389fe0d3), [`671561697`](https://github.com/clerk/javascript/commit/671561697c205dd984fd4c6b9864055d8fe2fc8b), [`38644778e`](https://github.com/clerk/javascript/commit/38644778ee9cc0b4196bd32537c543b8c51775c3), [`808e45dc4`](https://github.com/clerk/javascript/commit/808e45dc42cc65c8aec99f034131721d34d32656)]:
3474 | - @clerk/[email protected]
3475 | - @clerk/[email protected]
3476 |
3477 | ## 0.18.14
3478 |
3479 | ### Patch Changes
3480 |
3481 | - Updated dependencies [[`2a9d83280`](https://github.com/clerk/javascript/commit/2a9d8328011cb4c3e1a4c6c675cbd5a4edac4c5c), [`a9ca4355d`](https://github.com/clerk/javascript/commit/a9ca4355de4375046c79ecbe09bf3998ae94ded1)]:
3482 | - @clerk/[email protected]
3483 | - @clerk/[email protected]
3484 |
3485 | ## 0.18.13
3486 |
3487 | ### Patch Changes
3488 |
3489 | - Updated dependencies [[`73c9c1d0e`](https://github.com/clerk/javascript/commit/73c9c1d0e3c5f102a515e1ddda01a0a441b40d5b), [`ae9fc247a`](https://github.com/clerk/javascript/commit/ae9fc247aca5bf8211cc8e021706325a010ce9d3), [`1a151e701`](https://github.com/clerk/javascript/commit/1a151e701da80f2d5b1ba1447d6fd5f8612a4bb8), [`0a7a88995`](https://github.com/clerk/javascript/commit/0a7a889956f5e060584b17cdb59d9c9abe5473f9), [`17f963e38`](https://github.com/clerk/javascript/commit/17f963e38101733b8c5e500db251a5128f762c8f), [`592911196`](https://github.com/clerk/javascript/commit/5929111966811ac578019a9c1dda03b09eda72a8), [`dd10ebeae`](https://github.com/clerk/javascript/commit/dd10ebeae54d70b84b7c0374cea2876e9cdd6622), [`cf918665c`](https://github.com/clerk/javascript/commit/cf918665c55cac911afa17332bcce71435343d9d)]:
3490 | - @clerk/[email protected]
3491 | - @clerk/[email protected]
3492 |
3493 | ## 0.18.12
3494 |
3495 | ### Patch Changes
3496 |
3497 | - Updated dependencies []:
3498 | - @clerk/[email protected]
3499 |
3500 | ## 0.18.11
3501 |
3502 | ### Patch Changes
3503 |
3504 | - Updated dependencies [[`fb426385b`](https://github.com/clerk/javascript/commit/fb426385be19b888e311613d830b125c7df152aa), [`f6b77a1a3`](https://github.com/clerk/javascript/commit/f6b77a1a338cddeadb3cc7019171bf9703d7676e), [`670a7616d`](https://github.com/clerk/javascript/commit/670a7616d8476075eabf8a153d2bf84422a5cbd3)]:
3505 | - @clerk/[email protected]
3506 | - @clerk/[email protected]
3507 |
3508 | ## 0.18.10
3509 |
3510 | ### Patch Changes
3511 |
3512 | - Updated dependencies [[`968d9c265`](https://github.com/clerk/javascript/commit/968d9c2651ce25f6e03c2e6eecd81f7daf876f03)]:
3513 | - @clerk/[email protected]
3514 |
3515 | ## 0.18.9
3516 |
3517 | ### Patch Changes
3518 |
3519 | - Updated dependencies [[`1e71b60a2`](https://github.com/clerk/javascript/commit/1e71b60a2c6832a5f4f9c75ad4152b82db2b52e1)]:
3520 | - @clerk/[email protected]
3521 |
3522 | ## 0.18.8
3523 |
3524 | ### Patch Changes
3525 |
3526 | - Updated dependencies [[`ac236e8d3`](https://github.com/clerk/javascript/commit/ac236e8d3e23111b9b990a32c94358c179812d6a)]:
3527 | - @clerk/[email protected]
3528 | - @clerk/[email protected]
3529 |
3530 | ## 0.18.7
3531 |
3532 | ### Patch Changes
3533 |
3534 | - Updated dependencies [[`9b79d9b64`](https://github.com/clerk/javascript/commit/9b79d9b6465175f966dcecdd750f8904ad44c69e)]:
3535 | - @clerk/[email protected]
3536 |
3537 | ## 0.18.6
3538 |
3539 | ### Patch Changes
3540 |
3541 | - Updated dependencies [[`32ef3304`](https://github.com/clerk/javascript/commit/32ef3304161c2d7b307c02222ffee590bd821e5b), [`bfb3af28`](https://github.com/clerk/javascript/commit/bfb3af28eb69d47e31f2b846d1ecc309fd885704)]:
3542 | - @clerk/[email protected]
3543 | - @clerk/[email protected]
3544 |
3545 | ## 0.18.5
3546 |
3547 | ### Patch Changes
3548 |
3549 | - Updated dependencies [[`11954816`](https://github.com/clerk/javascript/commit/119548164a1757b878027019c20a688d312b1cfd), [`32148490`](https://github.com/clerk/javascript/commit/32148490b813028412af0467e342aa85227cb4d2)]:
3550 | - @clerk/[email protected]
3551 | - @clerk/[email protected]
3552 |
3553 | ## 0.18.4
3554 |
3555 | ### Patch Changes
3556 |
3557 | - Updated dependencies []:
3558 | - @clerk/[email protected]
3559 | - @clerk/[email protected]
3560 |
3561 | ## 0.18.3
3562 |
3563 | ### Patch Changes
3564 |
3565 | - Updated dependencies [[`9651658c`](https://github.com/clerk/javascript/commit/9651658c2ab00108ffcb9679cd119488c41ec521), [`4e1bb2bd`](https://github.com/clerk/javascript/commit/4e1bb2bd1f3cc933b1e8422849119e0aa16fdaa6)]:
3566 | - @clerk/[email protected]
3567 | - @clerk/[email protected]
3568 |
3569 | ## 0.18.2
3570 |
3571 | ### Patch Changes
3572 |
3573 | - Updated dependencies [[`59bc649a`](https://github.com/clerk/javascript/commit/59bc649a92316f5d6ade00f3cd52a9b46dcdc401)]:
3574 | - @clerk/[email protected]
3575 | - @clerk/[email protected]
3576 |
3577 | ## 0.18.1
3578 |
3579 | ### Patch Changes
3580 |
3581 | - Updated dependencies []:
3582 | - @clerk/[email protected]
3583 |
3584 | ## 0.18.0
3585 |
3586 | ### Minor Changes
3587 |
3588 | - Export error helpers from the shared package to the framework specific packages ([#1308](https://github.com/clerk/javascript/pull/1308)) by [@desiprisg](https://github.com/desiprisg)
3589 |
3590 | ### Patch Changes
3591 |
3592 | - Updated dependencies [[`7af91bc3`](https://github.com/clerk/javascript/commit/7af91bc3ecc25cba04968b491e1e3c6ec32c18af), [`c42b4ac0`](https://github.com/clerk/javascript/commit/c42b4ac02d7ab7022a06b8f484e057999c6d7963), [`6f3d4305`](https://github.com/clerk/javascript/commit/6f3d43055690db1d69a356503a0a45dc948beaef), [`846b00b9`](https://github.com/clerk/javascript/commit/846b00b90167ab5a77456d32653a221faddd835a)]:
3593 | - @clerk/[email protected]
3594 | - @clerk/[email protected]
3595 |
3596 | ## 0.17.8
3597 |
3598 | ### Patch Changes
3599 |
3600 | - Updated dependencies [[`b66ea0a5`](https://github.com/clerk/javascript/commit/b66ea0a5aea0d6801e03a1426a0db69921b7b0e3), [`b66ea0a5`](https://github.com/clerk/javascript/commit/b66ea0a5aea0d6801e03a1426a0db69921b7b0e3), [`b66ea0a5`](https://github.com/clerk/javascript/commit/b66ea0a5aea0d6801e03a1426a0db69921b7b0e3), [`b66ea0a5`](https://github.com/clerk/javascript/commit/b66ea0a5aea0d6801e03a1426a0db69921b7b0e3), [`b66ea0a5`](https://github.com/clerk/javascript/commit/b66ea0a5aea0d6801e03a1426a0db69921b7b0e3), [`b66ea0a5`](https://github.com/clerk/javascript/commit/b66ea0a5aea0d6801e03a1426a0db69921b7b0e3), [`b66ea0a5`](https://github.com/clerk/javascript/commit/b66ea0a5aea0d6801e03a1426a0db69921b7b0e3)]:
3601 | - @clerk/[email protected]
3602 | - @clerk/[email protected]
3603 |
3604 | ## [0.17.0](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-05-15)
3605 |
3606 | **Note:** Version bump only for package @clerk/clerk-expo
3607 |
3608 | ### [0.16.4](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-05-04)
3609 |
3610 | **Note:** Version bump only for package @clerk/clerk-expo
3611 |
3612 | ### [0.16.4-staging.5](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-05-04)
3613 |
3614 | **Note:** Version bump only for package @clerk/clerk-expo
3615 |
3616 | ### [0.16.4-staging.3](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-05-02)
3617 |
3618 | **Note:** Version bump only for package @clerk/clerk-expo
3619 |
3620 | ### [0.16.3](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-04-19)
3621 |
3622 | **Note:** Version bump only for package @clerk/clerk-expo
3623 |
3624 | ### [0.16.2](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-04-19)
3625 |
3626 | **Note:** Version bump only for package @clerk/clerk-expo
3627 |
3628 | ### [0.16.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-04-12)
3629 |
3630 | **Note:** Version bump only for package @clerk/clerk-expo
3631 |
3632 | ## [0.16.0](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-04-11)
3633 |
3634 | **Note:** Version bump only for package @clerk/clerk-expo
3635 |
3636 | ## [0.15.0](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-04-06)
3637 |
3638 | **Note:** Version bump only for package @clerk/clerk-expo
3639 |
3640 | ### [0.14.3](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-04-03)
3641 |
3642 | **Note:** Version bump only for package @clerk/clerk-expo
3643 |
3644 | ### [0.14.2](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-03-31)
3645 |
3646 | **Note:** Version bump only for package @clerk/clerk-expo
3647 |
3648 | ### [0.14.2-staging.3](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-03-31)
3649 |
3650 | **Note:** Version bump only for package @clerk/clerk-expo
3651 |
3652 | ### [0.14.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-03-29)
3653 |
3654 | **Note:** Version bump only for package @clerk/clerk-expo
3655 |
3656 | ## [0.14.0](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-03-29)
3657 |
3658 | **Note:** Version bump only for package @clerk/clerk-expo
3659 |
3660 | ### [0.12.13](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-03-10)
3661 |
3662 | **Note:** Version bump only for package @clerk/clerk-expo
3663 |
3664 | ### [0.12.12](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-03-09)
3665 |
3666 | **Note:** Version bump only for package @clerk/clerk-expo
3667 |
3668 | ### [0.12.11](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-03-07)
3669 |
3670 | **Note:** Version bump only for package @clerk/clerk-expo
3671 |
3672 | ### [0.12.10](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-03-07)
3673 |
3674 | **Note:** Version bump only for package @clerk/clerk-expo
3675 |
3676 | ### [0.12.9](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-03-03)
3677 |
3678 | **Note:** Version bump only for package @clerk/clerk-expo
3679 |
3680 | ### [0.12.8](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-03-01)
3681 |
3682 | **Note:** Version bump only for package @clerk/clerk-expo
3683 |
3684 | ### [0.12.7](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-02-27)
3685 |
3686 | **Note:** Version bump only for package @clerk/clerk-expo
3687 |
3688 | ### [0.12.6](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-02-25)
3689 |
3690 | **Note:** Version bump only for package @clerk/clerk-expo
3691 |
3692 | ### [0.12.6-staging.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-02-25)
3693 |
3694 | **Note:** Version bump only for package @clerk/clerk-expo
3695 |
3696 | ### [0.12.5](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-02-24)
3697 |
3698 | **Note:** Version bump only for package @clerk/clerk-expo
3699 |
3700 | ### [0.12.5-staging.3](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-02-22)
3701 |
3702 | **Note:** Version bump only for package @clerk/clerk-expo
3703 |
3704 | ### [0.12.4](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-02-17)
3705 |
3706 | **Note:** Version bump only for package @clerk/clerk-expo
3707 |
3708 | ### [0.12.3](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-02-15)
3709 |
3710 | **Note:** Version bump only for package @clerk/clerk-expo
3711 |
3712 | ### [0.12.2](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-02-10)
3713 |
3714 | **Note:** Version bump only for package @clerk/clerk-expo
3715 |
3716 | ### [0.12.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-02-07)
3717 |
3718 | **Note:** Version bump only for package @clerk/clerk-expo
3719 |
3720 | ### [0.12.1-staging.0](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-02-07)
3721 |
3722 | **Note:** Version bump only for package @clerk/clerk-expo
3723 |
3724 | ## [0.12.0](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-02-07)
3725 |
3726 | **Note:** Version bump only for package @clerk/clerk-expo
3727 |
3728 | ### [0.11.7](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-02-01)
3729 |
3730 | **Note:** Version bump only for package @clerk/clerk-expo
3731 |
3732 | ### [0.11.6](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-01-27)
3733 |
3734 | **Note:** Version bump only for package @clerk/clerk-expo
3735 |
3736 | ### [0.11.5](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-01-24)
3737 |
3738 | **Note:** Version bump only for package @clerk/clerk-expo
3739 |
3740 | ### [0.11.4](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-01-20)
3741 |
3742 | **Note:** Version bump only for package @clerk/clerk-expo
3743 |
3744 | ### [0.11.3](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-01-19)
3745 |
3746 | **Note:** Version bump only for package @clerk/clerk-expo
3747 |
3748 | ### [0.11.2](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-01-17)
3749 |
3750 | **Note:** Version bump only for package @clerk/clerk-expo
3751 |
3752 | ### [0.11.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-01-17)
3753 |
3754 | **Note:** Version bump only for package @clerk/clerk-expo
3755 |
3756 | ## [0.11.0](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2023-01-17)
3757 |
3758 | **Note:** Version bump only for package @clerk/clerk-expo
3759 |
3760 | ### [0.10.16](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-12-23)
3761 |
3762 | **Note:** Version bump only for package @clerk/clerk-expo
3763 |
3764 | ### [0.10.15](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-12-19)
3765 |
3766 | **Note:** Version bump only for package @clerk/clerk-expo
3767 |
3768 | ### [0.10.14](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-12-14)
3769 |
3770 | **Note:** Version bump only for package @clerk/clerk-expo
3771 |
3772 | ### [0.10.13](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-12-13)
3773 |
3774 | **Note:** Version bump only for package @clerk/clerk-expo
3775 |
3776 | ### [0.10.12](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-12-12)
3777 |
3778 | **Note:** Version bump only for package @clerk/clerk-expo
3779 |
3780 | ### [0.10.11](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-12-12)
3781 |
3782 | **Note:** Version bump only for package @clerk/clerk-expo
3783 |
3784 | ### [0.10.10](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-12-09)
3785 |
3786 | **Note:** Version bump only for package @clerk/clerk-expo
3787 |
3788 | ### [0.10.9](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-12-08)
3789 |
3790 | **Note:** Version bump only for package @clerk/clerk-expo
3791 |
3792 | ### [0.10.8](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-12-08)
3793 |
3794 | **Note:** Version bump only for package @clerk/clerk-expo
3795 |
3796 | ### [0.10.7](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-12-08)
3797 |
3798 | **Note:** Version bump only for package @clerk/clerk-expo
3799 |
3800 | ### [0.10.6](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-12-02)
3801 |
3802 | **Note:** Version bump only for package @clerk/clerk-expo
3803 |
3804 | ### [0.10.5](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-30)
3805 |
3806 | **Note:** Version bump only for package @clerk/clerk-expo
3807 |
3808 | ### [0.10.5-staging.2](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-30)
3809 |
3810 | **Note:** Version bump only for package @clerk/clerk-expo
3811 |
3812 | ### [0.10.5-staging.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-30)
3813 |
3814 | **Note:** Version bump only for package @clerk/clerk-expo
3815 |
3816 | ### [0.10.4](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-30)
3817 |
3818 | **Note:** Version bump only for package @clerk/clerk-expo
3819 |
3820 | ### [0.10.4-staging.8](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-30)
3821 |
3822 | **Note:** Version bump only for package @clerk/clerk-expo
3823 |
3824 | ### [0.10.4-staging.7](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-29)
3825 |
3826 | **Note:** Version bump only for package @clerk/clerk-expo
3827 |
3828 | ### [0.10.4-staging.6](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-29)
3829 |
3830 | **Note:** Version bump only for package @clerk/clerk-expo
3831 |
3832 | ### [0.10.3](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-25)
3833 |
3834 | **Note:** Version bump only for package @clerk/clerk-expo
3835 |
3836 | ### [0.10.3-staging.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-25)
3837 |
3838 | **Note:** Version bump only for package @clerk/clerk-expo
3839 |
3840 | ### [0.10.2](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-25)
3841 |
3842 | **Note:** Version bump only for package @clerk/clerk-expo
3843 |
3844 | ### [0.10.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-23)
3845 |
3846 | **Note:** Version bump only for package @clerk/clerk-expo
3847 |
3848 | ## [0.10.0](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-22)
3849 |
3850 | **Note:** Version bump only for package @clerk/clerk-expo
3851 |
3852 | ## [0.10.0-staging.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-21)
3853 |
3854 | ### Bug Fixes
3855 |
3856 | - **clerk-react:** Add HeadlessBrowserClerk ([4236147](https://github.com/clerk/javascript/commit/4236147201b32e3f1d60ebbe2c36de8e89e5e2f6))
3857 |
3858 | ## [0.10.0-staging.0](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-21)
3859 |
3860 | ### Features
3861 |
3862 | - **clerk-js:** Improve DX for headless import ([8d64310](https://github.com/clerk/javascript/commit/8d64310ab23c6e21f8a687e503521245acad8211))
3863 |
3864 | ### [0.9.73](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-18)
3865 |
3866 | **Note:** Version bump only for package @clerk/clerk-expo
3867 |
3868 | ### [0.9.72](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-15)
3869 |
3870 | **Note:** Version bump only for package @clerk/clerk-expo
3871 |
3872 | ### [0.9.71](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-15)
3873 |
3874 | **Note:** Version bump only for package @clerk/clerk-expo
3875 |
3876 | ### [0.9.70](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-10)
3877 |
3878 | **Note:** Version bump only for package @clerk/clerk-expo
3879 |
3880 | ### [0.9.69](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-05)
3881 |
3882 | **Note:** Version bump only for package @clerk/clerk-expo
3883 |
3884 | ### [0.9.68](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-03)
3885 |
3886 | **Note:** Version bump only for package @clerk/clerk-expo
3887 |
3888 | ### [0.9.68-staging.4](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-02)
3889 |
3890 | **Note:** Version bump only for package @clerk/clerk-expo
3891 |
3892 | ### [0.9.68-staging.3](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-02)
3893 |
3894 | **Note:** Version bump only for package @clerk/clerk-expo
3895 |
3896 | ### [0.9.68-staging.2](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-02)
3897 |
3898 | **Note:** Version bump only for package @clerk/clerk-expo
3899 |
3900 | ### [0.9.68-staging.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-11-02)
3901 |
3902 | **Note:** Version bump only for package @clerk/clerk-expo
3903 |
3904 | ### [0.9.67](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-10-24)
3905 |
3906 | **Note:** Version bump only for package @clerk/clerk-expo
3907 |
3908 | ### [0.9.66](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-10-24)
3909 |
3910 | **Note:** Version bump only for package @clerk/clerk-expo
3911 |
3912 | ### [0.9.65](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-10-14)
3913 |
3914 | **Note:** Version bump only for package @clerk/clerk-expo
3915 |
3916 | ### [0.9.64](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-10-14)
3917 |
3918 | **Note:** Version bump only for package @clerk/clerk-expo
3919 |
3920 | ### [0.9.63](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-10-14)
3921 |
3922 | **Note:** Version bump only for package @clerk/clerk-expo
3923 |
3924 | ### [0.9.63-staging.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-10-13)
3925 |
3926 | **Note:** Version bump only for package @clerk/clerk-expo
3927 |
3928 | ### [0.9.62](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-10-07)
3929 |
3930 | **Note:** Version bump only for package @clerk/clerk-expo
3931 |
3932 | ### [0.9.61](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-10-05)
3933 |
3934 | **Note:** Version bump only for package @clerk/clerk-expo
3935 |
3936 | ### [0.9.60](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-10-03)
3937 |
3938 | **Note:** Version bump only for package @clerk/clerk-expo
3939 |
3940 | ### [0.9.59](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-09-29)
3941 |
3942 | **Note:** Version bump only for package @clerk/clerk-expo
3943 |
3944 | ### [0.9.58](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-09-25)
3945 |
3946 | **Note:** Version bump only for package @clerk/clerk-expo
3947 |
3948 | ### [0.9.57](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-09-24)
3949 |
3950 | **Note:** Version bump only for package @clerk/clerk-expo
3951 |
3952 | ### [0.9.57-staging.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-09-24)
3953 |
3954 | **Note:** Version bump only for package @clerk/clerk-expo
3955 |
3956 | ### [0.9.56](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-09-22)
3957 |
3958 | ### Bug Fixes
3959 |
3960 | - **clerk-expo:** Add org hooks to expo ([93ac733](https://github.com/clerk/javascript/commit/93ac73329d6c36ffdf269b5ae6f26ec18e0246c0))
3961 |
3962 | ### [0.9.55](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-09-19)
3963 |
3964 | **Note:** Version bump only for package @clerk/clerk-expo
3965 |
3966 | ### [0.9.53](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-09-16)
3967 |
3968 | **Note:** Version bump only for package @clerk/clerk-expo
3969 |
3970 | ### [0.9.52](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-09-07)
3971 |
3972 | **Note:** Version bump only for package @clerk/clerk-expo
3973 |
3974 | ### [0.9.51](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-09-07)
3975 |
3976 | **Note:** Version bump only for package @clerk/clerk-expo
3977 |
3978 | ### [0.9.50](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-09-03)
3979 |
3980 | **Note:** Version bump only for package @clerk/clerk-expo
3981 |
3982 | ### [0.9.49](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-09-02)
3983 |
3984 | **Note:** Version bump only for package @clerk/clerk-expo
3985 |
3986 | ### [0.9.48](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-08-29)
3987 |
3988 | **Note:** Version bump only for package @clerk/clerk-expo
3989 |
3990 | ### [0.9.47](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-08-29)
3991 |
3992 | **Note:** Version bump only for package @clerk/clerk-expo
3993 |
3994 | ### [0.9.46](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-08-24)
3995 |
3996 | **Note:** Version bump only for package @clerk/clerk-expo
3997 |
3998 | ### [0.9.45](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-08-18)
3999 |
4000 | **Note:** Version bump only for package @clerk/clerk-expo
4001 |
4002 | ### [0.9.44](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-08-18)
4003 |
4004 | **Note:** Version bump only for package @clerk/clerk-expo
4005 |
4006 | ### [0.9.44-staging.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-08-18)
4007 |
4008 | **Note:** Version bump only for package @clerk/clerk-expo
4009 |
4010 | ### [0.9.43](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-08-16)
4011 |
4012 | **Note:** Version bump only for package @clerk/clerk-expo
4013 |
4014 | ### [0.9.42](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-08-11)
4015 |
4016 | **Note:** Version bump only for package @clerk/clerk-expo
4017 |
4018 | ### [0.9.41](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-08-10)
4019 |
4020 | **Note:** Version bump only for package @clerk/clerk-expo
4021 |
4022 | ### [0.9.40](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-08-09)
4023 |
4024 | **Note:** Version bump only for package @clerk/clerk-expo
4025 |
4026 | ### [0.9.39](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-08-07)
4027 |
4028 | **Note:** Version bump only for package @clerk/clerk-expo
4029 |
4030 | ### [0.9.38](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-08-05)
4031 |
4032 | **Note:** Version bump only for package @clerk/clerk-expo
4033 |
4034 | ### [0.9.37](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-08-04)
4035 |
4036 | **Note:** Version bump only for package @clerk/clerk-expo
4037 |
4038 | ### [0.9.36](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-07-13)
4039 |
4040 | **Note:** Version bump only for package @clerk/clerk-expo
4041 |
4042 | ### [0.9.35](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-07-12)
4043 |
4044 | **Note:** Version bump only for package @clerk/clerk-expo
4045 |
4046 | ### [0.9.34](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-07-11)
4047 |
4048 | **Note:** Version bump only for package @clerk/clerk-expo
4049 |
4050 | ### [0.9.33](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-07-07)
4051 |
4052 | **Note:** Version bump only for package @clerk/clerk-expo
4053 |
4054 | ### [0.9.32](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-07-06)
4055 |
4056 | **Note:** Version bump only for package @clerk/clerk-expo
4057 |
4058 | ### [0.9.31](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-07-01)
4059 |
4060 | **Note:** Version bump only for package @clerk/clerk-expo
4061 |
4062 | ### [0.9.30](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-06-24)
4063 |
4064 | **Note:** Version bump only for package @clerk/clerk-expo
4065 |
4066 | ### [0.9.29](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-06-16)
4067 |
4068 | **Note:** Version bump only for package @clerk/clerk-expo
4069 |
4070 | ### [0.9.29-staging.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-06-16)
4071 |
4072 | **Note:** Version bump only for package @clerk/clerk-expo
4073 |
4074 | ### [0.9.28](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-06-15)
4075 |
4076 | **Note:** Version bump only for package @clerk/clerk-expo
4077 |
4078 | ### [0.9.27](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-06-07)
4079 |
4080 | **Note:** Version bump only for package @clerk/clerk-expo
4081 |
4082 | ### [0.9.26](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-06-06)
4083 |
4084 | **Note:** Version bump only for package @clerk/clerk-expo
4085 |
4086 | ### [0.9.25](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-06-06)
4087 |
4088 | **Note:** Version bump only for package @clerk/clerk-expo
4089 |
4090 | ### [0.9.25-staging.5](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-06-03)
4091 |
4092 | **Note:** Version bump only for package @clerk/clerk-expo
4093 |
4094 | ### [0.9.25-staging.4](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-06-03)
4095 |
4096 | **Note:** Version bump only for package @clerk/clerk-expo
4097 |
4098 | ### [0.9.25-staging.3](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-06-03)
4099 |
4100 | **Note:** Version bump only for package @clerk/clerk-expo
4101 |
4102 | ### [0.9.25-staging.2](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-06-02)
4103 |
4104 | **Note:** Version bump only for package @clerk/clerk-expo
4105 |
4106 | ### [0.9.25-staging.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-06-01)
4107 |
4108 | **Note:** Version bump only for package @clerk/clerk-expo
4109 |
4110 | ### [0.9.24](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-05-20)
4111 |
4112 | **Note:** Version bump only for package @clerk/clerk-expo
4113 |
4114 | ### [0.9.24-staging.5](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-05-20)
4115 |
4116 | **Note:** Version bump only for package @clerk/clerk-expo
4117 |
4118 | ### [0.9.24-staging.4](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-05-19)
4119 |
4120 | **Note:** Version bump only for package @clerk/clerk-expo
4121 |
4122 | ### [0.9.24-staging.3](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-05-18)
4123 |
4124 | **Note:** Version bump only for package @clerk/clerk-expo
4125 |
4126 | ### [0.9.24-staging.2](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-05-17)
4127 |
4128 | **Note:** Version bump only for package @clerk/clerk-expo
4129 |
4130 | ### [0.9.24-staging.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-05-16)
4131 |
4132 | **Note:** Version bump only for package @clerk/clerk-expo
4133 |
4134 | ### [0.9.23](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-05-13)
4135 |
4136 | **Note:** Version bump only for package @clerk/clerk-expo
4137 |
4138 | ### [0.9.22](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-05-12)
4139 |
4140 | **Note:** Version bump only for package @clerk/clerk-expo
4141 |
4142 | ### [0.9.21](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-05-12)
4143 |
4144 | **Note:** Version bump only for package @clerk/clerk-expo
4145 |
4146 | ### [0.9.20](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-05-11)
4147 |
4148 | **Note:** Version bump only for package @clerk/clerk-expo
4149 |
4150 | ### [0.9.20-staging.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-05-11)
4151 |
4152 | **Note:** Version bump only for package @clerk/clerk-expo
4153 |
4154 | ### [0.9.19](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-05-06)
4155 |
4156 | **Note:** Version bump only for package @clerk/clerk-expo
4157 |
4158 | ### [0.9.19-staging.0](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-05-05)
4159 |
4160 | **Note:** Version bump only for package @clerk/clerk-expo
4161 |
4162 | ### [0.9.18](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-05-05)
4163 |
4164 | **Note:** Version bump only for package @clerk/clerk-expo
4165 |
4166 | ### [0.9.17](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-04-28)
4167 |
4168 | **Note:** Version bump only for package @clerk/clerk-expo
4169 |
4170 | ### [0.9.16](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-04-27)
4171 |
4172 | **Note:** Version bump only for package @clerk/clerk-expo
4173 |
4174 | ### [0.9.15](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-04-27)
4175 |
4176 | **Note:** Version bump only for package @clerk/clerk-expo
4177 |
4178 | ### [0.9.14](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-04-22)
4179 |
4180 | **Note:** Version bump only for package @clerk/clerk-expo
4181 |
4182 | ### [0.9.13](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-04-19)
4183 |
4184 | **Note:** Version bump only for package @clerk/clerk-expo
4185 |
4186 | ### [0.9.13-staging.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-04-19)
4187 |
4188 | **Note:** Version bump only for package @clerk/clerk-expo
4189 |
4190 | ### [0.9.12](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-04-18)
4191 |
4192 | **Note:** Version bump only for package @clerk/clerk-expo
4193 |
4194 | ### [0.9.12-alpha.0](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-04-15)
4195 |
4196 | **Note:** Version bump only for package @clerk/clerk-expo
4197 |
4198 | ### [0.9.11](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-04-15)
4199 |
4200 | **Note:** Version bump only for package @clerk/clerk-expo
4201 |
4202 | ### [0.9.10](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-04-15)
4203 |
4204 | **Note:** Version bump only for package @clerk/clerk-expo
4205 |
4206 | ### [0.9.9](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-04-13)
4207 |
4208 | **Note:** Version bump only for package @clerk/clerk-expo
4209 |
4210 | ### [0.9.8](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-04-11)
4211 |
4212 | **Note:** Version bump only for package @clerk/clerk-expo
4213 |
4214 | ### [0.9.7](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-04-07)
4215 |
4216 | **Note:** Version bump only for package @clerk/clerk-expo
4217 |
4218 | ### [0.9.6](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-04-04)
4219 |
4220 | **Note:** Version bump only for package @clerk/clerk-expo
4221 |
4222 | ### [0.9.5](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-31)
4223 |
4224 | **Note:** Version bump only for package @clerk/clerk-expo
4225 |
4226 | ### [0.9.4](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-29)
4227 |
4228 | **Note:** Version bump only for package @clerk/clerk-expo
4229 |
4230 | ### [0.9.3](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-28)
4231 |
4232 | **Note:** Version bump only for package @clerk/clerk-expo
4233 |
4234 | ### [0.9.2](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-24)
4235 |
4236 | **Note:** Version bump only for package @clerk/clerk-expo
4237 |
4238 | ### [0.9.2-staging.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-24)
4239 |
4240 | **Note:** Version bump only for package @clerk/clerk-expo
4241 |
4242 | ### [0.9.1-alpha.0](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-23)
4243 |
4244 | **Note:** Version bump only for package @clerk/clerk-expo
4245 |
4246 | ## [0.9.0-alpha.2](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-23)
4247 |
4248 | **Note:** Version bump only for package @clerk/clerk-expo
4249 |
4250 | ## [0.9.0-alpha.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-23)
4251 |
4252 | ### Bug Fixes
4253 |
4254 | - **clerk-expo:** Make Clerk loading smarter ([#136](https://github.com/clerk/javascript/issues/136)) ([2405d81](https://github.com/clerk/javascript/commit/2405d813b41c1f3c345c894c18e65710891bd710))
4255 |
4256 | ## [0.9.0-alpha.0](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-22)
4257 |
4258 | **Note:** Version bump only for package @clerk/clerk-expo
4259 |
4260 | ### [0.8.18-alpha.3](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-22)
4261 |
4262 | **Note:** Version bump only for package @clerk/clerk-expo
4263 |
4264 | ### [0.8.18-alpha.2](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-22)
4265 |
4266 | **Note:** Version bump only for package @clerk/clerk-expo
4267 |
4268 | ### [0.8.18-alpha.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-20)
4269 |
4270 | **Note:** Version bump only for package @clerk/clerk-expo
4271 |
4272 | ### [0.8.18-alpha.0](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-19)
4273 |
4274 | **Note:** Version bump only for package @clerk/clerk-expo
4275 |
4276 | ### [0.8.16](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-17)
4277 |
4278 | **Note:** Version bump only for package @clerk/clerk-expo
4279 |
4280 | ### [0.8.16-staging.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-17)
4281 |
4282 | **Note:** Version bump only for package @clerk/clerk-expo
4283 |
4284 | ### [0.8.13-alpha.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-11)
4285 |
4286 | **Note:** Version bump only for package @clerk/clerk-expo
4287 |
4288 | ### [0.8.3-alpha.2](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-02-28)
4289 |
4290 | **Note:** Version bump only for package @clerk/clerk-expo
4291 |
4292 | ### [0.8.3-alpha.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-02-25)
4293 |
4294 | **Note:** Version bump only for package @clerk/clerk-expo
4295 |
4296 | ### [0.8.14](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-11)
4297 |
4298 | **Note:** Version bump only for package @clerk/clerk-expo
4299 |
4300 | ### [0.8.13](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-09)
4301 |
4302 | **Note:** Version bump only for package @clerk/clerk-expo
4303 |
4304 | ### [0.8.11](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-04)
4305 |
4306 | ### Bug Fixes
4307 |
4308 | - **clerk-expo:** Add early return if tokenCache is not provided ([7a69d87](https://github.com/clerk/javascript/commit/7a69d870e5a6a73f34d6989643b55d2ff131536e))
4309 | - **clerk-expo:** Add guard clause for tokenCache methods ([4c0bd54](https://github.com/clerk/javascript/commit/4c0bd54248a7248c844f8255120adadea57b5bee))
4310 |
4311 | ### [0.8.10](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-04)
4312 |
4313 | **Note:** Version bump only for package @clerk/clerk-expo
4314 |
4315 | ### [0.8.9](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-03)
4316 |
4317 | **Note:** Version bump only for package @clerk/clerk-expo
4318 |
4319 | ### [0.8.8](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-02)
4320 |
4321 | **Note:** Version bump only for package @clerk/clerk-expo
4322 |
4323 | ### [0.8.7](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-03-01)
4324 |
4325 | **Note:** Version bump only for package @clerk/clerk-expo
4326 |
4327 | ### [0.8.6](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-02-24)
4328 |
4329 | **Note:** Version bump only for package @clerk/clerk-expo
4330 |
4331 | ### [0.8.6-staging.0](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-02-24)
4332 |
4333 | **Note:** Version bump only for package @clerk/clerk-expo
4334 |
4335 | ### [0.8.5-staging.0](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-02-22)
4336 |
4337 | **Note:** Version bump only for package @clerk/clerk-expo
4338 |
4339 | ### [0.8.4-staging.0](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-02-17)
4340 |
4341 | **Note:** Version bump only for package @clerk/clerk-expo
4342 |
4343 | ### [0.8.3-staging.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-02-16)
4344 |
4345 | **Note:** Version bump only for package @clerk/clerk-expo
4346 |
4347 | ### [0.8.3-staging.0](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-02-15)
4348 |
4349 | **Note:** Version bump only for package @clerk/clerk-expo
4350 |
4351 | ### [0.8.2](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-02-14)
4352 |
4353 | **Note:** Version bump only for package @clerk/clerk-expo
4354 |
4355 | ### [0.8.1](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) (2022-02-14)
4356 |
4357 | **Note:** Version bump only for package @clerk/clerk-expo
4358 |
4359 | ### 0.8.1-staging.0 (2022-02-11)
4360 |
4361 | **Note:** Version bump only for package @clerk/clerk-expo
4362 |
```