]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.4.2 pinia@2.0.22 @pinia/nuxt@0.4.2 pinia@2.0.22
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 6 Sep 2022 08:27:49 +0000 (10:27 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 6 Sep 2022 08:27:49 +0000 (10:27 +0200)
packages/nuxt/CHANGELOG.md
packages/nuxt/package.json
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index 37934c81a20adfdd7ced85044b4bf558e44d3804..659b478bbf34fe6fbac14706b31c74cb7f7d9bea 100644 (file)
@@ -1,3 +1,9 @@
+## [0.4.2](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.1...@pinia/nuxt@0.4.2) (2022-09-06)
+
+### Bug Fixes
+
+- **nuxt:** compatibility with `^3.0.0-rc.9` ([#1623](https://github.com/vuejs/pinia/issues/1623)) ([9864beb](https://github.com/vuejs/pinia/commit/9864beb9b4b12e4fa60db521b2943cb86dbedbef))
+
 ## [0.4.1](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.4.0...@pinia/nuxt@0.4.1) (2022-08-18)
 
 ### Features
index 8ba098a21124e5929ae92c875e352f1dd7c75497..b57b969e975d520e73aad0fa964aeaebd61b05c9 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.4.1",
+  "version": "0.4.2",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "pinia",
@@ -46,7 +46,7 @@
   },
   "dependencies": {
     "@nuxt/kit": "^3.0.0-rc.9",
-    "pinia": ">=2.0.19"
+    "pinia": ">=2.0.22"
   },
   "devDependencies": {
     "@nuxt/module-builder": "latest",
index 0ed5458251e33d621c9fcf3a8152869bf731cccc..03191fdea4dd667f9b037307dba38407488831e1 100644 (file)
@@ -1,3 +1,9 @@
+## [2.0.22](https://github.com/vuejs/pinia/compare/pinia@2.0.21...pinia@2.0.22) (2022-09-06)
+
+### Features
+
+- **ssr:** handle Maps and Sets ([f9843eb](https://github.com/vuejs/pinia/commit/f9843eb589ea9752f9021f9ebcfc49f6659350d2)), closes [#1608](https://github.com/vuejs/pinia/issues/1608)
+
 ## [2.0.21](https://github.com/vuejs/pinia/compare/pinia@2.0.20...pinia@2.0.21) (2022-08-26)
 
 ### Bug Fixes
index 29c13caa1def168f1e6c5008cb910c112c9f2e63..6dfc9a5899c175b273ab0464c986b119ae8e1116 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.21",
+  "version": "2.0.22",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",