From 58a230266c087d8770b45389fd43ab3706666486 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 20 Jan 2025 09:18:03 +0100 Subject: [PATCH] release: pinia@2.3.1 --- packages/pinia/CHANGELOG.md | 6 ++++++ packages/pinia/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/pinia/CHANGELOG.md b/packages/pinia/CHANGELOG.md index cd455a325a..7d3cc4dfcb 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 48bcbe2120..70f7952c82 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",