Skip to content

Commit

Permalink
(release) 17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypercubed committed Apr 17, 2020
1 parent d16a617 commit 9de1c7d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 17.0.0

- Chore: explicitly only suppot ng9

## 16.1.1

- Chore: Patch release to override 16.1.0

## 16.1.0

- Fix: [selectAllRowsOnPage] is broken. (#1809)
Expand Down
8 changes: 4 additions & 4 deletions projects/swimlane/ngx-datatable/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@swimlane/ngx-datatable",
"version": "16.1.0",
"version": "17.0.0",
"description": "ngx-datatable is an Angular table grid component for presenting large and complex data.",
"peerDependencies": {
"@angular/common": "7.x || 8.x || 9.x",
"@angular/core": "7.x || 8.x || 9.x",
"@angular/platform-browser": "7.x || 8.x || 9.x",
"@angular/common": "~9.1.0",
"@angular/core": "~9.1.0",
"@angular/platform-browser": "~9.1.0",
"rxjs": "~6.5.5"
},
"repository": {
Expand Down

0 comments on commit 9de1c7d

Please sign in to comment.