]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.4.10 pinia@2.0.36 @pinia/testing@0.1.0 @pinia/nuxt@0.4.10 @pinia/testing@0.1.0 pinia@2.0.36
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 8 May 2023 15:06:17 +0000 (17:06 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 8 May 2023 15:06:17 +0000 (17:06 +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
pnpm-lock.yaml

index d70c58c728b8a4de2e0ad36e7fc27f76234b14d2..f65a12d44099314e1c47cf2730ec7811bbdea176 100644 (file)
@@ -1,3 +1,7 @@
+## [0.4.10](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.9...@pinia/nuxt@0.4.10) (2023-05-08)
+
+This release only contain build related changes
+
 ## [0.4.9](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.8...@pinia/nuxt@0.4.9) (2023-04-20)
 
 ### Bug Fixes
index 1ec57a7068973a221dd1aa321fc599c30b944485..d9b6270f4e65a228ee59c97d4541da1ec8289836 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.4.9",
+  "version": "0.4.10",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
@@ -47,7 +47,7 @@
   },
   "dependencies": {
     "@nuxt/kit": "^3.0.0",
-    "pinia": ">=2.0.35"
+    "pinia": ">=2.0.36"
   },
   "devDependencies": {
     "@nuxt/module-builder": "^0.2.1",
index d39b06b4506c4ce4418abf549779e9fc9bd7b2b7..e8c5d9f810e2f770e0db4c7113e19382ad0dfed5 100644 (file)
@@ -1,3 +1,10 @@
+## [2.0.36](https://github.com/vuejs/pinia/compare/pinia@2.0.35...pinia@2.0.36) (2023-05-08)
+
+### Features
+
+- **dx:** throw an error if store id is missing ([#2167](https://github.com/vuejs/pinia/issues/2167)) ([b74eb4f](https://github.com/vuejs/pinia/commit/b74eb4f9b5a2a20a9c8d3cedd221eea8dde201f6))
+- **warn:** improve warning message ([73518b3](https://github.com/vuejs/pinia/commit/73518b3f94fb164d02e740cb3132767a0d2a397b))
+
 ## [2.0.35](https://github.com/vuejs/pinia/compare/pinia@2.0.34...pinia@2.0.35) (2023-04-20)
 
 ### Bug Fixes
index a8d93390c4a70ffda195c29b2ac910124ed5af75..69044f99e9565abd22d9bc1de6e8a1d3f7c8aa46 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.35",
+  "version": "2.0.36",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",
index f5aebde99432fd06f3562e426b262734ef607361..d1f5c2289ba7c5204a0ae5a41240875a47ded8e0 100644 (file)
@@ -1,3 +1,9 @@
+# [0.1.0](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.16...@pinia/testing@0.1.0) (2023-05-08)
+
+### Features
+
+- **testing:** allow mocking $reset ([5f526a3](https://github.com/vuejs/pinia/commit/5f526a33ab0ac441fe865344977a11e0e471ce17)), closes [#2188](https://github.com/vuejs/pinia/issues/2188)
+
 ## [0.0.16](https://github.com/vuejs/pinia/compare/@pinia/testing@0.0.15...@pinia/testing@0.0.16) (2023-04-07)
 
 ### Bug Fixes
index e5a613ac653d573318d3cb711e7b1160bc3a94f0..d621ad2c49357ffff6c9cce88fad07756eeeee32 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "0.0.16",
+  "version": "0.1.0",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",
@@ -51,7 +51,7 @@
     "tsup": "^6.7.0"
   },
   "peerDependencies": {
-    "pinia": ">=2.0.34"
+    "pinia": ">=2.0.36"
   },
   "publishConfig": {
     "access": "public"
index 5d5fcd4b8c06ea1c980ec890b0ef75900c834c04..7383ca1ae2889ed40f265469eac24bd82acabef4 100644 (file)
@@ -128,7 +128,7 @@ importers:
         specifier: ^3.4.3
         version: 3.4.3(rollup@3.3.0)
       pinia:
-        specifier: '>=2.0.35'
+        specifier: '>=2.0.36'
         version: link:../pinia
     devDependencies:
       '@nuxt/module-builder':