From ca9a9a73f0026f9745b8ab844a4719aa996cc1f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:50:02 -0500 Subject: [PATCH] Version Packages (#134) Co-authored-by: github-actions[bot] --- .changeset/unlucky-chairs-retire.md | 10 ---------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/unlucky-chairs-retire.md diff --git a/.changeset/unlucky-chairs-retire.md b/.changeset/unlucky-chairs-retire.md deleted file mode 100644 index 8cc8889..0000000 --- a/.changeset/unlucky-chairs-retire.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@rjdellecese/confect": patch ---- - -Initial support for recursive schemas. - -Current caveats: - -- Recursive schemas will be converted to `v.any()` Convex validators (you still get the same type-safety you expect when reading/writing to the DB, as long as you use the Confect APIs. -- One consequence of the above is that type-checking for indexes (both when defining and using) on tables with a recursive schema will be unavailable. diff --git a/CHANGELOG.md b/CHANGELOG.md index b98ac55..8ed50bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @rjdellecese/confect +## 0.0.21 + +### Patch Changes + +- ed4a380: Initial support for recursive schemas. + + Current caveats: + + - Recursive schemas will be converted to `v.any()` Convex validators (you still get the same type-safety you expect when reading/writing to the DB, as long as you use the Confect APIs. + - One consequence of the above is that type-checking for indexes (both when defining and using) on tables with a recursive schema will be unavailable. + ## 0.0.20 ### Patch Changes diff --git a/package.json b/package.json index 1d500d6..a21c862 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rjdellecese/confect", - "version": "0.0.20", + "version": "0.0.21", "description": "Use Effect with Convex!", "repository": { "type": "git",