Skip to content

Commit e573f70

Browse files
ci: Version Packages
1 parent b4602a0 commit e573f70

File tree

16 files changed

+78
-43
lines changed

16 files changed

+78
-43
lines changed

.changeset/better-plums-thank.md

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

.changeset/hip-cases-care.md

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

.changeset/icy-moles-study.md

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

.changeset/tricky-areas-drop.md

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

.changeset/wild-tables-allow.md

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

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.0.12
4+
5+
### Patch Changes
6+
7+
- Type PendingMutation whenever possible ([#163](https://github.com/TanStack/db/pull/163))
8+
9+
- Updated dependencies [[`5c538cf`](https://github.com/TanStack/db/commit/5c538cf03573512a8d1bbde96962a9f7ca014708), [`b4602a0`](https://github.com/TanStack/db/commit/b4602a071cb6866bb1338e30d5802220b0d1fc49)]:
10+
- @tanstack/db-collections@0.0.10
11+
- @tanstack/react-db@0.0.8
12+
313
## 0.0.11
414

515
### Patch Changes

examples/react/todo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@tanstack/db-example-react-todo",
33
"private": true,
4-
"version": "0.0.11",
4+
"version": "0.0.12",
55
"dependencies": {
6-
"@tanstack/db-collections": "^0.0.9",
6+
"@tanstack/db-collections": "^0.0.10",
77
"@tanstack/query-core": "^5.75.7",
8-
"@tanstack/react-db": "^0.0.7",
8+
"@tanstack/react-db": "^0.0.8",
99
"cors": "^2.8.5",
1010
"drizzle-orm": "^0.40.1",
1111
"drizzle-zod": "^0.7.0",

packages/db-collections/CHANGELOG.md

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

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- Type PendingMutation whenever possible ([#163](https://github.com/TanStack/db/pull/163))
8+
9+
- A large refactor of the core `Collection` with: ([#155](https://github.com/TanStack/db/pull/155))
10+
11+
- a change to not use Store internally and emit fine grade changes with `subscribeChanges` and `subscribeKeyChanges` methods.
12+
- changes to the `Collection` api to be more `Map` like for reads, with `get`, `has`, `size`, `entries`, `keys`, and `values`.
13+
- renames `config.getId` to `config.getKey` for consistency with the `Map` like api.
14+
15+
- Updated dependencies [[`5c538cf`](https://github.com/TanStack/db/commit/5c538cf03573512a8d1bbde96962a9f7ca014708), [`9553366`](https://github.com/TanStack/db/commit/955336604a286d7992f9506cb1c76ecf150d0432), [`b4602a0`](https://github.com/TanStack/db/commit/b4602a071cb6866bb1338e30d5802220b0d1fc49), [`06d8ecc`](https://github.com/TanStack/db/commit/06d8eccc5aaabc194c31ea89c9b4191e2aa68180), [`c50cd51`](https://github.com/TanStack/db/commit/c50cd51ac8030b391cd9d84e8cd8b8fb57cb8ca5)]:
16+
- @tanstack/db@0.0.8
17+
318
## 0.0.9
419

520
### Patch Changes

packages/db-collections/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-collections",
33
"description": "A collection for (aspirationally) every way of loading your data",
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"dependencies": {
66
"@tanstack/db": "workspace:*",
77
"@tanstack/query-core": "^5.75.7",

packages/db/CHANGELOG.md

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

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- Type PendingMutation whenever possible ([#163](https://github.com/TanStack/db/pull/163))
8+
9+
- refactor the live query comparator and fix an issue with sorting with a null/undefined value in a column of non-null values ([#167](https://github.com/TanStack/db/pull/167))
10+
11+
- A large refactor of the core `Collection` with: ([#155](https://github.com/TanStack/db/pull/155))
12+
13+
- a change to not use Store internally and emit fine grade changes with `subscribeChanges` and `subscribeKeyChanges` methods.
14+
- changes to the `Collection` api to be more `Map` like for reads, with `get`, `has`, `size`, `entries`, `keys`, and `values`.
15+
- renames `config.getId` to `config.getKey` for consistency with the `Map` like api.
16+
17+
- fix string comparison when sorting in descending order ([#165](https://github.com/TanStack/db/pull/165))
18+
19+
- update to the latest d2ts, this brings improvements to the hashing of changes in the d2 pipeline ([#168](https://github.com/TanStack/db/pull/168))
20+
321
## 0.0.7
422

523
### Patch Changes

0 commit comments

Comments
 (0)