Skip to content

Commit 48d91d5

Browse files
author
Xing Han Lu
authored
Release v0.0.2 (#13)
* Bump Version * Bundle update * Improve Changelog
1 parent 1083274 commit 48d91d5

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.0.2] - 2018-11-08
10+
### Added
11+
* Author email and improve description
12+
* Data section of demos readme
13+
* Added the components "dash", "dash-html-components", and "dash-renderer" as explicit package requirements.
14+
15+
### Changed
16+
* Move grid layout data file
17+
* Change App.js react demo data to be local
18+
* Installation steps in readme to use yarn
19+
20+
21+
### Updated
22+
* Cytoscape.js version, correct component import
23+
24+
### Fixed
25+
* Correct unpkg link error
26+
* Markdown formatting for CONTRIBUTING.md
27+
28+
929
## [0.0.1] - 2018-11-03
1030
### Added
1131
- First pre-release version of dash-cytoscape. Still WIP, so prepare to see it break 🔧

dash_cytoscape/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dash-cytoscape",
3-
"version": "0.0.1",
4-
"description": "dash-cytoscape",
3+
"version": "0.0.2",
4+
"description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js",
55
"main": "build/index.js",
66
"scripts": {
77
"start": "webpack-serve ./webpack.serve.config.js --open",
@@ -12,6 +12,7 @@
1212
"build:all-dev": "npm run build:js-dev & npm run build:py"
1313
},
1414
"author": "The Plotly Team",
15+
"author-email": "[email protected]",
1516
"license": "MIT",
1617
"dependencies": {
1718
"lodash": "^4.17.11",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-cytoscape",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js",
55
"main": "build/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)