Skip to content

Commit 268552e

Browse files
ci: Version Packages (#1190)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 791f2e7 commit 268552e

File tree

33 files changed

+135
-57
lines changed

33 files changed

+135
-57
lines changed

.changeset/fix-fnselect-selected-orderby-having.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.49",
32-
"@tanstack/db": "^0.5.23",
31+
"@tanstack/angular-db": "^0.1.50",
32+
"@tanstack/db": "^0.5.24",
3333
"rxjs": "^7.8.2",
3434
"tslib": "^2.8.1",
3535
"zone.js": "^0.16.0"

examples/react-native/offline-transactions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"@expo/metro-runtime": "~5.0.5",
1515
"@react-native-async-storage/async-storage": "2.1.2",
1616
"@react-native-community/netinfo": "11.4.1",
17-
"@tanstack/offline-transactions": "^1.0.13",
18-
"@tanstack/query-db-collection": "^1.0.20",
19-
"@tanstack/react-db": "^0.1.67",
17+
"@tanstack/offline-transactions": "^1.0.14",
18+
"@tanstack/query-db-collection": "^1.0.21",
19+
"@tanstack/react-db": "^0.1.68",
2020
"@tanstack/react-query": "^5.90.16",
2121
"expo": "~53.0.0",
2222
"expo-constants": "~17.1.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.13",
13-
"@tanstack/query-db-collection": "^1.0.20",
14-
"@tanstack/react-db": "^0.1.67",
12+
"@tanstack/offline-transactions": "^1.0.14",
13+
"@tanstack/query-db-collection": "^1.0.21",
14+
"@tanstack/react-db": "^0.1.68",
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.23",
13-
"@tanstack/react-db": "^0.1.67",
12+
"@tanstack/db": "^0.5.24",
13+
"@tanstack/react-db": "^0.1.68",
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.20",
21-
"@tanstack/react-db": "^0.1.67",
20+
"@tanstack/query-db-collection": "^1.0.21",
21+
"@tanstack/react-db": "^0.1.68",
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.29",
6+
"@tanstack/electric-db-collection": "^0.2.30",
77
"@tanstack/query-core": "^5.90.16",
8-
"@tanstack/query-db-collection": "^1.0.20",
9-
"@tanstack/react-db": "^0.1.67",
8+
"@tanstack/query-db-collection": "^1.0.21",
9+
"@tanstack/react-db": "^0.1.68",
1010
"@tanstack/react-router": "^1.144.0",
1111
"@tanstack/react-start": "^1.145.5",
12-
"@tanstack/trailbase-db-collection": "^0.1.67",
12+
"@tanstack/trailbase-db-collection": "^0.1.68",
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.34",
55
"dependencies": {
6-
"@tanstack/electric-db-collection": "^0.2.29",
6+
"@tanstack/electric-db-collection": "^0.2.30",
77
"@tanstack/query-core": "^5.90.16",
8-
"@tanstack/query-db-collection": "^1.0.20",
9-
"@tanstack/solid-db": "^0.2.3",
8+
"@tanstack/query-db-collection": "^1.0.21",
9+
"@tanstack/solid-db": "^0.2.4",
1010
"@tanstack/solid-router": "^1.144.0",
1111
"@tanstack/solid-start": "^1.145.5",
12-
"@tanstack/trailbase-db-collection": "^0.1.67",
12+
"@tanstack/trailbase-db-collection": "^0.1.68",
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.50
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7099459`](https://github.com/TanStack/db/commit/7099459291810b237a9fb24bbfe6e543852a2ab2)]:
8+
- @tanstack/db@0.5.24
9+
310
## 0.1.49
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.49",
3+
"version": "0.1.50",
44
"description": "Angular integration for @tanstack/db",
55
"author": "Ethan McDaniel",
66
"license": "MIT",

0 commit comments

Comments
 (0)