Skip to content

Commit e2814c1

Browse files
thomasballingerConvex, Inc.
authored andcommitted
npm release version 1.27.2 (#41214)
GitOrigin-RevId: c03661212a8cc1c67a98d0be4ace8c9718bbae57
1 parent e7b4e41 commit e2814c1

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-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.1"
38+
"convex": "^1.27.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.27.1",
105+
"version": "1.27.2",
106106
"nextBump": "patch"
107107
}
108108
]

npm-packages/convex/CHANGELOG.md

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

3+
## 1.27.2
4+
5+
- `npx convex run` sends function log output to stderr instead of stdout.
6+
7+
- Increase the timeout when waiting for a local backend to start up from 10 to
8+
30 seconds.
9+
10+
- Capability to provision WorkOS environments when `WORKOS_CLIENT_ID`
11+
environment variable is missing.
12+
313
## 1.27.1
414

515
- Changes to logged messages in the console, where previously only WebSocket

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

0 commit comments

Comments
 (0)