2.1.46
This commit is contained in:
parent
edde294f3a
commit
ac4e3f29e1
|
@ -1,3 +1,12 @@
|
|||
## [2.1.46](https://github.com/tinper-bee/bee-tree/compare/v2.1.45...v2.1.46) (2021-03-08)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix cacheExpandedKeys bug ([edde294](https://github.com/tinper-bee/bee-tree/commit/edde294f3a6acd4527c37c42c51308b7ab99f092))
|
||||
|
||||
|
||||
|
||||
## [2.1.45](https://github.com/tinper-bee/bee-tree/compare/v2.1.44...v2.1.45) (2021-03-08)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bee-tree",
|
||||
"version": "2.1.45",
|
||||
"version": "2.1.46",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bee-tree",
|
||||
"version": "2.1.45",
|
||||
"version": "2.1.46",
|
||||
"version-yonui": "2.1.27-yonui.0",
|
||||
"description": "Tree ui component for react",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue