Skip to content

Commit

Permalink
release: 1.7.2 (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored Nov 12, 2020
1 parent 3036b76 commit 10db7f9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.7.2](https://github.com/yggg/ng2-smart-table/compare/v1.7.1...v1.7.2) (2020-11-12)


### Bug Fixes

* use `selectedRowIndex` if specified when data changes ([#1221](https://github.com/yggg/ng2-smart-table/issues/1221)) ([3036b76](https://github.com/yggg/ng2-smart-table/commit/3036b76))



## [1.7.1](https://github.com/yggg/ng2-smart-table/compare/v1.7.0...v1.7.1) (2020-10-29)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-smart-table",
"version": "1.7.1",
"version": "1.7.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/ng2-smart-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-smart-table",
"version": "1.7.1",
"version": "1.7.2",
"description": "Angular Smart Table",
"author": "akveo",
"license": "MIT",
Expand Down

0 comments on commit 10db7f9

Please sign in to comment.