Skip to content

Commit 0931185

Browse files
authored
Merge pull request #205 from udecode/changeset-release/main
2 parents 897a06b + 221f50a commit 0931185

5 files changed

Lines changed: 14 additions & 11 deletions

File tree

.changeset/fix-raw-auth-route-contract.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.12.26
4+
5+
### Patch Changes
6+
7+
- [`897a06b`](https://github.com/udecode/kitcn/commit/897a06b9e6ee5289ccf507d6c878d377ecfb1475) Thanks [@zbeyens](https://github.com/zbeyens)! - ## Patches
8+
9+
- Fix raw auth reruns so `http.ts` import detection respects both quote styles,
10+
and `registerRoutes(http, getAuth, ...)` accepts Better Auth route contracts
11+
without a type cast.
12+
313
## 0.12.25
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.12.25",
3+
"version": "0.12.26",
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.12.26
4+
35
## 0.12.25
46

57
## 0.12.24

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.12.25",
3+
"version": "0.12.26",
44
"description": "kitcn Resend plugin",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)