Skip to content

Commit

Permalink
npm release version 1.17.3 (#31811)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 8b52b334211eb872145254c1d936735cc437cf01
  • Loading branch information
thomasballinger authored and Convex, Inc. committed Nov 27, 2024
1 parent 5c343a5 commit 8c77db5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 1.17.3

- Fetch a new JWT from Clerk when using CLerk components to change the active
orgId or orgRole in React on the client. Any auth provider can implement this
by returning a new `getToken` function from the `useAuth` hook passed into
`ConvexProviderWithAuth`.

## 1.17.2

- Revert local Prettier settings change described in 1.17.1 which removed angle
brackets in some cases where local prettier config used plugins.

- `npx convex import --replace-all` flag which behaves like the Restore
functionality in the dashboard.

## 1.17.1

- Use local Prettier settings to format code in `convex/_generated` if found.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "convex",
"description": "Client for the Convex Cloud",
"version": "1.17.2",
"version": "1.17.3",
"author": "Convex, Inc. <[email protected]>",
"homepage": "https://convex.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "1.17.2";
export const version = "1.17.3";

0 comments on commit 8c77db5

Please sign in to comment.