Skip to content

Commit 4f83311

Browse files
committed
Release 0.12.2
d25ac387dac0ee93a414cc9a0fd4ca847e0d7333
1 parent 155999c commit 4f83311

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

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@0.12.0.
7+
* Generated by convex@0.12.2.
88
* To regenerate, run `npx convex codegen`.
99
* @module
1010
*/

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@0.12.0.
7+
* Generated by convex@0.12.2.
88
* To regenerate, run `npx convex codegen`.
99
* @module
1010
*/

convex/_generated/dataModel.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@0.12.0.
7+
* Generated by convex@0.12.2.
88
* To regenerate, run `npx convex codegen`.
99
* @module
1010
*/

convex/_generated/react.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@0.12.0.
7+
* Generated by convex@0.12.2.
88
* To regenerate, run `npx convex codegen`.
99
* @module
1010
*/

convex/_generated/react.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@0.12.0.
7+
* Generated by convex@0.12.2.
88
* To regenerate, run `npx convex codegen`.
99
* @module
1010
*/

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@0.12.0.
7+
* Generated by convex@0.12.2.
88
* To regenerate, run `npx convex codegen`.
99
* @module
1010
*/

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@0.12.0.
7+
* Generated by convex@0.12.2.
88
* To regenerate, run `npx convex codegen`.
99
* @module
1010
*/

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Convex Chat</title>
7-
<script type="module" crossorigin src="/assets/index-84fcd5ab.js"></script>
7+
<script type="module" crossorigin src="/assets/index-383e501e.js"></script>
88
<link rel="stylesheet" href="/assets/index-a11aecc1.css">
99
</head>
1010
<body>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dev:init": "convex dev --once"
1111
},
1212
"dependencies": {
13-
"convex": "0.12.0",
13+
"convex": "0.12.2",
1414
"react": "^17.0.2",
1515
"react-dom": "^17.0.2"
1616
},

0 commit comments

Comments
 (0)