Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .changeset/modern-dbs-hydrate.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/angular/todos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# todos

## 0.0.20

### Patch Changes

- Updated dependencies [[`4b9e8cd`](https://github.com/TanStack/db/commit/4b9e8cdf79551734cf526e6fa4bbdba42ec94575)]:
- @tanstack/db@0.8.0
- @tanstack/angular-db@0.1.81

## 0.0.19

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/angular/todos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todos",
"version": "0.0.19",
"version": "0.0.20",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@angular/forms": "^20.3.16",
"@angular/platform-browser": "^20.3.16",
"@angular/router": "^20.3.16",
"@tanstack/angular-db": "^0.1.80",
"@tanstack/db": "^0.7.2",
"@tanstack/angular-db": "^0.1.81",
"@tanstack/db": "^0.8.0",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
Expand Down
11 changes: 11 additions & 0 deletions examples/electron/offline-first/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# offline-first-electron

## 1.0.4

### Patch Changes

- Updated dependencies [[`4b9e8cd`](https://github.com/TanStack/db/commit/4b9e8cdf79551734cf526e6fa4bbdba42ec94575)]:
- @tanstack/react-db@0.3.0
- @tanstack/query-db-collection@1.2.5
- @tanstack/offline-transactions@1.0.46
- @tanstack/electron-db-sqlite-persistence@0.1.25
- @tanstack/node-db-sqlite-persistence@0.2.13

## 1.0.3

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions examples/electron/offline-first/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offline-first-electron",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"type": "module",
"main": "electron/main.ts",
Expand All @@ -13,11 +13,11 @@
"postinstall": "prebuild-install --runtime electron --target 40.2.1 --arch arm64 || echo 'prebuild-install failed, try: npx @electron/rebuild'"
},
"dependencies": {
"@tanstack/electron-db-sqlite-persistence": "^0.1.24",
"@tanstack/node-db-sqlite-persistence": "^0.2.12",
"@tanstack/offline-transactions": "^1.0.45",
"@tanstack/query-db-collection": "^1.2.4",
"@tanstack/react-db": "^0.2.1",
"@tanstack/electron-db-sqlite-persistence": "^0.1.25",
"@tanstack/node-db-sqlite-persistence": "^0.2.13",
"@tanstack/offline-transactions": "^1.0.46",
"@tanstack/query-db-collection": "^1.2.5",
"@tanstack/react-db": "^0.3.0",
"@tanstack/react-query": "^5.90.20",
"better-sqlite3": "^12.6.2",
"react": "^19.2.4",
Expand Down
11 changes: 11 additions & 0 deletions examples/react-native/offline-transactions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# offline-transactions-react-native

## 1.0.6

### Patch Changes

- Updated dependencies [[`4b9e8cd`](https://github.com/TanStack/db/commit/4b9e8cdf79551734cf526e6fa4bbdba42ec94575)]:
- @tanstack/db@0.8.0
- @tanstack/react-db@0.3.0
- @tanstack/query-db-collection@1.2.5
- @tanstack/offline-transactions@1.0.46
- @tanstack/react-native-db-sqlite-persistence@0.2.13

## 1.0.5

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions examples/react-native/offline-transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offline-transactions-react-native",
"version": "1.0.5",
"version": "1.0.6",
"private": true,
"main": "expo-router/entry",
"scripts": {
Expand All @@ -15,11 +15,11 @@
"@op-engineering/op-sqlite": "^15.2.5",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/netinfo": "11.4.1",
"@tanstack/db": "^0.7.2",
"@tanstack/offline-transactions": "^1.0.45",
"@tanstack/query-db-collection": "^1.2.4",
"@tanstack/react-db": "^0.2.1",
"@tanstack/react-native-db-sqlite-persistence": "^0.2.12",
"@tanstack/db": "^0.8.0",
"@tanstack/offline-transactions": "^1.0.46",
"@tanstack/query-db-collection": "^1.2.5",
"@tanstack/react-db": "^0.3.0",
"@tanstack/react-native-db-sqlite-persistence": "^0.2.13",
"@tanstack/react-query": "^5.90.20",
"expo": "~53.0.26",
"expo-constants": "~17.1.0",
Expand Down
11 changes: 11 additions & 0 deletions examples/react-native/shopping-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# shopping-list-react-native

## 1.0.6

### Patch Changes

- Updated dependencies [[`4b9e8cd`](https://github.com/TanStack/db/commit/4b9e8cdf79551734cf526e6fa4bbdba42ec94575)]:
- @tanstack/db@0.8.0
- @tanstack/react-db@0.3.0
- @tanstack/electric-db-collection@0.4.0
- @tanstack/offline-transactions@1.0.46
- @tanstack/react-native-db-sqlite-persistence@0.2.13

## 1.0.5

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions examples/react-native/shopping-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shopping-list-react-native",
"version": "1.0.5",
"version": "1.0.6",
"private": true,
"main": "expo-router/entry",
"scripts": {
Expand All @@ -18,11 +18,11 @@
"@op-engineering/op-sqlite": "^15.2.5",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/netinfo": "11.4.1",
"@tanstack/db": "^0.7.2",
"@tanstack/electric-db-collection": "^0.3.18",
"@tanstack/offline-transactions": "^1.0.45",
"@tanstack/react-db": "^0.2.1",
"@tanstack/react-native-db-sqlite-persistence": "^0.2.12",
"@tanstack/db": "^0.8.0",
"@tanstack/electric-db-collection": "^0.4.0",
"@tanstack/offline-transactions": "^1.0.46",
"@tanstack/react-db": "^0.3.0",
"@tanstack/react-native-db-sqlite-persistence": "^0.2.13",
"@tanstack/react-query": "^5.90.20",
"expo": "~53.0.26",
"expo-constants": "~17.1.0",
Expand Down
9 changes: 9 additions & 0 deletions examples/react/next-ssr-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @tanstack/db-example-react-next-ssr-e2e

## 0.0.1

### Patch Changes

- Updated dependencies [[`4b9e8cd`](https://github.com/TanStack/db/commit/4b9e8cdf79551734cf526e6fa4bbdba42ec94575)]:
- @tanstack/db@0.8.0
- @tanstack/react-db@0.3.0
6 changes: 3 additions & 3 deletions examples/react/next-ssr-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@tanstack/db-example-react-next-ssr-e2e",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"test:e2e": "pnpm --filter @tanstack/db build && pnpm --filter @tanstack/react-db build && playwright test"
},
"dependencies": {
"@tanstack/db": "workspace:*",
"@tanstack/react-db": "workspace:*",
"@tanstack/db": "^0.8.0",
"@tanstack/react-db": "^0.3.0",
"next": "^16.3.1",
"react": "^19.2.4",
"react-dom": "^19.2.4"
Expand Down
10 changes: 5 additions & 5 deletions examples/react/offline-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"build": "vite build && tsc --noEmit"
},
"dependencies": {
"@tanstack/browser-db-sqlite-persistence": "^0.2.12",
"@tanstack/db": "^0.7.2",
"@tanstack/offline-transactions": "^1.0.45",
"@tanstack/query-db-collection": "^1.2.4",
"@tanstack/react-db": "^0.2.1",
"@tanstack/browser-db-sqlite-persistence": "^0.2.13",
"@tanstack/db": "^0.8.0",
"@tanstack/offline-transactions": "^1.0.46",
"@tanstack/query-db-collection": "^1.2.5",
"@tanstack/react-db": "^0.3.0",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-router": "^1.159.5",
"@tanstack/react-router-devtools": "^1.159.5",
Expand Down
8 changes: 8 additions & 0 deletions examples/react/paced-mutations-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tanstack/db-example-paced-mutations-demo

## 0.0.11

### Patch Changes

- Updated dependencies [[`4b9e8cd`](https://github.com/TanStack/db/commit/4b9e8cdf79551734cf526e6fa4bbdba42ec94575)]:
- @tanstack/db@0.8.0
- @tanstack/react-db@0.3.0

## 0.0.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/react/paced-mutations-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/db-example-paced-mutations-demo",
"version": "0.0.10",
"version": "0.0.11",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/db": "^0.7.2",
"@tanstack/react-db": "^0.2.1",
"@tanstack/db": "^0.8.0",
"@tanstack/react-db": "^0.3.0",
"mitt": "^3.0.1",
"react": "^19.2.4",
"react-dom": "^19.2.4"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/projects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"@tanstack/query-core": "^5.90.20",
"@tanstack/query-db-collection": "^1.2.4",
"@tanstack/react-db": "^0.2.1",
"@tanstack/query-db-collection": "^1.2.5",
"@tanstack/react-db": "^0.3.0",
"@tanstack/react-router": "^1.159.5",
"@tanstack/react-router-devtools": "^1.159.5",
"@tanstack/react-router-with-query": "^1.130.17",
Expand Down
9 changes: 9 additions & 0 deletions examples/react/start-ssr-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @tanstack/db-example-react-start-ssr-e2e

## 0.0.1

### Patch Changes

- Updated dependencies [[`4b9e8cd`](https://github.com/TanStack/db/commit/4b9e8cdf79551734cf526e6fa4bbdba42ec94575)]:
- @tanstack/react-db@0.3.0
- @tanstack/react-router-with-db@0.1.0
6 changes: 3 additions & 3 deletions examples/react/start-ssr-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/db-example-react-start-ssr-e2e",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"build": "vite build",
Expand All @@ -10,9 +10,9 @@
"test:e2e:hosted": "playwright test"
},
"dependencies": {
"@tanstack/react-db": "^0.2.1",
"@tanstack/react-db": "^0.3.0",
"@tanstack/react-router": "^1.159.5",
"@tanstack/react-router-with-db": "workspace:*",
"@tanstack/react-router-with-db": "^0.1.0",
"@tanstack/react-start": "^1.159.5",
"react": "^19.2.4",
"react-dom": "^19.2.4",
Expand Down
10 changes: 10 additions & 0 deletions examples/react/todo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# examples/react/todo

## 0.1.27

### Patch Changes

- Updated dependencies [[`4b9e8cd`](https://github.com/TanStack/db/commit/4b9e8cdf79551734cf526e6fa4bbdba42ec94575)]:
- @tanstack/react-db@0.3.0
- @tanstack/electric-db-collection@0.4.0
- @tanstack/query-db-collection@1.2.5
- @tanstack/trailbase-db-collection@0.1.99

## 0.1.26

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/react/todo/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@tanstack/db-example-react-todo",
"private": true,
"version": "0.1.26",
"version": "0.1.27",
"dependencies": {
"@tanstack/electric-db-collection": "^0.3.18",
"@tanstack/electric-db-collection": "^0.4.0",
"@tanstack/query-core": "^5.90.20",
"@tanstack/query-db-collection": "^1.2.4",
"@tanstack/react-db": "^0.2.1",
"@tanstack/query-db-collection": "^1.2.5",
"@tanstack/react-db": "^0.3.0",
"@tanstack/react-router": "^1.159.5",
"@tanstack/react-start": "^1.159.5",
"@tanstack/trailbase-db-collection": "^0.1.98",
"@tanstack/trailbase-db-collection": "^0.1.99",
"cors": "^2.8.6",
"drizzle-orm": "^0.45.1",
"drizzle-zod": "^0.8.3",
Expand Down
10 changes: 10 additions & 0 deletions examples/solid/todo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# examples/react/todo

## 0.0.36

### Patch Changes

- Updated dependencies [[`4b9e8cd`](https://github.com/TanStack/db/commit/4b9e8cdf79551734cf526e6fa4bbdba42ec94575)]:
- @tanstack/electric-db-collection@0.4.0
- @tanstack/query-db-collection@1.2.5
- @tanstack/trailbase-db-collection@0.1.99
- @tanstack/solid-db@0.2.35

## 0.0.35

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/solid/todo/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@tanstack/db-example-solid-todo",
"private": true,
"version": "0.0.35",
"version": "0.0.36",
"dependencies": {
"@tanstack/electric-db-collection": "^0.3.18",
"@tanstack/electric-db-collection": "^0.4.0",
"@tanstack/query-core": "^5.90.20",
"@tanstack/query-db-collection": "^1.2.4",
"@tanstack/solid-db": "^0.2.34",
"@tanstack/query-db-collection": "^1.2.5",
"@tanstack/solid-db": "^0.2.35",
"@tanstack/solid-router": "^1.159.5",
"@tanstack/solid-start": "^1.159.5",
"@tanstack/trailbase-db-collection": "^0.1.98",
"@tanstack/trailbase-db-collection": "^0.1.99",
"cors": "^2.8.6",
"drizzle-orm": "^0.45.1",
"drizzle-zod": "^0.8.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/angular-db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/angular-db

## 0.1.81

### Patch Changes

- Updated dependencies [[`4b9e8cd`](https://github.com/TanStack/db/commit/4b9e8cdf79551734cf526e6fa4bbdba42ec94575)]:
- @tanstack/db@0.8.0

## 0.1.80

### Patch Changes
Expand Down
Loading