Skip to content

Commit 0278f55

Browse files
committed
1 parent a3ae2dd commit 0278f55

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/pinia/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.0.21](https://github.com/vuejs/pinia/compare/[email protected]@2.0.21) (2022-08-26)
2+
3+
### Bug Fixes
4+
5+
- **build:** remove problematic browser export ([6efa780](https://github.com/vuejs/pinia/commit/6efa780f2c6e401e1d82a80a2aeceeac962f1c4e)), closes [#1593](https://github.com/vuejs/pinia/issues/1593)
6+
17
## [2.0.20](https://github.com/vuejs/pinia/compare/[email protected]@2.0.20) (2022-08-19)
28

39
- **build**: support vue 2 devtools flag

packages/pinia/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinia",
3-
"version": "2.0.20",
3+
"version": "2.0.21",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

0 commit comments

Comments
 (0)