File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
18
## 1.17.1
4
19
5
20
- Use local Prettier settings to format code in ` convex/_generated ` if found.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " convex" ,
3
3
"description" : " Client for the Convex Cloud" ,
4
- "version" : " 1.17.2 " ,
4
+ "version" : " 1.17.3 " ,
5
5
"author" : " Convex, Inc. <no-reply@convex.dev>" ,
6
6
"homepage" : " https://convex.dev" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
- export const version = "1.17.2 " ;
1
+ export const version = "1.17.3 " ;
You can’t perform that action at this time.
0 commit comments