Skip to content

Commit 5a9e02e

Browse files
committed
release: @pinia/colada-devtools@0.4.5 @pinia/colada-plugin-tanstack-compat@0.1.0 @pinia/colada-plugin-delay@0.2.0 @pinia/colada-plugin-debug@0.0.8 @pinia/colada-plugin-cache-persister@0.1.4 @pinia/colada-plugin-auto-refetch@0.2.6
1 parent 2f26213 commit 5a9e02e

File tree

12 files changed

+44
-6
lines changed

12 files changed

+44
-6
lines changed

devtools/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.4.5](https://github.com/posva/pinia-colada/compare/@pinia/colada-devtools@0.4.4...@pinia/colada-devtools@0.4.5) (2026-03-06)
2+
3+
No code changes in this release.
4+
15
## [0.4.4](https://github.com/posva/pinia-colada/compare/@pinia/colada-devtools@0.4.3...@pinia/colada-devtools@0.4.4) (2026-02-26)
26

37
### Bug Fixes

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.4.4",
4+
"version": "0.4.5",
55
"packageManager": "pnpm@10.30.3",
66
"description": "Devtools for Pinia Colada",
77
"publishConfig": {

plugins/auto-refetch/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.2.6](https://github.com/posva/pinia-colada/compare/@pinia/colada-plugin-auto-refetch@0.2.5...@pinia/colada-plugin-auto-refetch@0.2.6) (2026-03-06)
2+
3+
- refactor!: remove CJS support ([458071a](https://github.com/posva/pinia-colada/commit/458071a3a16f7f93ecde6b0816ae61239769526f))
4+
5+
### BREAKING CHANGES
6+
7+
- ESM have been natively supported in node since 18 and
8+
is now required.
9+
110
## [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)
211

312
No changes in this release.

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.5",
7+
"version": "0.2.6",
88
"description": "Automatically refetch queries when they become stale in Pinia Colada",
99
"author": {
1010
"name": "Eduardo San Martin Morote",

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.1.4](https://github.com/posva/pinia-colada/compare/@pinia/colada-plugin-cache-persister@0.1.3...@pinia/colada-plugin-cache-persister@0.1.4) (2026-03-06)
2+
3+
No changes in this release.
4+
15
## [0.1.3](https://github.com/posva/pinia-colada/compare/@pinia/colada-plugin-cache-persister@0.1.2...@pinia/colada-plugin-cache-persister@0.1.3) (2026-01-09)
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.1.3",
7+
"version": "0.1.4",
88
"description": "Persists Pinia Colada's cache in the client",
99
"author": {
1010
"name": "Eduardo San Martin Morote",

plugins/debug/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.0.8](https://github.com/posva/pinia-colada/compare/@pinia/colada-plugin-debug@0.0.7...@pinia/colada-plugin-debug@0.0.8) (2026-03-06)
2+
3+
- refactor!: remove CJS support ([458071a](https://github.com/posva/pinia-colada/commit/458071a3a16f7f93ecde6b0816ae61239769526f))
4+
5+
### BREAKING CHANGES
6+
7+
- ESM have been natively supported in node since 18 and
8+
is now required.
9+
110
## [0.0.7](https://github.com/posva/pinia-colada/compare/@pinia/colada-plugin-debug@0.0.6...@pinia/colada-plugin-debug@0.0.7) (2025-12-16)
211

312
No changes in this release.

plugins/debug/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.7",
7+
"version": "0.0.8",
88
"description": "Debug plugin for Pinia Colada",
99
"author": {
1010
"name": "Eduardo San Martin Morote",

plugins/delay/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [0.2.0](https://github.com/posva/pinia-colada/compare/@pinia/colada-plugin-delay@0.1.5...@pinia/colada-plugin-delay@0.2.0) (2026-03-06)
2+
3+
### Features
4+
5+
- **delay:** add mutation support ([aff5d26](https://github.com/posva/pinia-colada/commit/aff5d2684791efffbfec84a12992fc5bff080877)), closes [#526](https://github.com/posva/pinia-colada/issues/526)
6+
17
## [0.1.5](https://github.com/posva/pinia-colada/compare/@pinia/colada-plugin-delay@0.1.4...@pinia/colada-plugin-delay@0.1.5) (2026-02-22)
28

39
- refactor!: remove CJS support ([458071a](https://github.com/posva/pinia-colada/commit/458071a3a16f7f93ecde6b0816ae61239769526f))

plugins/delay/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.1.5",
7+
"version": "0.2.0",
88
"description": "Delay async status in Pinia Colada",
99
"author": {
1010
"name": "Eduardo San Martin Morote",

0 commit comments

Comments
 (0)