]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.1.3 pinia@2.1.3
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 18 May 2023 15:49:33 +0000 (17:49 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 18 May 2023 15:49:33 +0000 (17:49 +0200)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index cba844602708520fed1e506ea9b7230d46945bb9..add62420125d259d52efbfe1e14e1f6a21440c4b 100644 (file)
@@ -1,3 +1,9 @@
+## [2.1.3](https://github.com/vuejs/pinia/compare/pinia@2.1.2...pinia@2.1.3) (2023-05-18)
+
+### Bug Fixes
+
+- **types:** revert declare module vue ([3000161](https://github.com/vuejs/pinia/commit/3000161205e66838d872e514a9e90f73a1b37039))
+
 ## [2.1.2](https://github.com/vuejs/pinia/compare/pinia@2.1.1...pinia@2.1.2) (2023-05-18)
 
 - Force vue-demi version
index 67df4ece76a3f557cba6717d5e8a87334ebe3fea..f40e958572af61e76c49aede7da5d24cc22a1c71 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.1.2",
+  "version": "2.1.3",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",