Skip to content

Commit e77f063

Browse files
author
Tobias Engelhardt
committed
chore: release 10.0.2
1 parent 22e0d85 commit e77f063

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
<a name="10.0.2"></a>
2+
# 10.0.2 (2020-12-21)
3+
4+
### Bug Fixes
5+
6+
* update lodash-es ([#862](https://github.com/CirclonGroup/angular-tree-component/issues/862)) ([22e0d85](https://github.com/CirclonGroup/angular-tree-component/commit/22e0d85)), closes ([#862](https://github.com/CirclonGroup/angular-tree-component/issues/862))
7+
18
<a name="10.0.1"></a>
29
# 10.0.1 (2020-12-11)
310

411
### Bug Fixes
512

6-
* do not load whole child collection with virtual scroll ([#463](https://github.com/CirclonGroup/angular-tree-component/issues/463)) ([a62fc73](https://github.com/CirclonGroup/angular-tree-component/commit/5a1a14e))
13+
* do not load whole child collection with virtual scroll ([#463](https://github.com/CirclonGroup/angular-tree-component/issues/463)) ([a62fc73](https://github.com/CirclonGroup/angular-tree-component/commit/a62fc73))
714

815
<a name="10.0.0"></a>
916
# 10.0.0 (2020-07-29)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@circlon/angular-tree-component",
3-
"version": "10.0.1",
3+
"version": "10.0.2",
44
"description": "A simple yet powerful tree component for Angular2",
55
"author": "Circlon Group <[email protected]>",
66
"homepage": "https://github.com/CirclonGroup/angular-tree-component",

projects/angular-tree-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/CirclonGroup/angular-tree-component",
55
"description": "A simple yet powerful tree component for Angular",
66
"license": "MIT",
7-
"version": "10.0.1",
7+
"version": "10.0.2",
88
"repository": "https://github.com/CirclonGroup/angular-tree-component.git",
99
"bugs": {
1010
"url": "https://github.com/CirclonGroup/angular-tree-component/issues"

0 commit comments

Comments
 (0)