Skip to content

Commit 260ee94

Browse files
ci(repo): Version packages
1 parent 6e0f879 commit 260ee94

37 files changed

+218
-142
lines changed

.changeset/free-times-refuse.md

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

.changeset/happy-icons-float.md

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

.changeset/hungry-eagles-doubt.md

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

.changeset/large-adults-juggle.md

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

.changeset/petite-sites-see.md

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

.changeset/sour-onions-wear.md

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

.changeset/two-trains-pull.md

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

.changeset/wide-aliens-take.md

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

.changeset/yummy-socks-join.md

Lines changed: 0 additions & 27 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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2148166`](https://github.com/clerk/javascript/commit/214816654850272297056eebad3d846b7f8125c9)]:
8+
- @clerk/backend@2.0.1
9+
310
## 0.1.0
411

512
### Minor 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.0",
3+
"version": "0.1.1",
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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2148166`](https://github.com/clerk/javascript/commit/214816654850272297056eebad3d846b7f8125c9)]:
8+
- @clerk/backend@2.0.1
9+
310
## 2.9.0
411

512
### Minor 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.0",
3+
"version": "2.9.1",
44
"description": "Clerk SDK for Astro",
55
"keywords": [
66
"auth",

packages/backend/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+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- Re-organize internal types for the recently added "machine authentication" feature. ([#6067](https://github.com/clerk/javascript/pull/6067)) by [@wobsoriano](https://github.com/wobsoriano)
8+
39
## 2.0.0
410

511
### Major 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.0.0",
3+
"version": "2.0.1",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 2.4.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6e0f879`](https://github.com/clerk/javascript/commit/6e0f87974e44d0f0f4cd2ce3eff97a3233783760)]:
8+
- @clerk/clerk-js@5.68.1
9+
310
## 2.4.11
411

512
### 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.11",
3+
"version": "2.4.12",
44
"description": "Clerk SDK for Chrome extensions",
55
"keywords": [
66
"auth",

packages/clerk-js/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+
## 5.68.1
4+
5+
### Patch Changes
6+
7+
- Fix Stripe Elements error handling ([#6074](https://github.com/clerk/javascript/pull/6074)) by [@aeliox](https://github.com/aeliox)
8+
39
## 5.68.0
410

511
### 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.68.0",
3+
"version": "5.68.1",
44
"description": "Clerk JS library",
55
"keywords": [
66
"clerk",

packages/expo/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.13.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6e0f879`](https://github.com/clerk/javascript/commit/6e0f87974e44d0f0f4cd2ce3eff97a3233783760)]:
8+
- @clerk/clerk-js@5.68.1
9+
310
## 2.13.0
411

512
### Minor 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.0",
3+
"version": "2.13.1",
44
"description": "Clerk React Native/Expo library",
55
"keywords": [
66
"react",

packages/express/CHANGELOG.md

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

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
- Introduces machine authentication, supporting four token types: `api_key`, `oauth_token`, `machine_token`, and `session_token`. For backwards compatibility, `session_token` remains the default when no token type is specified. This enables machine-to-machine authentication and use cases such as API keys and OAuth integrations. Existing applications continue to work without modification. ([#6067](https://github.com/clerk/javascript/pull/6067)) by [@wobsoriano](https://github.com/wobsoriano)
8+
9+
You can specify which token types are allowed by using the `acceptsToken` option in the `getAuth()` function. This option can be set to a specific type, an array of types, or `'any'` to accept all supported tokens.
10+
11+
Example usage:
12+
13+
```ts
14+
import express from 'express';
15+
import { getAuth } from '@clerk/express';
16+
17+
const app = express();
18+
19+
app.get('/path', (req, res) => {
20+
const authObject = getAuth(req, { acceptsToken: 'any' });
21+
22+
if (authObject.tokenType === 'session_token') {
23+
console.log('this is session token from a user');
24+
} else {
25+
console.log('this is some other type of machine token');
26+
console.log('more specifically, a ' + authObject.tokenType);
27+
}
28+
});
29+
```
30+
31+
### Patch Changes
32+
33+
- Updated dependencies [[`2148166`](https://github.com/clerk/javascript/commit/214816654850272297056eebad3d846b7f8125c9)]:
34+
- @clerk/backend@2.0.1
35+
336
## 1.6.0
437

538
### 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.6.0",
3+
"version": "1.7.0",
44
"description": "Clerk server SDK for usage with Express",
55
"keywords": [
66
"clerk",

packages/fastify/CHANGELOG.md

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

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- Introduces machine authentication, supporting four token types: `api_key`, `oauth_token`, `machine_token`, and `session_token`. For backwards compatibility, `session_token` remains the default when no token type is specified. This enables machine-to-machine authentication and use cases such as API keys and OAuth integrations. Existing applications continue to work without modification. ([#6067](https://github.com/clerk/javascript/pull/6067)) by [@wobsoriano](https://github.com/wobsoriano)
8+
9+
You can specify which token types are allowed by using the `acceptsToken` option in the `getAuth()` function. This option can be set to a specific type, an array of types, or `'any'` to accept all supported tokens.
10+
11+
Example usage:
12+
13+
```ts
14+
import Fastify from 'fastify';
15+
import { getAuth } from '@clerk/fastify';
16+
17+
const fastify = Fastify();
18+
19+
fastify.get('/path', (request, reply) => {
20+
const authObject = getAuth(req, { acceptsToken: 'any' });
21+
22+
if (authObject.tokenType === 'session_token') {
23+
console.log('this is session token from a user');
24+
} else {
25+
console.log('this is some other type of machine token');
26+
console.log('more specifically, a ' + authObject.tokenType);
27+
}
28+
});
29+
```
30+
31+
### Patch Changes
32+
33+
- Updated dependencies [[`2148166`](https://github.com/clerk/javascript/commit/214816654850272297056eebad3d846b7f8125c9)]:
34+
35+
336
## 2.3.0
437

538
### 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.3.0",
3+
"version": "2.4.0",
44
"description": "Clerk SDK for Fastify",
55
"keywords": [
66
"auth",

packages/nextjs/CHANGELOG.md

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

3+
## 6.21.1
4+
5+
### Patch Changes
6+
7+
- Re-organize internal types for the recently added "machine authentication" feature. ([#6067](https://github.com/clerk/javascript/pull/6067)) by [@wobsoriano](https://github.com/wobsoriano)
8+
9+
- Updated dependencies [[`2148166`](https://github.com/clerk/javascript/commit/214816654850272297056eebad3d846b7f8125c9)]:
10+
11+
312
## 6.21.0
413

514
### 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.21.0",
3+
"version": "6.21.1",
44
"description": "Clerk SDK for NextJS",
55
"keywords": [
66
"clerk",

packages/nuxt/CHANGELOG.md

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

3+
## 1.7.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2148166`](https://github.com/clerk/javascript/commit/214816654850272297056eebad3d846b7f8125c9)]:
8+
- @clerk/backend@2.0.1
9+
310
## 1.7.0
411

512
### Minor Changes

0 commit comments

Comments
 (0)