Skip to content

Commit 47b82e1

Browse files
thomasballingerConvex, Inc.
authored andcommitted
npm release version 1.27.5 (#41712)
GitOrigin-RevId: 9ef6640eb7ef16a4f7a37db6acc8cfad7c767ecf
1 parent c41e670 commit 47b82e1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.27.4"
38+
"convex": "^1.27.5"
3939
},
4040
"devDependencies": {
4141
"@eslint/compat": "~1.3.0",

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.27.4",
105+
"version": "1.27.5",
106106
"nextBump": "patch"
107107
}
108108
]

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.27.4",
4+
"version": "1.27.5",
55
"author": "Convex, Inc. <no-reply@convex.dev>",
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.27.4";
1+
export const version = "1.27.5";

0 commit comments

Comments
 (0)