Skip to content

Commit

Permalink
Fix forna console log (#438)
Browse files Browse the repository at this point in the history
* Update to newest version of fornac package.

* Update version.

* Update autogenerated files.

* Update CHANGELOG.

* Update version.

* Add auto-generated files.
  • Loading branch information
Shammamah Hossain authored Nov 18, 2019
1 parent 6ca6b8a commit b32639d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.4.2] - 2019-11-18
### Changed
* [#438](https://github.com/plotly/dash-bio/pull/438/) Updated FornaContainer dependency to a version without extraneous `console.log` calls.

## [0.4.2] - 2019-11-15
### Fixed
* [#437](https://github.com/plotly/dash-bio/pull/437) Fix IE11 compatibility issues and ES5 compatibility and validation
Expand Down
2 changes: 1 addition & 1 deletion dash_bio/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_bio/package-info.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name": "dash_bio", "version": "0.4.2", "author": "The Plotly Team <[email protected]>"}
{"name": "dash_bio", "version": "0.4.3", "author": "The Plotly Team <[email protected]>"}
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-bio",
"version": "0.4.2",
"version": "0.4.3",
"description": "Dash components for bioinformatics",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"circos": "git+https://github.com/matthewchan15/circosJS.git#matthewchan15-zoom-pan-svg",
"fast-memoize": "^2.5.1",
"fornac": "git://github.com/plotly/fornac.git#9868d6943344199761ba94341d3ef01961a01f7c",
"fornac": "git://github.com/plotly/fornac.git#6b1b84740d35bf37ca7d251e665039a87b4c2ea9",
"ideogram": "git+https://github.com/eweitz/ideogram.git#7d9b2ab91b91ef35db93bdeb529d4760de63292f",
"molecule-2d-for-react": "git://github.com/plotly/molecule-2d-for-react.git",
"molecule-3d-for-react": "git://github.com/plotly/molecule-3d-for-react.git",
Expand Down Expand Up @@ -87,4 +87,4 @@
"node": ">=8.11.0",
"npm": ">=6.1.0"
}
}
}

0 comments on commit b32639d

Please sign in to comment.