diff --git a/packages/dash-html-components/CHANGELOG.md b/packages/dash-html-components/CHANGELOG.md index 09b604b154..d32256bfe2 100644 --- a/packages/dash-html-components/CHANGELOG.md +++ b/packages/dash-html-components/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [UNRELEASED] +## [1.1.2] - 2021-01-19 ### Fixed - [#169](https://github.com/plotly/dash-html-components/pull/169) - part of fixing dash import bug https://github.com/plotly/dash/issues/1143 diff --git a/packages/dash-html-components/package-lock.json b/packages/dash-html-components/package-lock.json index 129bb9e767..a383b7495f 100644 --- a/packages/dash-html-components/package-lock.json +++ b/packages/dash-html-components/package-lock.json @@ -1,6 +1,6 @@ { "name": "dash-html-components", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/dash-html-components/package.json b/packages/dash-html-components/package.json index 8770d483d0..9bc338a0e3 100644 --- a/packages/dash-html-components/package.json +++ b/packages/dash-html-components/package.json @@ -1,6 +1,6 @@ { "name": "dash-html-components", - "version": "1.1.1", + "version": "1.1.2", "description": "Vanilla HTML components for Dash", "main": "lib/index.js", "repository": {