Skip to content

Commit 82a1e09

Browse files
authored
Merge pull request #237 from udecode/changeset-release/main
2 parents a323eb4 + a7a6b48 commit 82a1e09

5 files changed

Lines changed: 12 additions & 9 deletions

File tree

.changeset/stripe-subscription-timestamps.md

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

packages/kitcn/CHANGELOG.md

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

3+
## 0.13.7
4+
5+
### Patch Changes
6+
7+
- [#236](https://github.com/udecode/kitcn/pull/236) [`508f6df`](https://github.com/udecode/kitcn/commit/508f6df2cfb0e7177fefcdc48767473560b4b69b) Thanks [@zbeyens](https://github.com/zbeyens)! - ## Patches
8+
9+
- Fix auth Stripe subscription writes so `createdAt` and `updatedAt` are only written when the target table defines them.
10+
311
## 0.13.6
412

513
### 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.6",
3+
"version": "0.13.7",
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.13.7
4+
35
## 0.13.6
46

57
## 0.13.5

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

0 commit comments

Comments
 (0)