Skip to content

Commit

Permalink
version bump 1.1.3 (plotly#184)
Browse files Browse the repository at this point in the history
* version bump to 1.1.3

* update changelog
  • Loading branch information
harryturr committed Apr 8, 2021
1 parent feeb61c commit 664d7d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/dash-html-components/CHANGELOG.md
Expand Up @@ -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) <object> `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.

Expand Down
2 changes: 1 addition & 1 deletion packages/dash-html-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 664d7d8

Please sign in to comment.