diff --git a/CHANGELOG.md b/CHANGELOG.md index cccbf2da8..53fca8d13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [2.0.1](https://github.com/danielcaldas/react-d3-graph/tree/2.0.1) + +[Full Changelog](https://github.com/danielcaldas/react-d3-graph/compare/2.0.0...2.0.1) + +**Fixed bugs:** + +- Links get disappeared while dragging the nodes [\#180](https://github.com/danielcaldas/react-d3-graph/issues/180) Thanks ([kbtganesh](https://github.com/kbtganesh)), ([wendymungovan](https://github.com/wendymungovan)) and ([prateekgoel](https://github.com/prateekgoel)) for reporting + ## [2.0.0](https://github.com/danielcaldas/react-d3-graph/tree/2.0.0) [Full Changelog](https://github.com/danielcaldas/react-d3-graph/compare/2.0.0-rc2...2.0.0) diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index dcb04bf3b..4b7131d91 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -11,13 +11,12 @@ and publish under npm registry. ### Release steps 1. npm run dist -2. npm run docs:lint (fix if errors) -3. Update versioning in package.json -4. npm run docs -5. Small tweaks on documentation page (quicklinks) -6. Replace current files in docs for the generated ones in gen-docs -7. Generate CHANGELOG.md (github_changelog_generator -u GITHUB_USERNAME) -8. git commit -m "Release x.x.x" -9. Create release x.x.x in github -10. git pull (origin master) -11. npm publish +2. Update versioning in package.json +3. npm run docs +4. Small tweaks on documentation page (quicklinks) +5. Replace current files in docs for the generated ones in gen-docs +6. Generate CHANGELOG.md (github_changelog_generator -u GITHUB_USERNAME) +7. git commit -m "Release x.x.x" +8. Create release x.x.x in github +9. git pull (origin master) +10. npm publish diff --git a/docs/0.3.0.html b/docs/0.3.0.html index 01c05a2e2..ba69519d3 100644 --- a/docs/0.3.0.html +++ b/docs/0.3.0.html @@ -21,7 +21,7 @@

πŸ”— Live Demo

Versions