]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.0.0-rc.6 @pinia/testing@0.0.2 @pinia/testing@0.0.2 pinia@2.0.0-rc.6
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 19 Aug 2021 17:19:11 +0000 (19:19 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 19 Aug 2021 17:19:11 +0000 (19:19 +0200)
packages/pinia/CHANGELOG.md
packages/pinia/package.json
packages/testing/CHANGELOG.md
packages/testing/package.json

index 8ff529cbba921d132b71c357f81cc70339dd10f7..cfdb916eda986ee6e61d74ab239fad280f49e1c1 100644 (file)
@@ -1,3 +1,5 @@
+# [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)
+
 # 2.0.0-rc.5 (2021-08-19)
 
 ### Bug Fixes
index 6879a45338738312585f7d9b1b746c8d0dadbf1a..de3fd80dea6cebd501082e6e8395b8cf5a0cb438 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-rc.5",
+  "version": "2.0.0-rc.6",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",
index ef4d5052d1aa06f51ede8c3010ea94f5eecc0bdb..ce30f134522caa13dd4f19291699daff42ee8413 100644 (file)
@@ -1,3 +1,5 @@
+## [0.0.2](https://github.com/posva/pinia/compare/@pinia/testing@0.0.1...@pinia/testing@0.0.2) (2021-08-19)
+
 ## 0.0.1 (2021-08-19)
 
 ### Features
index 846bf6fd7d12b3d3ed4e5b8122b26fd9663b9e2b..f3f68c37984498c7405093dcabf31f908b71ded4 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@pinia/testing",
-  "version": "0.0.1",
+  "version": "0.0.2",
   "description": "Testing module for Pinia",
   "keywords": [
     "vue",