Skip to content

Commit a898a56

Browse files
Version Packages (#250)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 26023d2 commit a898a56

5 files changed

Lines changed: 52 additions & 27 deletions

File tree

.changeset/convex-136-env-default.md

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

packages/kitcn/CHANGELOG.md

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

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- [#248](https://github.com/udecode/kitcn/pull/248) [`26023d2`](https://github.com/udecode/kitcn/commit/26023d2ae1b359174658aa4e9dabaeb3683d2142) Thanks [@zbeyens](https://github.com/zbeyens)! - ## Breaking changes
8+
9+
- Require Convex 1.36 or newer.
10+
11+
```bash
12+
# Before
13+
bun add convex@1.35.1
14+
15+
# After
16+
bun add convex@1.36.1
17+
```
18+
19+
## Features
20+
21+
- Add `kitcn env default` passthrough for Convex default environment variables.
22+
23+
## Patches
24+
25+
- Align Better Auth scaffolds and auth runtime helpers with Better Auth 1.6.9.
26+
- Document Convex inline query, branch deployment, deploy message, and preview deployment passthroughs.
27+
328
## 0.13.10
429

530
### 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.13.10",
3+
"version": "0.14.0",
44
"description": "kitcn - React Query integration and CLI tools for Convex",
55
"keywords": [
66
"convex",

packages/resend/CHANGELOG.md

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

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- [#248](https://github.com/udecode/kitcn/pull/248) [`26023d2`](https://github.com/udecode/kitcn/commit/26023d2ae1b359174658aa4e9dabaeb3683d2142) Thanks [@zbeyens](https://github.com/zbeyens)! - ## Breaking changes
8+
9+
- Require Convex 1.36 or newer.
10+
11+
```bash
12+
# Before
13+
bun add convex@1.35.1
14+
15+
# After
16+
bun add convex@1.36.1
17+
```
18+
19+
## Features
20+
21+
- Add `kitcn env default` passthrough for Convex default environment variables.
22+
23+
## Patches
24+
25+
- Align Better Auth scaffolds and auth runtime helpers with Better Auth 1.6.9.
26+
- Document Convex inline query, branch deployment, deploy message, and preview deployment passthroughs.
27+
328
## 0.13.10
429

530
## 0.13.9

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

0 commit comments

Comments
 (0)