Skip to content

Commit b780c28

Browse files
sshaderConvex, Inc.
authored and
Convex, Inc.
committed
npm release version 1.11.0 (#24218)
GitOrigin-RevId: ffe3e901e872a017ca23534e3172546301a0ccba
1 parent cbd5e06 commit b780c28

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

demo/convex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function handleButtonPress() {
8080
// OR
8181
// use the result once the mutation has completed
8282
mutation({ first: "Hello!", second: "me" }).then((result) =>
83-
console.log(result)
83+
console.log(result),
8484
);
8585
}
8686
```

demo/convex/_generated/api.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* THIS CODE IS AUTOMATICALLY GENERATED.
66
*
7-
* Generated by convex@1.10.0.
7+
* Generated by convex@1.11.0.
88
* To regenerate, run `npx convex dev`.
99
* @module
1010
*/

demo/convex/_generated/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* THIS CODE IS AUTOMATICALLY GENERATED.
66
*
7-
* Generated by convex@1.10.0.
7+
* Generated by convex@1.11.0.
88
* To regenerate, run `npx convex dev`.
99
* @module
1010
*/

demo/convex/_generated/dataModel.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* THIS CODE IS AUTOMATICALLY GENERATED.
66
*
7-
* Generated by convex@1.10.0.
7+
* Generated by convex@1.11.0.
88
* To regenerate, run `npx convex dev`.
99
* @module
1010
*/

demo/convex/_generated/server.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* THIS CODE IS AUTOMATICALLY GENERATED.
66
*
7-
* Generated by convex@1.10.0.
7+
* Generated by convex@1.11.0.
88
* To regenerate, run `npx convex dev`.
99
* @module
1010
*/

demo/convex/_generated/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* THIS CODE IS AUTOMATICALLY GENERATED.
66
*
7-
* Generated by convex@1.10.0.
7+
* Generated by convex@1.11.0.
88
* To regenerate, run `npx convex dev`.
99
* @module
1010
*/

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

npm-packages/system-udfs/convex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function handleButtonPress() {
8080
// OR
8181
// use the result once the mutation has completed
8282
mutation({ first: "Hello!", second: "me" }).then((result) =>
83-
console.log(result)
83+
console.log(result),
8484
);
8585
}
8686
```

npm-packages/system-udfs/convex/_generated/api.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* THIS CODE IS AUTOMATICALLY GENERATED.
66
*
7-
* Generated by convex@1.10.0.
7+
* Generated by convex@1.11.0.
88
* To regenerate, run `npx convex dev`.
99
* @module
1010
*/

npm-packages/system-udfs/convex/_generated/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* THIS CODE IS AUTOMATICALLY GENERATED.
66
*
7-
* Generated by convex@1.10.0.
7+
* Generated by convex@1.11.0.
88
* To regenerate, run `npx convex dev`.
99
* @module
1010
*/

npm-packages/system-udfs/convex/_generated/dataModel.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* THIS CODE IS AUTOMATICALLY GENERATED.
66
*
7-
* Generated by convex@1.10.0.
7+
* Generated by convex@1.11.0.
88
* To regenerate, run `npx convex dev`.
99
* @module
1010
*/

npm-packages/system-udfs/convex/_generated/server.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* THIS CODE IS AUTOMATICALLY GENERATED.
66
*
7-
* Generated by convex@1.10.0.
7+
* Generated by convex@1.11.0.
88
* To regenerate, run `npx convex dev`.
99
* @module
1010
*/

npm-packages/system-udfs/convex/_generated/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* THIS CODE IS AUTOMATICALLY GENERATED.
66
*
7-
* Generated by convex@1.10.0.
7+
* Generated by convex@1.11.0.
88
* To regenerate, run `npx convex dev`.
99
* @module
1010
*/

npm-packages/udf-tests/convex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function handleButtonPress() {
8080
// OR
8181
// use the result once the mutation has completed
8282
mutation({ first: "Hello!", second: "me" }).then((result) =>
83-
console.log(result)
83+
console.log(result),
8484
);
8585
}
8686
```

npm-packages/udf-tests/convex/_generated/api.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* THIS CODE IS AUTOMATICALLY GENERATED.
66
*
7-
* Generated by convex@1.10.0.
7+
* Generated by convex@1.11.0.
88
* To regenerate, run `npx convex dev`.
99
* @module
1010
*/

npm-packages/udf-tests/convex/_generated/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* THIS CODE IS AUTOMATICALLY GENERATED.
66
*
7-
* Generated by convex@1.10.0.
7+
* Generated by convex@1.11.0.
88
* To regenerate, run `npx convex dev`.
99
* @module
1010
*/

npm-packages/udf-tests/convex/_generated/dataModel.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* THIS CODE IS AUTOMATICALLY GENERATED.
66
*
7-
* Generated by convex@1.10.0.
7+
* Generated by convex@1.11.0.
88
* To regenerate, run `npx convex dev`.
99
* @module
1010
*/

npm-packages/udf-tests/convex/_generated/server.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* THIS CODE IS AUTOMATICALLY GENERATED.
66
*
7-
* Generated by convex@1.10.0.
7+
* Generated by convex@1.11.0.
88
* To regenerate, run `npx convex dev`.
99
* @module
1010
*/

npm-packages/udf-tests/convex/_generated/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* THIS CODE IS AUTOMATICALLY GENERATED.
66
*
7-
* Generated by convex@1.10.0.
7+
* Generated by convex@1.11.0.
88
* To regenerate, run `npx convex dev`.
99
* @module
1010
*/

0 commit comments

Comments
 (0)