Skip to content

Commit 97db607

Browse files
Version Packages (#290)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4aae1ee commit 97db607

5 files changed

Lines changed: 14 additions & 11 deletions

File tree

.changeset/sync-better-auth-compat.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/kitcn/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# kitcn
22

3+
## 0.15.13
4+
5+
### Patch Changes
6+
7+
- [#289](https://github.com/udecode/kitcn/pull/289) [`4aae1ee`](https://github.com/udecode/kitcn/commit/4aae1ee1dfac8ae85fe0999fba8a78e523fec975) Thanks [@zbeyens](https://github.com/zbeyens)! - ## Patches
8+
9+
- Fix auth adapter updates with no `where` clauses to return `null`.
10+
- Fix Next.js and TanStack Start auth proxies to strip hop-by-hop headers.
11+
- Update supported Better Auth installs to `1.6.15` with a `>=1.6.11 <1.7.0` peer range.
12+
313
## 0.15.12
414

515
### Patch Changes

packages/kitcn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kitcn",
3-
"version": "0.15.12",
3+
"version": "0.15.13",
44
"description": "kitcn - React Query integration and CLI tools for Convex",
55
"keywords": [
66
"convex",

packages/resend/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @kitcn/resend
22

3+
## 0.15.13
4+
35
## 0.15.12
46

57
## 0.15.11

packages/resend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitcn/resend",
3-
"version": "0.15.12",
3+
"version": "0.15.13",
44
"description": "kitcn Resend plugin",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)