Skip to content

Commit 02d325d

Browse files
author
Tobias Engelhardt
committed
chore: release 11.0.0
1 parent 4528c96 commit 02d325d

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="11.0.0"></a>
2+
# 11.0.0 (2021-02-15)
3+
4+
### Features
5+
6+
* update to angular 11 ([4528c96](https://github.com/CirclonGroup/angular-tree-component/commit/4528c96))
7+
* remove lodash-es ([f639c98](https://github.com/CirclonGroup/angular-tree-component/commit/f639c98))
8+
9+
### BREAKING CHANGES
10+
11+
BEFORE:
12+
13+
getNodeById(predicate) - predicate needs to support lodash find method
14+
15+
AFTER:
16+
17+
getNodeById(predicate) - predicate needs to support javaScript find method
18+
119
<a name="10.0.2"></a>
220
# 10.0.2 (2020-12-21)
321

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@circlon/angular-tree-component",
3-
"version": "10.0.2",
3+
"version": "11.0.0",
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

+1-1
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.2",
7+
"version": "11.0.0",
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)