Skip to content

Commit 58a2302

Browse files
committed
1 parent d14e1a7 commit 58a2302

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/pinia/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### [2.3.1](https://github.com/vuejs/pinia/compare/[email protected]@2.3.1) (2025-01-20)
2+
3+
### Bug Fixes
4+
5+
- **types:** support for Vue 2.7 ([d14e1a7](https://github.com/vuejs/pinia/commit/d14e1a723e5f19cfa89f439d2f0444cc4f5f6dfc))
6+
17
## [2.3.0](https://github.com/vuejs/pinia/compare/[email protected]@2.3.0) (2024-12-04)
28

39
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).

packages/pinia/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinia",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

0 commit comments

Comments
 (0)