Skip to content

Commit 9655ff7

Browse files
committed
Release 1.2.0
1 parent 4570caa commit 9655ff7

File tree

11 files changed

+5276
-538
lines changed

11 files changed

+5276
-538
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# react-d3-graph · [![Build Status](https://travis-ci.org/danielcaldas/react-d3-graph.svg?branch=master&style=flat-square)](https://travis-ci.org/danielcaldas/react-d3-graph)
22

3-
[![npm version](https://img.shields.io/badge/npm-v1.0.1-blue.svg?longCache=true&style=flat-square)](https://www.npmjs.com/package/react-d3-graph) [![npm stats](https://img.shields.io/badge/downloads-3k-brightgreen.svg?longCache=true&style=flat-square)](https://npm-stat.com/charts.html?package=react-d3-graph&from=2017-04-25) [![probot enabled](https://img.shields.io/badge/probot:stale-enabled-yellow.svg?longCache=true&style=flat-square)](https://probot.github.io/) [![trello](https://img.shields.io/badge/trello-board-blue.svg?longCache=true&style=flat-square)](https://trello.com/b/KrnmFXha/react-d3-graph)
3+
[![npm version](https://img.shields.io/badge/npm-v1.2.0-blue.svg?longCache=true&style=flat-square)](https://www.npmjs.com/package/react-d3-graph) [![npm stats](https://img.shields.io/badge/downloads-3k-brightgreen.svg?longCache=true&style=flat-square)](https://npm-stat.com/charts.html?package=react-d3-graph&from=2017-04-25) [![probot enabled](https://img.shields.io/badge/probot:stale-enabled-yellow.svg?longCache=true&style=flat-square)](https://probot.github.io/) [![trello](https://img.shields.io/badge/trello-board-blue.svg?longCache=true&style=flat-square)](https://trello.com/b/KrnmFXha/react-d3-graph)
44
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
55

6-
:book: [1.0.1](https://danielcaldas.github.io/react-d3-graph/docs/index.html)
6+
:book: [1.2.0](https://danielcaldas.github.io/react-d3-graph/docs/index.html)
77

88
### _Interactive and configurable graphs with react and d3 effortlessly_
99

docs/0.3.0.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ <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">1.0.1 (latest) 🚀</a></li>
24+
<li><a href="./index.html">1.2.0 (latest) 🚀</a></li>
25+
<li><a href="./1.0.1.html">1.0.1</a></li>
2526
<li><a href="./1.0.0.html">1.0.0</a></li>
2627
<li><a href="./0.4.0.html">0.4.0</a></li>
2728
<li><a href="./0.3.0.html">0.3.0</a></li>

docs/0.4.0.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ <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">1.0.1 (latest) 🚀</a></li>
24+
<li><a href="./index.html">1.2.0 (latest) 🚀</a></li>
25+
<li><a href="./1.0.1.html">1.0.1</a></li>
2526
<li><a href="./1.0.0.html">1.0.0</a></li>
2627
<li><a href="./0.4.0.html">0.4.0</a></li>
2728
<li><a href="./0.3.0.html">0.3.0</a></li>

docs/1.0.0.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ <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">1.0.1 (latest) 🚀</a></li>
24+
<li><a href="./index.html">1.2.0 (latest) 🚀</a></li>
25+
<li><a href="./1.0.1.html">1.0.1</a></li>
2526
<li><a href="./1.0.0.html">1.0.0</a></li>
2627
<li><a href="./0.4.0.html">0.4.0</a></li>
2728
<li><a href="./0.3.0.html">0.3.0</a></li>

0 commit comments

Comments
 (0)