Skip to content

Commit fdee266

Browse files
committed
release: @pinia/colada@1.3.1 @pinia/colada-plugin-retry@1.0.2
1 parent acb8759 commit fdee266

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.3.1](https://github.com/posva/pinia-colada/compare/v1.3.0...v1.3.1) (2026-05-20)
2+
3+
### Bug Fixes
4+
5+
- **infinite-query:** store nextPageIndicator on entry.ext instead of closure ([#590](https://github.com/posva/pinia-colada/issues/590)) ([b88fc98](https://github.com/posva/pinia-colada/commit/b88fc9861be5b4098ee7c7d6aea94eeca0e5cbd2))
6+
17
# [1.3.0](https://github.com/posva/pinia-colada/compare/v1.2.1...v1.3.0) (2026-05-08)
28

39
### Features

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": "1.3.0",
3+
"version": "1.3.1",
44
"description": "The smart data fetching layer for Vue.js",
55
"keywords": [
66
"cache",

plugins/retry/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.0.2](https://github.com/posva/pinia-colada/compare/@pinia/colada-plugin-retry@1.0.1...@pinia/colada-plugin-retry@1.0.2) (2026-05-20)
2+
3+
### Bug Fixes
4+
5+
- reset when if a retry is canceled ([acb8759](https://github.com/posva/pinia-colada/commit/acb87594525a00f2fc2d302a11f4c0bde0629970)), closes [#592](https://github.com/posva/pinia-colada/issues/592)
6+
17
## [1.0.1](https://github.com/posva/pinia-colada/compare/@pinia/colada-plugin-retry@1.0.0...@pinia/colada-plugin-retry@1.0.1) (2026-04-28)
28

39
### Bug Fixes

plugins/retry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "1.0.1",
7+
"version": "1.0.2",
88
"description": "Retry failed requests with Pinia Colada",
99
"author": {
1010
"name": "Eduardo San Martin Morote",

0 commit comments

Comments
 (0)