Skip to content

Commit 45e394a

Browse files
committed
release: @pinia/colada@1.1.0 @pinia/colada-plugin-delay@0.2.1
1 parent b239c56 commit 45e394a

4 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.1.0](https://github.com/posva/pinia-colada/compare/v1.0.0...v1.1.0) (2026-03-31)
2+
3+
### Bug Fixes
4+
5+
- update entry options on ensure early return ([#537](https://github.com/posva/pinia-colada/issues/537)) ([91fb61b](https://github.com/posva/pinia-colada/commit/91fb61ba3eeccfe88bb59c65bcf57376e7ef3c1d))
6+
7+
### Features
8+
9+
- add `meta` support to mutations ([#541](https://github.com/posva/pinia-colada/issues/541)) ([a6ee074](https://github.com/posva/pinia-colada/commit/a6ee0743776966cfbcd0256e2af18556ce9145a7))
10+
111
# [1.0.0](https://github.com/posva/pinia-colada/compare/v0.21.7...v1.0.0) (2026-03-06)
212

313
- feat!: remove deprecated two-parameter overloads from `useQuery` and `useQueryState` ([422c391](https://github.com/posva/pinia-colada/commit/422c391789a8d20d618a9b1b4d3b4fd900ce361b))

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

plugins/delay/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.2.1](https://github.com/posva/pinia-colada/compare/@pinia/colada-plugin-delay@0.2.0...@pinia/colada-plugin-delay@0.2.1) (2026-03-31)
2+
3+
Only doc changes in this release.
4+
15
# [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)
26

37
### Features

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

0 commit comments

Comments
 (0)