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 fd6bbf0a78..93341d9265 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": {