diff --git a/.changeset/short-walls-shop.md b/.changeset/short-walls-shop.md deleted file mode 100644 index 48734c4b..00000000 --- a/.changeset/short-walls-shop.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"kitcn": patch ---- - -## Patches - -- Fix ORM update and delete filters on primary id arrays so bounded mutations do not require `allowFullScan`. -- Bound sync primary-id mutation fanout by `mutationBatchSize` and keep legacy scheduled cursors on the query-pagination path. diff --git a/packages/kitcn/CHANGELOG.md b/packages/kitcn/CHANGELOG.md index 49383d62..7343448d 100644 --- a/packages/kitcn/CHANGELOG.md +++ b/packages/kitcn/CHANGELOG.md @@ -1,5 +1,14 @@ # kitcn +## 0.15.7 + +### Patch Changes + +- [#272](https://github.com/udecode/kitcn/pull/272) [`d286077`](https://github.com/udecode/kitcn/commit/d286077bf388956d8f423eaaa1afed18b0b4b7b9) Thanks [@zbeyens](https://github.com/zbeyens)! - ## Patches + + - Fix ORM update and delete filters on primary id arrays so bounded mutations do not require `allowFullScan`. + - Bound sync primary-id mutation fanout by `mutationBatchSize` and keep legacy scheduled cursors on the query-pagination path. + ## 0.15.6 ### Patch Changes diff --git a/packages/kitcn/package.json b/packages/kitcn/package.json index a332012a..3a8a5853 100644 --- a/packages/kitcn/package.json +++ b/packages/kitcn/package.json @@ -1,6 +1,6 @@ { "name": "kitcn", - "version": "0.15.6", + "version": "0.15.7", "description": "kitcn - React Query integration and CLI tools for Convex", "keywords": [ "convex", diff --git a/packages/resend/CHANGELOG.md b/packages/resend/CHANGELOG.md index c7bffc7b..403d55d7 100644 --- a/packages/resend/CHANGELOG.md +++ b/packages/resend/CHANGELOG.md @@ -1,5 +1,7 @@ # @kitcn/resend +## 0.15.7 + ## 0.15.6 ## 0.15.5 diff --git a/packages/resend/package.json b/packages/resend/package.json index 5cc52953..0c3f4989 100644 --- a/packages/resend/package.json +++ b/packages/resend/package.json @@ -1,6 +1,6 @@ { "name": "@kitcn/resend", - "version": "0.15.6", + "version": "0.15.7", "description": "kitcn Resend plugin", "type": "module", "sideEffects": false,