Skip to content

Commit 86b93b9

Browse files
thomasballingerConvex, Inc.
authored andcommitted
npm release version 1.28.1 (#42083)
GitOrigin-RevId: fd91d17f1aa004694f9cb32c81f83bb3cbb4750a
1 parent 99b1c09 commit 86b93b9

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
@@ -36,7 +36,7 @@
3636
},
3737
"peerDependencies": {
3838
"@tanstack/react-query": "^5.0.0",
39-
"convex": "^1.28.0"
39+
"convex": "^1.28.1"
4040
},
4141
"devDependencies": {
4242
"@convex-dev/auth": "^0.0.90",

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.28.0",
105+
"version": "1.28.1",
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.28.0",
4+
"version": "1.28.1",
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.28.0";
1+
export const version = "1.28.1";

0 commit comments

Comments
 (0)