Skip to content

chore(repo): remove playground templates#8533

Open
jacekradko wants to merge 4 commits into
mainfrom
jacek/remove-playground-templates
Open

chore(repo): remove playground templates#8533
jacekradko wants to merge 4 commits into
mainfrom
jacek/remove-playground-templates

Conversation

@jacekradko
Copy link
Copy Markdown
Member

Removes the playground/ directory and the demo apps inside (Next.js, Expo, Express, Fastify, browser extensions, CRA, Vite, vanilla JS, React Router). They were never pnpm workspace members and CI did not exercise them, so they had drifted from the rest of the repo. With them gone, this also cleans up the playground entries in .gitignore, .prettierignore, .dockerignore, ESLint config, the VSCode launch profiles, the GitHub labeler, the cursor rules, and scripts/{nuke,renovate-config-generator,format-non-workspace}.mjs. renovate.json5 was regenerated.

Local sanity: pnpm install and pnpm format:check pass. pnpm lint hits a pre-existing failure on .github/actions/ensure-stable-pr/action.yml that also reproduces on main, so it is unrelated to this change.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment May 12, 2026 7:07pm

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 12, 2026

🦋 Changeset detected

Latest commit: a6e8380

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 12, 2026

Review Change Stack
No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 259164b2-7a2a-48ca-af84-0df530573fcd

📥 Commits

Reviewing files that changed from the base of the PR and between 20a19f2 and a6e8380.

⛔ Files ignored due to path filters (20)
  • playground/app-router/public/next.svg is excluded by !**/*.svg
  • playground/app-router/public/vercel.svg is excluded by !**/*.svg
  • playground/app-router/src/app/favicon.ico is excluded by !**/*.ico
  • playground/browser-extension/assets/icon.png is excluded by !**/*.png
  • playground/browser-extension/src/assets/chrome-extension-sdk-2.jpg is excluded by !**/*.jpg
  • playground/browser-extension/src/assets/dark-logo.png is excluded by !**/*.png
  • playground/browser-extension/src/assets/icon.png is excluded by !**/*.png
  • playground/browser-extension/src/assets/light-logo.png is excluded by !**/*.png
  • playground/cra-js/public/favicon.ico is excluded by !**/*.ico
  • playground/cra-js/public/logo192.png is excluded by !**/*.png
  • playground/cra-js/public/logo512.png is excluded by !**/*.png
  • playground/cra-js/src/logo.svg is excluded by !**/*.svg
  • playground/nextjs/public/favicon.ico is excluded by !**/*.ico
  • playground/nextjs/public/vercel.svg is excluded by !**/*.svg
  • playground/react-router/app/welcome/logo-dark.svg is excluded by !**/*.svg
  • playground/react-router/app/welcome/logo-light.svg is excluded by !**/*.svg
  • playground/react-router/public/favicon.ico is excluded by !**/*.ico
  • playground/vite-react-ts/public/clerk.svg is excluded by !**/*.svg
  • playground/vite-react-ts/public/vite.svg is excluded by !**/*.svg
  • playground/vite-react-ts/src/assets/react.svg is excluded by !**/*.svg
