Skip to content

Commit 9cd1df5

Browse files
authored
Merge pull request #13 from udecode/changeset-release/main
2 parents 47c47a0 + 7ed7aa4 commit 9cd1df5

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/sync-upstream-fork.md

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# better-auth-convex
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- fcbc004: - vendor: `@convex-dev/better-auth` `0.9.5` and `[email protected]`
8+
- fix: swap old and new doc params in onUpdate trigger
9+
10+
BREAKING CHANGE: 2nd and 3rd params in onUpdate trigger are swapped.
11+
Previously: `onUpdate(ctx, oldDoc, newDoc)`
12+
Now: `onUpdate(ctx, newDoc, oldDoc)`
13+
314
## 0.3.1
415

516
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-auth-convex",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Better Auth Convex local integration",
55
"keywords": [
66
"convex",

0 commit comments

Comments
 (0)