From: Eduardo San Martin Morote Date: Wed, 12 Feb 2025 16:12:27 +0000 (+0100) Subject: chore: changelog X-Git-Tag: @pinia/nuxt@0.11.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=140f7befbbabef61d293ed6f3320366a876d96a7;p=thirdparty%2Fvuejs%2Fpinia.git chore: changelog --- diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index 68f7eb05..681ea342 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,3 +1,10 @@ +### [0.10.1](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.10.0...@pinia/nuxt@0.10.1) (2025-02-12) + +### Bug Fixes + +- avoid including devtools code in builds ([d3b24a3](https://github.com/vuejs/pinia/commit/d3b24a3d6a4b5af82c8ef7e66e4cecd890c30fdd)), closes [#2910](https://github.com/vuejs/pinia/issues/2910) +- **nuxt:** usePinia composable type ([#2890](https://github.com/vuejs/pinia/issues/2890)) ([a32fb3b](https://github.com/vuejs/pinia/commit/a32fb3b9d61c58b56716931fef351fae1b479ff8)) + ## [0.10.0](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.9.0...@pinia/nuxt@0.10.0) (2025-02-11) 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. diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 8ee74a9d..989c621b 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@pinia/nuxt", - "version": "0.10.0", + "version": "0.10.1", "description": "Nuxt Module for pinia", "keywords": [ "pinia", diff --git a/packages/pinia/CHANGELOG.md b/packages/pinia/CHANGELOG.md index c19a922e..2338d301 100644 --- a/packages/pinia/CHANGELOG.md +++ b/packages/pinia/CHANGELOG.md @@ -1,3 +1,9 @@ +### [3.0.1](https://github.com/vuejs/pinia/compare/pinia@2.2.6...pinia@3.0.1) (2025-02-12) + +### Bug Fixes + +- avoid including devtools code in builds ([d3b24a3](https://github.com/vuejs/pinia/commit/d3b24a3d6a4b5af82c8ef7e66e4cecd890c30fdd)), closes [#2910](https://github.com/vuejs/pinia/issues/2910) + ## [3.0.0](https://github.com/vuejs/pinia/compare/pinia@2.2.6...pinia@3.0.0) (2025-02-11) 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! 🎉 diff --git a/packages/pinia/package.json b/packages/pinia/package.json index 0eda06d6..cc09424c 100644 --- a/packages/pinia/package.json +++ b/packages/pinia/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "3.0.0", + "version": "3.0.1", "description": "Intuitive, type safe and flexible Store for Vue", "type": "module", "main": "index.cjs",