Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/calm-auth-pagination.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/tidy-convex-upgrade.md

This file was deleted.

6 changes: 2 additions & 4 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions packages/kitcn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# kitcn

## 0.16.0

### Minor Changes

- [#310](https://github.com/udecode/kitcn/pull/310) [`a229128`](https://github.com/udecode/kitcn/commit/a229128a94605c229d0ba9a5e9e7f2f98ee76e7e) Thanks [@zbeyens](https://github.com/zbeyens)! - ## Breaking changes

- Require Convex 1.42 or newer.

```bash
# Before
bun add convex@1.38.0

# After
bun add convex@1.42.3
```

### Patch Changes

- [#311](https://github.com/udecode/kitcn/pull/311) [`644ed41`](https://github.com/udecode/kitcn/commit/644ed41f38db3796790a947019ea089c224bf83d) Thanks [@zbeyens](https://github.com/zbeyens)! - ## Patches

- Fix unbounded auth queries hanging after 200 rows.
- Prevent action contexts from exposing mutation-only transaction options.

## 0.15.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kitcn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kitcn",
"version": "0.15.18",
"version": "0.16.0",
"description": "kitcn - React Query integration and CLI tools for Convex",
"keywords": [
"convex",
Expand Down
16 changes: 16 additions & 0 deletions packages/resend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @kitcn/resend

## 0.16.0

### Minor Changes

- [#310](https://github.com/udecode/kitcn/pull/310) [`a229128`](https://github.com/udecode/kitcn/commit/a229128a94605c229d0ba9a5e9e7f2f98ee76e7e) Thanks [@zbeyens](https://github.com/zbeyens)! - ## Breaking changes

- Require Convex 1.42 or newer.

```bash
# Before
bun add convex@1.38.0

# After
bun add convex@1.42.3
```

## 0.15.18

## 0.15.17
Expand Down
2 changes: 1 addition & 1 deletion packages/resend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitcn/resend",
"version": "0.15.18",
"version": "0.16.0",
"description": "kitcn Resend plugin",
"type": "module",
"sideEffects": false,
Expand Down
Loading