Skip to content

Commit d05a95a

Browse files
author
Coltin Kifer
committed
chore: build, bump version
1 parent 8f7d126 commit d05a95a

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

docs/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"react-router-redux": "~4.0.7",
8686
"react-router-scroll": "~0.4.1",
8787
"react-runner": "^1.0.3",
88-
"recharts": "^2.5.0",
88+
"recharts": "^2.6.0",
8989
"redux": "4.0.0",
9090
"redux-thunk": "^2.3.0",
9191
"rimraf": "^2.5.4",

src/views/IndexView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class IndexView extends PureComponent {
6969
<Link to={`/${locale}/guide/installation`} className="button install-btn">
7070
<i className="icon-energy" />
7171
{localeGet(locale, 'home', 'install')}
72-
&nbsp;v2.5.0
72+
&nbsp;v2.6.0
7373
</Link>
7474
</p>
7575
<iframe

0 commit comments

Comments
 (0)