Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcaldas committed Apr 27, 2019
1 parent e4a0761 commit d7911ae
Show file tree
Hide file tree
Showing 13 changed files with 4,715 additions and 4,698 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [2.0.2](https://github.com/danielcaldas/react-d3-graph/tree/2.0.2)

[Full Changelog](https://github.com/danielcaldas/react-d3-graph/compare/2.0.1...2.0.2)

**Fixed bugs:**

- Delete \(remove\) nodes and links from graph [\#183](https://github.com/danielcaldas/react-d3-graph/issues/183)

**Closed issues:**

- Is there a way to make the graph render consistently? [\#193](https://github.com/danielcaldas/react-d3-graph/issues/193)
- Addition to readme [\#190](https://github.com/danielcaldas/react-d3-graph/issues/190)

**Merged pull requests:**

- Update README.md [\#191](https://github.com/danielcaldas/react-d3-graph/pull/191) ([danielcaldas](https://github.com/danielcaldas))
- Specify links in Graph component update [\#186](https://github.com/danielcaldas/react-d3-graph/pull/186) ([grant37](https://github.com/grant37))

## [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)
Expand Down
3 changes: 1 addition & 2 deletions RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Release Process

This is not yet a full automated process, so here are a few steps to get the thing properly released on github
and publish under npm registry.
This is not yet a full automated process, so here are a few steps to get the thing properly released on github and publish under npm registry.

### Setup (serve a local version to run tests against it)

Expand Down
2 changes: 1 addition & 1 deletion docs/0.3.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h4><a href="https://github.com/danielcaldas/react-d3-graph" target="_blank">
<h4><a href="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html" target="_blank">🔗 Live Demo</a></h4>
<h5>Versions</h5>
<ul>
<li><a href="./index.html">2.0.1 (latest) 🚀</a></li>
<li><a href="./index.html">2.0.2 (latest) 🚀</a></li>
<li><a href="./1.3.0.html">1.3.0</a></li>
<li><a href="./1.2.2.html">1.2.2</a></li>
<li><a href="./1.2.0.html">1.2.0</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/0.4.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h4><a href="https://github.com/danielcaldas/react-d3-graph" target="_blank">
<h4><a href="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html" target="_blank">🔗 Live Demo</a></h4>
<h5>Versions</h5>
<ul>
<li><a href="./index.html">2.0.1 (latest) 🚀</a></li>
<li><a href="./index.html">2.0.2 (latest) 🚀</a></li>
<li><a href="./1.3.0.html">1.3.0</a></li>
<li><a href="./1.2.2.html">1.2.2</a></li>
<li><a href="./1.2.0.html">1.2.0</a></li>
Expand Down

0 comments on commit d7911ae

Please sign in to comment.