Skip to content

Commit 2625648

Browse files
ci: Version Packages
1 parent 7aedf12 commit 2625648

File tree

33 files changed

+162
-71
lines changed

33 files changed

+162
-71
lines changed

.changeset/fix-uint8array-comparison.md

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

.changeset/honest-radios-appear.md

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

.changeset/whole-pants-strive.md

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

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": ">=0.0.0 <1.0.0",
13-
"@tanstack/query-db-collection": ">=0.0.0 <1.0.0",
14-
"@tanstack/react-db": ">=0.0.0 <1.0.0",
12+
"@tanstack/offline-transactions": ">=1.0.0",
13+
"@tanstack/query-db-collection": ">=1.0.0",
14+
"@tanstack/react-db": ">=0.1.44",
1515
"@tanstack/react-query": "^5.89.0",
1616
"@tanstack/react-router": "^1.131.47",
1717
"@tanstack/react-router-devtools": "^1.131.47",

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.16",
1919
"@tanstack/query-core": "^5.90.5",
20-
"@tanstack/query-db-collection": ">=0.0.0 <1.0.0",
21-
"@tanstack/react-db": ">=0.0.0 <1.0.0",
20+
"@tanstack/query-db-collection": ">=1.0.0",
21+
"@tanstack/react-db": ">=0.1.44",
2222
"@tanstack/react-router": "^1.133.32",
2323
"@tanstack/react-router-devtools": "^1.133.32",
2424
"@tanstack/react-router-with-query": "^1.130.17",

examples/react/todo/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# examples/react/todo
22

3+
## 0.1.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @tanstack/electric-db-collection@0.1.45
9+
- @tanstack/query-db-collection@1.0.0
10+
- @tanstack/react-db@0.1.44
11+
- @tanstack/trailbase-db-collection@0.1.44
12+
313
## 0.1.23
414

515
### Patch Changes

examples/react/todo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@tanstack/db-example-react-todo",
33
"private": true,
4-
"version": "0.1.23",
4+
"version": "0.1.24",
55
"dependencies": {
6-
"@tanstack/electric-db-collection": ">=0.0.0 <1.0.0",
6+
"@tanstack/electric-db-collection": ">=0.1.45",
77
"@tanstack/query-core": "^5.90.5",
8-
"@tanstack/query-db-collection": ">=0.0.0 <1.0.0",
9-
"@tanstack/react-db": ">=0.0.0 <1.0.0",
8+
"@tanstack/query-db-collection": ">=1.0.0",
9+
"@tanstack/react-db": ">=0.1.44",
1010
"@tanstack/react-router": "^1.133.32",
1111
"@tanstack/react-start": "^1.133.32",
12-
"@tanstack/trailbase-db-collection": ">=0.0.0 <1.0.0",
12+
"@tanstack/trailbase-db-collection": ">=0.1.44",
1313
"cors": "^2.8.5",
1414
"drizzle-orm": "^0.44.7",
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.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7aedf12`](https://github.com/TanStack/db/commit/7aedf12996a67ef64010bca0d78d51c919dd384f), [`01093a7`](https://github.com/TanStack/db/commit/01093a762cf2f5f308edec7f466d1c3dabb5ea9f)]:
8+
- @tanstack/db@0.5.0
9+
310
## 0.1.25
411

512
### Patch Changes

packages/angular-db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/angular-db",
33
"description": "Angular integration for @tanstack/db",
4-
"version": "0.1.25",
4+
"version": "0.1.26",
55
"author": "Ethan McDaniel",
66
"license": "MIT",
77
"repository": {

packages/db-ivm/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tanstack/db-ivm
22

3+
## 0.1.13
4+
5+
### Patch Changes
6+
7+
- Fix Uint8Array/Buffer comparison to work by content instead of reference. This enables proper equality checks for binary IDs like ULIDs in WHERE clauses using the `eq` function. ([#779](https://github.com/TanStack/db/pull/779))
8+
39
## 0.1.12
410

511
### Patch Changes

0 commit comments

Comments
 (0)