Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 7a7bcac

Browse files
committed
chore(release): 0.3.0
1 parent 5ebcc3c commit 7a7bcac

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,47 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.3.0"></a>
6+
# [0.3.0](https://github.com/Metnew/react-semantic.ui-starter/compare/v0.2.0...v0.3.0) (2017-10-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **actions/utils:** fix awral import ([4ee2c9a](https://github.com/Metnew/react-semantic.ui-starter/commit/4ee2c9a))
12+
* **actions/utils:** fix comments about awral disabling ([f12aa33](https://github.com/Metnew/react-semantic.ui-starter/commit/f12aa33))
13+
* **containers/Login:** fix input fields onChange ([486601e](https://github.com/Metnew/react-semantic.ui-starter/commit/486601e))
14+
* **jest_config:** add process.env.BASE_API ([bfff20b](https://github.com/Metnew/react-semantic.ui-starter/commit/bfff20b))
15+
* **jest_config:** remove BASE_API assign in test mode ([651e370](https://github.com/Metnew/react-semantic.ui-starter/commit/651e370))
16+
* **package:** update jsonwebtoken to version 8.0.0 ([c2aad78](https://github.com/Metnew/react-semantic.ui-starter/commit/c2aad78))
17+
* **package:** update react to version 16.0.0 ([ace78b4](https://github.com/Metnew/react-semantic.ui-starter/commit/ace78b4))
18+
* **package:** update react-dom to version 16.0.0 ([54089cc](https://github.com/Metnew/react-semantic.ui-starter/commit/54089cc))
19+
* **package:** update semantic-ui-react to version 0.72.0 ([a914351](https://github.com/Metnew/react-semantic.ui-starter/commit/a914351))
20+
* **package:** update semantic-ui-react to version 0.73.0 ([1f1adf8](https://github.com/Metnew/react-semantic.ui-starter/commit/1f1adf8))
21+
* **package:** update semantic-ui-react to version 0.74.0 ([9707aec](https://github.com/Metnew/react-semantic.ui-starter/commit/9707aec))
22+
* **package:** update semantic-ui-react to version 0.75.0 ([1a8b3e7](https://github.com/Metnew/react-semantic.ui-starter/commit/1a8b3e7))
23+
* **package.json:** remove babel-preset-es2015 ([f341308](https://github.com/Metnew/react-semantic.ui-starter/commit/f341308))
24+
* **package.json:** remove uglify-js ([b6d3980](https://github.com/Metnew/react-semantic.ui-starter/commit/b6d3980))
25+
* **reducers/layout:** remove APPLICATION_INIT ([f615586](https://github.com/Metnew/react-semantic.ui-starter/commit/f615586))
26+
* **webpack_config:** use rimraf instead of rm rf ([18ba44f](https://github.com/Metnew/react-semantic.ui-starter/commit/18ba44f))
27+
* **webpack_config:** use webpack's uglifyjs instead of uglifyjs plugin ([5ebcc3c](https://github.com/Metnew/react-semantic.ui-starter/commit/5ebcc3c))
28+
* **webpack_config/:** fix UglifyJS plugin, use rimraf ([c720fc8](https://github.com/Metnew/react-semantic.ui-starter/commit/c720fc8))
29+
* **xhr_wrapper:** add status in response, use 'options' and 'cb' ([a52318a](https://github.com/Metnew/react-semantic.ui-starter/commit/a52318a))
30+
31+
32+
### Features
33+
34+
* **actons/auth:** add nock in tests ([7cef458](https://github.com/Metnew/react-semantic.ui-starter/commit/7cef458))
35+
* **actons/auth:** add nock in tests, fix tests ([17e9b55](https://github.com/Metnew/react-semantic.ui-starter/commit/17e9b55))
36+
* **actons/utils:** disable "FINALLY", "BEFORE_PENDING" in awral ([3558336](https://github.com/Metnew/react-semantic.ui-starter/commit/3558336))
37+
* **api/LocalStorateCookiesSvc:** remove store2, add comments ([a056b6c](https://github.com/Metnew/react-semantic.ui-starter/commit/a056b6c))
38+
* **components/Header:** make Header stateless ([c657cc8](https://github.com/Metnew/react-semantic.ui-starter/commit/c657cc8))
39+
* **components/Logo:** add test file ([de4d758](https://github.com/Metnew/react-semantic.ui-starter/commit/de4d758))
40+
* **components/RouteAuth:** add RouteAuth tests ([c824599](https://github.com/Metnew/react-semantic.ui-starter/commit/c824599))
41+
* **package.json:** install "sinon" in dev deps ([3dfa763](https://github.com/Metnew/react-semantic.ui-starter/commit/3dfa763))
42+
* **package.json:** install awral[@1](https://github.com/1).2.0 ([6e5716c](https://github.com/Metnew/react-semantic.ui-starter/commit/6e5716c))
43+
44+
45+
546
<a name="0.2.0"></a>
647
# [0.2.0](https://github.com/Metnew/react-semantic.ui-starter/compare/v0.1.1...v0.2.0) (2017-10-16)
748

package-lock.json

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.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-semantic.ui-starter",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"main": "src/client/index.jsx",
55
"description": "Advanced universal React starter built with a scale in mind.",
66
"dependencies": {

0 commit comments

Comments
 (0)