From: Eduardo San Martin Morote Date: Wed, 3 Nov 2021 14:22:11 +0000 (+0100) Subject: release: pinia@2.0.1 X-Git-Tag: pinia@2.0.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f07b738f642085d84bb29a792946804ea0f11950;p=thirdparty%2Fvuejs%2Fpinia.git release: pinia@2.0.1 --- diff --git a/packages/pinia/CHANGELOG.md b/packages/pinia/CHANGELOG.md index e06983de..c41614f7 100644 --- a/packages/pinia/CHANGELOG.md +++ b/packages/pinia/CHANGELOG.md @@ -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) 🎉 🎉 🎉 diff --git a/packages/pinia/package.json b/packages/pinia/package.json index 31b853fe..1a604a34 100644 --- a/packages/pinia/package.json +++ b/packages/pinia/package.json @@ -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",