File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # @tanstack/query-example-lit-basic
2+
3+ ## 0.0.2
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [[ ` 4082894 ` ] ( https://github.com/TanStack/query/commit/4082894509f31376ebeb8514cc3e167bbbfc7c46 )] :
8+ - @tanstack/lit-query @0.2.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @tanstack/query-example-lit-basic" ,
33 "private" : true ,
4- "version" : " 0.0.1 " ,
4+ "version" : " 0.0.2 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
88 "build" : " tsc --noEmit && vite build" ,
99 "preview" : " vite preview"
1010 },
1111 "dependencies" : {
12- "@tanstack/lit-query" : " ^0.1 .0" ,
12+ "@tanstack/lit-query" : " ^0.2 .0" ,
1313 "@tanstack/query-core" : " ^5.99.0" ,
1414 "lit" : " ^3.3.1"
1515 },
Original file line number Diff line number Diff line change 1+ # @tanstack/query-example-lit-pagination
2+
3+ ## 0.0.2
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [[ ` 4082894 ` ] ( https://github.com/TanStack/query/commit/4082894509f31376ebeb8514cc3e167bbbfc7c46 )] :
8+ - @tanstack/lit-query @0.2.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @tanstack/query-example-lit-pagination" ,
33 "private" : true ,
4- "version" : " 0.0.1 " ,
4+ "version" : " 0.0.2 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " node ./scripts/dev.mjs" ,
88 "build" : " tsc --noEmit && vite build" ,
99 "preview" : " vite preview"
1010 },
1111 "dependencies" : {
12- "@tanstack/lit-query" : " ^0.1 .0" ,
12+ "@tanstack/lit-query" : " ^0.2 .0" ,
1313 "@tanstack/query-core" : " ^5.99.0" ,
1414 "lit" : " ^3.3.1"
1515 },
Original file line number Diff line number Diff line change 1+ # @tanstack/query-example-lit-ssr
2+
3+ ## 0.0.2
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [[ ` 4082894 ` ] ( https://github.com/TanStack/query/commit/4082894509f31376ebeb8514cc3e167bbbfc7c46 )] :
8+ - @tanstack/lit-query @0.2.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @tanstack/query-example-lit-ssr" ,
33 "private" : true ,
4- "version" : " 0.0.1 " ,
4+ "version" : " 0.0.2 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " node ./scripts/dev.mjs" ,
88 "build" : " tsc --noEmit && vite build"
99 },
1010 "dependencies" : {
1111 "@lit-labs/ssr" : " ^3.3.0" ,
12- "@tanstack/lit-query" : " ^0.1 .0" ,
12+ "@tanstack/lit-query" : " ^0.2 .0" ,
1313 "@tanstack/query-core" : " ^5.99.0" ,
1414 "lit" : " ^3.3.1"
1515 },
Original file line number Diff line number Diff line change 1+ # @tanstack/lit-query
2+
3+ ## 0.2.0
4+
5+ ### Minor Changes
6+
7+ - Add initial @tanstack/lit-query package ([ #10652 ] ( https://github.com/TanStack/query/pull/10652 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @tanstack/lit-query" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "description" : " Lit adapter for TanStack Query Core" ,
55 "license" : " MIT" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments