]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.4.1 pinia@2.0.19 @pinia/testing@0.0.14 @pinia/nuxt@0.4.1 @pinia/testing@0.0.14 pinia@2.0.19
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 18 Aug 2022 14:53:06 +0000 (16:53 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 18 Aug 2022 14:53:06 +0000 (16:53 +0200)
packages/nuxt/CHANGELOG.md
packages/nuxt/package.json
packages/pinia/CHANGELOG.md
packages/pinia/package.json
packages/testing/CHANGELOG.md
packages/testing/package.json

index 33c6743d54637de505a0fcc2f44fd430ebf98f45..37934c81a20adfdd7ced85044b4bf558e44d3804 100644 (file)
@@ -1,3 +1,9 @@
+## [0.4.1](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.0...@pinia/nuxt@0.4.1) (2022-08-18)
+
+### Features
+
+- **nuxt:** automatically add pinia types ([#1551](https://github.com/vuejs/pinia/issues/1551)) ([5ebfcd8](https://github.com/vuejs/pinia/commit/5ebfcd8bbaaaacba7d03c66ac67775448fb02363))
+
 # [0.4.0](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.3.1...@pinia/nuxt@0.4.0) (2022-08-10)
 
 ### Bug Fixes
index 840f0cb2b0dc0a33f9c6416ed00862b5849a5672..c232560d162da1339d7bd9e344854c18cc149961 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.4.0",
+  "version": "0.4.1",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
@@ -46,7 +46,7 @@
   },
   "dependencies": {
     "@nuxt/kit": "3.0.0-rc.6",
-    "pinia": "workspace:^2.0.18"
+    "pinia": ">=2.0.19"
   },
   "devDependencies": {
     "@nuxt/module-builder": "latest",
index 0083f802351132a8d7d49fd9166cb36ae509c490..7e5cdca015090c0e31b84d34adf1894aae6beb09 100644 (file)
@@ -1,3 +1,9 @@
+## [2.0.19](https://github.com/vuejs/pinia/compare/pinia@2.0.18...pinia@2.0.19) (2022-08-18)
+
+### Bug Fixes
+
+- **devtools:** use flag to include devtools ([4e92c36](https://github.com/vuejs/pinia/commit/4e92c360a4b4b8a39b2e3c284f31560120742b6f))
+
 ## [2.0.18](https://github.com/vuejs/pinia/compare/pinia@2.0.17...pinia@2.0.18) (2022-08-10)
 
 ### Bug Fixes
index 87cc19c313e50859c8df5385278aa54744398fe5..820eceb59b2535a2ef0cd02533c52804250896d7 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.18",
+  "version": "2.0.19",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",
index 0f3d502c4580fe22d6a5c85f625791bab34a93ea..f2569cff92f5554081aaa447dd714df974863c55 100644 (file)
@@ -1,3 +1,7 @@
+## [0.0.14](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.13...@pinia/testing@0.0.14) (2022-08-18)
+
+- refactor changes
+
 ## [0.0.13](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.12...@pinia/testing@0.0.13) (2022-07-25)
 
 - doc generation changes
index 86a145b61b30e9d2844d1d1f3d34ad3c36fccd07..22f21560b3e6431cd1371eed70db8924bd6cb825 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "0.0.13",
+  "version": "0.0.14",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",
@@ -50,7 +50,7 @@
     "siroc": "^0.16.0"
   },
   "peerDependencies": {
-    "pinia": ">=2.0.17"
+    "pinia": ">=2.0.19"
   },
   "publishConfig": {
     "access": "public"