Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit a7e6eb2

Browse files
author
Vytenis Kučiauskas
committed
chore(release): 1.5.0
1 parent 745a2d3 commit a7e6eb2

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
1+
<a name="1.5.0"></a>
2+
# 1.5.0 (2017-12-25)
3+
4+
* fix(router): Fix base path ([e5f3a1f](https://github.com/nfq-eta/react-typescript/commit/e5f3a1f)), closes [#34](https://github.com/nfq-eta/react-typescript/issues/34)
5+
* fix(SSR): Fixed SSR routes ([bbccc2e](https://github.com/nfq-eta/react-typescript/commit/bbccc2e))
6+
* fix(SSR): Fixed SSR routes ([dc55fe1](https://github.com/nfq-eta/react-typescript/commit/dc55fe1))
7+
* fix(SSR): Fixed SSR routes ([997f532](https://github.com/nfq-eta/react-typescript/commit/997f532))
8+
* fix(SSR): Fixed SSR routes ([d0da471](https://github.com/nfq-eta/react-typescript/commit/d0da471))
9+
* fix(SSR): Fixed SSR routes ([5a952c5](https://github.com/nfq-eta/react-typescript/commit/5a952c5))
10+
* style(ssr): Some ssr fixes ([424b704](https://github.com/nfq-eta/react-typescript/commit/424b704))
11+
* style(ssr): Some ssr fixes ([94af536](https://github.com/nfq-eta/react-typescript/commit/94af536))
12+
* build(SSR): Server side rendering ([eee4b03](https://github.com/nfq-eta/react-typescript/commit/eee4b03))
13+
* Merge branch 'master' of github.com:nfq-eta/react-typescript into feature/base-structure ([262f80f](https://github.com/nfq-eta/react-typescript/commit/262f80f))
14+
* Merge branch 'master' of github.com:nfq-eta/react-typescript into feature/base-structure ([fa1db59](https://github.com/nfq-eta/react-typescript/commit/fa1db59))
15+
* Merge branch 'master' of github.com:nfq-eta/react-typescript into feature/base-structure ([bc05a9d](https://github.com/nfq-eta/react-typescript/commit/bc05a9d))
16+
* Update .travis.yml ([bbaddc2](https://github.com/nfq-eta/react-typescript/commit/bbaddc2))
17+
* Update .travis.yml ([1d7daee](https://github.com/nfq-eta/react-typescript/commit/1d7daee))
18+
* Update .travis.yml ([b5a1a09](https://github.com/nfq-eta/react-typescript/commit/b5a1a09))
19+
* ci(travis): Added base path to react router ([8cadaf3](https://github.com/nfq-eta/react-typescript/commit/8cadaf3)), closes [#34](https://github.com/nfq-eta/react-typescript/issues/34)
20+
* ci(travis): Added base path to react router ([66b0f8b](https://github.com/nfq-eta/react-typescript/commit/66b0f8b)), closes [#34](https://github.com/nfq-eta/react-typescript/issues/34)
21+
* ci(travis): updated depenedency ([72bf6b2](https://github.com/nfq-eta/react-typescript/commit/72bf6b2))
22+
* ci(travis): updated depenedency ([5f14be8](https://github.com/nfq-eta/react-typescript/commit/5f14be8))
23+
* ci(travis): updated depenedency ([01c8f15](https://github.com/nfq-eta/react-typescript/commit/01c8f15))
24+
* refactor: Refactor base structure ([0462e13](https://github.com/nfq-eta/react-typescript/commit/0462e13)), closes [#32](https://github.com/nfq-eta/react-typescript/issues/32)
25+
26+
27+
### BREAKING CHANGE
28+
29+
* index.tsx should be reafactored to keep in mind about SSR
30+
31+
132
<a name="1.4.2"></a>
233
## 1.4.2 (2017-12-13)
334

35+
* chore(release): 1.4.2 ([c2ff584](https://github.com/nfq-eta/react-typescript/commit/c2ff584))
436
* Saving files before refreshing line endings ([0740bdc](https://github.com/nfq-eta/react-typescript/commit/0740bdc))
537

638

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-typescript",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"main": "index.js",
55
"license": "MIT",
66
"description": "React & typescript boilerplate",

0 commit comments

Comments
 (0)