diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e9c06eb..e54cd59c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [1.3.0](https://github.com/danielcaldas/react-d3-graph/tree/1.3.0) (2018-06-25) + +**NOTE**: This release contains only PR [\#79](https://github.com/danielcaldas/react-d3-graph/pull/79) cherry picked from master. + +[Full Changelog](https://github.com/danielcaldas/react-d3-graph/compare/1.2.2...1.3.0) + +**Merged pull requests:** + +* Customize color for a link [\#79](https://github.com/danielcaldas/react-d3-graph/pull/79) + ## [1.2.2](https://github.com/danielcaldas/react-d3-graph/tree/1.2.2) (2018-05-14) **NOTE**: This release contains only some minor fixes picked from master. Out of scope of this relase is diff --git a/README.md b/README.md index 1ba797dfd..8f8a5852c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![npm](https://img.shields.io/npm/dw/react-d3-graph.svg?style=flat-square)](https://www.npmjs.com/package/react-d3-graph) [![npm](https://img.shields.io/npm/dt/react-d3-graph.svg?style=flat-square)](https://www.npmjs.com/package/react-d3-graph) -:book: [1.2.2](https://danielcaldas.github.io/react-d3-graph/docs/index.html) +:book: [documentation](https://danielcaldas.github.io/react-d3-graph/docs/index.html) ### _Interactive and configurable graphs with react and d3 effortlessly_ diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 6f06adb6b..dcb04bf3b 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -4,19 +4,20 @@ This is not yet a full automated process, so here are a few steps to get the thi and publish under npm registry. ### Setup (serve a local version to run tests against it) -1. npm run dist:sandbox -2. npm run start + +1. npm run dist:sandbox +2. npm run start + ### 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. Update README links to documentation -8. git commit -m "Release x.x.x" -9. Create release x.x.x in github + +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. Generate CHANGELOG.md (github_changelog_generator -u GITHUB_USERNAME) -12. git commit -m "Update CHANGELOG" -13. npm publish +11. npm publish diff --git a/docs/0.3.0.html b/docs/0.3.0.html index 3846c763f..6e3ad3187 100644 --- a/docs/0.3.0.html +++ b/docs/0.3.0.html @@ -21,7 +21,8 @@

🔗 Live Demo

Versions