Skip to content

Commit

Permalink
Update ngx-toastr and rx-angular to Support Angular upgarde versions (#…
Browse files Browse the repository at this point in the history
…112)

* Update: ngx-toastr to support angular v18

* Update: rx-angular/state to support angular v17, v18
  • Loading branch information
KhizerRehan authored Jun 12, 2024
1 parent 30195a8 commit e0f7e36
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/assets/library-support-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
"link": "https://github.com/scttcper/ngx-toastr/releases/tag/v18.0.0"
},
"18": {
"support": "partial"
"libraryVersion": "v19.0.0",
"support": true,
"link": "https://github.com/scttcper/ngx-toastr/releases/tag/v19.0.0"
}
},
"automated": true
Expand Down Expand Up @@ -87,10 +89,14 @@
"link": "https://github.com/rx-angular/rx-angular/releases/tag/state%4016.0.0"
},
"17": {
"support": "partial"
"libraryVersion": "17.0.0",
"support": true,
"link": "https://github.com/rx-angular/rx-angular/releases/tag/state%4017.0.0"
},
"18": {
"support": "partial"
"libraryVersion": "18.0.0",
"support": true,
"link": "https://github.com/rx-angular/rx-angular/releases/tag/state%4018.0.0"
}
},
"automated": true
Expand Down

0 comments on commit e0f7e36

Please sign in to comment.