From 9784266c856126b61d5d9e455c3c558c52c17560 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Jul 2025 20:08:58 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/six-chefs-bow.md | 11 ----------- examples/react/todo/CHANGELOG.md | 12 ++++++++++++ examples/react/todo/package.json | 10 +++++----- packages/db/CHANGELOG.md | 6 ++++++ packages/db/package.json | 2 +- packages/electric-db-collection/CHANGELOG.md | 9 +++++++++ packages/electric-db-collection/package.json | 2 +- packages/query-db-collection/CHANGELOG.md | 9 +++++++++ packages/query-db-collection/package.json | 2 +- packages/react-db/CHANGELOG.md | 9 +++++++++ packages/react-db/package.json | 2 +- packages/trailbase-db-collection/CHANGELOG.md | 10 ++++++++++ packages/trailbase-db-collection/package.json | 2 +- packages/vue-db/CHANGELOG.md | 9 +++++++++ packages/vue-db/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 16 files changed, 79 insertions(+), 26 deletions(-) delete mode 100644 .changeset/six-chefs-bow.md create mode 100644 packages/trailbase-db-collection/CHANGELOG.md diff --git a/.changeset/six-chefs-bow.md b/.changeset/six-chefs-bow.md deleted file mode 100644 index 16c053c4..00000000 --- a/.changeset/six-chefs-bow.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@tanstack/trailbase-db-collection": patch -"@tanstack/electric-db-collection": patch -"@tanstack/query-db-collection": patch -"@tanstack/db-example-react-todo": patch -"@tanstack/react-db": patch -"@tanstack/vue-db": patch -"@tanstack/db": patch ---- - -Add initial release of TrailBase collection for TanStack DB. TrailBase is a blazingly fast, open-source alternative to Firebase built on Rust, SQLite, and V8. It provides type-safe REST and realtime APIs with sub-millisecond latencies, integrated authentication, and flexible access control - all in a single executable. This collection type enables seamless integration with TrailBase backends for high-performance real-time applications. diff --git a/examples/react/todo/CHANGELOG.md b/examples/react/todo/CHANGELOG.md index 8180ed6e..23e1d7cd 100644 --- a/examples/react/todo/CHANGELOG.md +++ b/examples/react/todo/CHANGELOG.md @@ -1,5 +1,17 @@ # examples/react/todo +## 0.0.32 + +### Patch Changes + +- Add initial release of TrailBase collection for TanStack DB. TrailBase is a blazingly fast, open-source alternative to Firebase built on Rust, SQLite, and V8. It provides type-safe REST and realtime APIs with sub-millisecond latencies, integrated authentication, and flexible access control - all in a single executable. This collection type enables seamless integration with TrailBase backends for high-performance real-time applications. ([#228](https://github.com/TanStack/db/pull/228)) + +- Updated dependencies [[`09c6995`](https://github.com/TanStack/db/commit/09c6995ea9c8e6979d077ca63cbdd6215054ae78)]: + - @tanstack/trailbase-db-collection@0.0.2 + - @tanstack/electric-db-collection@0.0.8 + - @tanstack/query-db-collection@0.0.8 + - @tanstack/react-db@0.0.26 + ## 0.0.31 ### Patch Changes diff --git a/examples/react/todo/package.json b/examples/react/todo/package.json index 466ece01..08f019a3 100644 --- a/examples/react/todo/package.json +++ b/examples/react/todo/package.json @@ -1,15 +1,15 @@ { "name": "@tanstack/db-example-react-todo", "private": true, - "version": "0.0.31", + "version": "0.0.32", "dependencies": { - "@tanstack/electric-db-collection": "^0.0.7", + "@tanstack/electric-db-collection": "^0.0.8", "@tanstack/query-core": "^5.75.7", - "@tanstack/query-db-collection": "^0.0.7", - "@tanstack/react-db": "^0.0.25", + "@tanstack/query-db-collection": "^0.0.8", + "@tanstack/react-db": "^0.0.26", "@tanstack/react-router": "^1.125.6", "@tanstack/react-start": "^1.126.1", - "@tanstack/trailbase-db-collection": "^0.0.1", + "@tanstack/trailbase-db-collection": "^0.0.2", "cors": "^2.8.5", "drizzle-orm": "^0.40.1", "drizzle-zod": "^0.7.0", diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index a9584384..890fc07b 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/db +## 0.0.26 + +### Patch Changes + +- Add initial release of TrailBase collection for TanStack DB. TrailBase is a blazingly fast, open-source alternative to Firebase built on Rust, SQLite, and V8. It provides type-safe REST and realtime APIs with sub-millisecond latencies, integrated authentication, and flexible access control - all in a single executable. This collection type enables seamless integration with TrailBase backends for high-performance real-time applications. ([#228](https://github.com/TanStack/db/pull/228)) + ## 0.0.25 ### Patch Changes diff --git a/packages/db/package.json b/packages/db/package.json index c2cec96c..e9e383ea 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,7 +1,7 @@ { "name": "@tanstack/db", "description": "A reactive client store for building super fast apps on sync", - "version": "0.0.25", + "version": "0.0.26", "dependencies": { "@electric-sql/d2mini": "^0.1.7", "@standard-schema/spec": "^1.0.0" diff --git a/packages/electric-db-collection/CHANGELOG.md b/packages/electric-db-collection/CHANGELOG.md index 8a7ab2e5..82abb07f 100644 --- a/packages/electric-db-collection/CHANGELOG.md +++ b/packages/electric-db-collection/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/electric-db-collection +## 0.0.8 + +### Patch Changes + +- Add initial release of TrailBase collection for TanStack DB. TrailBase is a blazingly fast, open-source alternative to Firebase built on Rust, SQLite, and V8. It provides type-safe REST and realtime APIs with sub-millisecond latencies, integrated authentication, and flexible access control - all in a single executable. This collection type enables seamless integration with TrailBase backends for high-performance real-time applications. ([#228](https://github.com/TanStack/db/pull/228)) + +- Updated dependencies [[`09c6995`](https://github.com/TanStack/db/commit/09c6995ea9c8e6979d077ca63cbdd6215054ae78)]: + - @tanstack/db@0.0.26 + ## 0.0.7 ### Patch Changes diff --git a/packages/electric-db-collection/package.json b/packages/electric-db-collection/package.json index 32945543..c2af8842 100644 --- a/packages/electric-db-collection/package.json +++ b/packages/electric-db-collection/package.json @@ -1,7 +1,7 @@ { "name": "@tanstack/electric-db-collection", "description": "Electric SQL collection for TanStack DB", - "version": "0.0.7", + "version": "0.0.8", "dependencies": { "@electric-sql/client": "1.0.0", "@standard-schema/spec": "^1.0.0", diff --git a/packages/query-db-collection/CHANGELOG.md b/packages/query-db-collection/CHANGELOG.md index 3a23a206..33a8704a 100644 --- a/packages/query-db-collection/CHANGELOG.md +++ b/packages/query-db-collection/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/query-db-collection +## 0.0.8 + +### Patch Changes + +- Add initial release of TrailBase collection for TanStack DB. TrailBase is a blazingly fast, open-source alternative to Firebase built on Rust, SQLite, and V8. It provides type-safe REST and realtime APIs with sub-millisecond latencies, integrated authentication, and flexible access control - all in a single executable. This collection type enables seamless integration with TrailBase backends for high-performance real-time applications. ([#228](https://github.com/TanStack/db/pull/228)) + +- Updated dependencies [[`09c6995`](https://github.com/TanStack/db/commit/09c6995ea9c8e6979d077ca63cbdd6215054ae78)]: + - @tanstack/db@0.0.26 + ## 0.0.7 ### Patch Changes diff --git a/packages/query-db-collection/package.json b/packages/query-db-collection/package.json index 81e763b8..ec5a7bc2 100644 --- a/packages/query-db-collection/package.json +++ b/packages/query-db-collection/package.json @@ -1,7 +1,7 @@ { "name": "@tanstack/query-db-collection", "description": "TanStack Query collection for TanStack DB", - "version": "0.0.7", + "version": "0.0.8", "dependencies": { "@tanstack/db": "workspace:*", "@tanstack/query-core": "^5.75.7" diff --git a/packages/react-db/CHANGELOG.md b/packages/react-db/CHANGELOG.md index 813bd508..b2d58cb7 100644 --- a/packages/react-db/CHANGELOG.md +++ b/packages/react-db/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/react-db +## 0.0.26 + +### Patch Changes + +- Add initial release of TrailBase collection for TanStack DB. TrailBase is a blazingly fast, open-source alternative to Firebase built on Rust, SQLite, and V8. It provides type-safe REST and realtime APIs with sub-millisecond latencies, integrated authentication, and flexible access control - all in a single executable. This collection type enables seamless integration with TrailBase backends for high-performance real-time applications. ([#228](https://github.com/TanStack/db/pull/228)) + +- Updated dependencies [[`09c6995`](https://github.com/TanStack/db/commit/09c6995ea9c8e6979d077ca63cbdd6215054ae78)]: + - @tanstack/db@0.0.26 + ## 0.0.25 ### Patch Changes diff --git a/packages/react-db/package.json b/packages/react-db/package.json index 55aa9b03..236d9f67 100644 --- a/packages/react-db/package.json +++ b/packages/react-db/package.json @@ -1,7 +1,7 @@ { "name": "@tanstack/react-db", "description": "React integration for @tanstack/db", - "version": "0.0.25", + "version": "0.0.26", "author": "Kyle Mathews", "license": "MIT", "repository": { diff --git a/packages/trailbase-db-collection/CHANGELOG.md b/packages/trailbase-db-collection/CHANGELOG.md new file mode 100644 index 00000000..5b0e48de --- /dev/null +++ b/packages/trailbase-db-collection/CHANGELOG.md @@ -0,0 +1,10 @@ +# @tanstack/trailbase-db-collection + +## 0.0.2 + +### Patch Changes + +- Add initial release of TrailBase collection for TanStack DB. TrailBase is a blazingly fast, open-source alternative to Firebase built on Rust, SQLite, and V8. It provides type-safe REST and realtime APIs with sub-millisecond latencies, integrated authentication, and flexible access control - all in a single executable. This collection type enables seamless integration with TrailBase backends for high-performance real-time applications. ([#228](https://github.com/TanStack/db/pull/228)) + +- Updated dependencies [[`09c6995`](https://github.com/TanStack/db/commit/09c6995ea9c8e6979d077ca63cbdd6215054ae78)]: + - @tanstack/db@0.0.26 diff --git a/packages/trailbase-db-collection/package.json b/packages/trailbase-db-collection/package.json index ff4470fd..03979402 100644 --- a/packages/trailbase-db-collection/package.json +++ b/packages/trailbase-db-collection/package.json @@ -1,7 +1,7 @@ { "name": "@tanstack/trailbase-db-collection", "description": "TrailBase collection for TanStack DB", - "version": "0.0.1", + "version": "0.0.2", "dependencies": { "@standard-schema/spec": "^1.0.0", "@tanstack/db": "workspace:*", diff --git a/packages/vue-db/CHANGELOG.md b/packages/vue-db/CHANGELOG.md index e5f11ae8..016aae6e 100644 --- a/packages/vue-db/CHANGELOG.md +++ b/packages/vue-db/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/vue-db +## 0.0.25 + +### Patch Changes + +- Add initial release of TrailBase collection for TanStack DB. TrailBase is a blazingly fast, open-source alternative to Firebase built on Rust, SQLite, and V8. It provides type-safe REST and realtime APIs with sub-millisecond latencies, integrated authentication, and flexible access control - all in a single executable. This collection type enables seamless integration with TrailBase backends for high-performance real-time applications. ([#228](https://github.com/TanStack/db/pull/228)) + +- Updated dependencies [[`09c6995`](https://github.com/TanStack/db/commit/09c6995ea9c8e6979d077ca63cbdd6215054ae78)]: + - @tanstack/db@0.0.26 + ## 0.0.24 ### Patch Changes diff --git a/packages/vue-db/package.json b/packages/vue-db/package.json index 30fd74ba..3263b930 100644 --- a/packages/vue-db/package.json +++ b/packages/vue-db/package.json @@ -1,7 +1,7 @@ { "name": "@tanstack/vue-db", "description": "Vue integration for @tanstack/db", - "version": "0.0.24", + "version": "0.0.25", "author": "Kyle Mathews", "license": "MIT", "repository": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 28c78b7d..fce57896 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -99,16 +99,16 @@ importers: examples/react/todo: dependencies: '@tanstack/electric-db-collection': - specifier: ^0.0.7 + specifier: ^0.0.8 version: link:../../../packages/electric-db-collection '@tanstack/query-core': specifier: ^5.75.7 version: 5.83.0 '@tanstack/query-db-collection': - specifier: ^0.0.7 + specifier: ^0.0.8 version: link:../../../packages/query-db-collection '@tanstack/react-db': - specifier: ^0.0.25 + specifier: ^0.0.26 version: link:../../../packages/react-db '@tanstack/react-router': specifier: ^1.125.6 @@ -117,7 +117,7 @@ importers: specifier: ^1.126.1 version: 1.127.8(@netlify/blobs@9.1.2)(@tanstack/react-router@1.127.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(@vitejs/plugin-react@4.6.0(vite@6.3.5(@types/node@22.16.4)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)))(drizzle-orm@0.40.1(@types/pg@8.15.4)(gel@2.1.1)(pg@8.16.3)(postgres@3.4.7))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(vite@6.3.5(@types/node@22.16.4)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)) '@tanstack/trailbase-db-collection': - specifier: ^0.0.1 + specifier: ^0.0.2 version: link:../../../packages/trailbase-db-collection cors: specifier: ^2.8.5