From 189760e6ef7b6b42e6431d545ca7c974613c21fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:11:12 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/fix-409-errors-collection-cleanup.md | 5 ----- examples/react/todo/package.json | 2 +- examples/solid/todo/package.json | 2 +- packages/electric-db-collection/CHANGELOG.md | 6 ++++++ packages/electric-db-collection/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 6 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/fix-409-errors-collection-cleanup.md diff --git a/.changeset/fix-409-errors-collection-cleanup.md b/.changeset/fix-409-errors-collection-cleanup.md deleted file mode 100644 index 5117efe5a..000000000 --- a/.changeset/fix-409-errors-collection-cleanup.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/electric-db-collection': patch ---- - -Fix unhandled 409 errors during collection cleanup. When a collection is cleaned up while snapshot requests are in-flight, errors are now properly caught and ignored rather than propagating as unhandled promise rejections. diff --git a/examples/react/todo/package.json b/examples/react/todo/package.json index f9a0b45b4..0769504a9 100644 --- a/examples/react/todo/package.json +++ b/examples/react/todo/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.1.24", "dependencies": { - "@tanstack/electric-db-collection": "^0.2.28", + "@tanstack/electric-db-collection": "^0.2.29", "@tanstack/query-core": "^5.90.16", "@tanstack/query-db-collection": "^1.0.20", "@tanstack/react-db": "^0.1.67", diff --git a/examples/solid/todo/package.json b/examples/solid/todo/package.json index 460ef7c19..b97d0e4ea 100644 --- a/examples/solid/todo/package.json +++ b/examples/solid/todo/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.0.34", "dependencies": { - "@tanstack/electric-db-collection": "^0.2.28", + "@tanstack/electric-db-collection": "^0.2.29", "@tanstack/query-core": "^5.90.16", "@tanstack/query-db-collection": "^1.0.20", "@tanstack/solid-db": "^0.2.3", diff --git a/packages/electric-db-collection/CHANGELOG.md b/packages/electric-db-collection/CHANGELOG.md index e64d263eb..d507493f8 100644 --- a/packages/electric-db-collection/CHANGELOG.md +++ b/packages/electric-db-collection/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/electric-db-collection +## 0.2.29 + +### Patch Changes + +- Fix unhandled 409 errors during collection cleanup. When a collection is cleaned up while snapshot requests are in-flight, errors are now properly caught and ignored rather than propagating as unhandled promise rejections. ([#1174](https://github.com/TanStack/db/pull/1174)) + ## 0.2.28 ### Patch Changes diff --git a/packages/electric-db-collection/package.json b/packages/electric-db-collection/package.json index ba86c7d25..2c73990a9 100644 --- a/packages/electric-db-collection/package.json +++ b/packages/electric-db-collection/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/electric-db-collection", - "version": "0.2.28", + "version": "0.2.29", "description": "ElectricSQL collection for TanStack DB", "author": "Kyle Mathews", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d2e033b9d..dcb59c329 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -518,7 +518,7 @@ importers: examples/react/todo: dependencies: '@tanstack/electric-db-collection': - specifier: ^0.2.28 + specifier: ^0.2.29 version: link:../../../packages/electric-db-collection '@tanstack/query-core': specifier: ^5.90.16 @@ -639,7 +639,7 @@ importers: examples/solid/todo: dependencies: '@tanstack/electric-db-collection': - specifier: ^0.2.28 + specifier: ^0.2.29 version: link:../../../packages/electric-db-collection '@tanstack/query-core': specifier: ^5.90.16