Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .changeset/add-navigation-promise-tests.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/backend-proxy-forwarded-headers.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-stingrays-give.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/bumpy-wings-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fastify-proxy-support.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-carrots-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fix-429-unauthenticated.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-express-proxy-path-guard.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fix-native-bridge-quality.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-usepathname-cache-components.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-username-placeholder-en-us.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-pets-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hono-proxy-support.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/jolly-parents-refuse.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/shaggy-ads-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shared-types-versions-fallback.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tame-moments-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-ads-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upgrade-cookie-v1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-pens-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-vans-beg.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/agent-toolkit/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @clerk/agent-toolkit

## 0.3.2

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-toolkit/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/agent-toolkit",
"version": "0.3.1",
"version": "0.3.2",
"description": "Clerk Toolkit for AI Agents",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @clerk/astro

## 3.0.2

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/astro",
"version": "3.0.1",
"version": "3.0.2",
"description": "Clerk SDK for Astro",
"keywords": [
"auth",
Expand Down
11 changes: 11 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.0.2

### Patch Changes

- Fix `clerkFrontendApiProxy` to derive the `Clerk-Proxy-Url` header and Location rewrites from `x-forwarded-proto`/`x-forwarded-host` headers instead of the raw `request.url`. Behind a reverse proxy, `request.url` resolves to localhost, causing FAPI to receive an incorrect proxy URL. The fix uses the same forwarded-header resolution pattern as `ClerkRequest`. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Remove experimental comment from Agent Tasks API ([#7978](https://github.com/clerk/javascript/pull/7978)) by [@tmilewski](https://github.com/tmilewski)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "3.0.1",
"version": "3.0.2",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
14 changes: 14 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
# Change Log

## 3.1.0

### Minor Changes

- Remove remotely hosted code from new @clerk/ui package ([#7983](https://github.com/clerk/javascript/pull/7983)) by [@royanger](https://github.com/royanger)

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`e13fc29`](https://github.com/clerk/javascript/commit/e13fc294ff5ee7a32f87b0d2784c82f56a0215de), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`398b7f9`](https://github.com/clerk/javascript/commit/398b7f906956e4b1f3fb1d8fb02c787e18309b53), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`bd3409e`](https://github.com/clerk/javascript/commit/bd3409e72b32c8c931872f0bff617d6ea8f7cac6)]:
- @clerk/clerk-js@6.1.0
- @clerk/shared@4.1.0
- @clerk/ui@1.1.0
- @clerk/react@6.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down
15 changes: 15 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
# Change Log

## 6.1.0

### Minor Changes

- Prevent modification of immutable attributes in UserProfile ([#7931](https://github.com/clerk/javascript/pull/7931)) by [@dmoerner](https://github.com/dmoerner)

### Patch Changes

- Narrow the error conditions that trigger the unauthenticated flow (sign-out) to only high-confidence authentication failures (401, 422). Previously, all 4xx errors — including 429 rate limits — were treated as auth failures, which could sign users out during transient rate limiting. Non-auth errors from `setActive` now propagate to the caller instead of being silently swallowed. ([#8004](https://github.com/clerk/javascript/pull/8004)) by [@brkalow](https://github.com/brkalow)

- Fix random sign-outs when the browser temporarily loses network connectivity. ([#7912](https://github.com/clerk/javascript/pull/7912)) by [@bratsos](https://github.com/bratsos)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clerk-js/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "6.0.0",
"version": "6.1.0",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down
7 changes: 7 additions & 0 deletions packages/expo-passkeys/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @clerk/expo-passkeys

## 1.0.2

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-passkeys/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/expo-passkeys",
"version": "1.0.1",
"version": "1.0.2",
"description": "Passkeys library to be used with Clerk for expo",
"keywords": [
"react-native",
Expand Down
18 changes: 18 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
# Change Log

## 3.1.0

### Minor Changes

- - Add native React Native components (AuthView, UserButton, UserProfileView) with `useUserProfileModal()` hook ([#7843](https://github.com/clerk/javascript/pull/7843)) by [@chriscanin](https://github.com/chriscanin)

- Add native Google Sign-In via Credential Manager (Android) and ASAuthorization (iOS)
- Update to Core-3 Signal APIs

- Adds support for Expo SDK 55 ([#8008](https://github.com/clerk/javascript/pull/8008)) by [@wobsoriano](https://github.com/wobsoriano)

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`398b7f9`](https://github.com/clerk/javascript/commit/398b7f906956e4b1f3fb1d8fb02c787e18309b53), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`bd3409e`](https://github.com/clerk/javascript/commit/bd3409e72b32c8c931872f0bff617d6ea8f7cac6)]:
- @clerk/clerk-js@6.1.0
- @clerk/shared@4.1.0
- @clerk/react@6.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/expo",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down
10 changes: 10 additions & 0 deletions packages/express/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.0.2

### Patch Changes

- Fix empty path fallback for `frontendApiProxy` to prevent intercepting all requests when `path` resolves to an empty string ([#8003](https://github.com/clerk/javascript/pull/8003)) by [@jacekradko](https://github.com/jacekradko)

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/express",
"version": "2.0.1",
"version": "2.0.2",
"description": "Clerk server SDK for usage with Express",
"keywords": [
"clerk",
Expand Down
12 changes: 12 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
# Change Log

## 3.1.0

### Minor Changes

- Add Frontend API proxy support to `@clerk/fastify` via the `frontendApiProxy` option on `clerkPlugin`. When enabled, requests matching the proxy path (default `/__clerk`) are forwarded to Clerk's Frontend API, allowing Clerk to work in environments where direct API access is blocked by ad blockers or firewalls. The `proxyUrl` for auth handshake is automatically derived from the request when `frontendApiProxy` is configured. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/fastify",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk SDK for Fastify",
"keywords": [
"auth",
Expand Down
12 changes: 12 additions & 0 deletions packages/hono/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
# @clerk/hono

## 0.1.0

### Minor Changes

- Add Frontend API proxy support to `@clerk/hono` via the `frontendApiProxy` option on `clerkMiddleware`. When enabled, requests matching the proxy path (default `/__clerk`) are forwarded to Clerk's Frontend API, allowing Clerk to work in environments where direct API access is blocked by ad blockers or firewalls. The `proxyUrl` for auth handshake is automatically derived from the request when `frontendApiProxy` is configured. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hono/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/hono",
"version": "0.0.3",
"version": "0.1.0",
"description": "Clerk SDK for Hono",
"keywords": [
"auth",
Expand Down
13 changes: 13 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
# Change Log

## 4.1.0

### Minor Changes

- Added en-XA locale to highlight unlocalized strings. ([#7979](https://github.com/clerk/javascript/pull/7979)) by [@dstaley](https://github.com/dstaley)

### Patch Changes

- Add placeholder text "Enter your username" for username field in en-US locale ([#8002](https://github.com/clerk/javascript/pull/8002)) by [@petiteoh](https://github.com/petiteoh)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 4.0.0

### Major Changes
Expand Down
Loading
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
 blocks
(function() {
function addCopyButtons() {
document.querySelectorAll('pre code').forEach(function(codeBlock) {
if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
codeBlock.parentElement.setAttribute('data-copy-added', 'true');
var btn = document.createElement('button');
btn.textContent = 'Copy';
btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
btn.onmouseover = function() { this.style.opacity = '1'; };
btn.onmouseout = function() { this.style.opacity = '0.7'; };
btn.onclick = function() {
navigator.clipboard.writeText(codeBlock.textContent).then(function() {
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
};
codeBlock.parentElement.style.position = 'relative';
codeBlock.parentElement.appendChild(btn);
});
}
addCopyButtons();
// Re-run on dynamic content
var observer = new MutationObserver(addCopyButtons);
observer.observe(document.body, { childList: true, subtree: true });
})();
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
ci(repo): Version packages by clerk-cookie · Pull Request #7984 · clerk/javascript · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .changeset/add-navigation-promise-tests.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/backend-proxy-forwarded-headers.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-stingrays-give.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/bumpy-wings-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fastify-proxy-support.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-carrots-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fix-429-unauthenticated.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-express-proxy-path-guard.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fix-native-bridge-quality.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-usepathname-cache-components.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-username-placeholder-en-us.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-pets-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hono-proxy-support.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/jolly-parents-refuse.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/shaggy-ads-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shared-types-versions-fallback.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tame-moments-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-ads-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upgrade-cookie-v1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-pens-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-vans-beg.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/agent-toolkit/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @clerk/agent-toolkit

## 0.3.2

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-toolkit/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/agent-toolkit",
"version": "0.3.1",
"version": "0.3.2",
"description": "Clerk Toolkit for AI Agents",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @clerk/astro

## 3.0.2

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/astro",
"version": "3.0.1",
"version": "3.0.2",
"description": "Clerk SDK for Astro",
"keywords": [
"auth",
Expand Down
11 changes: 11 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.0.2

### Patch Changes

- Fix `clerkFrontendApiProxy` to derive the `Clerk-Proxy-Url` header and Location rewrites from `x-forwarded-proto`/`x-forwarded-host` headers instead of the raw `request.url`. Behind a reverse proxy, `request.url` resolves to localhost, causing FAPI to receive an incorrect proxy URL. The fix uses the same forwarded-header resolution pattern as `ClerkRequest`. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Remove experimental comment from Agent Tasks API ([#7978](https://github.com/clerk/javascript/pull/7978)) by [@tmilewski](https://github.com/tmilewski)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "3.0.1",
"version": "3.0.2",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
14 changes: 14 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
# Change Log

## 3.1.0

### Minor Changes

- Remove remotely hosted code from new @clerk/ui package ([#7983](https://github.com/clerk/javascript/pull/7983)) by [@royanger](https://github.com/royanger)

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`e13fc29`](https://github.com/clerk/javascript/commit/e13fc294ff5ee7a32f87b0d2784c82f56a0215de), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`398b7f9`](https://github.com/clerk/javascript/commit/398b7f906956e4b1f3fb1d8fb02c787e18309b53), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`bd3409e`](https://github.com/clerk/javascript/commit/bd3409e72b32c8c931872f0bff617d6ea8f7cac6)]:
- @clerk/clerk-js@6.1.0
- @clerk/shared@4.1.0
- @clerk/ui@1.1.0
- @clerk/react@6.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down
15 changes: 15 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
# Change Log

## 6.1.0

### Minor Changes

- Prevent modification of immutable attributes in UserProfile ([#7931](https://github.com/clerk/javascript/pull/7931)) by [@dmoerner](https://github.com/dmoerner)

### Patch Changes

- Narrow the error conditions that trigger the unauthenticated flow (sign-out) to only high-confidence authentication failures (401, 422). Previously, all 4xx errors — including 429 rate limits — were treated as auth failures, which could sign users out during transient rate limiting. Non-auth errors from `setActive` now propagate to the caller instead of being silently swallowed. ([#8004](https://github.com/clerk/javascript/pull/8004)) by [@brkalow](https://github.com/brkalow)

- Fix random sign-outs when the browser temporarily loses network connectivity. ([#7912](https://github.com/clerk/javascript/pull/7912)) by [@bratsos](https://github.com/bratsos)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clerk-js/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "6.0.0",
"version": "6.1.0",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down
7 changes: 7 additions & 0 deletions packages/expo-passkeys/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @clerk/expo-passkeys

## 1.0.2

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-passkeys/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/expo-passkeys",
"version": "1.0.1",
"version": "1.0.2",
"description": "Passkeys library to be used with Clerk for expo",
"keywords": [
"react-native",
Expand Down
18 changes: 18 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
# Change Log

## 3.1.0

### Minor Changes

- - Add native React Native components (AuthView, UserButton, UserProfileView) with `useUserProfileModal()` hook ([#7843](https://github.com/clerk/javascript/pull/7843)) by [@chriscanin](https://github.com/chriscanin)

- Add native Google Sign-In via Credential Manager (Android) and ASAuthorization (iOS)
- Update to Core-3 Signal APIs

- Adds support for Expo SDK 55 ([#8008](https://github.com/clerk/javascript/pull/8008)) by [@wobsoriano](https://github.com/wobsoriano)

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`398b7f9`](https://github.com/clerk/javascript/commit/398b7f906956e4b1f3fb1d8fb02c787e18309b53), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`bd3409e`](https://github.com/clerk/javascript/commit/bd3409e72b32c8c931872f0bff617d6ea8f7cac6)]:
- @clerk/clerk-js@6.1.0
- @clerk/shared@4.1.0
- @clerk/react@6.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/expo",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down
10 changes: 10 additions & 0 deletions packages/express/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.0.2

### Patch Changes

- Fix empty path fallback for `frontendApiProxy` to prevent intercepting all requests when `path` resolves to an empty string ([#8003](https://github.com/clerk/javascript/pull/8003)) by [@jacekradko](https://github.com/jacekradko)

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/express",
"version": "2.0.1",
"version": "2.0.2",
"description": "Clerk server SDK for usage with Express",
"keywords": [
"clerk",
Expand Down
12 changes: 12 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
# Change Log

## 3.1.0

### Minor Changes

- Add Frontend API proxy support to `@clerk/fastify` via the `frontendApiProxy` option on `clerkPlugin`. When enabled, requests matching the proxy path (default `/__clerk`) are forwarded to Clerk's Frontend API, allowing Clerk to work in environments where direct API access is blocked by ad blockers or firewalls. The `proxyUrl` for auth handshake is automatically derived from the request when `frontendApiProxy` is configured. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/fastify",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk SDK for Fastify",
"keywords": [
"auth",
Expand Down
12 changes: 12 additions & 0 deletions packages/hono/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
# @clerk/hono

## 0.1.0

### Minor Changes

- Add Frontend API proxy support to `@clerk/hono` via the `frontendApiProxy` option on `clerkMiddleware`. When enabled, requests matching the proxy path (default `/__clerk`) are forwarded to Clerk's Frontend API, allowing Clerk to work in environments where direct API access is blocked by ad blockers or firewalls. The `proxyUrl` for auth handshake is automatically derived from the request when `frontendApiProxy` is configured. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hono/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/hono",
"version": "0.0.3",
"version": "0.1.0",
"description": "Clerk SDK for Hono",
"keywords": [
"auth",
Expand Down
13 changes: 13 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
# Change Log

## 4.1.0

### Minor Changes

- Added en-XA locale to highlight unlocalized strings. ([#7979](https://github.com/clerk/javascript/pull/7979)) by [@dstaley](https://github.com/dstaley)

### Patch Changes

- Add placeholder text "Enter your username" for username field in en-US locale ([#8002](https://github.com/clerk/javascript/pull/8002)) by [@petiteoh](https://github.com/petiteoh)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 4.0.0

### Major Changes
Expand Down
Loading
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { // Force GitHub README to respect dark mode (function() { var style = document.createElement('style'); style.textContent = ' .markdown-body { color-scheme: dark light; } .markdown-body pre { background: #161b22 !important; } .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; } .markdown-body table th, .markdown-body table td { border-color: #30363d !important; } .markdown-body img { background: #0d1117; } .markdown-body blockquote { border-left-color: #8b949e; } .markdown-body hr { border-color: #30363d; } '; document.head.appendChild(style); })(); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' ci(repo): Version packages by clerk-cookie · Pull Request #7984 · clerk/javascript · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .changeset/add-navigation-promise-tests.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/backend-proxy-forwarded-headers.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-stingrays-give.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/bumpy-wings-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fastify-proxy-support.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-carrots-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fix-429-unauthenticated.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-express-proxy-path-guard.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fix-native-bridge-quality.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-usepathname-cache-components.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-username-placeholder-en-us.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-pets-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hono-proxy-support.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/jolly-parents-refuse.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/shaggy-ads-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shared-types-versions-fallback.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tame-moments-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-ads-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upgrade-cookie-v1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-pens-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-vans-beg.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/agent-toolkit/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @clerk/agent-toolkit

## 0.3.2

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-toolkit/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/agent-toolkit",
"version": "0.3.1",
"version": "0.3.2",
"description": "Clerk Toolkit for AI Agents",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @clerk/astro

## 3.0.2

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/astro",
"version": "3.0.1",
"version": "3.0.2",
"description": "Clerk SDK for Astro",
"keywords": [
"auth",
Expand Down
11 changes: 11 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.0.2

### Patch Changes

- Fix `clerkFrontendApiProxy` to derive the `Clerk-Proxy-Url` header and Location rewrites from `x-forwarded-proto`/`x-forwarded-host` headers instead of the raw `request.url`. Behind a reverse proxy, `request.url` resolves to localhost, causing FAPI to receive an incorrect proxy URL. The fix uses the same forwarded-header resolution pattern as `ClerkRequest`. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Remove experimental comment from Agent Tasks API ([#7978](https://github.com/clerk/javascript/pull/7978)) by [@tmilewski](https://github.com/tmilewski)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "3.0.1",
"version": "3.0.2",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
14 changes: 14 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
# Change Log

## 3.1.0

### Minor Changes

- Remove remotely hosted code from new @clerk/ui package ([#7983](https://github.com/clerk/javascript/pull/7983)) by [@royanger](https://github.com/royanger)

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`e13fc29`](https://github.com/clerk/javascript/commit/e13fc294ff5ee7a32f87b0d2784c82f56a0215de), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`398b7f9`](https://github.com/clerk/javascript/commit/398b7f906956e4b1f3fb1d8fb02c787e18309b53), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`bd3409e`](https://github.com/clerk/javascript/commit/bd3409e72b32c8c931872f0bff617d6ea8f7cac6)]:
- @clerk/clerk-js@6.1.0
- @clerk/shared@4.1.0
- @clerk/ui@1.1.0
- @clerk/react@6.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down
15 changes: 15 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
# Change Log

## 6.1.0

### Minor Changes

- Prevent modification of immutable attributes in UserProfile ([#7931](https://github.com/clerk/javascript/pull/7931)) by [@dmoerner](https://github.com/dmoerner)

### Patch Changes

- Narrow the error conditions that trigger the unauthenticated flow (sign-out) to only high-confidence authentication failures (401, 422). Previously, all 4xx errors — including 429 rate limits — were treated as auth failures, which could sign users out during transient rate limiting. Non-auth errors from `setActive` now propagate to the caller instead of being silently swallowed. ([#8004](https://github.com/clerk/javascript/pull/8004)) by [@brkalow](https://github.com/brkalow)

- Fix random sign-outs when the browser temporarily loses network connectivity. ([#7912](https://github.com/clerk/javascript/pull/7912)) by [@bratsos](https://github.com/bratsos)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clerk-js/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "6.0.0",
"version": "6.1.0",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down
7 changes: 7 additions & 0 deletions packages/expo-passkeys/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @clerk/expo-passkeys

## 1.0.2

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-passkeys/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/expo-passkeys",
"version": "1.0.1",
"version": "1.0.2",
"description": "Passkeys library to be used with Clerk for expo",
"keywords": [
"react-native",
Expand Down
18 changes: 18 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
# Change Log

## 3.1.0

### Minor Changes

- - Add native React Native components (AuthView, UserButton, UserProfileView) with `useUserProfileModal()` hook ([#7843](https://github.com/clerk/javascript/pull/7843)) by [@chriscanin](https://github.com/chriscanin)

- Add native Google Sign-In via Credential Manager (Android) and ASAuthorization (iOS)
- Update to Core-3 Signal APIs

- Adds support for Expo SDK 55 ([#8008](https://github.com/clerk/javascript/pull/8008)) by [@wobsoriano](https://github.com/wobsoriano)

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`398b7f9`](https://github.com/clerk/javascript/commit/398b7f906956e4b1f3fb1d8fb02c787e18309b53), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`bd3409e`](https://github.com/clerk/javascript/commit/bd3409e72b32c8c931872f0bff617d6ea8f7cac6)]:
- @clerk/clerk-js@6.1.0
- @clerk/shared@4.1.0
- @clerk/react@6.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/expo",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down
10 changes: 10 additions & 0 deletions packages/express/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.0.2

### Patch Changes

- Fix empty path fallback for `frontendApiProxy` to prevent intercepting all requests when `path` resolves to an empty string ([#8003](https://github.com/clerk/javascript/pull/8003)) by [@jacekradko](https://github.com/jacekradko)

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/express",
"version": "2.0.1",
"version": "2.0.2",
"description": "Clerk server SDK for usage with Express",
"keywords": [
"clerk",
Expand Down
12 changes: 12 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
# Change Log

## 3.1.0

### Minor Changes

- Add Frontend API proxy support to `@clerk/fastify` via the `frontendApiProxy` option on `clerkPlugin`. When enabled, requests matching the proxy path (default `/__clerk`) are forwarded to Clerk's Frontend API, allowing Clerk to work in environments where direct API access is blocked by ad blockers or firewalls. The `proxyUrl` for auth handshake is automatically derived from the request when `frontendApiProxy` is configured. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/fastify",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk SDK for Fastify",
"keywords": [
"auth",
Expand Down
12 changes: 12 additions & 0 deletions packages/hono/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
# @clerk/hono

## 0.1.0

### Minor Changes

- Add Frontend API proxy support to `@clerk/hono` via the `frontendApiProxy` option on `clerkMiddleware`. When enabled, requests matching the proxy path (default `/__clerk`) are forwarded to Clerk's Frontend API, allowing Clerk to work in environments where direct API access is blocked by ad blockers or firewalls. The `proxyUrl` for auth handshake is automatically derived from the request when `frontendApiProxy` is configured. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hono/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/hono",
"version": "0.0.3",
"version": "0.1.0",
"description": "Clerk SDK for Hono",
"keywords": [
"auth",
Expand Down
13 changes: 13 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
# Change Log

## 4.1.0

### Minor Changes

- Added en-XA locale to highlight unlocalized strings. ([#7979](https://github.com/clerk/javascript/pull/7979)) by [@dstaley](https://github.com/dstaley)

### Patch Changes

- Add placeholder text "Enter your username" for username field in en-US locale ([#8002](https://github.com/clerk/javascript/pull/8002)) by [@petiteoh](https://github.com/petiteoh)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 4.0.0

### Major Changes
Expand Down
Loading
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { // Highlight search terms from Google/DuckDuckGo/Bing referrer (function() { var ref = document.referrer; var terms = []; if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) { var url = new URL(ref); var q = url.searchParams.get('q') || url.searchParams.get('p'); if (q) { terms = q.split(/\s+/).filter(function(t) { return t.length > 2; }); } } if (terms.length === 0) return; var style = document.createElement('style'); style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }'; document.head.appendChild(style); function highlight(node) { if (node.nodeType === 3) { // text node var text = node.textContent; var found = false; terms.forEach(function(term) { var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\]\\]/g, '\\') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' ci(repo): Version packages by clerk-cookie · Pull Request #7984 · clerk/javascript · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .changeset/add-navigation-promise-tests.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/backend-proxy-forwarded-headers.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-stingrays-give.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/bumpy-wings-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fastify-proxy-support.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-carrots-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fix-429-unauthenticated.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-express-proxy-path-guard.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fix-native-bridge-quality.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-usepathname-cache-components.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-username-placeholder-en-us.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-pets-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hono-proxy-support.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/jolly-parents-refuse.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/shaggy-ads-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shared-types-versions-fallback.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tame-moments-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-ads-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upgrade-cookie-v1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-pens-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-vans-beg.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/agent-toolkit/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @clerk/agent-toolkit

## 0.3.2

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-toolkit/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/agent-toolkit",
"version": "0.3.1",
"version": "0.3.2",
"description": "Clerk Toolkit for AI Agents",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @clerk/astro

## 3.0.2

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/astro",
"version": "3.0.1",
"version": "3.0.2",
"description": "Clerk SDK for Astro",
"keywords": [
"auth",
Expand Down
11 changes: 11 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.0.2

### Patch Changes

- Fix `clerkFrontendApiProxy` to derive the `Clerk-Proxy-Url` header and Location rewrites from `x-forwarded-proto`/`x-forwarded-host` headers instead of the raw `request.url`. Behind a reverse proxy, `request.url` resolves to localhost, causing FAPI to receive an incorrect proxy URL. The fix uses the same forwarded-header resolution pattern as `ClerkRequest`. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Remove experimental comment from Agent Tasks API ([#7978](https://github.com/clerk/javascript/pull/7978)) by [@tmilewski](https://github.com/tmilewski)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "3.0.1",
"version": "3.0.2",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
14 changes: 14 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
# Change Log

## 3.1.0

### Minor Changes

- Remove remotely hosted code from new @clerk/ui package ([#7983](https://github.com/clerk/javascript/pull/7983)) by [@royanger](https://github.com/royanger)

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`e13fc29`](https://github.com/clerk/javascript/commit/e13fc294ff5ee7a32f87b0d2784c82f56a0215de), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`398b7f9`](https://github.com/clerk/javascript/commit/398b7f906956e4b1f3fb1d8fb02c787e18309b53), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`bd3409e`](https://github.com/clerk/javascript/commit/bd3409e72b32c8c931872f0bff617d6ea8f7cac6)]:
- @clerk/clerk-js@6.1.0
- @clerk/shared@4.1.0
- @clerk/ui@1.1.0
- @clerk/react@6.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down
15 changes: 15 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
# Change Log

## 6.1.0

### Minor Changes

- Prevent modification of immutable attributes in UserProfile ([#7931](https://github.com/clerk/javascript/pull/7931)) by [@dmoerner](https://github.com/dmoerner)

### Patch Changes

- Narrow the error conditions that trigger the unauthenticated flow (sign-out) to only high-confidence authentication failures (401, 422). Previously, all 4xx errors — including 429 rate limits — were treated as auth failures, which could sign users out during transient rate limiting. Non-auth errors from `setActive` now propagate to the caller instead of being silently swallowed. ([#8004](https://github.com/clerk/javascript/pull/8004)) by [@brkalow](https://github.com/brkalow)

- Fix random sign-outs when the browser temporarily loses network connectivity. ([#7912](https://github.com/clerk/javascript/pull/7912)) by [@bratsos](https://github.com/bratsos)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clerk-js/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "6.0.0",
"version": "6.1.0",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down
7 changes: 7 additions & 0 deletions packages/expo-passkeys/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @clerk/expo-passkeys

## 1.0.2

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-passkeys/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/expo-passkeys",
"version": "1.0.1",
"version": "1.0.2",
"description": "Passkeys library to be used with Clerk for expo",
"keywords": [
"react-native",
Expand Down
18 changes: 18 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
# Change Log

## 3.1.0

### Minor Changes

- - Add native React Native components (AuthView, UserButton, UserProfileView) with `useUserProfileModal()` hook ([#7843](https://github.com/clerk/javascript/pull/7843)) by [@chriscanin](https://github.com/chriscanin)

- Add native Google Sign-In via Credential Manager (Android) and ASAuthorization (iOS)
- Update to Core-3 Signal APIs

- Adds support for Expo SDK 55 ([#8008](https://github.com/clerk/javascript/pull/8008)) by [@wobsoriano](https://github.com/wobsoriano)

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`398b7f9`](https://github.com/clerk/javascript/commit/398b7f906956e4b1f3fb1d8fb02c787e18309b53), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`bd3409e`](https://github.com/clerk/javascript/commit/bd3409e72b32c8c931872f0bff617d6ea8f7cac6)]:
- @clerk/clerk-js@6.1.0
- @clerk/shared@4.1.0
- @clerk/react@6.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/expo",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down
10 changes: 10 additions & 0 deletions packages/express/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.0.2

### Patch Changes

- Fix empty path fallback for `frontendApiProxy` to prevent intercepting all requests when `path` resolves to an empty string ([#8003](https://github.com/clerk/javascript/pull/8003)) by [@jacekradko](https://github.com/jacekradko)

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/express",
"version": "2.0.1",
"version": "2.0.2",
"description": "Clerk server SDK for usage with Express",
"keywords": [
"clerk",
Expand Down
12 changes: 12 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
# Change Log

## 3.1.0

### Minor Changes

- Add Frontend API proxy support to `@clerk/fastify` via the `frontendApiProxy` option on `clerkPlugin`. When enabled, requests matching the proxy path (default `/__clerk`) are forwarded to Clerk's Frontend API, allowing Clerk to work in environments where direct API access is blocked by ad blockers or firewalls. The `proxyUrl` for auth handshake is automatically derived from the request when `frontendApiProxy` is configured. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/fastify",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk SDK for Fastify",
"keywords": [
"auth",
Expand Down
12 changes: 12 additions & 0 deletions packages/hono/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
# @clerk/hono

## 0.1.0

### Minor Changes

- Add Frontend API proxy support to `@clerk/hono` via the `frontendApiProxy` option on `clerkMiddleware`. When enabled, requests matching the proxy path (default `/__clerk`) are forwarded to Clerk's Frontend API, allowing Clerk to work in environments where direct API access is blocked by ad blockers or firewalls. The `proxyUrl` for auth handshake is automatically derived from the request when `frontendApiProxy` is configured. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hono/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/hono",
"version": "0.0.3",
"version": "0.1.0",
"description": "Clerk SDK for Hono",
"keywords": [
"auth",
Expand Down
13 changes: 13 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
# Change Log

## 4.1.0

### Minor Changes

- Added en-XA locale to highlight unlocalized strings. ([#7979](https://github.com/clerk/javascript/pull/7979)) by [@dstaley](https://github.com/dstaley)

### Patch Changes

- Add placeholder text "Enter your username" for username field in en-US locale ([#8002](https://github.com/clerk/javascript/pull/8002)) by [@petiteoh](https://github.com/petiteoh)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 4.0.0

### Major Changes
Expand Down
Loading
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + ' ci(repo): Version packages by clerk-cookie · Pull Request #7984 · clerk/javascript · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .changeset/add-navigation-promise-tests.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/backend-proxy-forwarded-headers.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-stingrays-give.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/bumpy-wings-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fastify-proxy-support.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-carrots-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fix-429-unauthenticated.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-express-proxy-path-guard.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fix-native-bridge-quality.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-usepathname-cache-components.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-username-placeholder-en-us.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-pets-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hono-proxy-support.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/jolly-parents-refuse.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/shaggy-ads-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shared-types-versions-fallback.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tame-moments-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-ads-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upgrade-cookie-v1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-pens-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-vans-beg.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/agent-toolkit/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @clerk/agent-toolkit

## 0.3.2

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-toolkit/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/agent-toolkit",
"version": "0.3.1",
"version": "0.3.2",
"description": "Clerk Toolkit for AI Agents",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @clerk/astro

## 3.0.2

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/astro",
"version": "3.0.1",
"version": "3.0.2",
"description": "Clerk SDK for Astro",
"keywords": [
"auth",
Expand Down
11 changes: 11 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.0.2

### Patch Changes

- Fix `clerkFrontendApiProxy` to derive the `Clerk-Proxy-Url` header and Location rewrites from `x-forwarded-proto`/`x-forwarded-host` headers instead of the raw `request.url`. Behind a reverse proxy, `request.url` resolves to localhost, causing FAPI to receive an incorrect proxy URL. The fix uses the same forwarded-header resolution pattern as `ClerkRequest`. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Remove experimental comment from Agent Tasks API ([#7978](https://github.com/clerk/javascript/pull/7978)) by [@tmilewski](https://github.com/tmilewski)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "3.0.1",
"version": "3.0.2",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
14 changes: 14 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
# Change Log

## 3.1.0

### Minor Changes

- Remove remotely hosted code from new @clerk/ui package ([#7983](https://github.com/clerk/javascript/pull/7983)) by [@royanger](https://github.com/royanger)

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`e13fc29`](https://github.com/clerk/javascript/commit/e13fc294ff5ee7a32f87b0d2784c82f56a0215de), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`398b7f9`](https://github.com/clerk/javascript/commit/398b7f906956e4b1f3fb1d8fb02c787e18309b53), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`bd3409e`](https://github.com/clerk/javascript/commit/bd3409e72b32c8c931872f0bff617d6ea8f7cac6)]:
- @clerk/clerk-js@6.1.0
- @clerk/shared@4.1.0
- @clerk/ui@1.1.0
- @clerk/react@6.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down
15 changes: 15 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
# Change Log

## 6.1.0

### Minor Changes

- Prevent modification of immutable attributes in UserProfile ([#7931](https://github.com/clerk/javascript/pull/7931)) by [@dmoerner](https://github.com/dmoerner)

### Patch Changes

- Narrow the error conditions that trigger the unauthenticated flow (sign-out) to only high-confidence authentication failures (401, 422). Previously, all 4xx errors — including 429 rate limits — were treated as auth failures, which could sign users out during transient rate limiting. Non-auth errors from `setActive` now propagate to the caller instead of being silently swallowed. ([#8004](https://github.com/clerk/javascript/pull/8004)) by [@brkalow](https://github.com/brkalow)

- Fix random sign-outs when the browser temporarily loses network connectivity. ([#7912](https://github.com/clerk/javascript/pull/7912)) by [@bratsos](https://github.com/bratsos)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clerk-js/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "6.0.0",
"version": "6.1.0",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down
7 changes: 7 additions & 0 deletions packages/expo-passkeys/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @clerk/expo-passkeys

## 1.0.2

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-passkeys/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/expo-passkeys",
"version": "1.0.1",
"version": "1.0.2",
"description": "Passkeys library to be used with Clerk for expo",
"keywords": [
"react-native",
Expand Down
18 changes: 18 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
# Change Log

## 3.1.0

### Minor Changes

- - Add native React Native components (AuthView, UserButton, UserProfileView) with `useUserProfileModal()` hook ([#7843](https://github.com/clerk/javascript/pull/7843)) by [@chriscanin](https://github.com/chriscanin)

- Add native Google Sign-In via Credential Manager (Android) and ASAuthorization (iOS)
- Update to Core-3 Signal APIs

- Adds support for Expo SDK 55 ([#8008](https://github.com/clerk/javascript/pull/8008)) by [@wobsoriano](https://github.com/wobsoriano)

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`398b7f9`](https://github.com/clerk/javascript/commit/398b7f906956e4b1f3fb1d8fb02c787e18309b53), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`bd3409e`](https://github.com/clerk/javascript/commit/bd3409e72b32c8c931872f0bff617d6ea8f7cac6)]:
- @clerk/clerk-js@6.1.0
- @clerk/shared@4.1.0
- @clerk/react@6.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/expo",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down
10 changes: 10 additions & 0 deletions packages/express/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.0.2

### Patch Changes

- Fix empty path fallback for `frontendApiProxy` to prevent intercepting all requests when `path` resolves to an empty string ([#8003](https://github.com/clerk/javascript/pull/8003)) by [@jacekradko](https://github.com/jacekradko)

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/express",
"version": "2.0.1",
"version": "2.0.2",
"description": "Clerk server SDK for usage with Express",
"keywords": [
"clerk",
Expand Down
12 changes: 12 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
# Change Log

## 3.1.0

### Minor Changes

- Add Frontend API proxy support to `@clerk/fastify` via the `frontendApiProxy` option on `clerkPlugin`. When enabled, requests matching the proxy path (default `/__clerk`) are forwarded to Clerk's Frontend API, allowing Clerk to work in environments where direct API access is blocked by ad blockers or firewalls. The `proxyUrl` for auth handshake is automatically derived from the request when `frontendApiProxy` is configured. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/fastify",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk SDK for Fastify",
"keywords": [
"auth",
Expand Down
12 changes: 12 additions & 0 deletions packages/hono/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
# @clerk/hono

## 0.1.0

### Minor Changes

- Add Frontend API proxy support to `@clerk/hono` via the `frontendApiProxy` option on `clerkMiddleware`. When enabled, requests matching the proxy path (default `/__clerk`) are forwarded to Clerk's Frontend API, allowing Clerk to work in environments where direct API access is blocked by ad blockers or firewalls. The `proxyUrl` for auth handshake is automatically derived from the request when `frontendApiProxy` is configured. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hono/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/hono",
"version": "0.0.3",
"version": "0.1.0",
"description": "Clerk SDK for Hono",
"keywords": [
"auth",
Expand Down
13 changes: 13 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
# Change Log

## 4.1.0

### Minor Changes

- Added en-XA locale to highlight unlocalized strings. ([#7979](https://github.com/clerk/javascript/pull/7979)) by [@dstaley](https://github.com/dstaley)

### Patch Changes

- Add placeholder text "Enter your username" for username field in en-US locale ([#8002](https://github.com/clerk/javascript/pull/8002)) by [@petiteoh](https://github.com/petiteoh)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 4.0.0

### Major Changes
Expand Down
Loading
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' ci(repo): Version packages by clerk-cookie · Pull Request #7984 · clerk/javascript · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .changeset/add-navigation-promise-tests.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/backend-proxy-forwarded-headers.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-stingrays-give.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/bumpy-wings-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fastify-proxy-support.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-carrots-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fix-429-unauthenticated.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-express-proxy-path-guard.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fix-native-bridge-quality.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-usepathname-cache-components.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-username-placeholder-en-us.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-pets-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hono-proxy-support.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/jolly-parents-refuse.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/shaggy-ads-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shared-types-versions-fallback.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tame-moments-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-ads-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upgrade-cookie-v1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-pens-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-vans-beg.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/agent-toolkit/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @clerk/agent-toolkit

## 0.3.2

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-toolkit/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/agent-toolkit",
"version": "0.3.1",
"version": "0.3.2",
"description": "Clerk Toolkit for AI Agents",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @clerk/astro

## 3.0.2

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/astro",
"version": "3.0.1",
"version": "3.0.2",
"description": "Clerk SDK for Astro",
"keywords": [
"auth",
Expand Down
11 changes: 11 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.0.2

### Patch Changes

- Fix `clerkFrontendApiProxy` to derive the `Clerk-Proxy-Url` header and Location rewrites from `x-forwarded-proto`/`x-forwarded-host` headers instead of the raw `request.url`. Behind a reverse proxy, `request.url` resolves to localhost, causing FAPI to receive an incorrect proxy URL. The fix uses the same forwarded-header resolution pattern as `ClerkRequest`. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Remove experimental comment from Agent Tasks API ([#7978](https://github.com/clerk/javascript/pull/7978)) by [@tmilewski](https://github.com/tmilewski)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "3.0.1",
"version": "3.0.2",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
14 changes: 14 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
# Change Log

## 3.1.0

### Minor Changes

- Remove remotely hosted code from new @clerk/ui package ([#7983](https://github.com/clerk/javascript/pull/7983)) by [@royanger](https://github.com/royanger)

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`e13fc29`](https://github.com/clerk/javascript/commit/e13fc294ff5ee7a32f87b0d2784c82f56a0215de), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`398b7f9`](https://github.com/clerk/javascript/commit/398b7f906956e4b1f3fb1d8fb02c787e18309b53), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`bd3409e`](https://github.com/clerk/javascript/commit/bd3409e72b32c8c931872f0bff617d6ea8f7cac6)]:
- @clerk/clerk-js@6.1.0
- @clerk/shared@4.1.0
- @clerk/ui@1.1.0
- @clerk/react@6.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down
15 changes: 15 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
# Change Log

## 6.1.0

### Minor Changes

- Prevent modification of immutable attributes in UserProfile ([#7931](https://github.com/clerk/javascript/pull/7931)) by [@dmoerner](https://github.com/dmoerner)

### Patch Changes

- Narrow the error conditions that trigger the unauthenticated flow (sign-out) to only high-confidence authentication failures (401, 422). Previously, all 4xx errors — including 429 rate limits — were treated as auth failures, which could sign users out during transient rate limiting. Non-auth errors from `setActive` now propagate to the caller instead of being silently swallowed. ([#8004](https://github.com/clerk/javascript/pull/8004)) by [@brkalow](https://github.com/brkalow)

- Fix random sign-outs when the browser temporarily loses network connectivity. ([#7912](https://github.com/clerk/javascript/pull/7912)) by [@bratsos](https://github.com/bratsos)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clerk-js/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "6.0.0",
"version": "6.1.0",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down
7 changes: 7 additions & 0 deletions packages/expo-passkeys/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @clerk/expo-passkeys

## 1.0.2

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-passkeys/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/expo-passkeys",
"version": "1.0.1",
"version": "1.0.2",
"description": "Passkeys library to be used with Clerk for expo",
"keywords": [
"react-native",
Expand Down
18 changes: 18 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
# Change Log

## 3.1.0

### Minor Changes

- - Add native React Native components (AuthView, UserButton, UserProfileView) with `useUserProfileModal()` hook ([#7843](https://github.com/clerk/javascript/pull/7843)) by [@chriscanin](https://github.com/chriscanin)

- Add native Google Sign-In via Credential Manager (Android) and ASAuthorization (iOS)
- Update to Core-3 Signal APIs

- Adds support for Expo SDK 55 ([#8008](https://github.com/clerk/javascript/pull/8008)) by [@wobsoriano](https://github.com/wobsoriano)

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`398b7f9`](https://github.com/clerk/javascript/commit/398b7f906956e4b1f3fb1d8fb02c787e18309b53), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`bd3409e`](https://github.com/clerk/javascript/commit/bd3409e72b32c8c931872f0bff617d6ea8f7cac6)]:
- @clerk/clerk-js@6.1.0
- @clerk/shared@4.1.0
- @clerk/react@6.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/expo",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down
10 changes: 10 additions & 0 deletions packages/express/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.0.2

### Patch Changes

- Fix empty path fallback for `frontendApiProxy` to prevent intercepting all requests when `path` resolves to an empty string ([#8003](https://github.com/clerk/javascript/pull/8003)) by [@jacekradko](https://github.com/jacekradko)

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/express",
"version": "2.0.1",
"version": "2.0.2",
"description": "Clerk server SDK for usage with Express",
"keywords": [
"clerk",
Expand Down
12 changes: 12 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
# Change Log

## 3.1.0

### Minor Changes

- Add Frontend API proxy support to `@clerk/fastify` via the `frontendApiProxy` option on `clerkPlugin`. When enabled, requests matching the proxy path (default `/__clerk`) are forwarded to Clerk's Frontend API, allowing Clerk to work in environments where direct API access is blocked by ad blockers or firewalls. The `proxyUrl` for auth handshake is automatically derived from the request when `frontendApiProxy` is configured. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/fastify",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk SDK for Fastify",
"keywords": [
"auth",
Expand Down
12 changes: 12 additions & 0 deletions packages/hono/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
# @clerk/hono

## 0.1.0

### Minor Changes

- Add Frontend API proxy support to `@clerk/hono` via the `frontendApiProxy` option on `clerkMiddleware`. When enabled, requests matching the proxy path (default `/__clerk`) are forwarded to Clerk's Frontend API, allowing Clerk to work in environments where direct API access is blocked by ad blockers or firewalls. The `proxyUrl` for auth handshake is automatically derived from the request when `frontendApiProxy` is configured. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hono/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/hono",
"version": "0.0.3",
"version": "0.1.0",
"description": "Clerk SDK for Hono",
"keywords": [
"auth",
Expand Down
13 changes: 13 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
# Change Log

## 4.1.0

### Minor Changes

- Added en-XA locale to highlight unlocalized strings. ([#7979](https://github.com/clerk/javascript/pull/7979)) by [@dstaley](https://github.com/dstaley)

### Patch Changes

- Add placeholder text "Enter your username" for username field in en-US locale ([#8002](https://github.com/clerk/javascript/pull/8002)) by [@petiteoh](https://github.com/petiteoh)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 4.0.0

### Major Changes
Expand Down
Loading
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); })(); ci(repo): Version packages by clerk-cookie · Pull Request #7984 · clerk/javascript · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .changeset/add-navigation-promise-tests.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/backend-proxy-forwarded-headers.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-stingrays-give.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/bumpy-wings-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fastify-proxy-support.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-carrots-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fix-429-unauthenticated.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-express-proxy-path-guard.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fix-native-bridge-quality.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-usepathname-cache-components.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-username-placeholder-en-us.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-pets-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hono-proxy-support.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/jolly-parents-refuse.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/shaggy-ads-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shared-types-versions-fallback.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tame-moments-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-ads-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upgrade-cookie-v1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-pens-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-vans-beg.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/agent-toolkit/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @clerk/agent-toolkit

## 0.3.2

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-toolkit/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/agent-toolkit",
"version": "0.3.1",
"version": "0.3.2",
"description": "Clerk Toolkit for AI Agents",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @clerk/astro

## 3.0.2

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/astro",
"version": "3.0.1",
"version": "3.0.2",
"description": "Clerk SDK for Astro",
"keywords": [
"auth",
Expand Down
11 changes: 11 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.0.2

### Patch Changes

- Fix `clerkFrontendApiProxy` to derive the `Clerk-Proxy-Url` header and Location rewrites from `x-forwarded-proto`/`x-forwarded-host` headers instead of the raw `request.url`. Behind a reverse proxy, `request.url` resolves to localhost, causing FAPI to receive an incorrect proxy URL. The fix uses the same forwarded-header resolution pattern as `ClerkRequest`. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Remove experimental comment from Agent Tasks API ([#7978](https://github.com/clerk/javascript/pull/7978)) by [@tmilewski](https://github.com/tmilewski)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "3.0.1",
"version": "3.0.2",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
14 changes: 14 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
# Change Log

## 3.1.0

### Minor Changes

- Remove remotely hosted code from new @clerk/ui package ([#7983](https://github.com/clerk/javascript/pull/7983)) by [@royanger](https://github.com/royanger)

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`e13fc29`](https://github.com/clerk/javascript/commit/e13fc294ff5ee7a32f87b0d2784c82f56a0215de), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`398b7f9`](https://github.com/clerk/javascript/commit/398b7f906956e4b1f3fb1d8fb02c787e18309b53), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`bd3409e`](https://github.com/clerk/javascript/commit/bd3409e72b32c8c931872f0bff617d6ea8f7cac6)]:
- @clerk/clerk-js@6.1.0
- @clerk/shared@4.1.0
- @clerk/ui@1.1.0
- @clerk/react@6.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down
15 changes: 15 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
# Change Log

## 6.1.0

### Minor Changes

- Prevent modification of immutable attributes in UserProfile ([#7931](https://github.com/clerk/javascript/pull/7931)) by [@dmoerner](https://github.com/dmoerner)

### Patch Changes

- Narrow the error conditions that trigger the unauthenticated flow (sign-out) to only high-confidence authentication failures (401, 422). Previously, all 4xx errors — including 429 rate limits — were treated as auth failures, which could sign users out during transient rate limiting. Non-auth errors from `setActive` now propagate to the caller instead of being silently swallowed. ([#8004](https://github.com/clerk/javascript/pull/8004)) by [@brkalow](https://github.com/brkalow)

- Fix random sign-outs when the browser temporarily loses network connectivity. ([#7912](https://github.com/clerk/javascript/pull/7912)) by [@bratsos](https://github.com/bratsos)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clerk-js/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "6.0.0",
"version": "6.1.0",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down
7 changes: 7 additions & 0 deletions packages/expo-passkeys/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @clerk/expo-passkeys

## 1.0.2

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-passkeys/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/expo-passkeys",
"version": "1.0.1",
"version": "1.0.2",
"description": "Passkeys library to be used with Clerk for expo",
"keywords": [
"react-native",
Expand Down
18 changes: 18 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
# Change Log

## 3.1.0

### Minor Changes

- - Add native React Native components (AuthView, UserButton, UserProfileView) with `useUserProfileModal()` hook ([#7843](https://github.com/clerk/javascript/pull/7843)) by [@chriscanin](https://github.com/chriscanin)

- Add native Google Sign-In via Credential Manager (Android) and ASAuthorization (iOS)
- Update to Core-3 Signal APIs

- Adds support for Expo SDK 55 ([#8008](https://github.com/clerk/javascript/pull/8008)) by [@wobsoriano](https://github.com/wobsoriano)

### Patch Changes

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`398b7f9`](https://github.com/clerk/javascript/commit/398b7f906956e4b1f3fb1d8fb02c787e18309b53), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`bd3409e`](https://github.com/clerk/javascript/commit/bd3409e72b32c8c931872f0bff617d6ea8f7cac6)]:
- @clerk/clerk-js@6.1.0
- @clerk/shared@4.1.0
- @clerk/react@6.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/expo",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down
10 changes: 10 additions & 0 deletions packages/express/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.0.2

### Patch Changes

- Fix empty path fallback for `frontendApiProxy` to prevent intercepting all requests when `path` resolves to an empty string ([#8003](https://github.com/clerk/javascript/pull/8003)) by [@jacekradko](https://github.com/jacekradko)

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/express",
"version": "2.0.1",
"version": "2.0.2",
"description": "Clerk server SDK for usage with Express",
"keywords": [
"clerk",
Expand Down
12 changes: 12 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
# Change Log

## 3.1.0

### Minor Changes

- Add Frontend API proxy support to `@clerk/fastify` via the `frontendApiProxy` option on `clerkPlugin`. When enabled, requests matching the proxy path (default `/__clerk`) are forwarded to Clerk's Frontend API, allowing Clerk to work in environments where direct API access is blocked by ad blockers or firewalls. The `proxyUrl` for auth handshake is automatically derived from the request when `frontendApiProxy` is configured. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/fastify",
"version": "3.0.1",
"version": "3.1.0",
"description": "Clerk SDK for Fastify",
"keywords": [
"auth",
Expand Down
12 changes: 12 additions & 0 deletions packages/hono/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
# @clerk/hono

## 0.1.0

### Minor Changes

- Add Frontend API proxy support to `@clerk/hono` via the `frontendApiProxy` option on `clerkMiddleware`. When enabled, requests matching the proxy path (default `/__clerk`) are forwarded to Clerk's Frontend API, allowing Clerk to work in environments where direct API access is blocked by ad blockers or firewalls. The `proxyUrl` for auth handshake is automatically derived from the request when `frontendApiProxy` is configured. ([#7994](https://github.com/clerk/javascript/pull/7994)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

### Patch Changes

- Updated dependencies [[`a8c64cc`](https://github.com/clerk/javascript/commit/a8c64cce3735483230d785fbd916859cb630f752), [`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8), [`09088ed`](https://github.com/clerk/javascript/commit/09088edeba8eaa299130f52e6aa26f2b2771e7e3)]:
- @clerk/backend@3.0.2
- @clerk/shared@4.1.0

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hono/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/hono",
"version": "0.0.3",
"version": "0.1.0",
"description": "Clerk SDK for Hono",
"keywords": [
"auth",
Expand Down
13 changes: 13 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
# Change Log

## 4.1.0

### Minor Changes

- Added en-XA locale to highlight unlocalized strings. ([#7979](https://github.com/clerk/javascript/pull/7979)) by [@dstaley](https://github.com/dstaley)

### Patch Changes

- Add placeholder text "Enter your username" for username field in en-US locale ([#8002](https://github.com/clerk/javascript/pull/8002)) by [@petiteoh](https://github.com/petiteoh)

- Updated dependencies [[`776ee1b`](https://github.com/clerk/javascript/commit/776ee1b3f3a576976b43352a93b6988340e83353), [`7fb870d`](https://github.com/clerk/javascript/commit/7fb870d37a8c153e9b0e6313b1d38ff53bc2f49b), [`09cb6d4`](https://github.com/clerk/javascript/commit/09cb6d4d45286cf4e657b880696bf0ff81a8a3e8)]:
- @clerk/shared@4.1.0

## 4.0.0

### Major Changes
Expand Down
Loading
Loading