Skip to content

Commit 07a880f

Browse files
ci: Version Packages (#767)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7805afb commit 07a880f

File tree

33 files changed

+376
-233
lines changed

33 files changed

+376
-233
lines changed

.changeset/fix-dependency-bundling-issues.md

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

.changeset/fix-findone-joins-type-inference.md

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

.changeset/fix-svelte-async-mode.md

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

.changeset/prevent-custom-getkey-with-joins.md

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

.changeset/query-observer-state-utils.md

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

examples/react/paced-mutations-demo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @tanstack/db-example-paced-mutations-demo
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6c55e16`](https://github.com/TanStack/db/commit/6c55e16a2545b479b1d47f548b6846d362573d45), [`7805afb`](https://github.com/TanStack/db/commit/7805afb7286b680168b336e77dd4de7dd1b6f06a), [`1367756`](https://github.com/TanStack/db/commit/1367756d0a68447405c5f5c1a3cca30ab0558d74)]:
8+
- @tanstack/db@0.4.20
9+
- @tanstack/react-db@0.1.43
10+
311
## 0.0.6
412

513
### Patch Changes

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.6",
3+
"version": "0.0.7",
44
"private": true,
55
"type": "module",
66
"scripts": {

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.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`503f0b2`](https://github.com/TanStack/db/commit/503f0b2311f3054cda65b10b933d34b03eef6b04), [`1367756`](https://github.com/TanStack/db/commit/1367756d0a68447405c5f5c1a3cca30ab0558d74)]:
8+
- @tanstack/query-db-collection@0.3.0
9+
- @tanstack/electric-db-collection@0.1.44
10+
- @tanstack/react-db@0.1.43
11+
- @tanstack/trailbase-db-collection@0.1.42
12+
313
## 0.1.22
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.22",
4+
"version": "0.1.23",
55
"dependencies": {
66
"@tanstack/electric-db-collection": "workspace:^",
77
"@tanstack/query-core": "^5.90.5",

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.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6c55e16`](https://github.com/TanStack/db/commit/6c55e16a2545b479b1d47f548b6846d362573d45), [`7805afb`](https://github.com/TanStack/db/commit/7805afb7286b680168b336e77dd4de7dd1b6f06a), [`1367756`](https://github.com/TanStack/db/commit/1367756d0a68447405c5f5c1a3cca30ab0558d74)]:
8+
- @tanstack/db@0.4.20
9+
310
## 0.1.24
411

512
### Patch Changes

0 commit comments

Comments
 (0)