From 471bdbf16d457b1ce4cd0c3bca57efd1cb776950 Mon Sep 17 00:00:00 2001 From: harryturr Date: Tue, 19 Jan 2021 10:48:38 -0500 Subject: [PATCH] bump to v1.1.2 --- CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b604b1..d32256bf 100644 --- a/CHANGELOG.md +++ b/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/package-lock.json b/package-lock.json index 129bb9e7..a383b749 100644 --- a/package-lock.json +++ b/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/package.json b/package.json index 8770d483..9bc338a0 100644 --- a/package.json +++ b/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": {