Skip to content

Commit de14bb0

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

File tree

31 files changed

+160
-84
lines changed

31 files changed

+160
-84
lines changed

.changeset/afraid-camels-tickle.md

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

.changeset/fifty-ways-hang.md

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

.changeset/little-hats-build.md

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

.changeset/odd-mangos-pick.md

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

.changeset/plain-lights-end.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# todos
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2f87216`](https://github.com/TanStack/db/commit/2f8721630e06331ca8bb2f962fbb283341103a58), [`ac6250a`](https://github.com/TanStack/db/commit/ac6250a879e95718e8d911732c10fb3388569f0f), [`2f87216`](https://github.com/TanStack/db/commit/2f8721630e06331ca8bb2f962fbb283341103a58)]:
8+
- @tanstack/db@0.4.0
9+
- @tanstack/angular-db@0.1.5

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.0",
3+
"version": "0.0.1",
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.13",
1919
"@tanstack/query-core": "^5.90.1",
20-
"@tanstack/query-db-collection": "^0.2.20",
21-
"@tanstack/react-db": "^0.1.21",
20+
"@tanstack/query-db-collection": "^0.2.21",
21+
"@tanstack/react-db": "^0.1.22",
2222
"@tanstack/react-router": "^1.131.50",
2323
"@tanstack/react-router-devtools": "^1.131.50",
2424
"@tanstack/react-router-with-query": "^1.130.17",

packages/angular-db/CHANGELOG.md

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

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- Let collection.subscribeChanges return a subscription object. Move all data loading code related to optimizations into that subscription object. ([#564](https://github.com/TanStack/db/pull/564))
8+
9+
- Updated dependencies [[`2f87216`](https://github.com/TanStack/db/commit/2f8721630e06331ca8bb2f962fbb283341103a58), [`ac6250a`](https://github.com/TanStack/db/commit/ac6250a879e95718e8d911732c10fb3388569f0f), [`2f87216`](https://github.com/TanStack/db/commit/2f8721630e06331ca8bb2f962fbb283341103a58)]:
10+
- @tanstack/db@0.4.0
11+
312
## 0.1.4
413

514
### 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.4",
4+
"version": "0.1.5",
55
"author": "Ethan McDaniel",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)