Skip to content

Commit

Permalink
(release): 9.0.1 (#557)
Browse files Browse the repository at this point in the history
* fix: dependency versions
  • Loading branch information
steveblue authored Nov 4, 2024
1 parent ee105a7 commit 27ba9d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions projects/swimlane/ngx-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swimlane/ngx-graph",
"version": "9.0.0",
"version": "9.0.1",
"description": "Graph visualization for angular",
"repository": {
"type": "git",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 27ba9d5

Please sign in to comment.