📒 Files selected for processing (172)
  • .changeset/remove-playground-templates.md
  • playground/app-router/.gitignore
  • playground/app-router/.vscode/settings.json
  • playground/app-router/README.md
  • playground/app-router/next.config.js
  • playground/app-router/package.json
  • playground/app-router/src/app/action/page.tsx
  • playground/app-router/src/app/api/hello/route.ts
  • playground/app-router/src/app/client/page.tsx
  • playground/app-router/src/app/globals.css
  • playground/app-router/src/app/layout.tsx
  • playground/app-router/src/app/page.module.css
  • playground/app-router/src/app/page.tsx
  • playground/app-router/src/app/protected/ClientSideWrapper.tsx
  • playground/app-router/src/app/protected/page.tsx
  • playground/app-router/src/app/sign-in/[[...catchall]]/page.tsx
  • playground/app-router/src/app/sign-up/[[...catchall]]/page.tsx
  • playground/app-router/src/common/Links.tsx
  • playground/app-router/src/middleware.ts
  • playground/app-router/src/pages/_app.tsx
  • playground/app-router/src/pages/profile/[[...index]].tsx
  • playground/app-router/src/pages/user/[[...index]].tsx
  • playground/app-router/tsconfig.json
  • playground/browser-extension-js/.env.example
  • playground/browser-extension-js/.gitignore
  • playground/browser-extension-js/README.md
  • playground/browser-extension-js/build/manifest.json
  • playground/browser-extension-js/build/popup.css
  • playground/browser-extension-js/build/popup.html
  • playground/browser-extension-js/esbuild.config.mjs
  • playground/browser-extension-js/package.json
  • playground/browser-extension-js/pnpm-workspace.yaml
  • playground/browser-extension-js/src/env.d.ts
  • playground/browser-extension-js/src/popup.ts
  • playground/browser-extension-js/tsconfig.json
  • playground/browser-extension/.env.chrome.example
  • playground/browser-extension/.env.development.example
  • playground/browser-extension/.gitignore
  • playground/browser-extension/README.md
  • playground/browser-extension/package.json
  • playground/browser-extension/postcss.config.js
  • playground/browser-extension/src/background/index.ts
  • playground/browser-extension/src/components/nav-bar.tsx
  • playground/browser-extension/src/components/ui/button.tsx
  • playground/browser-extension/src/content.tsx
  • playground/browser-extension/src/features/count-button.tsx
  • playground/browser-extension/src/popup/index.tsx
  • playground/browser-extension/src/popup/layouts/root-layout.tsx
  • playground/browser-extension/src/popup/routes/home.tsx
  • playground/browser-extension/src/popup/routes/sdk-features.tsx
  • playground/browser-extension/src/popup/routes/settings.tsx
  • playground/browser-extension/src/popup/routes/sign-in.tsx
  • playground/browser-extension/src/popup/routes/sign-up.tsx
  • playground/browser-extension/src/sidepanel/index.tsx
  • playground/browser-extension/src/style.css
  • playground/browser-extension/src/tabs/background-worker-demo.html
  • playground/browser-extension/src/tabs/background-worker-demo.tsx
  • playground/browser-extension/src/utils/components.ts
  • playground/browser-extension/tailwind.config.js
  • playground/browser-extension/tsconfig.json
  • playground/cra-js/.gitignore
  • playground/cra-js/README.md
  • playground/cra-js/package.json
  • playground/cra-js/public/index.html
  • playground/cra-js/public/manifest.json
  • playground/cra-js/public/robots.txt
  • playground/cra-js/src/App.css
  • playground/cra-js/src/App.js
  • playground/cra-js/src/index.css
  • playground/cra-js/src/index.js
  • playground/cra-js/src/reportWebVitals.js
  • playground/expo/.env.example
  • playground/expo/.gitignore
  • playground/expo/App.tsx
  • playground/expo/README.md
  • playground/expo/app.json.example
  • playground/expo/babel.config.js
  • playground/expo/metro.config.js
  • playground/expo/package.json
  • playground/expo/tsconfig.json
  • playground/expo/webpack.config.js
  • playground/express/.env.sample
  • playground/express/.gitignore
  • playground/express/README.md
  • playground/express/package.json
  • playground/express/src/loadEnv.ts
  • playground/express/src/routes/index.ts
  • playground/express/src/routes/private.ts
  • playground/express/src/routes/public.ts
  • playground/express/src/server.ts
  • playground/express/src/views/home.ejs
  • playground/express/tsconfig.json
  • playground/fastify/.env.sample
  • playground/fastify/.gitignore
  • playground/fastify/README.md
  • playground/fastify/package.json
  • playground/fastify/src/loadEnv.ts
  • playground/fastify/src/routes/index.ts
  • playground/fastify/src/routes/private.ts
  • playground/fastify/src/routes/public.ts
  • playground/fastify/src/server.ts
  • playground/fastify/src/templates/sign-in.ejs
  • playground/fastify/tsconfig.json
  • playground/nextjs/.env.example
  • playground/nextjs/.gitignore
  • playground/nextjs/.vscode/settings.json
  • playground/nextjs/README.md
  • playground/nextjs/app/api/route.ts
  • playground/nextjs/app/app-dir/client-component.tsx
  • playground/nextjs/app/app-dir/client/page.tsx
  • playground/nextjs/app/app-dir/create-organization/page.tsx
  • playground/nextjs/app/app-dir/discover/page.tsx
  • playground/nextjs/app/app-dir/organization/page.tsx
  • playground/nextjs/app/app-dir/page.tsx
  • playground/nextjs/app/app-dir/sign-in/page.tsx
  • playground/nextjs/app/app-dir/sign-up/page.tsx
  • playground/nextjs/app/app-dir/user/page.tsx
  • playground/nextjs/app/layout.tsx
  • playground/nextjs/middleware.ts
  • playground/nextjs/next.config.js
  • playground/nextjs/package.json
  • playground/nextjs/pages/_app.tsx
  • playground/nextjs/pages/api/hello-edge.ts
  • playground/nextjs/pages/api/hello.ts
  • playground/nextjs/pages/create-organization/[[...index]].tsx
  • playground/nextjs/pages/custom/forgotPassword.tsx
  • playground/nextjs/pages/discover/index.tsx
  • playground/nextjs/pages/index.tsx
  • playground/nextjs/pages/organization-list/[[...index]].tsx
  • playground/nextjs/pages/organization/[[...index]].tsx
  • playground/nextjs/pages/redirect-helpers/index.tsx
  • playground/nextjs/pages/session-examples/index.tsx
  • playground/nextjs/pages/sign-in/[[...index]].tsx
  • playground/nextjs/pages/sign-up/[[...index]].tsx
  • playground/nextjs/pages/user-examples/index.tsx
  • playground/nextjs/pages/user/[[...index]].tsx
  • playground/nextjs/pages/waitlist/index.tsx
  • playground/nextjs/styles/Home.module.css
  • playground/nextjs/styles/globals.css
  • playground/nextjs/tsconfig.json
  • playground/react-router/.env.example
  • playground/react-router/.gitignore
  • playground/react-router/README.md
  • playground/react-router/app/app.css
  • playground/react-router/app/root.tsx
  • playground/react-router/app/routes.ts
  • playground/react-router/app/routes/home.tsx
  • playground/react-router/app/routes/profile-form.tsx
  • playground/react-router/app/routes/profile.tsx
  • playground/react-router/app/routes/sign-in.tsx
  • playground/react-router/app/routes/sign-up.tsx
  • playground/react-router/app/routes/use-auth.tsx
  • playground/react-router/app/routes/use-user.tsx
  • playground/react-router/app/welcome/welcome.tsx
  • playground/react-router/package.json
  • playground/react-router/react-router.config.ts
  • playground/react-router/tailwind.config.ts
  • playground/react-router/tsconfig.json
  • playground/react-router/vite.config.ts
  • playground/vanillajs/index.html
  • playground/vite-react-ts/.env.example
  • playground/vite-react-ts/.gitignore
  • playground/vite-react-ts/index.html
  • playground/vite-react-ts/package.json
  • playground/vite-react-ts/src/App.css
  • playground/vite-react-ts/src/App.tsx
  • playground/vite-react-ts/src/index.css
  • playground/vite-react-ts/src/main.tsx
  • playground/vite-react-ts/src/vite-env.d.ts
  • playground/vite-react-ts/tsconfig.json
  • playground/vite-react-ts/tsconfig.node.json
  • playground/vite-react-ts/vite.config.ts
