Skip to content

ci: Version Packages - #1199

Merged
KyleAMathews merged 1 commit into
mainfrom
changeset-release/main
Jan 29, 2026
Merged

KyleAMathews merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jan 29, 2026 •

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tanstack/angular-db@0.1.51

Patch Changes

@tanstack/db@0.5.25

Patch Changes

  • Fixed infinite loop in BTreeIndex.takeInternal when indexed values are undefined. (#1198)

    The BTree uses undefined as a special parameter meaning "start from beginning/end", which caused an infinite loop when the actual indexed value was undefined.

    Added takeFromStart and takeReversedFromEnd methods to explicitly start from the beginning/end, and introduced a sentinel value for storing undefined in the BTree.

  • Fix isReady tracking for on-demand live queries without orderBy. Previously, non-ordered live queries using syncMode: 'on-demand' were incorrectly marked as ready before data finished loading. Also fix preload() promises hanging when cleanup occurs before the collection becomes ready. Additionally, fix concurrent live queries subscribing to the same source collection - each now independently tracks loading state. (#1192)

@tanstack/electric-db-collection@0.2.31

Patch Changes

@tanstack/offline-transactions@1.0.15

Patch Changes

@tanstack/powersync-db-collection@0.1.29

Patch Changes

@tanstack/query-db-collection@1.0.22

Patch Changes

  • Fix isReady tracking for on-demand live queries without orderBy. Previously, non-ordered live queries using syncMode: 'on-demand' were incorrectly marked as ready before data finished loading. Also fix preload() promises hanging when cleanup occurs before the collection becomes ready. Additionally, fix concurrent live queries subscribing to the same source collection - each now independently tracks loading state. (#1192)

  • Updated dependencies [43c7c9d, 284ebcc]:

    • @tanstack/db@0.5.25

@tanstack/react-db@0.1.69

Patch Changes

@tanstack/rxdb-db-collection@0.1.57

Patch Changes

@tanstack/solid-db@0.2.5

Patch Changes

@tanstack/svelte-db@0.1.68

Patch Changes

@tanstack/trailbase-db-collection@0.1.69

Patch Changes

@tanstack/vue-db@0.0.102

Patch Changes

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from ae3a967 to dd98ee1 Compare January 29, 2026 16:51
@KyleAMathews
KyleAMathews merged commit 015281c into main Jan 29, 2026
@KyleAMathews
KyleAMathews deleted the changeset-release/main branch January 29, 2026 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant