File tree Expand file tree Collapse file tree 12 files changed +49
-17
lines changed Expand file tree Collapse file tree 12 files changed +49
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# examples/react/todo
2
2
3
+ ## 0.0.25
4
+
5
+ ### Patch Changes
6
+
7
+ - - [ Breaking change for the Electric Collection] : Use numbers for txid ([ #245 ] ( https://github.com/TanStack/db/pull/245 ) )
8
+ - misc type fixes
9
+ - Updated dependencies [[ ` 9f0b0c2 ` ] ( https://github.com/TanStack/db/commit/9f0b0c28ede99273eb5914be28aff55b91c50778 )] :
10
+ - @tanstack/db-collections @0.0.23
11
+ - @tanstack/react-db @0.0.19
12
+
3
13
## 0.0.24
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tanstack/db-example-react-todo" ,
3
3
"private" : true ,
4
- "version" : " 0.0.24 " ,
4
+ "version" : " 0.0.25 " ,
5
5
"dependencies" : {
6
- "@tanstack/db-collections" : " ^0.0.22 " ,
6
+ "@tanstack/db-collections" : " ^0.0.23 " ,
7
7
"@tanstack/query-core" : " ^5.81.5" ,
8
- "@tanstack/react-db" : " ^0.0.18 " ,
8
+ "@tanstack/react-db" : " ^0.0.19 " ,
9
9
"cors" : " ^2.8.5" ,
10
10
"drizzle-orm" : " ^0.40.1" ,
11
11
"drizzle-zod" : " ^0.7.0" ,
Original file line number Diff line number Diff line change 1
1
# @tanstack/db-collections
2
2
3
+ ## 0.0.23
4
+
5
+ ### Patch Changes
6
+
7
+ - - [ Breaking change for the Electric Collection] : Use numbers for txid ([ #245 ] ( https://github.com/TanStack/db/pull/245 ) )
8
+ - misc type fixes
9
+ - Updated dependencies [[ ` 9f0b0c2 ` ] ( https://github.com/TanStack/db/commit/9f0b0c28ede99273eb5914be28aff55b91c50778 )] :
10
+ - @tanstack/db @0.0.19
11
+
3
12
## 0.0.22
4
13
5
14
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tanstack/db-collections" ,
3
3
"description" : " A collection for (aspirationally) every way of loading your data" ,
4
- "version" : " 0.0.22 " ,
4
+ "version" : " 0.0.23 " ,
5
5
"dependencies" : {
6
6
"@standard-schema/spec" : " ^1.0.0" ,
7
7
"@tanstack/db" : " workspace:*" ,
Original file line number Diff line number Diff line change 1
1
# @tanstack/db
2
2
3
+ ## 0.0.19
4
+
5
+ ### Patch Changes
6
+
7
+ - - [ Breaking change for the Electric Collection] : Use numbers for txid ([ #245 ] ( https://github.com/TanStack/db/pull/245 ) )
8
+ - misc type fixes
9
+
3
10
## 0.0.18
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tanstack/db" ,
3
3
"description" : " A reactive client store for building super fast apps on sync" ,
4
- "version" : " 0.0.18 " ,
4
+ "version" : " 0.0.19 " ,
5
5
"dependencies" : {
6
6
"@electric-sql/d2mini" : " ^0.1.6" ,
7
7
"@standard-schema/spec" : " ^1.0.0"
Original file line number Diff line number Diff line change 1
1
# @tanstack/react-db
2
2
3
+ ## 0.0.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[ ` 9f0b0c2 ` ] ( https://github.com/TanStack/db/commit/9f0b0c28ede99273eb5914be28aff55b91c50778 )] :
8
+ - @tanstack/db @0.0.19
9
+
3
10
## 0.0.18
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tanstack/react-db" ,
3
3
"description" : " React integration for @tanstack/db" ,
4
- "version" : " 0.0.18 " ,
4
+ "version" : " 0.0.19 " ,
5
5
"author" : " Kyle Mathews" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
# @tanstack/vue-db
2
2
3
+ ## 0.0.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[ ` 9f0b0c2 ` ] ( https://github.com/TanStack/db/commit/9f0b0c28ede99273eb5914be28aff55b91c50778 )] :
8
+ - @tanstack/db @0.0.19
9
+
3
10
## 0.0.17
4
11
5
12
### Patch Changes
You can’t perform that action at this time.
0 commit comments