Skip to content

Commit cdc33da

Browse files
ci: Version Packages (#1148)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f273e9a commit cdc33da

6 files changed

Lines changed: 12 additions & 16 deletions

File tree

.changeset/fix-empty-string-params.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/react/todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "0.1.24",
55
"dependencies": {
6-
"@tanstack/electric-db-collection": "^0.2.24",
6+
"@tanstack/electric-db-collection": "^0.2.25",
77
"@tanstack/query-core": "^5.90.16",
88
"@tanstack/query-db-collection": "^1.0.17",
99
"@tanstack/react-db": "^0.1.64",

examples/solid/todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "0.0.34",
55
"dependencies": {
6-
"@tanstack/electric-db-collection": "^0.2.24",
6+
"@tanstack/electric-db-collection": "^0.2.25",
77
"@tanstack/query-core": "^5.90.16",
88
"@tanstack/query-db-collection": "^1.0.17",
99
"@tanstack/solid-db": "^0.2.0",

packages/electric-db-collection/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tanstack/electric-db-collection
22

3+
## 0.2.25
4+
5+
### Patch Changes
6+
7+
- Fix empty string values being incorrectly omitted from SQL query params. Queries like `eq(column, '')` now correctly include the empty string parameter instead of producing a malformed query with a missing `$1` value. ([#1146](https://github.com/TanStack/db/pull/1146))
8+
39
## 0.2.24
410

511
### Patch Changes

packages/electric-db-collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/electric-db-collection",
3-
"version": "0.2.24",
3+
"version": "0.2.25",
44
"description": "ElectricSQL collection for TanStack DB",
55
"author": "Kyle Mathews",
66
"license": "MIT",

pnpm-lock.yaml

Lines changed: 3 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)