Skip to content

Commit cd6dc84

Browse files
ci: Version Packages
1 parent 888ad6a commit cd6dc84

File tree

32 files changed

+130
-57
lines changed

32 files changed

+130
-57
lines changed

.changeset/weak-colts-walk.md

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

examples/angular/todos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@angular/forms": "^20.3.15",
2929
"@angular/platform-browser": "^19.2.17",
3030
"@angular/router": "^20.3.15",
31-
"@tanstack/angular-db": "^0.1.44",
32-
"@tanstack/db": "^0.5.18",
31+
"@tanstack/angular-db": "^0.1.45",
32+
"@tanstack/db": "^0.5.19",
3333
"rxjs": "^7.8.2",
3434
"tslib": "^2.8.1",
3535
"zone.js": "^0.16.0"

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.8",
13-
"@tanstack/query-db-collection": "^1.0.14",
14-
"@tanstack/react-db": "^0.1.62",
12+
"@tanstack/offline-transactions": "^1.0.9",
13+
"@tanstack/query-db-collection": "^1.0.15",
14+
"@tanstack/react-db": "^0.1.63",
1515
"@tanstack/react-query": "^5.90.16",
1616
"@tanstack/react-router": "^1.144.0",
1717
"@tanstack/react-router-devtools": "^1.144.0",

examples/react/paced-mutations-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@tanstack/db": "^0.5.18",
13-
"@tanstack/react-db": "^0.1.62",
12+
"@tanstack/db": "^0.5.19",
13+
"@tanstack/react-db": "^0.1.63",
1414
"mitt": "^3.0.1",
1515
"react": "^19.2.3",
1616
"react-dom": "^19.2.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.18",
1919
"@tanstack/query-core": "^5.90.16",
20-
"@tanstack/query-db-collection": "^1.0.14",
21-
"@tanstack/react-db": "^0.1.62",
20+
"@tanstack/query-db-collection": "^1.0.15",
21+
"@tanstack/react-db": "^0.1.63",
2222
"@tanstack/react-router": "^1.144.0",
2323
"@tanstack/react-router-devtools": "^1.144.0",
2424
"@tanstack/react-router-with-query": "^1.130.17",

examples/react/todo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"private": true,
44
"version": "0.1.24",
55
"dependencies": {
6-
"@tanstack/electric-db-collection": "^0.2.22",
6+
"@tanstack/electric-db-collection": "^0.2.23",
77
"@tanstack/query-core": "^5.90.16",
8-
"@tanstack/query-db-collection": "^1.0.14",
9-
"@tanstack/react-db": "^0.1.62",
8+
"@tanstack/query-db-collection": "^1.0.15",
9+
"@tanstack/react-db": "^0.1.63",
1010
"@tanstack/react-router": "^1.144.0",
1111
"@tanstack/react-start": "^1.145.5",
12-
"@tanstack/trailbase-db-collection": "^0.1.62",
12+
"@tanstack/trailbase-db-collection": "^0.1.63",
1313
"cors": "^2.8.5",
1414
"drizzle-orm": "^0.45.1",
1515
"drizzle-zod": "^0.8.3",

examples/solid/todo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"private": true,
44
"version": "0.0.33",
55
"dependencies": {
6-
"@tanstack/electric-db-collection": "^0.2.22",
6+
"@tanstack/electric-db-collection": "^0.2.23",
77
"@tanstack/query-core": "^5.90.16",
8-
"@tanstack/query-db-collection": "^1.0.14",
9-
"@tanstack/solid-db": "^0.1.61",
8+
"@tanstack/query-db-collection": "^1.0.15",
9+
"@tanstack/solid-db": "^0.1.62",
1010
"@tanstack/solid-router": "^1.144.0",
1111
"@tanstack/solid-start": "^1.145.5",
12-
"@tanstack/trailbase-db-collection": "^0.1.62",
12+
"@tanstack/trailbase-db-collection": "^0.1.63",
1313
"cors": "^2.8.5",
1414
"drizzle-orm": "^0.45.1",
1515
"drizzle-zod": "^0.8.3",

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.45
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`888ad6a`](https://github.com/TanStack/db/commit/888ad6afe5932b0467320c04fbd4583469cb9c47)]:
8+
- @tanstack/db@0.5.19
9+
310
## 0.1.44
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.44",
3+
"version": "0.1.45",
44
"description": "Angular integration for @tanstack/db",
55
"author": "Ethan McDaniel",
66
"license": "MIT",

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.19
4+
5+
### Patch Changes
6+
7+
- Introduce $selected namespace for accessing fields from SELECT clause inside ORDER BY and HAVING clauses. ([#1094](https://github.com/TanStack/db/pull/1094))
8+
39
## 0.5.18
410

511
### Patch Changes

0 commit comments

Comments
 (0)