Skip to content

Commit 8c77db5

Browse files
thomasballingerConvex, Inc.
authored and
Convex, Inc.
committed
npm release version 1.17.3 (#31811)
GitOrigin-RevId: 8b52b334211eb872145254c1d936735cc437cf01
1 parent 5c343a5 commit 8c77db5

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## 1.17.3
4+
5+
- Fetch a new JWT from Clerk when using CLerk components to change the active
6+
orgId or orgRole in React on the client. Any auth provider can implement this
7+
by returning a new `getToken` function from the `useAuth` hook passed into
8+
`ConvexProviderWithAuth`.
9+
10+
## 1.17.2
11+
12+
- Revert local Prettier settings change described in 1.17.1 which removed angle
13+
brackets in some cases where local prettier config used plugins.
14+
15+
- `npx convex import --replace-all` flag which behaves like the Restore
16+
functionality in the dashboard.
17+
318
## 1.17.1
419

520
- Use local Prettier settings to format code in `convex/_generated` if found.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "convex",
33
"description": "Client for the Convex Cloud",
4-
"version": "1.17.2",
4+
"version": "1.17.3",
55
"author": "Convex, Inc. <no-reply@convex.dev>",
66
"homepage": "https://convex.dev",
77
"repository": {

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "1.17.2";
1+
export const version = "1.17.3";

0 commit comments

Comments
 (0)