Skip to content

Commit 7dd1aa0

Browse files
authored
Merge pull request #207 from udecode/changeset-release/main
2 parents 0ac1310 + 208bc4a commit 7dd1aa0

5 files changed

Lines changed: 18 additions & 15 deletions

File tree

.changeset/ten-bees-swim.md

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

packages/kitcn/CHANGELOG.md

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

3+
## 0.12.27
4+
5+
### Patch Changes
6+
7+
- [#206](https://github.com/udecode/kitcn/pull/206) [`7edbb5e`](https://github.com/udecode/kitcn/commit/7edbb5e3e445ed7331a4cc19ec795900ccb9ca52) Thanks [@zbeyens](https://github.com/zbeyens)! - ## Patches
8+
9+
- Fix `bunx --bun kitcn init -t start --yes` so Bun-native parse-time imports
10+
no longer bypass project aliases and crash first-run codegen on scaffolded
11+
Start files.
12+
- Fix raw auth reruns so `http.ts` import detection respects both quote styles,
13+
`registerRoutes(http, getAuth, ...)` accepts Better Auth route contracts
14+
without a type cast, and raw auth clients keep the app `SITE_URL` while
15+
preserving user-edited raw `auth-client.ts` files on reruns.
16+
317
## 0.12.26
418

519
### 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.26",
3+
"version": "0.12.27",
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.27
4+
35
## 0.12.26
46

57
## 0.12.25

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

0 commit comments

Comments
 (0)