diff --git a/CHANGELOG.md b/CHANGELOG.md index 10cd5f5..93de773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.0.1 + +- Fix: Restore versions in package.json to last 4 Angular + ## 9.0.0 - Breaking: Fix issues with load due to asynchronous node dimension handling diff --git a/projects/swimlane/ngx-graph/package.json b/projects/swimlane/ngx-graph/package.json index dcaede9..4c8fb34 100644 --- a/projects/swimlane/ngx-graph/package.json +++ b/projects/swimlane/ngx-graph/package.json @@ -1,6 +1,6 @@ { "name": "@swimlane/ngx-graph", - "version": "9.0.0", + "version": "9.0.1", "description": "Graph visualization for angular", "repository": { "type": "git", @@ -30,11 +30,11 @@ }, "homepage": "https://github.com/swimlane/ngx-graph#readme", "peerDependencies": { - "@angular/animations": ">=18.0.0", - "@angular/common": ">=18.0.0", - "@angular/core": ">=18.0.0", - "@angular/cdk": ">=18.0.0", - "rxjs": "^7.8.1" + "@angular/animations": "15.x || 16.x || 17.x || 18.x", + "@angular/common": "15.x || 16.x || 17.x || 18.x", + "@angular/core": "15.x || 16.x || 17.x || 18.x", + "@angular/cdk": "15.x || 16.x || 17.x || 18.x", + "rxjs": "7.x" }, "dependencies": { "d3-dispatch": "^3.0.1",