]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v2.0.0-beta.1 v2.0.0-beta.1
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 3 Jun 2021 12:44:18 +0000 (14:44 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 3 Jun 2021 12:44:18 +0000 (14:44 +0200)
CHANGELOG.md
package.json

index 4267e3a22c9f6f14b40f75ccf8de694e3ed29f90..b7926fd16fbc45683d93a8b3fc364f31515f2b54 100644 (file)
@@ -1,3 +1,16 @@
+# [2.0.0-beta.1](https://github.com/posva/pinia/compare/v2.0.0-alpha.19...v2.0.0-beta.1) (2021-06-03)
+
+### Bug Fixes
+
+- **types:** fix extension for TS 4.3 ([aff5c1e](https://github.com/posva/pinia/commit/aff5c1e6fb5c559d3cae103a3049046ee97ce3c0))
+
+### Features
+
+- remove deprecated APIs ([239aec5](https://github.com/posva/pinia/commit/239aec50f270bc9025b1c28490dbdfbc720ab9d5))
+- **devtools:** add root state ([a75be78](https://github.com/posva/pinia/commit/a75be78e0d189d324c5f30ececb27cd1a61e7e77))
+- **devtools:** import/export global state ([b969f2a](https://github.com/posva/pinia/commit/b969f2a9884d0794733aea1162e0c154b34dee26))
+- **devtools:** load/save state ([9b503d6](https://github.com/posva/pinia/commit/9b503d6c81f45864eba299a20cfd2ec957c6884b))
+
 # [2.0.0-alpha.19](https://github.com/posva/pinia/compare/v2.0.0-alpha.18...v2.0.0-alpha.19) (2021-05-20)
 
 ### Bug Fixes
index 951421bee44463712f906ce4f29b272adbf9eade..0200cab0cb56325ec0f051a5252c1123165f4920 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-alpha.19",
+  "version": "2.0.0-beta.1",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",