From: Eduardo San Martin Morote Date: Mon, 29 Mar 2021 17:10:13 +0000 (+0200) Subject: release: v2.0.0-alpha.8 X-Git-Tag: v2.0.0-alpha.8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd946061e8fe7152e828e8da3d7bc028d4492869;p=thirdparty%2Fvuejs%2Fpinia.git release: v2.0.0-alpha.8 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c2c5cb..a7d741ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [2.0.0-alpha.8](https://github.com/posva/pinia/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2021-03-29) + +### Bug Fixes + +- use assign instead of spread ([b2bb5ba](https://github.com/posva/pinia/commit/b2bb5ba4faf52c41479a7d77490b85016b853229)) +- **cjs:** ensure dev checks on cjs build ([a255735](https://github.com/posva/pinia/commit/a255735211b796120d5f76470ea18759f1eb5d97)) + +### Features + +- **devtools:** logo and titles ([0963fd0](https://github.com/posva/pinia/commit/0963fd0b647b0e5414782f78167c770cbab24a83)) + # [2.0.0-alpha.7](https://github.com/posva/pinia/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2021-01-21) ### Bug Fixes diff --git a/package.json b/package.json index 33b8eb63..e156207d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "2.0.0-alpha.7", + "version": "2.0.0-alpha.8", "description": "Intuitive, type safe and flexible Store for Vue", "main": "dist/pinia.cjs.js", "module": "dist/pinia.esm-bundler.js",