Skip to content

Commit 8565a7f

Browse files
committed
Release 1.0.1
1 parent 7844895 commit 8565a7f

File tree

9 files changed

+6100
-1317
lines changed

9 files changed

+6100
-1317
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# react-d3-graph · [![Build Status](https://travis-ci.org/danielcaldas/react-d3-graph.svg?branch=master)](https://travis-ci.org/danielcaldas/react-d3-graph) [![npm version](https://img.shields.io/badge/npm-v1.0.0-blue.svg)](https://www.npmjs.com/package/react-d3-graph) [![npm stats](https://img.shields.io/badge/downloads-2k-brightgreen.svg)](https://npm-stat.com/charts.html?package=react-d3-graph&from=2017-04-25&to=2018-02-11) [![probot enabled](https://img.shields.io/badge/probot:stale-enabled-yellow.svg)](https://probot.github.io/) [![trello](https://img.shields.io/badge/trello-board-blue.svg)](https://trello.com/b/KrnmFXha/react-d3-graph)
2-
:book: [1.0.0](https://danielcaldas.github.io/react-d3-graph/docs/index.html) | [0.4.0](https://danielcaldas.github.io/react-d3-graph/docs/0.4.0.html) | [0.3.0](https://danielcaldas.github.io/react-d3-graph/docs/0.3.0.html)
1+
# react-d3-graph · [![Build Status](https://travis-ci.org/danielcaldas/react-d3-graph.svg?branch=master)](https://travis-ci.org/danielcaldas/react-d3-graph) [![npm version](https://img.shields.io/badge/npm-v1.0.1-blue.svg)](https://www.npmjs.com/package/react-d3-graph) [![npm stats](https://img.shields.io/badge/downloads-2k-brightgreen.svg)](https://npm-stat.com/charts.html?package=react-d3-graph&from=2017-04-25&to=2018-02-11) [![probot enabled](https://img.shields.io/badge/probot:stale-enabled-yellow.svg)](https://probot.github.io/) [![trello](https://img.shields.io/badge/trello-board-blue.svg)](https://trello.com/b/KrnmFXha/react-d3-graph)
2+
:book: [1.0.1](https://danielcaldas.github.io/react-d3-graph/docs/index.html) | [1.0.0](https://danielcaldas.github.io/react-d3-graph/docs/1.0.0.html) | [0.4.0](https://danielcaldas.github.io/react-d3-graph/docs/0.4.0.html) | [0.3.0](https://danielcaldas.github.io/react-d3-graph/docs/0.3.0.html)
33

44
### *Interactive and configurable graphs with react and d3 effortlessly*
55

RELEASE_PROCESS.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,20 @@
33
This is not yet a full automated process, so here are a few steps to get the thing properly released on github
44
and publish under npm registry.
55

6+
### Setup (serve a local version to run tests against it)
7+
1. npm run dist:sandbox
8+
2. npm run start
9+
### Release steps
610
1. npm run dist
711
2. npm run docs:lint (fix if errors)
812
3. Update versioning in package.json
913
4. npm run docs
1014
5. Small tweaks on documentation page (quicklinks)
1115
6. Replace current files in docs for the generated ones in gen-docs
12-
7. git commit -m "Release x.x.x"
13-
8. Create release x.x.x in github
14-
9. git pull (origin master)
15-
10. Generate CHANGELOG.md (github_changelog_generator -u GITHUB_USERNAME)
16-
11. git commit -m "Update CHANGELOG"
17-
12. npm publish
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
19+
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

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.0 (latest)</a></li>
24+
<li><a href="./index.html">1.0.1 (latest) 🚀</a></li>
25+
<li><a href="./1.0.0.html">1.0.0</a></li>
2526
<li><a href="./0.4.0.html">0.4.0</a></li>
2627
<li><a href="./0.3.0.html">0.3.0</a></li>
2728
</ul>

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.0 (latest)</a></li>
24+
<li><a href="./index.html">1.0.1 (latest) 🚀</a></li>
25+
<li><a href="./1.0.0.html">1.0.0</a></li>
2526
<li><a href="./0.4.0.html">0.4.0</a></li>
2627
<li><a href="./0.3.0.html">0.3.0</a></li>
2728
</ul>

0 commit comments

Comments
 (0)