]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: changelog
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 12 Feb 2025 16:12:27 +0000 (17:12 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 12 Feb 2025 16:12:27 +0000 (17:12 +0100)
packages/nuxt/CHANGELOG.md
packages/nuxt/package.json
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index 68f7eb05f136f96059dabb08b419b5d47ff997bd..681ea3426cbe16b5caa438c6f3023d4472daea54 100644 (file)
@@ -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.
index 8ee74a9d21c815674dd071303670bab784049192..989c621bff4993a70a32bdab03052e312f0d6a80 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.10.0",
+  "version": "0.10.1",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
index c19a922ecab923f3ecb92ee8fe419294437b7542..2338d3014f6d875192e7978b1038b12acec18055 100644 (file)
@@ -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! ðŸŽ‰
index 0eda06d6b3d7dce460a8b09813cf12efc5ad602c..cc09424cf06424922a106507c6fca4e8a6000afa 100644 (file)
@@ -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",