Skip to content

ci: Version Packages - #1749

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

ci: Version Packages#1749
github-actions[bot] wants to merge 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.82

Patch Changes

  • Updated dependencies [a20352a]:
    • @tanstack/db@0.8.1

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

Patch Changes

  • Updated dependencies []:
    • @tanstack/db-sqlite-persistence-core@0.2.14

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

Patch Changes

  • Updated dependencies []:
    • @tanstack/db-sqlite-persistence-core@0.2.14

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

Patch Changes

  • Updated dependencies []:
    • @tanstack/db-sqlite-persistence-core@0.2.14

@tanstack/db@0.8.1

Patch Changes

  • Support Temporal values in the gt/gte/lt/lte query operators. Comparisons now dispatch to the Temporal types' static compare() instead of the native relational operators, which throw on Temporal objects (valueOf() is designed to throw). orderBy uses the same logic, so filtering and ordering now agree — previously orderBy compared Temporal values lexicographically by their toString(), which mis-ordered equivalent Duration forms (PT60M vs PT1H) and same-instant ZonedDateTime values in different zones. (#1519)

    Note two intentional behavior changes for orderBy over Temporal columns:

    • Ordering Temporal.PlainMonthDay values now throws a TypeError, since the type has no defined ordering (previously they were silently ordered by string).
    • Ordering mixed Temporal types (e.g. PlainDate vs PlainDateTime) now throws a TypeError instead of comparing their string forms.

    Equality (eq) is unchanged: ZonedDateTime equality still treats the zone as part of identity, and equivalent Duration forms remain unequal, mirroring Temporal's .equals() vs .compare() semantics.

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

Patch Changes

  • Updated dependencies [a20352a]:
    • @tanstack/db@0.8.1

@tanstack/electric-db-collection@0.4.1

Patch Changes

  • Updated dependencies [a20352a]:
    • @tanstack/db@0.8.1

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

Patch Changes

  • Updated dependencies []:
    • @tanstack/db-sqlite-persistence-core@0.2.14

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

Patch Changes

  • Updated dependencies []:
    • @tanstack/db-sqlite-persistence-core@0.2.14

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

Patch Changes

  • Updated dependencies []:
    • @tanstack/db-sqlite-persistence-core@0.2.14

@tanstack/offline-transactions@1.0.47

Patch Changes

  • Updated dependencies [a20352a]:
    • @tanstack/db@0.8.1

@tanstack/powersync-db-collection@0.1.60

Patch Changes

  • Updated dependencies [a20352a]:
    • @tanstack/db@0.8.1

@tanstack/query-db-collection@1.2.6

Patch Changes

  • Updated dependencies [a20352a]:
    • @tanstack/db@0.8.1

@tanstack/react-db@0.3.1

Patch Changes

  • Updated dependencies [a20352a]:
    • @tanstack/db@0.8.1

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

Patch Changes

  • Updated dependencies []:
    • @tanstack/db-sqlite-persistence-core@0.2.14

@tanstack/rxdb-db-collection@0.1.88

Patch Changes

  • Updated dependencies [a20352a]:
    • @tanstack/db@0.8.1

@tanstack/solid-db@0.2.36

Patch Changes

  • Updated dependencies [a20352a]:
    • @tanstack/db@0.8.1

@tanstack/svelte-db@0.3.1

Patch Changes

  • Updated dependencies [a20352a]:
    • @tanstack/db@0.8.1

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

Patch Changes

  • Updated dependencies []:
    • @tanstack/db-sqlite-persistence-core@0.2.14

@tanstack/trailbase-db-collection@0.1.100

Patch Changes

  • Updated dependencies [a20352a]:
    • @tanstack/db@0.8.1

@tanstack/vue-db@0.1.3

Patch Changes

  • Updated dependencies [a20352a]:
    • @tanstack/db@0.8.1

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

Patch Changes

  • Updated dependencies [a20352a]:
    • @tanstack/db@0.8.1
    • @tanstack/capacitor-db-sqlite-persistence@0.2.14

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

Patch Changes

  • Updated dependencies [a20352a]:
    • @tanstack/db@0.8.1
    • @tanstack/expo-db-sqlite-persistence@0.2.14

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

Patch Changes

  • Updated dependencies [a20352a]:
    • @tanstack/db@0.8.1
    • @tanstack/tauri-db-sqlite-persistence@0.2.14

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.

0 participants