Skip to content

Commit b64f609

Browse files
ci(repo): Version packages
1 parent f8887b2 commit b64f609

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+360
-204
lines changed

.changeset/dark-dragons-shop.md

-2
This file was deleted.

.changeset/fast-lands-smash.md

-14
This file was deleted.

.changeset/free-actors-prove.md

-43
This file was deleted.

.changeset/heavy-foxes-check.md

-17
This file was deleted.

.changeset/lucky-planets-drive.md

-19
This file was deleted.

.changeset/many-carpets-rush.md

-15
This file was deleted.

.changeset/solid-heads-turn.md

-5
This file was deleted.

.changeset/swift-ducks-flash.md

-16
This file was deleted.

.changeset/thick-showers-drop.md

-18
This file was deleted.

.changeset/three-badgers-hunt.md

-15
This file was deleted.

.changeset/tired-experts-dig.md

-5
This file was deleted.

.changeset/wicked-hornets-fry.md

-6
This file was deleted.

.changeset/yummy-bats-take.md

-7
This file was deleted.

packages/agent-toolkit/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @clerk/agent-toolkit
22

3+
## 0.0.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7389ba3`](https://github.com/clerk/javascript/commit/7389ba3164ca0d848fb0a9de5d7e9716925fadcc), [`00f16e4`](https://github.com/clerk/javascript/commit/00f16e4c62fc9e965c352a4fd199c7fad8704f79), [`bb35660`](https://github.com/clerk/javascript/commit/bb35660884d04c8a426790ed439592e33434c87f), [`efb5d8c`](https://github.com/clerk/javascript/commit/efb5d8c03b14f6c2b5ecaed55a09869abe76ebbc), [`a7f3ebc`](https://github.com/clerk/javascript/commit/a7f3ebc63adbab274497ca24279862d2788423c7), [`d3fa403`](https://github.com/clerk/javascript/commit/d3fa4036b7768134131c008c087a90a841f225e5), [`6cba4e2`](https://github.com/clerk/javascript/commit/6cba4e28e904779dd448a7c29d761fcf53465dbf), [`fb6aa20`](https://github.com/clerk/javascript/commit/fb6aa20abe1c0c8579ba8f07343474f915bc22c6), [`e634830`](https://github.com/clerk/javascript/commit/e6348301ab56a7868f24c1b9a4dd9e1d60f6027b), [`f8887b2`](https://github.com/clerk/javascript/commit/f8887b2cbd145e8e49bec890e8b6e02e34178d6a)]:
8+
- @clerk/backend@1.29.0
9+
- @clerk/shared@3.7.1
10+
- @clerk/types@4.54.1
11+
312
## 0.0.22
413

514
### Patch Changes

packages/agent-toolkit/package.json

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

packages/astro/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @clerk/astro
22

