From: Eduardo San Martin Morote Date: Mon, 20 Jan 2025 08:18:03 +0000 (+0100) Subject: release: pinia@2.3.1 X-Git-Tag: v2.3.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58a230266c087d8770b45389fd43ab3706666486;p=thirdparty%2Fvuejs%2Fpinia.git release: pinia@2.3.1 --- diff --git a/packages/pinia/CHANGELOG.md b/packages/pinia/CHANGELOG.md index cd455a32..7d3cc4df 100644 --- a/packages/pinia/CHANGELOG.md +++ b/packages/pinia/CHANGELOG.md @@ -1,3 +1,9 @@ +### [2.3.1](https://github.com/vuejs/pinia/compare/pinia@2.2.6...pinia@2.3.1) (2025-01-20) + +### Bug Fixes + +- **types:** support for Vue 2.7 ([d14e1a7](https://github.com/vuejs/pinia/commit/d14e1a723e5f19cfa89f439d2f0444cc4f5f6dfc)) + ## [2.3.0](https://github.com/vuejs/pinia/compare/pinia@2.2.6...pinia@2.3.0) (2024-12-04) This version requires at least Vue 2.7. On January 2025, Pinia 3.0 will drop support for Vue 2 (which already reached EOL last year). If you need support or help migrating, you can [book help with Eduardo (@posva)](https://cal.com/posva/consultancy). diff --git a/packages/pinia/package.json b/packages/pinia/package.json index 48bcbe21..70f7952c 100644 --- a/packages/pinia/package.json +++ b/packages/pinia/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "2.3.0", + "version": "2.3.1", "description": "Intuitive, type safe and flexible Store for Vue", "main": "index.js", "module": "dist/pinia.mjs",