Skip to content

Commit 140f7be

Browse files
committed
chore: changelog
1 parent d3b24a3 commit 140f7be

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

packages/nuxt/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [0.10.1](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2025-02-12)
2+
3+
### Bug Fixes
4+
5+
- avoid including devtools code in builds ([d3b24a3](https://github.com/vuejs/pinia/commit/d3b24a3d6a4b5af82c8ef7e66e4cecd890c30fdd)), closes [#2910](https://github.com/vuejs/pinia/issues/2910)
6+
- **nuxt:** usePinia composable type ([#2890](https://github.com/vuejs/pinia/issues/2890)) ([a32fb3b](https://github.com/vuejs/pinia/commit/a32fb3b9d61c58b56716931fef351fae1b479ff8))
7+
18
## [0.10.0](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) (2025-02-11)
29

310
This version requires Vue 3.0 and Pinia 3.0. See the [migration guide](https://pinia.vuejs.org/cookbook/migration-v2-v3.html) for more information.

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinia/nuxt",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Nuxt Module for pinia",
55
"keywords": [
66
"pinia",

packages/pinia/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### [3.0.1](https://github.com/vuejs/pinia/compare/[email protected]@3.0.1) (2025-02-12)
2+
3+
### Bug Fixes
4+
5+
- avoid including devtools code in builds ([d3b24a3](https://github.com/vuejs/pinia/commit/d3b24a3d6a4b5af82c8ef7e66e4cecd890c30fdd)), closes [#2910](https://github.com/vuejs/pinia/issues/2910)
6+
17
## [3.0.0](https://github.com/vuejs/pinia/compare/[email protected]@3.0.0) (2025-02-11)
28

39
This version of Pinia has no new features, it drops support for Vue 2 and other deprecated APIs. It should be an straightforward upgrade for most users! 🎉

packages/pinia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinia",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"type": "module",
66
"main": "index.cjs",

0 commit comments

Comments
 (0)