From 59e73c5424cff1217c332af9634bcb11f579a89a Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 6 Feb 2024 14:28:38 +0100 Subject: [PATCH] chore(release): 0.4.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfeb615d..c48eadc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.4.0](https://github.com/posva/pinia-colada/compare/v0.3.1...v0.4.0) (2024-02-06) + + +### ⚠ BREAKING CHANGES + +* rename data fetching store +* replace class usage +* add `QueryPlugin` to configure useQuery() +* `status` property, `isPending`, `isFetching` are now a +bit different. + +### Features + +* **ssr:** wip initial version ([8e6cbf6](https://github.com/posva/pinia-colada/commit/8e6cbf6caf3c4154213680fdd216c7c0262a72ea)) + + +* adapt status ([2d5625c](https://github.com/posva/pinia-colada/commit/2d5625c81efdf44932a1e85142fc67dcff3040b0)) +* add `QueryPlugin` to configure useQuery() ([67cb2d3](https://github.com/posva/pinia-colada/commit/67cb2d37382c50179c662509b2eb8322de4a13e3)) +* rename data fetching store ([b9ef0fb](https://github.com/posva/pinia-colada/commit/b9ef0fb838135b6fa62fd74ace03d00590826de5)) +* replace class usage ([9bf1fd9](https://github.com/posva/pinia-colada/commit/9bf1fd9295e20a4dc0165deea2e5e55afd5bf2b2)) + ### [0.3.1](https://github.com/posva/pinia-colada/compare/v0.3.0...v0.3.1) (2024-02-03) diff --git a/package.json b/package.json index 48715b8b..4d8d8739 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pinia/colada", "packageManager": "pnpm@8.14.1", - "version": "0.3.1", + "version": "0.4.0", "type": "module", "description": "The smart data fetching layer for Pinia", "publishConfig": {