diff --git a/CHANGELOG.md b/CHANGELOG.md index aba05443..481e6a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. + +## [1.3.5](https://github.com/Metnew/suicrux/compare/v1.3.3...v1.3.5) (2017-11-30) + + +### Bug Fixes + +* **containers:** fix sticky footer on FF ([77f37ca](https://github.com/Metnew/suicrux/commit/77f37ca)) +* **package:** update packages ([05bb1c6](https://github.com/Metnew/suicrux/commit/05bb1c6)) +* **package:** update semantic-ui-react to version 0.77.0 ([a4dc873](https://github.com/Metnew/suicrux/commit/a4dc873)) +* **webpack_config:** clean autodll libraries list ([e289153](https://github.com/Metnew/suicrux/commit/e289153)) + + + ## [1.3.4](https://github.com/Metnew/suicrux/compare/v1.3.3...v1.3.4) (2017-11-10) diff --git a/package-lock.json b/package-lock.json index e72562ed..028fde38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "suicrux", - "version": "1.3.4", + "version": "1.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 82adcccb..454f3199 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "suicrux", - "version": "1.3.4", + "version": "1.3.5", "main": "src/client/index.jsx", "description": "Advanced universal React starter built with a scale in mind.", "dependencies": { @@ -108,7 +108,6 @@ "postcss-import": "^11.0.0", "postcss-loader": "^2.0.9", "postcss-reporter": "^5.0.0", - "pseudossl": "^1.0.1", "react-hot-loader": "^3.1.3", "react-test-renderer": "^16.2.0", "redux-devtools-extension": "^2.13.2", @@ -136,6 +135,7 @@ "immutable": "^3.8.2", "normalizr": "^3.2.4", "query-string": "^5.0.1", + "pseudossl": "^1.0.1", "reselect": "^3.0.1", "store2": "^2.5.9", "webpack-shell-plugin": "^0.5.0"