Skip to content

Commit

Permalink
chore: release 9.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Engelhardt committed Feb 23, 2021
1 parent 5abba18 commit 2198dbb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
<a name="9.0.4"></a>
# 9.0.4 (2021-02-23)

### Bug Fixes

* reverting change to add scroll eventhandler inside ng cd ([#862](https://github.com/CirclonGroup/angular-tree-component/issues/852)) ([c176c7b](https://github.com/CirclonGroup/angular-tree-component/commit/c176c7b)), closes ([#862](https://github.com/CirclonGroup/angular-tree-component/issues/852))
* 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))
* 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))

<a name="9.0.3"></a>
# 9.0.3 (2020-07-20)

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@circlon/angular-tree-component",
"version": "9.0.3",
"version": "9.0.4",
"description": "A simple yet powerful tree component for Angular2",
"author": "Circlon Group <os-group@circlon.de>",
"homepage": "https://github.com/CirclonGroup/angular-tree-component",
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-tree-component/package.json
Expand Up @@ -3,7 +3,7 @@
"author": "Circlon Group <os-group@circlon.de>",
"homepage": "https://github.com/CirclonGroup/angular-tree-component",
"license": "MIT",
"version": "9.0.3",
"version": "9.0.4",
"repository": "https://github.com/CirclonGroup/angular-tree-component.git",
"bugs": {
"url": "https://github.com/CirclonGroup/angular-tree-component/issues"
Expand Down

0 comments on commit 2198dbb

Please sign in to comment.