Skip to content

Commit

Permalink
Release v0.0.2 (#13)
Browse files Browse the repository at this point in the history
* Bump Version

* Bundle update

* Improve Changelog
  • Loading branch information
Xing Han Lu authored Nov 9, 2018
1 parent 1083274 commit 48d91d5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.2] - 2018-11-08
### Added
* Author email and improve description
* Data section of demos readme
* Added the components "dash", "dash-html-components", and "dash-renderer" as explicit package requirements.

### Changed
* Move grid layout data file
* Change App.js react demo data to be local
* Installation steps in readme to use yarn


### Updated
* Cytoscape.js version, correct component import

### Fixed
* Correct unpkg link error
* Markdown formatting for CONTRIBUTING.md


## [0.0.1] - 2018-11-03
### Added
- First pre-release version of dash-cytoscape. Still WIP, so prepare to see it break 🔧
5 changes: 3 additions & 2 deletions dash_cytoscape/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dash-cytoscape",
"version": "0.0.1",
"description": "dash-cytoscape",
"version": "0.0.2",
"description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js",
"main": "build/index.js",
"scripts": {
"start": "webpack-serve ./webpack.serve.config.js --open",
Expand All @@ -12,6 +12,7 @@
"build:all-dev": "npm run build:js-dev & npm run build:py"
},
"author": "The Plotly Team",
"author-email": "[email protected]",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.11",
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.1",
"version": "0.0.2",
"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 48d91d5

Please sign in to comment.