Skip to content

Commit

Permalink
Merge pull request #18 from plotly/v.0.0.3
Browse files Browse the repository at this point in the history
Release v0.0.3
  • Loading branch information
jackluo authored Jan 2, 2019
2 parents f8b60dd + 44e6335 commit 15ea6c3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.3] - 2018-12-29
### Added
* Detailed usage example for rendering Biopython's Phylo object (phylogeny trees)
into a Cytoscape graph, with interactive features such as highlighting.

### Updated
* Cytoscape.js version, from 1.0.1 to 1.1.0

## [0.0.2] - 2018-11-08
### Added
* Author email and improve description
Expand Down
4 changes: 2 additions & 2 deletions dash_cytoscape/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-cytoscape",
"version": "0.0.2",
"version": "0.0.3",
"description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js",
"main": "build/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"lodash": "^4.17.11",
"ramda": "^0.25.0",
"react": "15.4.2",
"react-cytoscapejs": "1.0.1",
"react-cytoscapejs": "1.1.0",
"react-dom": "15.4.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-cytoscape",
"version": "0.0.2",
"version": "0.0.3",
"description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js",
"main": "build/index.js",
"scripts": {
Expand Down

0 comments on commit 15ea6c3

Please sign in to comment.