Skip to content

Commit 97d9937

Browse files
ci: Version Packages (#664)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d523759 commit 97d9937

File tree

33 files changed

+120
-48
lines changed

33 files changed

+120
-48
lines changed

.changeset/fast-joins-redesign.md

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

.changeset/fix-self-join-bug.md

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

.changeset/large-otters-unite.md

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

.changeset/olive-crews-love.md

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

.changeset/smooth-candies-visit.md

Lines changed: 0 additions & 5 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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e52be92`](https://github.com/TanStack/db/commit/e52be92ce16b09a095b4b9baf7ac2cf708146f47), [`4a7c44a`](https://github.com/TanStack/db/commit/4a7c44a723223ade4e226745eadffead671fff13), [`ee61bb6`](https://github.com/TanStack/db/commit/ee61bb61f76ca510f113e96baa090940719aac40)]:
8+
- @tanstack/db@0.4.9
9+
- @tanstack/angular-db@0.1.14
10+
311
## 0.0.9
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.9",
3+
"version": "0.0.10",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

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.14",
1919
"@tanstack/query-core": "^5.90.2",
20-
"@tanstack/query-db-collection": "^0.2.29",
21-
"@tanstack/react-db": "^0.1.30",
20+
"@tanstack/query-db-collection": "^0.2.30",
21+
"@tanstack/react-db": "^0.1.31",
2222
"@tanstack/react-router": "^1.132.47",
2323
"@tanstack/react-router-devtools": "^1.132.51",
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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @tanstack/electric-db-collection@0.1.33
9+
- @tanstack/query-db-collection@0.2.30
10+
- @tanstack/react-db@0.1.31
11+
- @tanstack/trailbase-db-collection@0.1.31
12+
313
## 0.1.8
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.8",
4+
"version": "0.1.9",
55
"dependencies": {
66
"@tanstack/electric-db-collection": "workspace:^",
77
"@tanstack/query-core": "^5.90.2",

0 commit comments

Comments
 (0)