From 85a03549301c2443cececd32ca63283ec648b39a Mon Sep 17 00:00:00 2001 From: Ian Macartney Date: Thu, 16 May 2024 16:52:41 -0700 Subject: [PATCH] update convex README.md (#65765) Updates the readme to point to the new docs location, and bumps the convex version --- examples/convex/convex/README.md | 4 ++-- examples/convex/convex/_generated/api.d.ts | 2 +- examples/convex/convex/_generated/api.js | 2 +- examples/convex/convex/_generated/dataModel.d.ts | 2 +- examples/convex/convex/_generated/server.d.ts | 2 +- examples/convex/convex/_generated/server.js | 2 +- examples/convex/package.json | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/convex/convex/README.md b/examples/convex/convex/README.md index ad2f5846b085c..4d82e1363fb6f 100644 --- a/examples/convex/convex/README.md +++ b/examples/convex/convex/README.md @@ -1,7 +1,7 @@ # Welcome to your Convex functions directory! -Write your Convex functions here. See -https://docs.convex.dev/using/writing-convex-functions for more. +Write your Convex functions here. +See https://docs.convex.dev/functions for more. A query function that takes two arguments looks like: diff --git a/examples/convex/convex/_generated/api.d.ts b/examples/convex/convex/_generated/api.d.ts index d77216564a4a7..32a179105c095 100644 --- a/examples/convex/convex/_generated/api.d.ts +++ b/examples/convex/convex/_generated/api.d.ts @@ -4,7 +4,7 @@ * * THIS CODE IS AUTOMATICALLY GENERATED. * - * Generated by convex@1.6.3. + * Generated by convex@1.12.0. * To regenerate, run `npx convex dev`. * @module */ diff --git a/examples/convex/convex/_generated/api.js b/examples/convex/convex/_generated/api.js index bb44036fa3a20..db3d3326cd0b1 100644 --- a/examples/convex/convex/_generated/api.js +++ b/examples/convex/convex/_generated/api.js @@ -4,7 +4,7 @@ * * THIS CODE IS AUTOMATICALLY GENERATED. * - * Generated by convex@1.6.3. + * Generated by convex@1.12.0. * To regenerate, run `npx convex dev`. * @module */ diff --git a/examples/convex/convex/_generated/dataModel.d.ts b/examples/convex/convex/_generated/dataModel.d.ts index aed8aa3c7a51a..0f65fea5e4596 100644 --- a/examples/convex/convex/_generated/dataModel.d.ts +++ b/examples/convex/convex/_generated/dataModel.d.ts @@ -4,7 +4,7 @@ * * THIS CODE IS AUTOMATICALLY GENERATED. * - * Generated by convex@1.6.3. + * Generated by convex@1.12.0. * To regenerate, run `npx convex dev`. * @module */ diff --git a/examples/convex/convex/_generated/server.d.ts b/examples/convex/convex/_generated/server.d.ts index 751778077a90b..28d65e9628728 100644 --- a/examples/convex/convex/_generated/server.d.ts +++ b/examples/convex/convex/_generated/server.d.ts @@ -4,7 +4,7 @@ * * THIS CODE IS AUTOMATICALLY GENERATED. * - * Generated by convex@1.6.3. + * Generated by convex@1.12.0. * To regenerate, run `npx convex dev`. * @module */ diff --git a/examples/convex/convex/_generated/server.js b/examples/convex/convex/_generated/server.js index f45f79424399c..aa1df0cf67ec1 100644 --- a/examples/convex/convex/_generated/server.js +++ b/examples/convex/convex/_generated/server.js @@ -4,7 +4,7 @@ * * THIS CODE IS AUTOMATICALLY GENERATED. * - * Generated by convex@1.6.3. + * Generated by convex@1.12.0. * To regenerate, run `npx convex dev`. * @module */ diff --git a/examples/convex/package.json b/examples/convex/package.json index 3cc43e9033701..9e5d40925b841 100644 --- a/examples/convex/package.json +++ b/examples/convex/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "convex": "^1.6.3", + "convex": "^1.12.0", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0"