💤 Files with no reviewable changes (171)
  • playground/browser-extension-js/.env.example
  • playground/browser-extension-js/.gitignore
  • playground/browser-extension-js/tsconfig.json
  • playground/app-router/README.md
  • playground/browser-extension/README.md
  • playground/browser-extension/package.json
  • playground/fastify/README.md
  • playground/app-router/package.json
  • playground/express/README.md
  • playground/nextjs/README.md
  • playground/cra-js/.gitignore
  • playground/app-router/tsconfig.json
  • playground/expo/.env.example
  • playground/express/src/loadEnv.ts
  • playground/cra-js/src/index.js
  • playground/vite-react-ts/src/vite-env.d.ts
  • playground/react-router/.gitignore
  • playground/cra-js/README.md
  • playground/cra-js/public/index.html
  • playground/app-router/src/app/sign-in/[[...catchall]]/page.tsx
  • playground/browser-extension-js/build/manifest.json
  • playground/app-router/src/app/protected/page.tsx
  • playground/expo/app.json.example
  • playground/vite-react-ts/tsconfig.node.json
  • playground/expo/.gitignore
  • playground/app-router/src/common/Links.tsx
  • playground/express/package.json
  • playground/nextjs/app/layout.tsx
  • playground/nextjs/pages/sign-up/[[...index]].tsx
  • playground/app-router/src/pages/profile/[[...index]].tsx
  • playground/nextjs/app/api/route.ts
  • playground/nextjs/app/app-dir/client-component.tsx
  • playground/expo/README.md
  • playground/react-router/app/app.css
  • playground/browser-extension/src/popup/routes/sign-up.tsx
  • playground/express/.env.sample
  • playground/cra-js/src/reportWebVitals.js
  • playground/app-router/.gitignore
  • playground/app-router/src/app/protected/ClientSideWrapper.tsx
  • playground/browser-extension-js/build/popup.html
  • playground/nextjs/.env.example
  • playground/app-router/src/app/action/page.tsx
  • playground/browser-extension/src/components/nav-bar.tsx
  • playground/fastify/src/server.ts
  • playground/browser-extension-js/esbuild.config.mjs
  • playground/app-router/src/app/globals.css
  • playground/browser-extension-js/src/popup.ts
  • playground/app-router/src/app/api/hello/route.ts
  • playground/react-router/tailwind.config.ts
  • playground/react-router/package.json
  • playground/react-router/app/routes.ts
  • playground/react-router/vite.config.ts
  • playground/fastify/package.json
  • playground/nextjs/pages/create-organization/[[...index]].tsx
  • playground/browser-extension/src/utils/components.ts
  • playground/cra-js/public/manifest.json
  • playground/nextjs/pages/custom/forgotPassword.tsx
  • playground/vite-react-ts/.env.example
  • playground/browser-extension-js/README.md
  • playground/browser-extension/src/popup/routes/sign-in.tsx
  • playground/browser-extension/src/features/count-button.tsx
  • playground/fastify/src/templates/sign-in.ejs
  • playground/react-router/app/routes/profile-form.tsx
  • playground/nextjs/pages/waitlist/index.tsx
  • playground/vite-react-ts/.gitignore
  • playground/browser-extension/src/tabs/background-worker-demo.html
  • playground/cra-js/package.json
  • playground/nextjs/app/app-dir/organization/page.tsx
  • playground/react-router/app/routes/profile.tsx
  • playground/nextjs/app/app-dir/sign-in/page.tsx
  • playground/nextjs/next.config.js
  • playground/app-router/src/app/sign-up/[[...catchall]]/page.tsx
  • playground/nextjs/pages/sign-in/[[...index]].tsx
  • playground/nextjs/pages/session-examples/index.tsx
  • playground/nextjs/app/app-dir/page.tsx
  • playground/browser-extension/src/background/index.ts
  • playground/express/src/routes/public.ts
  • playground/nextjs/styles/globals.css
  • playground/browser-extension/src/components/ui/button.tsx
  • playground/react-router/README.md
  • playground/express/src/views/home.ejs
  • playground/app-router/src/app/client/page.tsx
  • playground/vite-react-ts/src/App.tsx
  • playground/expo/package.json
  • playground/react-router/app/routes/use-auth.tsx
  • playground/browser-extension/postcss.config.js
  • playground/nextjs/app/app-dir/discover/page.tsx
  • playground/nextjs/pages/redirect-helpers/index.tsx
  • playground/browser-extension/src/popup/routes/home.tsx
  • playground/app-router/src/pages/_app.tsx
  • playground/express/src/routes/index.ts
  • playground/vite-react-ts/vite.config.ts
  • playground/react-router/app/routes/sign-in.tsx
  • playground/browser-extension-js/pnpm-workspace.yaml
  • playground/nextjs/pages/api/hello.ts
  • playground/app-router/src/app/page.module.css
  • playground/nextjs/pages/_app.tsx
  • playground/expo/tsconfig.json
  • playground/nextjs/app/app-dir/client/page.tsx
  • playground/expo/metro.config.js
  • playground/app-router/.vscode/settings.json
  • playground/browser-extension/.gitignore
  • playground/vite-react-ts/src/main.tsx
  • playground/app-router/src/app/page.tsx
  • playground/nextjs/pages/organization-list/[[...index]].tsx
  • playground/cra-js/src/App.js
  • playground/expo/App.tsx
  • playground/nextjs/app/app-dir/create-organization/page.tsx
  • playground/vite-react-ts/src/index.css
  • playground/browser-extension/.env.chrome.example
  • playground/react-router/app/routes/use-user.tsx
  • playground/nextjs/styles/Home.module.css
  • playground/cra-js/public/robots.txt
  • playground/fastify/src/routes/index.ts
  • playground/browser-extension/src/sidepanel/index.tsx
  • playground/browser-extension/tailwind.config.js
  • playground/browser-extension/src/popup/index.tsx
  • playground/cra-js/src/index.css
  • playground/express/src/server.ts
  • playground/react-router/app/root.tsx
  • playground/react-router/app/welcome/welcome.tsx
  • playground/browser-extension/src/tabs/background-worker-demo.tsx
  • playground/fastify/.gitignore
  • playground/cra-js/src/App.css
  • playground/nextjs/pages/index.tsx
  • playground/nextjs/middleware.ts
  • playground/nextjs/pages/organization/[[...index]].tsx
  • playground/nextjs/tsconfig.json
  • playground/vite-react-ts/package.json
  • playground/react-router/app/routes/sign-up.tsx
  • playground/express/src/routes/private.ts
  • playground/vite-react-ts/src/App.css
  • playground/react-router/.env.example
  • playground/browser-extension/src/popup/routes/sdk-features.tsx
  • playground/react-router/react-router.config.ts
  • playground/fastify/src/routes/public.ts
  • playground/express/.gitignore
  • playground/browser-extension/.env.development.example
  • playground/browser-extension/src/style.css
  • playground/react-router/tsconfig.json
  • playground/browser-extension-js/package.json
  • playground/express/tsconfig.json
  • playground/vite-react-ts/tsconfig.json
  • playground/fastify/.env.sample
  • playground/browser-extension/src/popup/layouts/root-layout.tsx
  • playground/nextjs/pages/user-examples/index.tsx
  • playground/app-router/src/middleware.ts
  • playground/nextjs/app/app-dir/sign-up/page.tsx
  • playground/browser-extension/src/popup/routes/settings.tsx
  • playground/fastify/src/routes/private.ts
  • playground/nextjs/pages/api/hello-edge.ts
  • playground/nextjs/app/app-dir/user/page.tsx
  • playground/expo/babel.config.js
  • playground/nextjs/.vscode/settings.json
  • playground/fastify/tsconfig.json
  • playground/app-router/next.config.js
  • playground/browser-extension/src/content.tsx
  • playground/app-router/src/pages/user/[[...index]].tsx
  • playground/expo/webpack.config.js
  • playground/nextjs/package.json
  • playground/vite-react-ts/index.html
  • playground/nextjs/pages/discover/index.tsx
  • playground/browser-extension/tsconfig.json
  • playground/fastify/src/loadEnv.ts
  • playground/app-router/src/app/layout.tsx
  • playground/browser-extension-js/src/env.d.ts
  • playground/browser-extension-js/build/popup.css
  • playground/vanillajs/index.html
  • playground/nextjs/pages/user/[[...index]].tsx
  • playground/nextjs/.gitignore
  • playground/react-router/app/routes/home.tsx
