Skip to content
Merged
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
13 changes: 0 additions & 13 deletions .changeset/fix-workspace-links-v3.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/electron/offline-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"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.3",
"@tanstack/node-db-sqlite-persistence": "^0.1.3",
"@tanstack/electron-db-sqlite-persistence": "^0.1.4",
"@tanstack/node-db-sqlite-persistence": "^0.1.4",
"@tanstack/offline-transactions": "^1.0.25",
"@tanstack/query-db-collection": "^1.0.31",
"@tanstack/react-db": "^0.1.78",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-native/offline-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@tanstack/offline-transactions": "^1.0.25",
"@tanstack/query-db-collection": "^1.0.31",
"@tanstack/react-db": "^0.1.78",
"@tanstack/react-native-db-sqlite-persistence": "^0.1.3",
"@tanstack/react-native-db-sqlite-persistence": "^0.1.4",
"@tanstack/react-query": "^5.90.20",
"expo": "~53.0.26",
"expo-constants": "~17.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-native/shopping-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@tanstack/electric-db-collection": "^0.2.42",
"@tanstack/offline-transactions": "^1.0.25",
"@tanstack/react-db": "^0.1.78",
"@tanstack/react-native-db-sqlite-persistence": "^0.1.3",
"@tanstack/react-native-db-sqlite-persistence": "^0.1.4",
"@tanstack/react-query": "^5.90.20",
"expo": "~53.0.26",
"expo-constants": "~17.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/offline-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "node .output/server/index.mjs"
},
"dependencies": {
"@tanstack/browser-db-sqlite-persistence": "^0.1.3",
"@tanstack/browser-db-sqlite-persistence": "^0.1.4",
"@tanstack/db": "^0.6.0",
"@tanstack/offline-transactions": "^1.0.25",
"@tanstack/query-db-collection": "^1.0.31",
Expand Down
9 changes: 9 additions & 0 deletions packages/browser-db-sqlite-persistence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tanstack/browser-db-sqlite-persistence

## 0.1.4

### Patch Changes

- Fix workspace: dependency links that were incorrectly published to npm ([#1410](https://github.com/TanStack/db/pull/1410))

- Updated dependencies [[`b779b4e`](https://github.com/TanStack/db/commit/b779b4ec127dd3f6a2fef965c52d4ee876144d8b)]:
- @tanstack/db-sqlite-persistence-core@0.1.4

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-db-sqlite-persistence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/browser-db-sqlite-persistence",
"version": "0.1.3",
"version": "0.1.4",
"description": "Browser wa-sqlite persisted collection adapter for TanStack DB",
"author": "TanStack Team",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/capacitor-db-sqlite-persistence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tanstack/capacitor-db-sqlite-persistence

## 0.1.4

### Patch Changes

- Fix workspace: dependency links that were incorrectly published to npm ([#1410](https://github.com/TanStack/db/pull/1410))

- Updated dependencies [[`b779b4e`](https://github.com/TanStack/db/commit/b779b4ec127dd3f6a2fef965c52d4ee876144d8b)]:
- @tanstack/db-sqlite-persistence-core@0.1.4

## 0.1.3

### Patch Changes
Expand Down
7 changes: 7 additions & 0 deletions packages/capacitor-db-sqlite-persistence/e2e/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/capacitor-db-sqlite-persistence-e2e-app

## 0.0.4

### Patch Changes

- Updated dependencies [[`b779b4e`](https://github.com/TanStack/db/commit/b779b4ec127dd3f6a2fef965c52d4ee876144d8b)]:
- @tanstack/capacitor-db-sqlite-persistence@0.1.4

## 0.0.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/capacitor-db-sqlite-persistence-e2e-app",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"build": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion packages/capacitor-db-sqlite-persistence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/capacitor-db-sqlite-persistence",
"version": "0.1.3",
"version": "0.1.4",
"description": "Capacitor SQLite persisted collection adapter for TanStack DB",
"author": "TanStack Team",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tanstack/cloudflare-durable-objects-db-sqlite-persistence

## 0.1.4

### Patch Changes

- Fix workspace: dependency links that were incorrectly published to npm ([#1410](https://github.com/TanStack/db/pull/1410))

- Updated dependencies [[`b779b4e`](https://github.com/TanStack/db/commit/b779b4ec127dd3f6a2fef965c52d4ee876144d8b)]:
- @tanstack/db-sqlite-persistence-core@0.1.4

## 0.1.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/cloudflare-durable-objects-db-sqlite-persistence",
"version": "0.1.3",
"version": "0.1.4",
"description": "Cloudflare Durable Object SQLite persisted collection adapter for TanStack DB",
"author": "TanStack Team",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/db-sqlite-persistence-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/db-sqlite-persistence-core

## 0.1.4

### Patch Changes

- Fix workspace: dependency links that were incorrectly published to npm ([#1410](https://github.com/TanStack/db/pull/1410))

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/db-sqlite-persistence-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/db-sqlite-persistence-core",
"version": "0.1.3",
"version": "0.1.4",
"description": "SQLite persisted collection core for TanStack DB",
"author": "TanStack Team",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/electron-db-sqlite-persistence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tanstack/electron-db-sqlite-persistence

## 0.1.4

### Patch Changes

- Fix workspace: dependency links that were incorrectly published to npm ([#1410](https://github.com/TanStack/db/pull/1410))

- Updated dependencies [[`b779b4e`](https://github.com/TanStack/db/commit/b779b4ec127dd3f6a2fef965c52d4ee876144d8b)]:
- @tanstack/db-sqlite-persistence-core@0.1.4

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-db-sqlite-persistence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/electron-db-sqlite-persistence",
"version": "0.1.3",
"version": "0.1.4",
"description": "Electron SQLite persisted collection bridge for TanStack DB",
"author": "TanStack Team",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/expo-db-sqlite-persistence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tanstack/expo-db-sqlite-persistence

## 0.1.4

### Patch Changes

- Fix workspace: dependency links that were incorrectly published to npm ([#1410](https://github.com/TanStack/db/pull/1410))

- Updated dependencies [[`b779b4e`](https://github.com/TanStack/db/commit/b779b4ec127dd3f6a2fef965c52d4ee876144d8b)]:
- @tanstack/db-sqlite-persistence-core@0.1.4

## 0.1.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/expo-db-sqlite-persistence-e2e-app

## 0.0.4

### Patch Changes

- Updated dependencies [[`b779b4e`](https://github.com/TanStack/db/commit/b779b4ec127dd3f6a2fef965c52d4ee876144d8b)]:
- @tanstack/expo-db-sqlite-persistence@0.1.4

## 0.0.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/expo-db-sqlite-persistence-e2e-app",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"main": "index.js",
"scripts": {
"start": "expo start",
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-db-sqlite-persistence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/expo-db-sqlite-persistence",
"version": "0.1.3",
"version": "0.1.4",
"description": "Expo SQLite persisted collection adapter for TanStack DB",
"author": "TanStack Team",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/node-db-sqlite-persistence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tanstack/node-db-sqlite-persistence

## 0.1.4

### Patch Changes

- Fix workspace: dependency links that were incorrectly published to npm ([#1410](https://github.com/TanStack/db/pull/1410))

- Updated dependencies [[`b779b4e`](https://github.com/TanStack/db/commit/b779b4ec127dd3f6a2fef965c52d4ee876144d8b)]:
- @tanstack/db-sqlite-persistence-core@0.1.4

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-db-sqlite-persistence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/node-db-sqlite-persistence",
"version": "0.1.3",
"version": "0.1.4",
"description": "Node SQLite persisted collection adapter for TanStack DB",
"author": "TanStack Team",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-native-db-sqlite-persistence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tanstack/react-native-db-sqlite-persistence

## 0.1.4

### Patch Changes

- Fix workspace: dependency links that were incorrectly published to npm ([#1410](https://github.com/TanStack/db/pull/1410))

- Updated dependencies [[`b779b4e`](https://github.com/TanStack/db/commit/b779b4ec127dd3f6a2fef965c52d4ee876144d8b)]:
- @tanstack/db-sqlite-persistence-core@0.1.4

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-db-sqlite-persistence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/react-native-db-sqlite-persistence",
"version": "0.1.3",
"version": "0.1.4",
"description": "React Native and Expo SQLite persisted collection adapter for TanStack DB",
"author": "TanStack Team",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/tauri-db-sqlite-persistence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tanstack/tauri-db-sqlite-persistence

## 0.1.4

### Patch Changes

- Fix workspace: dependency links that were incorrectly published to npm ([#1410](https://github.com/TanStack/db/pull/1410))

- Updated dependencies [[`b779b4e`](https://github.com/TanStack/db/commit/b779b4ec127dd3f6a2fef965c52d4ee876144d8b)]:
- @tanstack/db-sqlite-persistence-core@0.1.4

## 0.1.3

### Patch Changes
Expand Down
7 changes: 7 additions & 0 deletions packages/tauri-db-sqlite-persistence/e2e/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/tauri-db-sqlite-persistence-e2e-app

## 0.0.4

### Patch Changes

- Updated dependencies [[`b779b4e`](https://github.com/TanStack/db/commit/b779b4ec127dd3f6a2fef965c52d4ee876144d8b)]:
- @tanstack/tauri-db-sqlite-persistence@0.1.4

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tauri-db-sqlite-persistence/e2e/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/tauri-db-sqlite-persistence-e2e-app",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"build": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion packages/tauri-db-sqlite-persistence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/tauri-db-sqlite-persistence",
"version": "0.1.3",
"version": "0.1.4",
"description": "Tauri SQLite persisted collection adapter for TanStack DB",
"author": "TanStack Team",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.