We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec4075 commit 913e762Copy full SHA for 913e762
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+<a name="2.5.1"></a>
2
+# 2.5.1 (2016-12-21)
3
+* Updated PeerDeps to allow for Angular 2.3
4
+
5
<a name="2.5.0"></a>
6
# 2.5.0 (2016-12-01)
7
* Added treeAllowDrop to treeDrop directive
package.json
@@ -1,6 +1,6 @@
{
"name": "angular2-tree-component",
- "version": "2.5.0",
+ "version": "2.5.1",
"description": "A simple yet powerful tree component for Angular2",
"author": "Adam Klein <adam@500tech.com>",
"homepage": "https://github.com/500tech/angular2-tree-component",
@@ -33,7 +33,7 @@
33
],
34
"peerDependencies": {
35
"@angular/core": "^2.0.0",
36
- "@angular/common": "^2.0.0",
+ "@angular/common": "^2.0.0"
37
},
38
"dependencies": {
39
"lodash": "^4.6.1"
0 commit comments