Skip to content

Commit 5fd0f1e

Browse files
ci: Version Packages (#1055)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 34c4c5c commit 5fd0f1e

File tree

28 files changed

+112
-47
lines changed

28 files changed

+112
-47
lines changed

.changeset/brave-pens-sleep.md

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

examples/react/offline-transactions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"start": "node .output/server/index.mjs"
1010
},
1111
"dependencies": {
12-
"@tanstack/offline-transactions": "^1.0.4",
13-
"@tanstack/query-db-collection": "^1.0.10",
14-
"@tanstack/react-db": "^0.1.58",
12+
"@tanstack/offline-transactions": "^1.0.5",
13+
"@tanstack/query-db-collection": "^1.0.11",
14+
"@tanstack/react-db": "^0.1.59",
1515
"@tanstack/react-query": "^5.90.12",
1616
"@tanstack/react-router": "^1.140.0",
1717
"@tanstack/react-router-devtools": "^1.140.0",

examples/react/projects/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"dependencies": {
1818
"@tailwindcss/vite": "^4.1.17",
1919
"@tanstack/query-core": "^5.90.12",
20-
"@tanstack/query-db-collection": "^1.0.10",
21-
"@tanstack/react-db": "^0.1.58",
20+
"@tanstack/query-db-collection": "^1.0.11",
21+
"@tanstack/react-db": "^0.1.59",
2222
"@tanstack/react-router": "^1.140.0",
2323
"@tanstack/react-router-devtools": "^1.140.0",
2424
"@tanstack/react-router-with-query": "^1.130.17",

packages/angular-db/CHANGELOG.md

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

3+
## 0.1.41
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`32ec4d8`](https://github.com/TanStack/db/commit/32ec4d8478cca96f76f3a49efc259c95b85baa40)]:
8+
- @tanstack/db@0.5.15
9+
310
## 0.1.40
411

512
### Patch Changes

packages/angular-db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/angular-db",
3-
"version": "0.1.40",
3+
"version": "0.1.41",
44
"description": "Angular integration for @tanstack/db",
55
"author": "Ethan McDaniel",
66
"license": "MIT",

packages/db/CHANGELOG.md

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

3+
## 0.5.15
4+
5+
### Patch Changes
6+
7+
- fix: prevent duplicate inserts from reaching D2 pipeline in live queries ([#1054](https://github.com/TanStack/db/pull/1054))
8+
9+
Added defensive measures to prevent duplicate INSERT events from reaching the D2 (differential dataflow) pipeline, which could cause items to not disappear when deleted (due to multiplicity going from 2 to 1 instead of 1 to 0).
10+
11+
Changes:
12+
- Added `sentToD2Keys` tracking in `CollectionSubscriber` to filter duplicate inserts at the D2 pipeline entry point
13+
- Fixed `includeInitialState` handling to only pass when `true`, preventing internal lazy-loading subscriptions from incorrectly disabling filtering
14+
- Clear `sentToD2Keys` on truncate to allow re-inserts after collection reset
15+
316
## 0.5.14
417

518
### Patch Changes

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/db",
3-
"version": "0.5.14",
3+
"version": "0.5.15",
44
"description": "A reactive client store for building super fast apps on sync",
55
"author": "Kyle Mathews",
66
"license": "MIT",

packages/electric-db-collection/CHANGELOG.md

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

3+
## 0.2.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`32ec4d8`](https://github.com/TanStack/db/commit/32ec4d8478cca96f76f3a49efc259c95b85baa40)]:
8+
- @tanstack/db@0.5.15
9+
310
## 0.2.17
411

512
### 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.17",
3+
"version": "0.2.18",
44
"description": "ElectricSQL collection for TanStack DB",
55
"author": "Kyle Mathews",
66
"license": "MIT",

packages/offline-transactions/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @tanstack/offline-transactions
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`32ec4d8`](https://github.com/TanStack/db/commit/32ec4d8478cca96f76f3a49efc259c95b85baa40)]:
8+
- @tanstack/db@0.5.15
9+
310
## 1.0.4
411

512
### Patch Changes

0 commit comments

Comments
 (0)