Skip to content

Commit c44d3e3

Browse files
thomasballingerConvex, Inc.
authored andcommitted
npm release version 1.26.2 (#40356)
GitOrigin-RevId: 8db5ca5669ea398928cf3cfbaaaea53b53b86629
1 parent b99a3a2 commit c44d3e3

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
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.26.1"
38+
"convex": "^1.26.2"
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.26.1",
105+
"version": "1.26.2",
106106
"nextBump": "patch"
107107
}
108108
]

npm-packages/convex/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.26.2
4+
5+
- Fix for pushing schemas to older (self-hosted) deployment builds.
6+
7+
## 1.26.0
48

59
- Add support for staged indexes. Instead of blocking on push, a staged index
610
backfills while you push more changes to a deployment, then can be used once

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

0 commit comments

Comments
 (0)