Skip to content

Commit 21bf569

Browse files
committed
Release 1.3.0
1 parent a515806 commit 21bf569

File tree

15 files changed

+5421
-327
lines changed

15 files changed

+5421
-327
lines changed

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/danielcaldas/react-d3-graph/tree/1.3.0) (2018-06-25)
4+
5+
**NOTE**: This release contains only PR [\#79](https://github.com/danielcaldas/react-d3-graph/pull/79) cherry picked from master.
6+
7+
[Full Changelog](https://github.com/danielcaldas/react-d3-graph/compare/1.2.2...1.3.0)
8+
9+
**Merged pull requests:**
10+
11+
* Customize color for a link [\#79](https://github.com/danielcaldas/react-d3-graph/pull/79)
12+
313
## [1.2.2](https://github.com/danielcaldas/react-d3-graph/tree/1.2.2) (2018-05-14)
414

515
**NOTE**: This release contains only some minor fixes picked from master. Out of scope of this relase is

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![npm](https://img.shields.io/npm/dw/react-d3-graph.svg?style=flat-square)](https://www.npmjs.com/package/react-d3-graph)
77
[![npm](https://img.shields.io/npm/dt/react-d3-graph.svg?style=flat-square)](https://www.npmjs.com/package/react-d3-graph)
88

9-
:book: [1.2.2](https://danielcaldas.github.io/react-d3-graph/docs/index.html)
9+
:book: [documentation](https://danielcaldas.github.io/react-d3-graph/docs/index.html)
1010

1111
### _Interactive and configurable graphs with react and d3 effortlessly_
1212

RELEASE_PROCESS.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ This is not yet a full automated process, so here are a few steps to get the thi
44
and publish under npm registry.
55

66
### Setup (serve a local version to run tests against it)
7-
1. npm run dist:sandbox
8-
2. npm run start
7+
8+
1. npm run dist:sandbox
9+
2. npm run start
10+
911
### Release steps
10-
1. npm run dist
11-
2. npm run docs:lint (fix if errors)
12-
3. Update versioning in package.json
13-
4. npm run docs
14-
5. Small tweaks on documentation page (quicklinks)
15-
6. Replace current files in docs for the generated ones in gen-docs
16-
7. Update README links to documentation
17-
8. git commit -m "Release x.x.x"
18-
9. Create release x.x.x in github
12+
13+
1. npm run dist
14+
2. npm run docs:lint (fix if errors)
15+
3. Update versioning in package.json
16+
4. npm run docs
17+
5. Small tweaks on documentation page (quicklinks)
18+
6. Replace current files in docs for the generated ones in gen-docs
19+
7. Generate CHANGELOG.md (github_changelog_generator -u GITHUB_USERNAME)
20+
8. git commit -m "Release x.x.x"
21+
9. Create release x.x.x in github
1922
10. git pull (origin master)
20-
11. Generate CHANGELOG.md (github_changelog_generator -u GITHUB_USERNAME)
21-
12. git commit -m "Update CHANGELOG"
22-
13. npm publish
23+
11. npm publish

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.2.2 (latest) 🚀</a></li>
24+
<li><a href="./index.html">1.3.0 (latest) 🚀</a></li>
25+
<li><a href="./1.2.2.html">1.2.2</a></li>
2526
<li><a href="./1.2.0.html">1.2.0</a></li>
2627
<li><a href="./1.0.1.html">1.0.1</a></li>
2728
<li><a href="./1.0.0.html">1.0.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.2.2 (latest) 🚀</a></li>
24+
<li><a href="./index.html">1.3.0 (latest) 🚀</a></li>
25+
<li><a href="./1.2.2.html">1.2.2</a></li>
2526
<li><a href="./1.2.0.html">1.2.0</a></li>
2627
<li><a href="./1.0.1.html">1.0.1</a></li>
2728
<li><a href="./1.0.0.html">1.0.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.2.2 (latest) 🚀</a></li>
24+
<li><a href="./index.html">1.3.0 (latest) 🚀</a></li>
25+
<li><a href="./1.2.2.html">1.2.2</a></li>
2526
<li><a href="./1.2.0.html">1.2.0</a></li>
2627
<li><a href="./1.0.1.html">1.0.1</a></li>
2728
<li><a href="./1.0.0.html">1.0.0</a></li>

docs/1.0.1.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.2.2 (latest) 🚀</a></li>
24+
<li><a href="./index.html">1.3.0 (latest) 🚀</a></li>
25+
<li><a href="./1.2.2.html">1.2.2</a></li>
2526
<li><a href="./1.2.0.html">1.2.0</a></li>
2627
<li><a href="./1.0.1.html">1.0.1</a></li>
2728
<li><a href="./1.0.0.html">1.0.0</a></li>

docs/1.2.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.2.2 (latest) 🚀</a></li>
24+
<li><a href="./index.html">1.3.0 (latest) 🚀</a></li>
25+
<li><a href="./1.2.2.html">1.2.2</a></li>
2526
<li><a href="./1.2.0.html">1.2.0</a></li>
2627
<li><a href="./1.0.1.html">1.0.1</a></li>
2728
<li><a href="./1.0.0.html">1.0.0</a></li>

0 commit comments

Comments
 (0)