]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.0.5 @pinia/nuxt@0.0.5
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 14 Oct 2021 10:16:49 +0000 (12:16 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 14 Oct 2021 10:16:49 +0000 (12:16 +0200)
packages/nuxt/CHANGELOG.md
packages/nuxt/package.json

index 4628c8082b085a423dd757aaa3cfcac738d542f1..bef9ca47be8dea2b3c1d7f36f171581c1d3efb0a 100644 (file)
@@ -1,3 +1,15 @@
+## [0.0.5](https://github.com/posva/pinia/compare/@pinia/nuxt@0.0.4...@pinia/nuxt@0.0.5) (2021-10-14)
+
+### Bug Fixes
+
+- **nuxt:** inject pinia after installing the plugin ([32dfdec](https://github.com/posva/pinia/commit/32dfdeca3d6413570d113f02314f57df9fecc42e))
+- **nuxt:** inject state for nuxt 3 ([14999ce](https://github.com/posva/pinia/commit/14999ceefe2a326dbfb720eedd0889a2ae9e4169))
+- **nuxt:** point to the correct dist file ([438b16d](https://github.com/posva/pinia/commit/438b16dfd3dd5052be437d2e7382f9f4f497eea3))
+
+### Features
+
+- **nuxt:** deprecate context.pinia in favor of context.$pinia ([7dbc8e8](https://github.com/posva/pinia/commit/7dbc8e864afcf2636f1c9aede0480c941ab2b4ef))
+
 ## [0.0.4](https://github.com/posva/pinia/compare/@pinia/nuxt@0.0.3...@pinia/nuxt@0.0.4) (2021-10-12)
 
 ### Bug Fixes
index 29f89355dc6534b95dfe3d36b2e4d45afb3a2cba..377a7c41b91c2363e2b3edc36a5f3a88ab5b094e 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.0.4",
+  "version": "0.0.5",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "vue",