]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: @pinia/nuxt@0.0.2 pinia@2.0.0-rc.7 @pinia/testing@0.0.3 @pinia/nuxt@0.0.2 @pinia/testing@0.0.3 pinia@2.0.0-rc.7
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 3 Sep 2021 14:32:34 +0000 (16:32 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 3 Sep 2021 14:32:34 +0000 (16:32 +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 a31bbf47f5be652528d2b6efb5460e3ab528379b..45dc9f7c74a491706c52049091bc75d1ce034bb9 100644 (file)
@@ -1,3 +1,9 @@
+## [0.0.2](https://github.com/posva/pinia/compare/@pinia/nuxt@0.0.1...@pinia/nuxt@0.0.2) (2021-09-03)
+
+### Features
+
+- add typedoc ([b98e23d](https://github.com/posva/pinia/commit/b98e23d5588925c6a0094a92067a3cc5784e965d))
+
 ## 0.0.1 (2021-08-19)
 
 ### Features
index 5ee69c8203919bd39bd7a29e02e3aa83a7336cf5..803d86f23b0cc4e14866c863c5d83ae047056338 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/nuxt",
-  "version": "0.0.1",
+  "version": "0.0.2",
   "description": "Nuxt Module for pinia",
   "keywords": [
     "vue",
index 0c970be29733c0c66146f14ae7f6b80e041352e6..0f89da11edc89d64d9052e447c926eaab335d79b 100644 (file)
@@ -1,3 +1,16 @@
+# [2.0.0-rc.7](https://github.com/posva/pinia/compare/pinia@2.0.0-rc.6...pinia@2.0.0-rc.7) (2021-09-03)
+
+### Bug Fixes
+
+- **ssr:** properly hydrate setup stores ([4fbacfc](https://github.com/posva/pinia/commit/4fbacfcd87362515902e3f98fd53a51a39216b9f))
+
+### Features
+
+- add typedoc ([b98e23d](https://github.com/posva/pinia/commit/b98e23d5588925c6a0094a92067a3cc5784e965d))
+- allow stores to be cross used ([cda3658](https://github.com/posva/pinia/commit/cda365875c599e9786ab3479d42e8e6b3bb0fc23))
+- deprecate PiniaPlugin in favor of PiniaVuePlugin ([c0495c0](https://github.com/posva/pinia/commit/c0495c0fe5710894ff04009f1f136cfb4d9241c4))
+- support TS 4.4 ([#656](https://github.com/posva/pinia/issues/656)) ([39b2e15](https://github.com/posva/pinia/commit/39b2e15c0a2782280bd0de44230d2f3dc624b3c6))
+
 # [2.0.0-rc.6](https://github.com/posva/pinia/compare/pinia@2.0.0-rc.5...pinia@2.0.0-rc.6) (2021-08-19)
 
 Fix missing types.
index 9374e75366e78303836b153c8a7d9c7a601b781c..963b4254898196beb77a4255f5ed4df9b7265ee2 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-rc.6",
+  "version": "2.0.0-rc.7",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",
index 5c38ea8c324034db6398748b01896229f60b51c7..105276b3b65e163f6cf9965acf14dbf041e6897a 100644 (file)
@@ -1,3 +1,9 @@
+## [0.0.3](https://github.com/posva/pinia/compare/@pinia/testing@0.0.2...@pinia/testing@0.0.3) (2021-09-03)
+
+### Features
+
+- add typedoc ([b98e23d](https://github.com/posva/pinia/commit/b98e23d5588925c6a0094a92067a3cc5784e965d))
+
 ## [0.0.2](https://github.com/posva/pinia/compare/@pinia/testing@0.0.1...@pinia/testing@0.0.2) (2021-08-19)
 
 Small refactor with no effective changes.
index 0a7d5808aa5b4e17e1c9d49c4184d58a503dc57c..0a82f81e22537a54eeb6ba816d9ddd919ad19b66 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "0.0.2",
+  "version": "0.0.3",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",