]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.1.8 pinia@2.0.9 @pinia/nuxt@0.1.8 pinia@2.0.9
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 24 Dec 2021 14:26:14 +0000 (15:26 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 24 Dec 2021 14:26:14 +0000 (15:26 +0100)
packages/nuxt/CHANGELOG.md
packages/nuxt/package.json
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index 72cb0f840dc64bde2f7972c69069189ecaa209aa..efc6863253bcdbc06641b7cee811ee549e31c968 100644 (file)
@@ -1,3 +1,7 @@
+## [0.1.8](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.1.7...@pinia/nuxt@0.1.8) (2021-12-24)
+
+Override the 0.1.7 version for convenience but no code changes since 0.1.6.
+
 ## [0.1.7](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.1.6...@pinia/nuxt@0.1.7) (2021-12-20)
 
 No code updates in this release
index 57fa8bd0f8928d8c67466667995e56dcc1ff0ab0..25dffb7c045acaac743773b737e05e1abdbc8ae7 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.1.7",
+  "version": "0.1.8",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
@@ -52,7 +52,7 @@
     "unbuild": "^0.6.3"
   },
   "peerDependencies": {
-    "pinia": "~2.0.7"
+    "pinia": "~2.0.9"
   },
   "publishConfig": {
     "access": "public"
index 196e1dc76036aa71ccb439ec45245ad2b1437d8a..bc906e5da2366ceb42778ad60baef2d7ea744325 100644 (file)
@@ -1,3 +1,9 @@
+## [2.0.9](https://github.com/vuejs/pinia/compare/pinia@2.0.8...pinia@2.0.9) (2021-12-24)
+
+### Features
+
+- **types:** support IDE features for store context ([#924](https://github.com/vuejs/pinia/issues/924)) ([4733f49](https://github.com/vuejs/pinia/commit/4733f49c5af400aea7d3d1002265f9cdebcdd222))
+
 ## [2.0.8](https://github.com/vuejs/pinia/compare/pinia@2.0.7...pinia@2.0.8) (2021-12-20)
 
 ### Bug Fixes
index 19d12c0b8b8d170084b15d880d10888117d4aff2..a2e47bb3c2098ddf88173b011d9c86dc15fc814a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.8",
+  "version": "2.0.9",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",