Skip to content

Commit f59df92

Browse files
ci(repo): Version packages
1 parent 4bfda3b commit f59df92

40 files changed

+156
-59
lines changed

.changeset/beige-aliens-wish.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/common-beers-read.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/curly-dots-stand.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/mean-chicken-press.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/real-bees-post.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tame-poems-impress.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/tiny-snails-wonder.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twenty-beds-serve.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/agent-toolkit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @clerk/agent-toolkit
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`628583a`](https://github.com/clerk/javascript/commit/628583a27ffd72521475e06f91e6f592ee87ba47), [`10f3dda`](https://github.com/clerk/javascript/commit/10f3dda2beff0ce71a52c2f15c07094110078be2)]:
8+
- @clerk/backend@2.2.0
9+
310
## 0.1.1
411

512
### Patch Changes

packages/agent-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/agent-toolkit",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Clerk Toolkit for AI Agents",
55
"homepage": "https://clerk.com/",
66
"bugs": {

packages/astro/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @clerk/astro
22

3+
## 2.9.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`628583a`](https://github.com/clerk/javascript/commit/628583a27ffd72521475e06f91e6f592ee87ba47), [`10f3dda`](https://github.com/clerk/javascript/commit/10f3dda2beff0ce71a52c2f15c07094110078be2)]:
8+
- @clerk/backend@2.2.0
9+
310
## 2.9.1
411

512
### Patch Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/astro",
3-
"version": "2.9.1",
3+
"version": "2.9.2",
44
"description": "Clerk SDK for Astro",
55
"keywords": [
66
"auth",

packages/backend/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- - Optimize `auth()` calls to avoid unnecessary verification calls when the provided token type is not in the `acceptsToken` array. ([#6123](https://github.com/clerk/javascript/pull/6123)) by [@wobsoriano](https://github.com/wobsoriano)
8+
9+
- Add handling for invalid token types when `acceptsToken` is an array in `authenticateRequest()`: now returns a clear unauthenticated state (`tokenType: null`) if the token is not in the accepted list.
10+
11+
### Patch Changes
12+
13+
- Add logic to ensure that we consider the proxy_url when creating the frontendApi url. ([#6120](https://github.com/clerk/javascript/pull/6120)) by [@jacekradko](https://github.com/jacekradko)
14+
315
## 2.1.0
416

517
### Minor Changes

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/backend",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
55
"homepage": "https://clerk.com/",
66
"bugs": {

packages/chrome-extension/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 2.4.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c25271d`](https://github.com/clerk/javascript/commit/c25271d37726efae6e7c864b67327678bbbc26c3), [`e436882`](https://github.com/clerk/javascript/commit/e436882b319fcf56071273d55da971c65379ff8f)]:
8+
- @clerk/clerk-js@5.69.1
9+
- @clerk/clerk-react@5.32.0
10+
311
## 2.4.12
412

513
### Patch Changes

packages/chrome-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/chrome-extension",
3-
"version": "2.4.12",
3+
"version": "2.4.13",
44
"description": "Clerk SDK for Chrome extensions",
55
"keywords": [
66
"auth",

packages/clerk-js/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 5.69.1
4+
5+
### Patch Changes
6+
7+
- Internal only: switch to `/subscription_items` endpoints ([#6137](https://github.com/clerk/javascript/pull/6137)) by [@aeliox](https://github.com/aeliox)
8+
9+
- Reworked the cache key creation logic in SignInFactorOneCodeForm.tsx not to rely on sign_in.id, which can change after host app re-renders ([#6134](https://github.com/clerk/javascript/pull/6134)) by [@jacekradko](https://github.com/jacekradko)
10+
11+
- Updated dependencies [[`656851d`](https://github.com/clerk/javascript/commit/656851da4a2cd3ec987c1f815f1bc621fbf00b90)]:
12+
13+
314
## 5.69.0
415

516
### Minor Changes

packages/clerk-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-js",
3-
"version": "5.69.0",
3+
"version": "5.69.1",
44
"description": "Clerk JS library",
55
"keywords": [
66
"clerk",

packages/expo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 2.13.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c25271d`](https://github.com/clerk/javascript/commit/c25271d37726efae6e7c864b67327678bbbc26c3), [`e436882`](https://github.com/clerk/javascript/commit/e436882b319fcf56071273d55da971c65379ff8f)]:
8+
- @clerk/clerk-js@5.69.1
9+
- @clerk/clerk-react@5.32.0
10+
311
## 2.13.1
412

513
### Patch Changes

packages/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-expo",
3-
"version": "2.13.1",
3+
"version": "2.13.2",
44
"description": "Clerk React Native/Expo library",
55
"keywords": [
66
"react",

packages/express/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 1.7.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`628583a`](https://github.com/clerk/javascript/commit/628583a27ffd72521475e06f91e6f592ee87ba47), [`10f3dda`](https://github.com/clerk/javascript/commit/10f3dda2beff0ce71a52c2f15c07094110078be2)]:
8+
- @clerk/backend@2.2.0
9+
310
## 1.7.0
411

512
### Minor Changes

packages/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/express",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Clerk server SDK for usage with Express",
55
"keywords": [
66
"clerk",

packages/fastify/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 2.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`628583a`](https://github.com/clerk/javascript/commit/628583a27ffd72521475e06f91e6f592ee87ba47), [`10f3dda`](https://github.com/clerk/javascript/commit/10f3dda2beff0ce71a52c2f15c07094110078be2)]:
8+
9+
310
## 2.4.0
411

512
### Minor Changes

packages/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/fastify",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Clerk SDK for Fastify",
55
"keywords": [
66
"auth",

packages/localizations/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 3.16.6
4+
5+
### Patch Changes
6+
7+
- Adds clickable Terms of Service and Privacy Policy links to the following localizations: `be-BY`, `bg-BG`, `cs-CZ`, `es-ES`, `it-IT`, `nl-BE`, `nl-NL`, `pt-PT`, and `tr-TR`. ([#6135](https://github.com/clerk/javascript/pull/6135)) by [@tmilewski](https://github.com/tmilewski)
8+
39
## 3.16.5
410

511
### Patch Changes

packages/localizations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/localizations",
3-
"version": "3.16.5",
3+
"version": "3.16.6",
44
"description": "Localizations for the Clerk components",
55
"keywords": [
66
"react",

packages/nextjs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## 6.23.0
4+
5+
### Minor Changes
6+
7+
- - Optimize `auth()` calls to avoid unnecessary verification calls when the provided token type is not in the `acceptsToken` array. ([#6123](https://github.com/clerk/javascript/pull/6123)) by [@wobsoriano](https://github.com/wobsoriano)
8+
9+
- Add handling for invalid token types when `acceptsToken` is an array in `authenticateRequest()`: now returns a clear unauthenticated state (`tokenType: null`) if the token is not in the accepted list.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`628583a`](https://github.com/clerk/javascript/commit/628583a27ffd72521475e06f91e6f592ee87ba47), [`10f3dda`](https://github.com/clerk/javascript/commit/10f3dda2beff0ce71a52c2f15c07094110078be2)]:
14+
15+
16+
317
## 6.22.0
418

519
### Minor Changes

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/nextjs",
3-
"version": "6.22.0",
3+
"version": "6.23.0",
44
"description": "Clerk SDK for NextJS",
55
"keywords": [
66
"clerk",

packages/nuxt/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @clerk/nuxt
22

3+
## 1.7.2
4+
5+
### Patch Changes
6+
7+
- Make `initialState` prop public and bump `@nuxt/kit` to 3.17.5 ([#6132](https://github.com/clerk/javascript/pull/6132)) by [@wobsoriano](https://github.com/wobsoriano)
8+
9+
- Updated dependencies [[`628583a`](https://github.com/clerk/javascript/commit/628583a27ffd72521475e06f91e6f592ee87ba47), [`805c4a8`](https://github.com/clerk/javascript/commit/805c4a8a425b627434b3e3cd3ba946739dd19878), [`10f3dda`](https://github.com/clerk/javascript/commit/10f3dda2beff0ce71a52c2f15c07094110078be2)]:
10+
- @clerk/backend@2.2.0
11+
- @clerk/vue@1.8.9
12+
313
## 1.7.1
414

515
### Patch Changes

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/nuxt",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "Clerk SDK for Nuxt",
55
"keywords": [
66
"clerk",

packages/react-router/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`628583a`](https://github.com/clerk/javascript/commit/628583a27ffd72521475e06f91e6f592ee87ba47), [`10f3dda`](https://github.com/clerk/javascript/commit/10f3dda2beff0ce71a52c2f15c07094110078be2)]:
8+
- @clerk/backend@2.2.0
9+
- @clerk/clerk-react@5.32.0
10+
311
## 1.6.0
412

513
### Minor Changes

packages/react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/react-router",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Clerk SDK for React Router",
55
"keywords": [
66
"clerk",

packages/remix/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 4.8.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`628583a`](https://github.com/clerk/javascript/commit/628583a27ffd72521475e06f91e6f592ee87ba47), [`10f3dda`](https://github.com/clerk/javascript/commit/10f3dda2beff0ce71a52c2f15c07094110078be2)]:
8+
9+
10+
311
## 4.8.1
412

513
### Patch Changes

packages/remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/remix",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"description": "Clerk SDK for Remix",
55
"keywords": [
66
"clerk",

packages/tanstack-react-start/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @clerk/tanstack-react-start
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- Updated minimum required version of `@tanstack/react-start` to 1.121.0, which removes the need for Vinxi. ([#6115](https://github.com/clerk/javascript/pull/6115)) by [@wobsoriano](https://github.com/wobsoriano)
8+
9+
See [full migration guide](https://github.com/TanStack/router/discussions/2863#discussioncomment-13104960).
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`628583a`](https://github.com/clerk/javascript/commit/628583a27ffd72521475e06f91e6f592ee87ba47), [`10f3dda`](https://github.com/clerk/javascript/commit/10f3dda2beff0ce71a52c2f15c07094110078be2)]:
14+
15+
16+
317
## 0.17.0
418

519
### Minor Changes

packages/tanstack-react-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/tanstack-react-start",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "Clerk SDK for TanStack React Start",
55
"keywords": [
66
"clerk",

packages/testing/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @clerk/testing
22

3+
## 1.8.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`628583a`](https://github.com/clerk/javascript/commit/628583a27ffd72521475e06f91e6f592ee87ba47), [`10f3dda`](https://github.com/clerk/javascript/commit/10f3dda2beff0ce71a52c2f15c07094110078be2)]:
8+
9+
310
## 1.8.1
411

512
### Patch Changes

packages/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/testing",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"description": "Utilities to help you create E2E test suites for apps using Clerk",
55
"keywords": [
66
"auth",

0 commit comments

Comments
 (0)