Skip to content

ci: Version Packages - #1771

Merged
KyleAMathews merged 1 commit into
mainfrom
changeset-release/main
Aug 25, 2026
Merged

ci: Version Packages#1771
KyleAMathews merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

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.86

Patch Changes

@tanstack/browser-db-sqlite-persistence@0.2.18

Patch Changes

  • Updated dependencies [8c5838d]:
    • @tanstack/db-sqlite-persistence-core@0.2.18

@tanstack/capacitor-db-sqlite-persistence@0.2.18

Patch Changes

  • Updated dependencies [8c5838d]:
    • @tanstack/db-sqlite-persistence-core@0.2.18

@tanstack/cloudflare-durable-objects-db-sqlite-persistence@0.2.18

Patch Changes

  • Updated dependencies [8c5838d]:
    • @tanstack/db-sqlite-persistence-core@0.2.18

@tanstack/db@0.8.5

Patch Changes

  • Canonicalize equivalent loadSubset queries to one demand identity while preserving observable output aliases, exact projected values, and distinct ordered windows. Query DB now reuses the same canonical identity for its on-demand cache keys. (#1768)

  • Reuse materialized collections when new collection descriptors have the same id. This lets callers recreate dynamic descriptors without creating duplicate collections. (#1770)

  • Settle subset loads only after their committed rows and events are visible. A (#1769)
    commit receipt now rejects with AbortError when cancellation wins before
    application and ignores later aborts. Preserve causal publication,
    cancellation, persistence, and error handling across the affected sync
    adapters.

@tanstack/db-sqlite-persistence-core@0.2.18

Patch Changes

  • Settle subset loads only after their committed rows and events are visible. A (#1769)
    commit receipt now rejects with AbortError when cancellation wins before
    application and ignores later aborts. Preserve causal publication,
    cancellation, persistence, and error handling across the affected sync
    adapters.
  • Updated dependencies [d8defd2, 9ad882f, 8c5838d]:
    • @tanstack/db@0.8.5

@tanstack/electric-db-collection@0.4.5

Patch Changes

  • Settle subset loads only after their committed rows and events are visible. A (#1769)
    commit receipt now rejects with AbortError when cancellation wins before
    application and ignores later aborts. Preserve causal publication,
    cancellation, persistence, and error handling across the affected sync
    adapters.
  • Updated dependencies [d8defd2, 9ad882f, 8c5838d]:
    • @tanstack/db@0.8.5

@tanstack/electron-db-sqlite-persistence@0.1.30

Patch Changes

  • Updated dependencies [8c5838d]:
    • @tanstack/db-sqlite-persistence-core@0.2.18

@tanstack/expo-db-sqlite-persistence@0.2.18

Patch Changes

  • Updated dependencies [8c5838d]:
    • @tanstack/db-sqlite-persistence-core@0.2.18

@tanstack/node-db-sqlite-persistence@0.2.18

Patch Changes

  • Updated dependencies [8c5838d]:
    • @tanstack/db-sqlite-persistence-core@0.2.18

@tanstack/offline-transactions@1.0.51

Patch Changes

@tanstack/powersync-db-collection@0.1.64

Patch Changes

  • Settle subset loads only after their committed rows and events are visible. A (#1769)
    commit receipt now rejects with AbortError when cancellation wins before
    application and ignores later aborts. Preserve causal publication,
    cancellation, persistence, and error handling across the affected sync
    adapters.
  • Updated dependencies [d8defd2, 9ad882f, 8c5838d]:
    • @tanstack/db@0.8.5

@tanstack/query-db-collection@1.2.10

Patch Changes

  • Canonicalize equivalent loadSubset queries to one demand identity while preserving observable output aliases, exact projected values, and distinct ordered windows. Query DB now reuses the same canonical identity for its on-demand cache keys. (#1768)

  • Settle subset loads only after their committed rows and events are visible. A (#1769)
    commit receipt now rejects with AbortError when cancellation wins before
    application and ignores later aborts. Preserve causal publication,
    cancellation, persistence, and error handling across the affected sync
    adapters.

  • Updated dependencies [d8defd2, 9ad882f, 8c5838d]:

    • @tanstack/db@0.8.5

@tanstack/react-db@0.3.5

Patch Changes

@tanstack/react-native-db-sqlite-persistence@0.2.18

Patch Changes

  • Updated dependencies [8c5838d]:
    • @tanstack/db-sqlite-persistence-core@0.2.18

@tanstack/rxdb-db-collection@0.1.92

Patch Changes

  • Settle subset loads only after their committed rows and events are visible. A (#1769)
    commit receipt now rejects with AbortError when cancellation wins before
    application and ignores later aborts. Preserve causal publication,
    cancellation, persistence, and error handling across the affected sync
    adapters.
  • Updated dependencies [d8defd2, 9ad882f, 8c5838d]:
    • @tanstack/db@0.8.5

@tanstack/solid-db@0.2.40

Patch Changes

@tanstack/svelte-db@0.3.5

Patch Changes

@tanstack/tauri-db-sqlite-persistence@0.2.18

Patch Changes

  • Updated dependencies [8c5838d]:
    • @tanstack/db-sqlite-persistence-core@0.2.18

@tanstack/trailbase-db-collection@0.1.104

Patch Changes

  • Settle subset loads only after their committed rows and events are visible. A (#1769)
    commit receipt now rejects with AbortError when cancellation wins before
    application and ignores later aborts. Preserve causal publication,
    cancellation, persistence, and error handling across the affected sync
    adapters.
  • Updated dependencies [d8defd2, 9ad882f, 8c5838d]:
    • @tanstack/db@0.8.5

@tanstack/vue-db@0.1.7

Patch Changes

@tanstack/capacitor-db-sqlite-persistence-e2e-app@0.0.30

Patch Changes

  • Updated dependencies [d8defd2, 9ad882f, 8c5838d]:
    • @tanstack/db@0.8.5
    • @tanstack/capacitor-db-sqlite-persistence@0.2.18

@tanstack/expo-db-sqlite-persistence-e2e-app@0.0.30

Patch Changes

  • Updated dependencies [d8defd2, 9ad882f, 8c5838d]:
    • @tanstack/db@0.8.5
    • @tanstack/expo-db-sqlite-persistence@0.2.18

@tanstack/tauri-db-sqlite-persistence-e2e-app@0.0.30

Patch Changes

  • Updated dependencies [d8defd2, 9ad882f, 8c5838d]:
    • @tanstack/db@0.8.5
    • @tanstack/tauri-db-sqlite-persistence@0.2.18

@KyleAMathews
KyleAMathews merged commit 5695db9 into main Aug 25, 2026
2 checks passed
@KyleAMathews
KyleAMathews deleted the changeset-release/main branch August 25, 2026 18:59
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