]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.3.1 v2.3.1
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 20 Jan 2025 08:18:03 +0000 (09:18 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 20 Jan 2025 08:18:03 +0000 (09:18 +0100)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index cd455a325a47af4f402c65fb79d726276242f53a..7d3cc4dfcb57e0192ea659d2d0be7da01ba0a495 100644 (file)
@@ -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).
index 48bcbe21204f2db4ddd7b39da322fbf5888a7cff..70f7952c82d10ae852c191faf04a7b19e0aa9d1b 100644 (file)
@@ -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",