Skip to content

Commit 5a8e3a9

Browse files
sshaderConvex, Inc.
authored and
Convex, Inc.
committed
npm release version 1.23.0 (#36220)
GitOrigin-RevId: 548a01df9dcb0ff5d7c4c8a10aa308aae3551001
1 parent 6e92b40 commit 5a8e3a9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

+1-1
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.22.0"
38+
"convex": "^1.23.0"
3939
},
4040
"devDependencies": {
4141
"@tanstack/react-query": "^5.62.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
{
103103
"policyName": "convex",
104104
"definitionName": "lockStepVersion",
105-
"version": "1.22.0",
105+
"version": "1.23.0",
106106
"nextBump": "patch"
107107
}
108108
]

npm-packages/convex/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.22.0",
4+
"version": "1.23.0",
55
"author": "Convex, Inc. <[email protected]>",
66
"homepage": "https://convex.dev",
77
"repository": {

npm-packages/convex/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "1.22.0";
1+
export const version = "1.23.0";

0 commit comments

Comments
 (0)