Skip to content

Commit

Permalink
Merge pull request #210 from AnweshCR7/Update-Versioning
Browse files Browse the repository at this point in the history
Updating the version based on recent fixes.
  • Loading branch information
jamalge authored Oct 17, 2018
2 parents e87e8eb + 77fb2eb commit cb8b3b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v6.1.3
==================
* Fixed a bug when column that is initially hidden ("hide" attribute present in DOM when created) has no filter box when picked via the column chooser.
* Fixed a bug causing an edit made on any page other than page 1 to navigate back to page 1.

v6.1.2
==================
* Remove ES6 arrow function
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "px-data-table",
"version": "6.1.2",
"version": "6.1.3",
"main": [
"px-data-table.html"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "px-data-table",
"author": "General Electric",
"description": "A Px component",
"version": "6.1.2",
"version": "6.1.3",
"extName": null,
"repository": {
"type": "git",
Expand Down

0 comments on commit cb8b3b5

Please sign in to comment.