]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.0.1 pinia@2.0.1
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 3 Nov 2021 14:22:11 +0000 (15:22 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 3 Nov 2021 14:22:11 +0000 (15:22 +0100)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index e06983de423925c24c29739bc695940ac27ac7e7..c41614f7ba99b3bdca1adb096790d52b41f8e6d3 100644 (file)
@@ -1,3 +1,15 @@
+## [2.0.1](https://github.com/posva/pinia/compare/pinia@2.0.0...pinia@2.0.1) (2021-11-03)
+
+This release correctly removes the deprecated APIs as advertised in v2. The [documentation](https://pinia.esm.dev/cookbook/migration-v1-v2.html) contains a list of all the deprecations compared to v0.x.
+
+### Bug Fixes
+
+- use assign instead of spread for older browsers ([51cf9b6](https://github.com/posva/pinia/commit/51cf9b6e5a61d668a5e27b5e02833607ad0b5907))
+
+### Features
+
+- **warn:** improve getActivePinia warn ([6a0a209](https://github.com/posva/pinia/commit/6a0a209faf42b149bcda1dd373e0b1e5bf426ce4))
+
 # [2.0.0](https://github.com/posva/pinia/compare/pinia@2.0.0-rc.15...pinia@2.0.0) (2021-10-27)
 
 ðŸŽ‰ ðŸŽ‰ ðŸŽ‰
index 31b853fe3d07094e81b656040da930000402ee73..1a604a341f96a1d77e233d77d42f6f3dfe495fe0 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0",
+  "version": "2.0.1",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",