Skip to content
This repository was archived by the owner on Jul 27, 2020. It is now read-only.

Commit 0a75867

Browse files
committed
Update lib dependencies to angular 8.x
1 parent b6dd283 commit 0a75867

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="3.0.2"></a>
2+
# 3.0.2 (2019-06-22)
3+
4+
* **Angular version upgrade:** Add support for Angular 8 [#175](https://github.com/bertrandg/angular-split/issues/175).
5+
16
<a name="3.0.1"></a>
27
# 3.0.1 (2019-05-07)
38

projects/angular-split/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-split",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Angular UI library to split views and allow dragging to resize areas using CSS flexbox layout.",
55
"author": "bertrandg",
66
"repository": {
@@ -20,8 +20,8 @@
2020
],
2121
"license": "Apache-2.0",
2222
"peerDependencies": {
23-
"@angular/common": "^7.0.0",
24-
"@angular/core": "^7.0.0",
23+
"@angular/common": "^8.0.0",
24+
"@angular/core": "^8.0.0",
2525
"rxjs": "^6.0.0"
2626
}
2727
}

0 commit comments

Comments
 (0)