Skip to content

Commit 71aa7f6

Browse files
committed
release: @pinia/colada@0.21.3
1 parent 1d7f9d2 commit 71aa7f6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.21.3](https://github.com/posva/pinia-colada/compare/v0.21.2...v0.21.3) (2026-02-06)
2+
3+
### Bug Fixes
4+
5+
- **infinite-query:** compute hasNextPage correctly on cache hit ([#480](https://github.com/posva/pinia-colada/issues/480)) ([895914a](https://github.com/posva/pinia-colada/commit/895914aad634c6eddaec6816538a68479f756587))
6+
- skip refetchOnWindowFocus and refetchOnReconnect for inactive defined queries ([1d7f9d2](https://github.com/posva/pinia-colada/commit/1d7f9d283b2576e9abd6d2e293b70045ea4db856)), closes [#485](https://github.com/posva/pinia-colada/issues/485)
7+
18
## [0.21.2](https://github.com/posva/pinia-colada/compare/v0.21.1...v0.21.2) (2026-01-20)
29

310
### Bug Fixes

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinia/colada",
3-
"version": "0.21.2",
3+
"version": "0.21.3",
44
"description": "The smart data fetching layer for Vue.js",
55
"keywords": [
66
"cache",

0 commit comments

Comments
 (0)