Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 40dccd3

Browse files
author
Marc-André Rivet
committed
bump version
1 parent 4b70902 commit 40dccd3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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]
6-
### Fixes
5+
## [4.5.1] - 2019-11-14
6+
### Fixed
77
- [#637](https://github.com/plotly/dash-table/pull/637) Fix multiple issues
88
- Fix IE11 compatibility issues and add ES5 compatibility and validation
99
- Fix a bug with `loading_state` being handled incorrectly, causing the table to steal focus

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.5.0",
3+
"version": "4.5.1",
44
"description": "Dash table",
55
"repository": {
66
"type": "git",
@@ -128,4 +128,4 @@
128128
"node": ">=8.11.0",
129129
"npm": ">=6.1.0"
130130
}
131-
}
131+
}

0 commit comments

Comments
 (0)