Skip to content

Commit 6197d4e

Browse files
thomasballingerConvex, Inc.
authored and
Convex, Inc.
committed
npm release version 1.24.6 (#37717)
GitOrigin-RevId: e29accc3ade3ff45b09c3a5b34198efe715e4875
1 parent 0972767 commit 6197d4e

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

npm-packages/@convex-dev/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"peerDependencies": {
3737
"@tanstack/react-query": "^5.0.0",
38-
"convex": "^1.24.5"
38+
"convex": "^1.24.6"
3939
},
4040
"devDependencies": {
4141
"@tanstack/eslint-plugin-query": "^5.74.7",

npm-packages/common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
{
103103
"policyName": "convex",
104104
"definitionName": "lockStepVersion",
105-
"version": "1.24.5",
105+
"version": "1.24.6",
106106
"nextBump": "patch"
107107
}
108108
]

npm-packages/convex/CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Changelog
22

3-
## 1.24.4
3+
## 1.24.6
4+
5+
- Fix another bug with new Custom JWT auth support in projects that use Convex
6+
backend components.
7+
8+
## 1.24.5
49

510
- `ConvexClient.mutation()` now accepts a third `options` argument that can
611
contain an optimistic update.
712

8-
- Log a warning when optimistic update handlers return a promise since they
9-
should be sync.
10-
1113
## 1.24.3
1214

1315
- Add `.url` property to ConvexReactClient.

npm-packages/convex/package.json

Lines changed: 1 addition & 1 deletion
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.24.5",
4+
"version": "1.24.6",
55
"author": "Convex, Inc. <[email protected]>",
66
"homepage": "https://convex.dev",
77
"repository": {

npm-packages/convex/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "1.24.5";
1+
export const version = "1.24.6";

0 commit comments

Comments
 (0)