From b0520cc9697cf98f3ddae4486ae83c36ddd3781a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 13:43:08 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/shy-nails-report.md | 5 ----- packages/powersync-db-collection/CHANGELOG.md | 6 ++++++ packages/powersync-db-collection/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/shy-nails-report.md diff --git a/.changeset/shy-nails-report.md b/.changeset/shy-nails-report.md deleted file mode 100644 index 3eaff2497..000000000 --- a/.changeset/shy-nails-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/powersync-db-collection': patch ---- - -Fixed bug where on-demand collections with the `id` column in their where clause would never be added to the PowerSync upload queue. diff --git a/packages/powersync-db-collection/CHANGELOG.md b/packages/powersync-db-collection/CHANGELOG.md index fbec13834..fcfb72573 100644 --- a/packages/powersync-db-collection/CHANGELOG.md +++ b/packages/powersync-db-collection/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/powersync-db-collection +## 0.1.44 + +### Patch Changes + +- Fixed bug where on-demand collections with the `id` column in their where clause would never be added to the PowerSync upload queue. ([#1470](https://github.com/TanStack/db/pull/1470)) + ## 0.1.43 ### Patch Changes diff --git a/packages/powersync-db-collection/package.json b/packages/powersync-db-collection/package.json index 0ac46d0dc..b2b5eae3d 100644 --- a/packages/powersync-db-collection/package.json +++ b/packages/powersync-db-collection/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/powersync-db-collection", - "version": "0.1.43", + "version": "0.1.44", "description": "PowerSync collection for TanStack DB", "author": "POWERSYNC", "license": "MIT",