diff --git a/.changeset/convex-auth-provider-query-client.md b/.changeset/convex-auth-provider-query-client.md deleted file mode 100644 index 497e2367..00000000 --- a/.changeset/convex-auth-provider-query-client.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"kitcn": patch ---- - -## Features - -- Support syncing shared Convex query clients directly from `ConvexAuthProvider`. - -## Patches - -- Keep the existing auth store attached when reusing a Convex query client before `ConvexAuthProvider` resyncs it. -- Fix `kitcn/auth/start/server` so Nitro production builds can trace and include the TanStack Start server dependency without making `kitcn/auth/start` unsafe for browser loaders. diff --git a/packages/kitcn/CHANGELOG.md b/packages/kitcn/CHANGELOG.md index f3abaa73..9c8352cd 100644 --- a/packages/kitcn/CHANGELOG.md +++ b/packages/kitcn/CHANGELOG.md @@ -1,5 +1,18 @@ # kitcn +## 0.15.5 + +### Patch Changes + +- [#268](https://github.com/udecode/kitcn/pull/268) [`da34316`](https://github.com/udecode/kitcn/commit/da34316d76a64ebd6d0ac683ded2472246bb9439) Thanks [@zbeyens](https://github.com/zbeyens)! - ## Features + + - Support syncing shared Convex query clients directly from `ConvexAuthProvider`. + + ## Patches + + - Keep the existing auth store attached when reusing a Convex query client before `ConvexAuthProvider` resyncs it. + - Fix `kitcn/auth/start/server` so Nitro production builds can trace and include the TanStack Start server dependency without making `kitcn/auth/start` unsafe for browser loaders. + ## 0.15.4 ### Patch Changes diff --git a/packages/kitcn/package.json b/packages/kitcn/package.json index dccf57f3..55ccec78 100644 --- a/packages/kitcn/package.json +++ b/packages/kitcn/package.json @@ -1,6 +1,6 @@ { "name": "kitcn", - "version": "0.15.4", + "version": "0.15.5", "description": "kitcn - React Query integration and CLI tools for Convex", "keywords": [ "convex", diff --git a/packages/resend/CHANGELOG.md b/packages/resend/CHANGELOG.md index 5591e034..3519636c 100644 --- a/packages/resend/CHANGELOG.md +++ b/packages/resend/CHANGELOG.md @@ -1,5 +1,7 @@ # @kitcn/resend +## 0.15.5 + ## 0.15.4 ## 0.15.3 diff --git a/packages/resend/package.json b/packages/resend/package.json index 4ac602fa..281618ce 100644 --- a/packages/resend/package.json +++ b/packages/resend/package.json @@ -1,6 +1,6 @@ { "name": "@kitcn/resend", - "version": "0.15.4", + "version": "0.15.5", "description": "kitcn Resend plugin", "type": "module", "sideEffects": false,