Skip to content

Commit 887a6c5

Browse files
committed
release: @pinia/colada@0.19.0 @pinia/colada-nuxt@0.2.5 @pinia/colada-devtools@0.2.0 @pinia/colada-plugin-retry@0.1.3 @pinia/colada-plugin-delay@0.1.2 @pinia/colada-plugin-debug@0.0.7 @pinia/colada-plugin-cache-persister@0.0.5 @pinia/colada-plugin-auto-refetch@0.2.5
1 parent 318b6e4 commit 887a6c5

File tree

16 files changed

+69
-8
lines changed

16 files changed

+69
-8
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [0.19.0](https://github.com/posva/pinia-colada/compare/v0.18.1...v0.19.0) (2025-12-16)
2+
3+
- refactor(mutations)!: keep mutations key as passed (#440) ([4879189](https://github.com/posva/pinia-colada/commit/4879189f66fa2d1162a8739ac1c5f3f14d22183d)), closes [#440](https://github.com/posva/pinia-colada/issues/440)
4+
5+
### Bug Fixes
6+
7+
- use global options for mutations ([0f3a56c](https://github.com/posva/pinia-colada/commit/0f3a56ce94fd5a49e17cd3883e074f2e04098d9b))
8+
9+
### Features
10+
11+
- **types:** usemutationoptionswithdefaults ([67ea7a6](https://github.com/posva/pinia-colada/commit/67ea7a6ad5481ad95326bcd7c65d227d3097de28))
12+
13+
### BREAKING CHANGES
14+
15+
- Mutations id are now just an incremented number that starts at 1. There is no longer a `$n` appended to keys for mutations and mutations without a key do not have an artificial key anymore. This is because initially the cache map was a more complex type but with it being a simple Map, there is no point in complexifying the keys. As a result the `mutationCache.get()` now takes the id of the mutation while `getEntries()` work the same. The `exact` filter has also been removed as mutations are, by nature, meant to be called multiple times.
16+
117
## [0.18.1](https://github.com/posva/pinia-colada/compare/v0.18.0...v0.18.1) (2025-12-11)
218

319
### Bug Fixes

devtools/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [0.2.0](https://github.com/posva/pinia-colada/compare/@pinia/colada-devtools@0.1.9...@pinia/colada-devtools@0.2.0) (2025-12-16)
2+
3+
### Bug Fixes
4+
5+
- add hydrated data to queries ([6b59dd1](https://github.com/posva/pinia-colada/commit/6b59dd1713ad15a61f79ae30fa35ff1f72a36167))
6+
- set updatedAt based on entry.when ([b8d4753](https://github.com/posva/pinia-colada/commit/b8d475359ba55aaff91e69dbe10cef631dba766e))
7+
- use global options for mutations ([0f3a56c](https://github.com/posva/pinia-colada/commit/0f3a56ce94fd5a49e17cd3883e074f2e04098d9b))
8+
9+
### Features
10+
11+
- inactive mutations ([721d86e](https://github.com/posva/pinia-colada/commit/721d86e9ab4ef98b87c151645c6d804c018a1480))
12+
- mutations ([aad21bb](https://github.com/posva/pinia-colada/commit/aad21bb46e4153d40d68b1d2126618168585367c))
13+
- mutations ([13af68b](https://github.com/posva/pinia-colada/commit/13af68bf1f37227ccc97862ac1531942bbb7b4de))
14+
- replay mutation ([ef54785](https://github.com/posva/pinia-colada/commit/ef547855b3e3649d17b89946118bad5313121ab2))
15+
- display date ([675c569](https://github.com/posva/pinia-colada/commit/675c56960c9dd40db5e6fbb18796da9498d05c51))
16+
- display date for anonymous mutations ([315c029](https://github.com/posva/pinia-colada/commit/315c0296565ec1e3f618bc32f0c8ef9b7ed4bf14))
17+
- display empty list placeholder ([208adb9](https://github.com/posva/pinia-colada/commit/208adb9f6cc686cfe97b6d457a785e3b892e0ca6))
18+
- display more minutes ([b8aadb6](https://github.com/posva/pinia-colada/commit/b8aadb6529267710dae7d407831086b6da06c1be))
19+
- fix replay ([fb97d9e](https://github.com/posva/pinia-colada/commit/fb97d9e2fad0bf63df9295fd77e8980bcc05962e))
20+
- message of missing query key ([b03e727](https://github.com/posva/pinia-colada/commit/b03e7270962d62623ffefc13df064b89deccebae))
21+
122
## [0.1.9](https://github.com/posva/pinia-colada/compare/@pinia/colada-devtools@0.1.8...@pinia/colada-devtools@0.1.9) (2025-11-24)
223

324
Dependencies updates.

devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pinia/colada-devtools",
33
"type": "module",
4-
"version": "0.1.9",
4+
"version": "0.2.0",
55
"packageManager": "pnpm@10.7.0",
66
"description": "Devtools for Pinia Colada",
77
"publishConfig": {

nuxt/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.2.5](https://github.com/posva/pinia-colada/compare/@pinia/colada-nuxt@0.2.4...@pinia/colada-nuxt@0.2.5) (2025-12-16)
2+
3+
No changes in this release.
4+
15
## [0.2.4](https://github.com/posva/pinia-colada/compare/@pinia/colada-nuxt@0.2.3...@pinia/colada-nuxt@0.2.4) (2025-10-30)
26

37
No changes in this release.

nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public"
55
},
66
"type": "module",
7-
"version": "0.2.4",
7+
"version": "0.2.5",
88
"description": "Pinia Colada Nuxt module",
99
"license": "MIT",
1010
"repository": "posva/pinia-colada",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pinia/colada",
33
"type": "module",
4-
"version": "0.18.1",
4+
"version": "0.19.0",
55
"packageManager": "pnpm@10.25.0",
66
"description": "The smart data fetching layer for Vue.js",
77
"publishConfig": {

plugins/auto-refetch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.2.5](https://github.com/posva/pinia-colada/compare/@pinia/colada-plugin-auto-refetch@0.2.4...@pinia/colada-plugin-auto-refetch@0.2.5) (2025-12-16)
2+
3+
No changes in this release.
4+
15
## [0.2.4](https://github.com/posva/pinia-colada/compare/@pinia/colada-plugin-auto-refetch@0.2.3...@pinia/colada-plugin-auto-refetch@0.2.4) (2025-10-30)
26

37
### Bug Fixes

plugins/auto-refetch/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": "0.2.4",
7+
"version": "0.2.5",
88
"description": "Automatically refetch queries when they become stale in Pinia Colada",
99
"author": {
1010
"name": "Yusuf Mansur Ozer",

plugins/cache-persister/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.5](https://github.com/posva/pinia-colada/compare/@pinia/colada-plugin-cache-persister@0.0.4...@pinia/colada-plugin-cache-persister@0.0.5) (2025-12-16)
2+
3+
No changes in this release.
4+
15
## [0.0.4](https://github.com/posva/pinia-colada/compare/@pinia/colada-plugin-cache-persister@0.0.3...@pinia/colada-plugin-cache-persister@0.0.4) (2025-10-30)
26

37
No changes in this release.

plugins/cache-persister/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": "0.0.4",
7+
"version": "0.0.5",
88
"description": "Persists Pinia Colada's cache in the client",
99
"author": {
1010
"name": "Eduardo San Martin Morote",

0 commit comments

Comments
 (0)