]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.2.2 pinia@2.2.2
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 15 Aug 2024 17:40:30 +0000 (19:40 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 15 Aug 2024 17:40:30 +0000 (19:40 +0200)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index ec885fe69870fddbfd60d9cd62052401cb567fd0..1a50aa5a95f96810fb8aa1a315f9f119e19fb788 100644 (file)
@@ -1,3 +1,9 @@
+## [2.2.2](https://github.com/vuejs/pinia/compare/pinia@2.2.1...pinia@2.2.2) (2024-08-15)
+
+### Features
+
+- improve tree shaking on `defineStore` ([#2740](https://github.com/vuejs/pinia/issues/2740)) ([3069105](https://github.com/vuejs/pinia/commit/3069105f15858393e5386bac7e62ea32a46c80bb))
+
 ## [2.2.1](https://github.com/vuejs/pinia/compare/pinia@2.2.0...pinia@2.2.1) (2024-08-06)
 
 ### Bug Fixes
index 7685cca00e1d27cf3e6c590b241543d34417e1c7..aef6128322b3fc724ddd53b4fc9c8204c91a0f44 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.2.1",
+  "version": "2.2.2",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",