3+
## 2.6.5
4+
5+
### Patch Changes
6+
7+
- Improve JSDoc comments ([#5630](https://github.com/clerk/javascript/pull/5630)) by [@LekoArts](https://github.com/LekoArts)
8+
9+
- Updated dependencies [[`7389ba3`](https://github.com/clerk/javascript/commit/7389ba3164ca0d848fb0a9de5d7e9716925fadcc), [`00f16e4`](https://github.com/clerk/javascript/commit/00f16e4c62fc9e965c352a4fd199c7fad8704f79), [`bb35660`](https://github.com/clerk/javascript/commit/bb35660884d04c8a426790ed439592e33434c87f), [`efb5d8c`](https://github.com/clerk/javascript/commit/efb5d8c03b14f6c2b5ecaed55a09869abe76ebbc), [`a7f3ebc`](https://github.com/clerk/javascript/commit/a7f3ebc63adbab274497ca24279862d2788423c7), [`d3fa403`](https://github.com/clerk/javascript/commit/d3fa4036b7768134131c008c087a90a841f225e5), [`6cba4e2`](https://github.com/clerk/javascript/commit/6cba4e28e904779dd448a7c29d761fcf53465dbf), [`fb6aa20`](https://github.com/clerk/javascript/commit/fb6aa20abe1c0c8579ba8f07343474f915bc22c6), [`e634830`](https://github.com/clerk/javascript/commit/e6348301ab56a7868f24c1b9a4dd9e1d60f6027b), [`f8887b2`](https://github.com/clerk/javascript/commit/f8887b2cbd145e8e49bec890e8b6e02e34178d6a)]:
10+
- @clerk/backend@1.29.0
11+
- @clerk/shared@3.7.1
12+
- @clerk/types@4.54.1
13+
314
## 2.6.4
415

516
### Patch Changes

packages/astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/astro",
3-
"version": "2.6.4",
3+
"version": "2.6.5",
44
"description": "Clerk SDK for Astro",
55
"keywords": [
66
"auth",

packages/backend/CHANGELOG.md

+92
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,97 @@
11
# Change Log
22

3+
## 1.29.0
4+
5+
### Minor Changes
6+
7+
- Adds the following functionality for Instances to the Backend API client. ([#5600](https://github.com/clerk/javascript/pull/5600)) by [@tmilewski](https://github.com/tmilewski)
8+
9+
```ts
10+
import { createClerkClient } from '@clerk/backend';
11+
12+
const clerkClient = createClerkClient(...);
13+
14+
await clerkClient.instance.get();
15+
await clerkClient.instance.update({...});
16+
await clerkClient.instance.updateRestrictions({...});
17+
await clerkClient.instance.updateOrganizationSettings({...});
18+
```
19+
20+
- Adds the ability to perform CRUD operations on OAuth Applications to the Backend API client. ([#5599](https://github.com/clerk/javascript/pull/5599)) by [@tmilewski](https://github.com/tmilewski)
21+
22+
```ts
23+
import { createClerkClient } from '@clerk/backend';
24+
25+
const clerkClient = createClerkClient(...);
26+
27+
await clerkClient.oauthApplications.list({...});
28+
await clerkClient.oauthApplications.get('templateId');
29+
await clerkClient.oauthApplications.create({...});
30+
await clerkClient.oauthApplications.update({...});
31+
await clerkClient.oauthApplications.delete('templateId');
32+
await clerkClient.oauthApplications.rotateSecret('templateId');
33+
```
34+
35+
- Adds domain endpoints to the Backend API client. ([#5621](https://github.com/clerk/javascript/pull/5621)) by [@tmilewski](https://github.com/tmilewski)
36+
37+
```ts
38+
import { createClerkClient } from '@clerk/backend';
39+
40+
const clerkClient = createClerkClient(...);
41+
await clerkClient.domains.list();
42+
await clerkClient.domains.add({...});
43+
await clerkClient.domains.update({...});
44+
await clerkClient.domains.delete('satelliteDomainId');
45+
```
46+
47+
- Adds the ability to change production domains [beta] to the Backend API client. ([#5633](https://github.com/clerk/javascript/pull/5633)) by [@tmilewski](https://github.com/tmilewski)
48+
49+
```ts
50+
import { createClerkClient } from '@clerk/backend';
51+
52+
const clerkClient = createClerkClient(...);
53+
54+
await clerkClient.betaFeatures.changeDomain({
55+
homeUrl: 'https://www.example.com',
56+
isSecondary: false,
57+
});
58+
```
59+
60+
### Patch Changes
61+
62+
- Improve JSDoc comments ([#5630](https://github.com/clerk/javascript/pull/5630)) by [@LekoArts](https://github.com/LekoArts)
63+
64+
- Update typing of Organization.slug ([#5636](https://github.com/clerk/javascript/pull/5636)) by [@tmilewski](https://github.com/tmilewski)
65+
66+
- Adds the ability to list and create waitlist entries to the Backend API client. ([#5591](https://github.com/clerk/javascript/pull/5591)) by [@tmilewski](https://github.com/tmilewski)
67+
68+
```ts
69+
import { createClerkClient } from '@clerk/backend';
70+
71+
const clerkClient = createClerkClient(...);
72+
73+
await clerkClient.waitlistEntries.list({...});
74+
await clerkClient.waitlistEntries.create({
75+
emailAddress: '[email protected]',
76+
notify: true
77+
});
78+
```
79+
80+
- Adds the ability to create and revoke actor tokens to the Backend API client. ([#5585](https://github.com/clerk/javascript/pull/5585)) by [@tmilewski](https://github.com/tmilewski)
81+
82+
```ts
83+
import { createClerkClient } from '@clerk/backend';
84+
85+
const clerkClient = createClerkClient(...);
86+
87+
const { id } = await clerkClient.actorTokens.create({...});
88+
await clerkClient.actorTokens.revoke(id);
89+
```
90+
91+
- Updated dependencies [[`7389ba3`](https://github.com/clerk/javascript/commit/7389ba3164ca0d848fb0a9de5d7e9716925fadcc), [`e634830`](https://github.com/clerk/javascript/commit/e6348301ab56a7868f24c1b9a4dd9e1d60f6027b), [`f8887b2`](https://github.com/clerk/javascript/commit/f8887b2cbd145e8e49bec890e8b6e02e34178d6a)]:
92+
- @clerk/shared@3.7.1
93+
- @clerk/types@4.54.1
94+
395
## 1.28.0
496

597
### Minor Changes

packages/backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/backend",
3-
"version": "1.28.0",
3+
"version": "1.29.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

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 2.2.30
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7389ba3`](https://github.com/clerk/javascript/commit/7389ba3164ca0d848fb0a9de5d7e9716925fadcc), [`e634830`](https://github.com/clerk/javascript/commit/e6348301ab56a7868f24c1b9a4dd9e1d60f6027b), [`f8887b2`](https://github.com/clerk/javascript/commit/f8887b2cbd145e8e49bec890e8b6e02e34178d6a)]:
8+
- @clerk/clerk-js@5.61.1
9+
- @clerk/shared@3.7.1
10+
- @clerk/clerk-react@5.28.1
11+
312
## 2.2.29
413

514
### Patch Changes

packages/chrome-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/chrome-extension",
3-
"version": "2.2.29",
3+
"version": "2.2.30",
44
"description": "Clerk SDK for Chrome extensions",
55
"keywords": [
66
"auth",

packages/clerk-js/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## 5.61.1
4+
5+
### Patch Changes
6+
7+
- Improve JSDoc comments ([#5630](https://github.com/clerk/javascript/pull/5630)) by [@LekoArts](https://github.com/LekoArts)
8+
9+
- Hide Billing tabs from UP and OP when no paid plans exist for an instance. ([#5628](https://github.com/clerk/javascript/pull/5628)) by [@panteliselef](https://github.com/panteliselef)
10+
11+
- Updates `PricingTable` and `SubscriptionDetailDrawer` to handle `upcoming` and "expiring" subscriptions. ([#5601](https://github.com/clerk/javascript/pull/5601)) by [@aeliox](https://github.com/aeliox)
12+
13+
- Updated dependencies [[`7389ba3`](https://github.com/clerk/javascript/commit/7389ba3164ca0d848fb0a9de5d7e9716925fadcc), [`b7b940c`](https://github.com/clerk/javascript/commit/b7b940cd9ae3a62dc91feb0a62d28f10658329ce), [`e634830`](https://github.com/clerk/javascript/commit/e6348301ab56a7868f24c1b9a4dd9e1d60f6027b), [`f8887b2`](https://github.com/clerk/javascript/commit/f8887b2cbd145e8e49bec890e8b6e02e34178d6a)]:
14+
15+
16+
17+
318
## 5.61.0
419

520
### Minor Changes

0 commit comments

Comments
 (0)