Skip to content

Commit

Permalink
chore: release 10.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Engelhardt committed Jul 22, 2020
1 parent 5338eb4 commit c481a78
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="10.0.0-beta.0"></a>
# 10.0.0-beta.0 (2020-07-22)

### Features

* Update to Angular 10

### BREAKING CHANGES

BEFORE:

No minimum Angular version set

AFTER:

Angular v10 minimum dependencies

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@circlon/angular-tree-component",
"version": "9.0.3",
"version": "10.0.0-beta.0",
"description": "A simple yet powerful tree component for Angular2",
"author": "Circlon Group <[email protected]>",
"homepage": "https://github.com/CirclonGroup/angular-tree-component",
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-tree-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://github.com/CirclonGroup/angular-tree-component",
"description": "A simple yet powerful tree component for Angular",
"license": "MIT",
"version": "9.0.3",
"version": "10.0.0-beta.0",
"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 c481a78

Please sign in to comment.