]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.0.28 pinia@2.0.28
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 9 Dec 2022 10:29:51 +0000 (11:29 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 9 Dec 2022 10:29:51 +0000 (11:29 +0100)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index d3b768ec9a79e640e820e66e81eb1dd97f7ce58b..5a9f3b066f6092f4c258b36ba4fb854b8155b76a 100644 (file)
@@ -1,3 +1,9 @@
+## [2.0.28](https://github.com/vuejs/pinia/compare/pinia@2.0.27...pinia@2.0.28) (2022-12-09)
+
+### Bug Fixes
+
+- avoid missing injection not found warn in edge Vue 2 edge case ([#1849](https://github.com/vuejs/pinia/issues/1849)) ([78ec9a1](https://github.com/vuejs/pinia/commit/78ec9a186dcbce3d583db332ae22094a182358cc)), closes [#1650](https://github.com/vuejs/pinia/issues/1650)
+
 ## [2.0.27](https://github.com/vuejs/pinia/compare/pinia@2.0.26...pinia@2.0.27) (2022-11-27)
 
 - api docs changes
index aed250329a31dbc4bd2fdbd6843c3e5a6953ff17..fc1b4a6a483804a6517a6af07aad3d7b43204f35 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.27",
+  "version": "2.0.28",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",