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
5 changes: 0 additions & 5 deletions .changeset/beige-regions-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-views-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/deprecate-signout-options.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/deprecate-vue-signout-options.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/e2e-staging-permissions-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-apple-signin-entitlement-opt-out.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-astro-cf-pages-env-fallback.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-config-plugin-swift-path.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-dev-browser-partitioned-cookie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-internal-css-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-kotlin-metadata-version.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-native-clerk-module-codegen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-proxy-content-encoding.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fix-satellite-auto-sync-default.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-token-cache-timer-leak.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/free-rivers-cheer.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/fresh-crabs-run.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/kind-dogs-play.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/pin-nextjs-cache-components.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remove-expired-token-retry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/session-minter-force-origin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-clubs-watch.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/agent-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @clerk/agent-toolkit

## 0.3.7

### Patch Changes

- Updated dependencies [[`0288931`](https://github.com/clerk/javascript/commit/028893102b91e3fc8e4e0ca5b993bbb8f23fd1d1), [`3efdd2c`](https://github.com/clerk/javascript/commit/3efdd2cbd36bfe1002e1fbdb0f3a633d46a9287a), [`486545c`](https://github.com/clerk/javascript/commit/486545c17db652e003f56ffdecf6f31dd77a1b02)]:
- @clerk/backend@3.2.3

## 0.3.6

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

## 3.0.7

### Patch Changes

- Fix Cloudflare Pages compatibility by falling through to `locals.runtime.env` when `cloudflare:workers` env is missing the requested key ([#8136](https://github.com/clerk/javascript/pull/8136)) by [@mlafeldt](https://github.com/mlafeldt)

- Updated dependencies [[`0288931`](https://github.com/clerk/javascript/commit/028893102b91e3fc8e4e0ca5b993bbb8f23fd1d1), [`3efdd2c`](https://github.com/clerk/javascript/commit/3efdd2cbd36bfe1002e1fbdb0f3a633d46a9287a), [`486545c`](https://github.com/clerk/javascript/commit/486545c17db652e003f56ffdecf6f31dd77a1b02)]:
- @clerk/backend@3.2.3

## 3.0.6

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

## 3.2.3

### Patch Changes

- Fix `ERR_CONTENT_DECODING_FAILED` when loading proxied assets by requesting uncompressed responses from FAPI and stripping `Content-Encoding`/`Content-Length` headers that `fetch()` invalidates through auto-decompression. ([#8159](https://github.com/clerk/javascript/pull/8159)) by [@brkalow](https://github.com/brkalow)

- Fix `satelliteAutoSync` to default to `false` as documented. Previously, not passing the prop resulted in `undefined`, which was treated as `true` due to a strict equality check (`=== false`). This preserved Core 2 auto-sync behavior instead of the intended Core 3 default. The check is now `!== true`, so both `undefined` and `false` skip automatic satellite sync. ([#8001](https://github.com/clerk/javascript/pull/8001)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Fix an issue where multiple `set-cookie` headers were being dropped by the frontend API proxy. ([#8162](https://github.com/clerk/javascript/pull/8162)) by [@brkalow](https://github.com/brkalow)

## 3.2.2

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

## 3.1.5

### Patch Changes

- Updated dependencies [[`1cf76d1`](https://github.com/clerk/javascript/commit/1cf76d1f660e95a72e043aee65761a608f36a16d), [`2f52cad`](https://github.com/clerk/javascript/commit/2f52cad73f2f281de9ee16cdab39df3b32c1a21f), [`7027e97`](https://github.com/clerk/javascript/commit/7027e9712b17728df5a89691f60e1fff34f06f46), [`9ca9300`](https://github.com/clerk/javascript/commit/9ca9300070b649ccb6f661395e86f23c34e592f4), [`6fe4418`](https://github.com/clerk/javascript/commit/6fe441801a5cffc4a3c3b6b431289426d2af900c), [`3efdd2c`](https://github.com/clerk/javascript/commit/3efdd2cbd36bfe1002e1fbdb0f3a633d46a9287a), [`857823e`](https://github.com/clerk/javascript/commit/857823e8d3f4285a263131d26b5940ce2030f37b), [`25a73fb`](https://github.com/clerk/javascript/commit/25a73fb6d9a1c262759ec7e6a7b5c1048ea18c7a), [`d976a82`](https://github.com/clerk/javascript/commit/d976a8298a7fc67b9496a896ebbf043449cc6a01)]:
- @clerk/ui@1.2.4
- @clerk/react@6.1.3
- @clerk/clerk-js@6.3.3

## 3.1.4

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

## 6.3.3

### Patch Changes

- Fix dev browser token being read from a stale non-partitioned cookie when `partitionedCookies` is enabled. The token is now kept in memory so FAPI requests always use the authoritative value. ([#8161](https://github.com/clerk/javascript/pull/8161)) by [@brkalow](https://github.com/brkalow)

- Fix `satelliteAutoSync` to default to `false` as documented. Previously, not passing the prop resulted in `undefined`, which was treated as `true` due to a strict equality check (`=== false`). This preserved Core 2 auto-sync behavior instead of the intended Core 3 default. The check is now `!== true`, so both `undefined` and `false` skip automatic satellite sync. ([#8001](https://github.com/clerk/javascript/pull/8001)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Fix token cache refresh timer leak that caused accelerating token refresh requests after `session.touch()` or organization switching. ([#8098](https://github.com/clerk/javascript/pull/8098)) by [@jacekradko](https://github.com/jacekradko)

- Skip `expired_token` retry flow when Session Minter is enabled. When `sessionMinter` is on, the token is sent in the POST body, so the retry-with-expired-token fallback is unnecessary. The retry flow is preserved for non-Session Minter mode. ([#8108](https://github.com/clerk/javascript/pull/8108)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Send `force_origin=true` body param on `/tokens` requests when `skipCache` is true, so FAPI Proxy routes to origin instead of Session Minter. ([#8106](https://github.com/clerk/javascript/pull/8106)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

## 6.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clerk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "6.3.2",
"version": "6.3.3",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down
16 changes: 16 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 3.1.5

### Patch Changes

- Add `appleSignIn` option to the Expo config plugin. Setting `appleSignIn: false` prevents the Sign in with Apple entitlement from being added unconditionally, allowing apps that do not use Apple Sign In to opt out. ([#8113](https://github.com/clerk/javascript/pull/8113)) by [@chriscanin](https://github.com/chriscanin)

- fix(expo): use `require.resolve` in config plugin to find `ClerkViewFactory.swift`, resolving failures in pnpm workspaces nested 2+ levels deep ([#8111](https://github.com/clerk/javascript/pull/8111)) by [@chriscanin](https://github.com/chriscanin)

- Add `-Xskip-metadata-version-check` Kotlin compiler flag to resolve metadata version mismatch errors when building Android apps with Expo SDK 54/55. The `clerk-android` dependency is compiled with Kotlin 2.3.x while Expo ships Kotlin 2.1.x, causing `:app:compileDebugKotlin` to fail. ([#8152](https://github.com/clerk/javascript/pull/8152)) by [@chriscanin](https://github.com/chriscanin)

- fix(expo): restore TurboModuleRegistry.get pattern in NativeClerkModule spec to fix Android new architecture codegen error; handle web via NativeClerkModule.web.ts ([#8112](https://github.com/clerk/javascript/pull/8112)) by [@chriscanin](https://github.com/chriscanin)

- Updated dependencies [[`7027e97`](https://github.com/clerk/javascript/commit/7027e9712b17728df5a89691f60e1fff34f06f46), [`9ca9300`](https://github.com/clerk/javascript/commit/9ca9300070b649ccb6f661395e86f23c34e592f4), [`3efdd2c`](https://github.com/clerk/javascript/commit/3efdd2cbd36bfe1002e1fbdb0f3a633d46a9287a), [`857823e`](https://github.com/clerk/javascript/commit/857823e8d3f4285a263131d26b5940ce2030f37b), [`25a73fb`](https://github.com/clerk/javascript/commit/25a73fb6d9a1c262759ec7e6a7b5c1048ea18c7a), [`d976a82`](https://github.com/clerk/javascript/commit/d976a8298a7fc67b9496a896ebbf043449cc6a01)]:
- @clerk/react@6.1.3
- @clerk/clerk-js@6.3.3

## 3.1.4

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

## 2.0.7

### Patch Changes

- Updated dependencies [[`0288931`](https://github.com/clerk/javascript/commit/028893102b91e3fc8e4e0ca5b993bbb8f23fd1d1), [`3efdd2c`](https://github.com/clerk/javascript/commit/3efdd2cbd36bfe1002e1fbdb0f3a633d46a9287a), [`486545c`](https://github.com/clerk/javascript/commit/486545c17db652e003f56ffdecf6f31dd77a1b02)]:
- @clerk/backend@3.2.3

## 2.0.6

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

## 3.1.5

### Patch Changes

- Updated dependencies [[`0288931`](https://github.com/clerk/javascript/commit/028893102b91e3fc8e4e0ca5b993bbb8f23fd1d1), [`3efdd2c`](https://github.com/clerk/javascript/commit/3efdd2cbd36bfe1002e1fbdb0f3a633d46a9287a), [`486545c`](https://github.com/clerk/javascript/commit/486545c17db652e003f56ffdecf6f31dd77a1b02)]:
- @clerk/backend@3.2.3

## 3.1.4

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

## 0.1.5

### Patch Changes

- Updated dependencies [[`0288931`](https://github.com/clerk/javascript/commit/028893102b91e3fc8e4e0ca5b993bbb8f23fd1d1), [`3efdd2c`](https://github.com/clerk/javascript/commit/3efdd2cbd36bfe1002e1fbdb0f3a633d46a9287a), [`486545c`](https://github.com/clerk/javascript/commit/486545c17db652e003f56ffdecf6f31dd77a1b02)]:
- @clerk/backend@3.2.3

## 0.1.4

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

## 4.2.4

### Patch Changes

- Add the missing Dutch translation for `organizationProfile.start.profileSection.primaryButton`. ([#7711](https://github.com/clerk/javascript/pull/7711)) by [@MaartenKoller](https://github.com/MaartenKoller)

This updates the value from an empty string to `"Profiel bijwerken"` so the primary button label is shown correctly in the organization profile section.

No consumer code changes are required.

## 4.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/localizations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/localizations",
"version": "4.2.3",
"version": "4.2.4",
"description": "Localizations for the Clerk components",
"keywords": [
"react",
Expand Down
8 changes: 8 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 7.0.7

### Patch Changes

- Updated dependencies [[`7027e97`](https://github.com/clerk/javascript/commit/7027e9712b17728df5a89691f60e1fff34f06f46), [`0288931`](https://github.com/clerk/javascript/commit/028893102b91e3fc8e4e0ca5b993bbb8f23fd1d1), [`3efdd2c`](https://github.com/clerk/javascript/commit/3efdd2cbd36bfe1002e1fbdb0f3a633d46a9287a), [`486545c`](https://github.com/clerk/javascript/commit/486545c17db652e003f56ffdecf6f31dd77a1b02)]:
- @clerk/react@6.1.3
- @clerk/backend@3.2.3

## 7.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/nextjs",
"version": "7.0.6",
"version": "7.0.7",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
Expand Down
8 changes: 8 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @clerk/nuxt

## 2.0.7

### Patch Changes

- Updated dependencies [[`c44f106`](https://github.com/clerk/javascript/commit/c44f1060923d12b9fefd482a88cfd9c5b370b216), [`0288931`](https://github.com/clerk/javascript/commit/028893102b91e3fc8e4e0ca5b993bbb8f23fd1d1), [`3efdd2c`](https://github.com/clerk/javascript/commit/3efdd2cbd36bfe1002e1fbdb0f3a633d46a9287a), [`486545c`](https://github.com/clerk/javascript/commit/486545c17db652e003f56ffdecf6f31dd77a1b02)]:
- @clerk/vue@2.0.7
- @clerk/backend@3.2.3

## 2.0.6

### Patch Changes
Expand Down
Loading
Loading