Skip to content

Commit 5f80837

Browse files
author
Marc-André Rivet
committed
bump version
1 parent db15ce7 commit 5f80837

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/dash-html-components/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+
## [1.0.2] - 2019-11-14
66
### Fixed
77
- [#143](https://github.com/plotly/dash-html-components/pull/143) Fix IE11 compatibility issues and ES5 compatibility and validation
88

packages/dash-html-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-html-components",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Vanilla HTML components for Dash",
55
"main": "lib/index.js",
66
"repository": {
@@ -63,4 +63,4 @@
6363
"react": "^15.4.0 || ^16.0.0",
6464
"react-dom": "^15.4.0 || ^16.0.0"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)