Skip to content

Commit c481a78

Browse files
author
Tobias Engelhardt
committed
chore: release 10.0.0-beta.0
1 parent 5338eb4 commit c481a78

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="10.0.0-beta.0"></a>
2+
# 10.0.0-beta.0 (2020-07-22)
3+
4+
### Features
5+
6+
* Update to Angular 10
7+
8+
### BREAKING CHANGES
9+
10+
BEFORE:
11+
12+
No minimum Angular version set
13+
14+
AFTER:
15+
16+
Angular v10 minimum dependencies
17+
118
<a name="9.0.3"></a>
219
# 9.0.3 (2020-07-20)
320

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": "9.0.3",
3+
"version": "10.0.0-beta.0",
44
"description": "A simple yet powerful tree component for Angular2",
55
"author": "Circlon Group <os-group@circlon.de>",
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": "9.0.3",
7+
"version": "10.0.0-beta.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)