✅ Files skipped from review due to trivial changes (1)
  • .changeset/remove-playground-templates.md

📝 Walkthrough

Walkthrough

This PR removes the repository's playground templates and references across configs, scripts, editor settings, and many playground subprojects. It deletes playground app source files, package manifests, TypeScript and tooling configs, styles, and assets; removes playground entries from .gitignore, .dockerignore, .prettierignore, ESLint, Renovate, and GitHub labeler configs; updates monorepo development docs and cursor rules to target packages/ workflows; and adjusts scripts (format, nuke, renovate generator) and VS Code launch configurations accordingly. A changeset documenting the removal was added.

Estimated code review effort

🎯 4 (Complex) | ⏱️ ~45 minutes

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
.changeset/remove-playground-templates.md (1)

1-4: ⚡ Quick win

Prefer a truly empty changeset for this no-bump repo cleanup.

If this PR is intentionally release-neutral, keep only the --- delimiters and remove the body text to match the repo’s documented no-bump pattern.

Proposed change
 ---
 ---
-
-Remove playground templates from the repository.

Based on learnings, in this repo an empty .changeset/*.md file (only delimiters) is acceptable for documentation/no-version-bump changes.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.changeset/remove-playground-templates.md around lines 1 - 4, The changeset
contains extraneous body text between the front-matter delimiters; update the
.changeset file so it is truly empty by removing all text between the two '---'
delimiters and leaving only the two '---' lines (no body content), ensuring the
file matches the repo's no-bump/empty changeset pattern.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In @.changeset/remove-playground-templates.md:
- Around line 1-4: The changeset contains extraneous body text between the
front-matter delimiters; update the .changeset file so it is truly empty by
removing all text between the two '---' delimiters and leaving only the two
'---' lines (no body content), ensuring the file matches the repo's
no-bump/empty changeset pattern.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 78882dba-ed85-4618-8217-204920280788

📥 Commits

Reviewing files that changed from the base of the PR and between a233ddb and 20a19f2.

📒 Files selected for processing (14)
  • .changeset/remove-playground-templates.md
  • .cursor/rules/development.mdc
  • .cursor/rules/global.mdc
  • .cursor/rules/monorepo.mdc
  • .dockerignore
  • .github/labeler.yml
  • .gitignore
  • .prettierignore
  • .vscode/launch.json
  • eslint.config.mjs
  • renovate.json5
  • scripts/format-non-workspace.mjs
  • scripts/nuke.mjs
  • scripts/renovate-config-generator.mjs
💤 Files with no reviewable changes (12)
  • .dockerignore
  • .cursor/rules/development.mdc
  • .cursor/rules/monorepo.mdc
  • .cursor/rules/global.mdc
  • eslint.config.mjs
  • .prettierignore
  • renovate.json5
  • scripts/format-non-workspace.mjs
  • scripts/renovate-config-generator.mjs
  • .vscode/launch.json
  • .github/labeler.yml
  • scripts/nuke.mjs

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 12, 2026

Open in StackBlitz

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@8533

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@8533

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@8533

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@8533

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@8533

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@8533

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@8533

@clerk/express

npm i https://pkg.pr.new/@clerk/express@8533

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@8533

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@8533

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@8533

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@8533

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@8533

@clerk/react

npm i https://pkg.pr.new/@clerk/react@8533

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@8533

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@8533

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@8533

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@8533

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@8533

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@8533

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@8533

commit: a6e8380

Copy link
Copy Markdown
Member

@wobsoriano wobsoriano left a comment

Choose a reason for hiding this comment

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

🧹

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants