Skip to content

Commit

Permalink
release: @pinia/[email protected] @pinia/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 31, 2025
1 parent 3a74517 commit c091574
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.13.4](https://github.com/posva/pinia-colada/compare/v0.13.3...v0.13.4) (2025-01-31)

### Features

- **plugins:** toCacheKey ([542e15e](https://github.com/posva/pinia-colada/commit/542e15e607ddc1f9878694452d1283e18759c696))
- **types:** expose QueryCache ([fb4c647](https://github.com/posva/pinia-colada/commit/fb4c647846eef6c9f8b2c70febf4e4df9edebc36))

## [0.13.3](https://github.com/posva/pinia-colada/compare/v0.13.2...v0.13.3) (2025-01-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pinia/colada",
"type": "module",
"version": "0.13.3",
"version": "0.13.4",
"packageManager": "[email protected]",
"description": "The smart data fetching layer for Pinia",
"publishConfig": {
Expand Down
5 changes: 5 additions & 0 deletions plugins/auto-refetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.0.2 (2025-01-31)

### Features

- **plugins:** add auto-refetch plugin ([#97](https://github.com/posva/pinia-colada/issues/97)) ([dcf8c57](https://github.com/posva/pinia-colada/commit/dcf8c57a5c6695c02e046ba5e6731de71976a588))
2 changes: 1 addition & 1 deletion plugins/auto-refetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.0.1",
"version": "0.0.2",
"description": "Automatically refetch queries when they become stale in Pinia Colada",
"author": {
"name": "Yusuf Mansur Ozer",
Expand Down
4 changes: 4 additions & 0 deletions plugins/delay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.0.3](https://github.com/posva/pinia-colada/compare/@pinia/[email protected]...@pinia/[email protected]) (2025-01-31)

No Changes

## [0.0.2](https://github.com/posva/pinia-colada/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-11-09)

No changes.
Expand Down
2 changes: 1 addition & 1 deletion plugins/delay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.0.2",
"version": "0.0.3",
"description": "Delay async status in Pinia Colada",
"author": {
"name": "Eduardo San Martin Morote",
Expand Down
4 changes: 4 additions & 0 deletions plugins/retry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.0.3](https://github.com/posva/pinia-colada/compare/@pinia/[email protected]...@pinia/[email protected]) (2025-01-31)

No Changes.

## [0.0.2](https://github.com/posva/pinia-colada/compare/@pinia/[email protected]...@pinia/[email protected]) (2024-11-09)

No changes.
Expand Down
2 changes: 1 addition & 1 deletion plugins/retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.0.2",
"version": "0.0.3",
"description": "Retry failed requests with Pinia Colada",
"author": {
"name": "Eduardo San Martin Morote",
Expand Down

0 comments on commit c091574

Please sign in to comment.