From 664d7d89703cec8263c400a821eb6ceb9dedb417 Mon Sep 17 00:00:00 2001 From: Harrisonn Griffin <36603687+harryturr@users.noreply.github.com> Date: Thu, 8 Apr 2021 11:47:12 -0400 Subject: [PATCH] version bump 1.1.3 (#184) * version bump to 1.1.3 * update changelog --- packages/dash-html-components/CHANGELOG.md | 4 ++-- packages/dash-html-components/package-lock.json | 2 +- packages/dash-html-components/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/dash-html-components/CHANGELOG.md b/packages/dash-html-components/CHANGELOG.md index 002ee1cffa..e758082257 100644 --- a/packages/dash-html-components/CHANGELOG.md +++ b/packages/dash-html-components/CHANGELOG.md @@ -2,9 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## UNRELEASED +## [1.1.3] - 2021-04-08 ### Fixed -- [#179](https://github.com/plotly/dash-html-components/pull/178) - Fixes [#77](https://github.com/plotly/dash-html-components/issues/77) Added `allow` and `referrerPolicy` properties to `html.Iframe` +- [#179](https://github.com/plotly/dash-html-components/pull/179) - Fixes [#77](https://github.com/plotly/dash-html-components/issues/77) Added `allow` and `referrerPolicy` properties to `html.Iframe` - [#178](https://github.com/plotly/dash-html-components/pull/178) - Fix [#161](https://github.com/plotly/dash-html-components/issues/161) `data` property, and fix [#129](https://github.com/plotly/dash-html-components/issues/129) obsolete, deprecated, and discouraged elements. No elements were removed, but comments were added to the documentation about these elements detailing their limitations. diff --git a/packages/dash-html-components/package-lock.json b/packages/dash-html-components/package-lock.json index 32fc9b2783..fa878ac644 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.2", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/dash-html-components/package.json b/packages/dash-html-components/package.json index 910e02a7b6..f6edb36e4c 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.2", + "version": "1.1.3", "description": "Vanilla HTML components for Dash", "main": "lib/index.js", "repository": {