ci: Version Packages - #1749
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
a20352a]:@tanstack/browser-db-sqlite-persistence@0.2.14
Patch Changes
@tanstack/capacitor-db-sqlite-persistence@0.2.14
Patch Changes
@tanstack/cloudflare-durable-objects-db-sqlite-persistence@0.2.14
Patch Changes
@tanstack/db@0.8.1
Patch Changes
Support Temporal values in the
gt/gte/lt/ltequery operators. Comparisons now dispatch to the Temporal types' staticcompare()instead of the native relational operators, which throw on Temporal objects (valueOf()is designed to throw).orderByuses the same logic, so filtering and ordering now agree — previouslyorderBycompared Temporal values lexicographically by theirtoString(), which mis-ordered equivalentDurationforms (PT60MvsPT1H) and same-instantZonedDateTimevalues in different zones. (#1519)Note two intentional behavior changes for
orderByover Temporal columns:Temporal.PlainMonthDayvalues now throws aTypeError, since the type has no defined ordering (previously they were silently ordered by string).PlainDatevsPlainDateTime) now throws aTypeErrorinstead of comparing their string forms.Equality (
eq) is unchanged:ZonedDateTimeequality still treats the zone as part of identity, and equivalentDurationforms remain unequal, mirroring Temporal's.equals()vs.compare()semantics.@tanstack/db-sqlite-persistence-core@0.2.14
Patch Changes
a20352a]:@tanstack/electric-db-collection@0.4.1
Patch Changes
a20352a]:@tanstack/electron-db-sqlite-persistence@0.1.26
Patch Changes
@tanstack/expo-db-sqlite-persistence@0.2.14
Patch Changes
@tanstack/node-db-sqlite-persistence@0.2.14
Patch Changes
@tanstack/offline-transactions@1.0.47
Patch Changes
a20352a]:@tanstack/powersync-db-collection@0.1.60
Patch Changes
a20352a]:@tanstack/query-db-collection@1.2.6
Patch Changes
a20352a]:@tanstack/react-db@0.3.1
Patch Changes
a20352a]:@tanstack/react-native-db-sqlite-persistence@0.2.14
Patch Changes
@tanstack/rxdb-db-collection@0.1.88
Patch Changes
a20352a]:@tanstack/solid-db@0.2.36
Patch Changes
a20352a]:@tanstack/svelte-db@0.3.1
Patch Changes
a20352a]:@tanstack/tauri-db-sqlite-persistence@0.2.14
Patch Changes
@tanstack/trailbase-db-collection@0.1.100
Patch Changes
a20352a]:@tanstack/vue-db@0.1.3
Patch Changes
a20352a]:@tanstack/capacitor-db-sqlite-persistence-e2e-app@0.0.26
Patch Changes
a20352a]:@tanstack/expo-db-sqlite-persistence-e2e-app@0.0.26
Patch Changes
a20352a]:@tanstack/tauri-db-sqlite-persistence-e2e-app@0.0.26
Patch Changes
a20352a]: