]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.0.0-rc.12 pinia@2.0.0-rc.12
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 7 Oct 2021 10:08:34 +0000 (12:08 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 7 Oct 2021 10:08:34 +0000 (12:08 +0200)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index f81b82c0705c856867dba0d5849324638b63e1ce..863d2fc583ff53eaced10cea9fe1801529266efd 100644 (file)
@@ -1,3 +1,10 @@
+# [2.0.0-rc.12](https://github.com/posva/pinia/compare/pinia@2.0.0-rc.11...pinia@2.0.0-rc.12) (2021-10-07)
+
+### Features
+
+- proper check of computed requiring @vue/composition-api@1.2.3 ([b099ef4](https://github.com/posva/pinia/commit/b099ef4ee143ba9cf44e08c1eb607de395563020))
+- **warn:** log store id with class constructor warning ([#702](https://github.com/posva/pinia/issues/702)) ([39eee6a](https://github.com/posva/pinia/commit/39eee6a48b5d84f916e90b513024e26e9c6d72c5))
+
 # [2.0.0-rc.11](https://github.com/posva/pinia/compare/pinia@2.0.0-rc.10...pinia@2.0.0-rc.11) (2021-10-03)
 
 ### Bug Fixes
index e9f9dfbb36cb7c8c5851b1aac3d50b1cdd3c4cf3..8e1daebcf074ee5db424e7ac3b25e7d03c30c8c7 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-rc.11",
+  "version": "2.0.0-rc.12",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.esm-bundler.js",