Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit e8e588d

Browse files
author
Marc-André Rivet
committed
bump version to 4.4.1
1 parent 7c00055 commit e8e588d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## Unreleased
5+
## [4.4.1] - 2019-08-17
66
### Fixed
77
- [#618](https://github.com/plotly/dash-table/issues/618) Fix a bug with keyboard navigation not working correctly in certain circumstances when the table contains `readonly` columns.
88
- [#206](https://github.com/plotly/dash-table/issues/206) Fix a bug with copy/paste to and from column filters not working.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-table",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "Dash table",
55
"repository": {
66
"type": "git",
@@ -122,4 +122,4 @@
122122
"node": ">=8.11.0",
123123
"npm": ">=6.1.0"
124124
}
125-
}
125+
}

0 commit comments

Comments
 (0)