We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e412f1f commit 3aadf81Copy full SHA for 3aadf81
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# [2.0.0-beta.2](https://github.com/posva/pinia/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2021-06-03)
2
+
3
+### Bug Fixes
4
5
+- **devtools:** register stores ([5fcca78](https://github.com/posva/pinia/commit/5fcca788c1da61f2a406e2924fca3a8bed51b667))
6
7
# [2.0.0-beta.1](https://github.com/posva/pinia/compare/v2.0.0-alpha.19...v2.0.0-beta.1) (2021-06-03)
8
9
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "pinia",
- "version": "2.0.0-beta.1",
+ "version": "2.0.0-beta.2",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "dist/pinia.cjs.js",
"module": "dist/pinia.esm-bundler.js",
0 commit comments