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

Commit

Permalink
Merge pull request #120 from Metnew/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Metnew authored Nov 4, 2017
2 parents aec7c59 + 90f87a4 commit e72f1a4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 19 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.

<a name="1.0.1"></a>
## [1.0.1](https://github.com/Metnew/suicrux/compare/v1.0.0...v1.0.1) (2017-11-04)


<a name="1.0.0"></a>
# [1.0.0](https://github.com/Metnew/suicrux/compare/v0.4.0...v1.0.0) (2017-11-04)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suicrux",
"version": "1.0.0",
"version": "1.0.1",
"main": "src/client/index.jsx",
"description": "Advanced universal React starter built with a scale in mind.",
"dependencies": {
Expand Down
7 changes: 0 additions & 7 deletions src/common/actions/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ export const WINDOW_RESIZE = (innerWidth: number) => ({
}
})

// See reducers/layout for an additional info:
// export const ADD_STYLES_TO_ELEMENT = (element
// ) => (styles) => ({
// element,
// styles
// })

export type UI_OPEN_SIDEBAR_TYPE = {type: 'UI_OPEN_SIDEBAR'}
export type UI_CLOSE_SIDEBAR_TYPE = {type: 'UI_CLOSE_SIDEBAR'}
export type UI_WINDOW_RESIZE_TYPE = {
Expand Down
10 changes: 0 additions & 10 deletions src/common/reducers/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,6 @@ export function layout (state: State = initialState, action: Action): State {
...state,
sidebarOpened: false
}
// See actions/layout for more info
// case APPLY_STYLES:{
// const {element, styles} = payload
// return {
// ...state,
// styles: {
// [element]: styles
// }
// }
// }
default:
return state
}
Expand Down

0 comments on commit e72f1a4

Please sign in to comment.