Skip to content

Commit e3819e5

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

File tree

28 files changed

+115
-38
lines changed

28 files changed

+115
-38
lines changed

.changeset/automatic-meta-type-safety.md

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

.changeset/soft-lazy-deps.md

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

examples/react/offline-transactions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/offline-transactions": ">=1.0.0",
13-
"@tanstack/query-db-collection": ">=1.0.4",
14-
"@tanstack/react-db": ">=0.1.49",
13+
"@tanstack/query-db-collection": ">=1.0.5",
14+
"@tanstack/react-db": ">=0.1.50",
1515
"@tanstack/react-query": "^5.90.10",
1616
"@tanstack/react-router": "^1.139.3",
1717
"@tanstack/react-router-devtools": "^1.139.3",

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.10",
20-
"@tanstack/query-db-collection": ">=1.0.4",
21-
"@tanstack/react-db": ">=0.1.49",
20+
"@tanstack/query-db-collection": ">=1.0.5",
21+
"@tanstack/react-db": ">=0.1.50",
2222
"@tanstack/react-router": "^1.139.3",
2323
"@tanstack/react-router-devtools": "^1.139.3",
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.32
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c8a2c16`](https://github.com/TanStack/db/commit/c8a2c16aa528427d5ddd55cda4ee59a5cb369b5f)]:
8+
- @tanstack/db@0.5.6
9+
310
## 0.1.31
411

512
### Patch Changes

packages/angular-db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/angular-db",
33
"description": "Angular integration for @tanstack/db",
4-
"version": "0.1.31",
4+
"version": "0.1.32",
55
"author": "Ethan McDaniel",
66
"license": "MIT",
77
"repository": {

packages/db-collection-e2e/CHANGELOG.md

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

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a540d7c`](https://github.com/TanStack/db/commit/a540d7c34042d69cf1f81d1219df5f3f3d57e200), [`c8a2c16`](https://github.com/TanStack/db/commit/c8a2c16aa528427d5ddd55cda4ee59a5cb369b5f)]:
8+
- @tanstack/query-db-collection@1.0.5
9+
- @tanstack/db@0.5.6
10+
- @tanstack/electric-db-collection@0.2.6
11+
312
## 0.0.7
413

514
### Patch Changes

packages/db-collection-e2e/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-collection-e2e",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"private": true,
55
"description": "End-to-end test suite for TanStack DB collections",
66
"type": "module",

packages/db/CHANGELOG.md

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

3+
## 0.5.6
4+
5+
### Patch Changes
6+
7+
- Fix scheduler handling of lazy left-join/live-query dependencies: treat non-enqueued lazy deps as satisfied to avoid unresolved-dependency deadlocks, and block only when a dep actually has pending work. ([#898](https://github.com/TanStack/db/pull/898))
8+
39
## 0.5.5
410

511
### Patch Changes

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/db",
33
"description": "A reactive client store for building super fast apps on sync",
4-
"version": "0.5.5",
4+
"version": "0.5.6",
55
"dependencies": {
66
"@standard-schema/spec": "^1.0.0",
77
"@tanstack/db-ivm": "workspace:*",

0 commit comments

Comments
 (0)