Skip to content

Commit d7911ae

Browse files
committed
Release 2.0.2
1 parent e4a0761 commit d7911ae

File tree

13 files changed

+4715
-4698
lines changed

13 files changed

+4715
-4698
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## [2.0.2](https://github.com/danielcaldas/react-d3-graph/tree/2.0.2)
4+
5+
[Full Changelog](https://github.com/danielcaldas/react-d3-graph/compare/2.0.1...2.0.2)
6+
7+
**Fixed bugs:**
8+
9+
- Delete \(remove\) nodes and links from graph [\#183](https://github.com/danielcaldas/react-d3-graph/issues/183)
10+
11+
**Closed issues:**
12+
13+
- Is there a way to make the graph render consistently? [\#193](https://github.com/danielcaldas/react-d3-graph/issues/193)
14+
- Addition to readme [\#190](https://github.com/danielcaldas/react-d3-graph/issues/190)
15+
16+
**Merged pull requests:**
17+
18+
- Update README.md [\#191](https://github.com/danielcaldas/react-d3-graph/pull/191) ([danielcaldas](https://github.com/danielcaldas))
19+
- Specify links in Graph component update [\#186](https://github.com/danielcaldas/react-d3-graph/pull/186) ([grant37](https://github.com/grant37))
20+
321
## [2.0.1](https://github.com/danielcaldas/react-d3-graph/tree/2.0.1)
422

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

RELEASE_PROCESS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
## Release Process
22

3-
This is not yet a full automated process, so here are a few steps to get the thing properly released on github
4-
and publish under npm registry.
3+
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.
54

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

docs/0.3.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h4><a href="https://github.com/danielcaldas/react-d3-graph" target="_blank">
2121
<h4><a href="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html" target="_blank">🔗 Live Demo</a></h4>
2222
<h5>Versions</h5>
2323
<ul>
24-
<li><a href="./index.html">2.0.1 (latest) 🚀</a></li>
24+
<li><a href="./index.html">2.0.2 (latest) 🚀</a></li>
2525
<li><a href="./1.3.0.html">1.3.0</a></li>
2626
<li><a href="./1.2.2.html">1.2.2</a></li>
2727
<li><a href="./1.2.0.html">1.2.0</a></li>

docs/0.4.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h4><a href="https://github.com/danielcaldas/react-d3-graph" target="_blank">
2121
<h4><a href="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html" target="_blank">🔗 Live Demo</a></h4>
2222
<h5>Versions</h5>
2323
<ul>
24-
<li><a href="./index.html">2.0.1 (latest) 🚀</a></li>
24+
<li><a href="./index.html">2.0.2 (latest) 🚀</a></li>
2525
<li><a href="./1.3.0.html">1.3.0</a></li>
2626
<li><a href="./1.2.2.html">1.2.2</a></li>
2727
<li><a href="./1.2.0.html">1.2.0</a></li>

0 commit comments

Comments
 (0)