Skip to content

Commit 4e1d7bd

Browse files
ci: Version Packages
1 parent cb25623 commit 4e1d7bd

File tree

31 files changed

+245
-126
lines changed

31 files changed

+245
-126
lines changed

.changeset/enable-nested-auto-index.md

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

.changeset/optimize-multiple-where-clauses.md

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

.changeset/paced-mutations.md

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

examples/angular/todos/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# todos
22

3+
## 0.0.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`979a66f`](https://github.com/TanStack/db/commit/979a66f2f6eff0ffe44dfde7c67feea933ee6110), [`f8a979b`](https://github.com/TanStack/db/commit/f8a979ba3aa90ac7e85f7a065fc050bda6589b4b), [`cb25623`](https://github.com/TanStack/db/commit/cb256234c9cd8df7771808b147e5afc2be56f51f)]:
8+
- @tanstack/db@0.4.16
9+
- @tanstack/angular-db@0.1.21
10+
311
## 0.0.16
412

513
### Patch Changes

examples/angular/todos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todos",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @tanstack/db-example-paced-mutations-demo
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`979a66f`](https://github.com/TanStack/db/commit/979a66f2f6eff0ffe44dfde7c67feea933ee6110), [`f8a979b`](https://github.com/TanStack/db/commit/f8a979ba3aa90ac7e85f7a065fc050bda6589b4b), [`cb25623`](https://github.com/TanStack/db/commit/cb256234c9cd8df7771808b147e5afc2be56f51f)]:
8+
- @tanstack/db@0.4.16
9+
- @tanstack/react-db@0.1.38

examples/react/paced-mutations-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/db-example-paced-mutations-demo",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

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.2.38",
21-
"@tanstack/react-db": "^0.1.37",
20+
"@tanstack/query-db-collection": "^0.2.39",
21+
"@tanstack/react-db": "^0.1.38",
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.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cb25623`](https://github.com/TanStack/db/commit/cb256234c9cd8df7771808b147e5afc2be56f51f)]:
8+
- @tanstack/react-db@0.1.38
9+
- @tanstack/electric-db-collection@0.1.40
10+
- @tanstack/query-db-collection@0.2.39
11+
- @tanstack/trailbase-db-collection@0.1.38
12+
313
## 0.1.17
414

515
### Patch Changes

examples/react/todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/db-example-react-todo",
33
"private": true,
4-
"version": "0.1.17",
4+
"version": "0.1.18",
55
"dependencies": {
66
"@tanstack/electric-db-collection": "workspace:^",
77
"@tanstack/query-core": "^5.90.5",

0 commit comments

Comments
 (0)