From 23c97bdb8fb91e5adf5167baee9fa6ca0e9cf906 Mon Sep 17 00:00:00 2001 From: DominicGBauer Date: Wed, 28 Aug 2024 14:58:54 +0200 Subject: [PATCH] chore: changeset --- .changeset/sharp-donuts-push.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/sharp-donuts-push.md diff --git a/.changeset/sharp-donuts-push.md b/.changeset/sharp-donuts-push.md new file mode 100644 index 00000000..fc740cb2 --- /dev/null +++ b/.changeset/sharp-donuts-push.md @@ -0,0 +1,5 @@ +--- +'@powersync/common': minor +--- + +Merge `Table` and `TableV2` but kept `TableV2` to avoid making this a breaking change.