Skip to content

Commit 7cb54be

Browse files
ci: Version Packages (#657)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6692aad commit 7cb54be

28 files changed

Lines changed: 144 additions & 68 deletions

File tree

.changeset/poor-wasps-stand.md

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

.changeset/smooth-windows-jump.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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6692aad`](https://github.com/TanStack/db/commit/6692aad4267e127b71ce595529080d6fc0aa2066)]:
8+
- @tanstack/db@0.4.7
9+
- @tanstack/angular-db@0.1.12
10+
311
## 0.0.7
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.7",
3+
"version": "0.0.8",
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.27",
21-
"@tanstack/react-db": "^0.1.28",
20+
"@tanstack/query-db-collection": "^0.2.28",
21+
"@tanstack/react-db": "^0.1.29",
2222
"@tanstack/react-router": "^1.132.41",
2323
"@tanstack/react-router-devtools": "^1.132.41",
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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3cb5180`](https://github.com/TanStack/db/commit/3cb51805d999c3e62bebcd71e9135b28fee38010)]:
8+
- @tanstack/electric-db-collection@0.1.31
9+
- @tanstack/query-db-collection@0.2.28
10+
- @tanstack/react-db@0.1.29
11+
- @tanstack/trailbase-db-collection@0.1.29
12+
313
## 0.1.6
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.6",
4+
"version": "0.1.7",
55
"dependencies": {
66
"@tanstack/electric-db-collection": "workspace:^",
77
"@tanstack/query-core": "^5.90.2",

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.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6692aad`](https://github.com/TanStack/db/commit/6692aad4267e127b71ce595529080d6fc0aa2066)]:
8+
- @tanstack/db@0.4.7
9+
310
## 0.1.11
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.11",
4+
"version": "0.1.12",
55
"author": "Ethan McDaniel",
66
"license": "MIT",
77
"repository": {

packages/db/CHANGELOG.md

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

3+
## 0.4.7
4+
5+
### Patch Changes
6+
7+
- Add acceptMutations utility for local collections in manual transactions. Local-only and local-storage collections now expose `utils.acceptMutations(transaction, collection)` that must be called in manual transaction `mutationFn` to persist mutations. ([#638](https://github.com/TanStack/db/pull/638))
8+
39
## 0.4.6
410

511
### Patch Changes

0 commit comments

Comments
 (0)