Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit b0d48fd

Browse files
Bump plotlyjs to 1.49.1 (#596)
* bump plotlyjs to 1.49.1 * typo
1 parent 987d107 commit b0d48fd

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [Unreleased] - 2019-08-06
6+
- Upgraded plotly.js to 1.49.1 [#595](https://github.com/plotly/dash-core-components/issues/595)
7+
- Patch release [1.49.1](https://github.com/plotly/plotly.js/releases/tag/v1.49.1)
8+
59
## [1.1.0] - 2019-08-05
610

711
### Changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ respectively. TODO:
7878
7979
## Updating Plotly.js
8080
81-
1. Download the latest plotly.js from the cdn: `$ wget https://github.com/plotly/plotly.js/releases/tag/v1.49.0`
81+
1. Download the latest plotly.js from the cdn: `$ wget https://github.com/plotly/plotly.js/releases/tag/v1.49.1`
8282
2. Update `dash_core_components/__init__.py` plotly.js `external_url`
8383
3. Update `CHANGELOG.md` with links to the releases and a description of the changes. The message should state (see the existing `CHANGELOG.md` for examples):
8484
* If you're only bumping the patch level, the heading is "Fixed" and the text starts "Patched plotly.js". Otherwise the heading is "Updated" and the text starts "Upgraded plotly.js"

dash_core_components/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242

4343
_js_dist = [
4444
{
45-
'external_url': 'https://cdn.plot.ly/plotly-1.49.0.min.js',
46-
'relative_package_path': 'plotly-1.49.0.min.js',
45+
'external_url': 'https://cdn.plot.ly/plotly-1.49.1.min.js',
46+
'relative_package_path': 'plotly-1.49.1.min.js',
4747
'namespace': 'dash_core_components'
4848
},
4949
{

dash_core_components/plotly-1.49.0.min.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

dash_core_components/plotly-1.49.1.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)