Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2018-12-26)

### Bug Fixes

* add components ([302b1ec](302b1ec))
* add deploy homepage ([c9da971](c9da971))
* add more to OKRs ([5dcc968](5dcc968))
* add release scripts ([b716b01](b716b01))
* add router tests ([eab9108](eab9108))
* add types to react-native-device-info ([1f0eb02](1f0eb02))
* catch title undefined for text component ([86b0412](86b0412))
* clean up launcher container ([6edb262](6edb262))
* clean up tsconfig ([e3f84de](e3f84de))
* cleanup gitignore ([d4629ee](d4629ee))
* correct tests ([d77dc85](d77dc85))
* correct tests with web router ([e2f5b99](e2f5b99))
* get linting and testing working ([362ba42](362ba42))
* hook up redux ([555a77d](555a77d))
* removed unused files ([8271bc0](8271bc0))
* rename containers to screens ([e5f1a60](e5f1a60))
* same bundle id between ios and android ([5ffee89](5ffee89))
* test android release ([1558c7a](1558c7a))
* update tests ([9ed7782](9ed7782))

### Features

* add app center ([6d91af3](6d91af3))
* add base typescript ([9875b39](9875b39))
* add button component ([29502be](29502be))
* add card and card section ([b65cf35](b65cf35))
* add cards ([734d911](734d911))
* add ci dependencies ([954d493](954d493))
* add contributing ([c4c51b6](c4c51b6))
* add deploy scripts ([5ef3fad](5ef3fad))
* add icon component ([ce1b63e](ce1b63e))
* add icons ([a3abf2d](a3abf2d))
* add icons ([60cb5b6](60cb5b6))
* add keyboard-aware-scroll-view ([0e4ed7a](0e4ed7a))
* add link component ([713d919](713d919))
* add markdown component ([45dbd5f](45dbd5f))
* add more components ([c6a3be2](c6a3be2))
* add okr container ([8f78051](8f78051))
* add prod tsconfig for web ([d9cfe44](d9cfe44))
* add questionnaire container ([6086a06](6086a06))
* add readme ([55cf4e2](55cf4e2))
* add redux ([6f4405f](6f4405f))
* add redux and router ([80398fd](80398fd))
* add router component ([50e5d31](50e5d31))
* add screen component ([625ce95](625ce95))
* add swipe component ([295828d](295828d))
* add text component ([9af1a74](9af1a74))
* add textinput component ([44019fa](44019fa))
* add theme util ([9377f9c](9377f9c))
* add travis ([23357bc](23357bc))
* get web working ([d833711](d833711))
* ios and android rename ([0eebc44](0eebc44))
* release apk ([c2aba35](c2aba35))
* release candidate ([40dfaa7](40dfaa7))
  • Loading branch information
semantic-release-bot committed Dec 26, 2018
1 parent b716b01 commit 9131863
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# 1.0.0 (2018-12-26)


### Bug Fixes

* add components ([302b1ec](https://github.com/ethanneff/example/commit/302b1ec))
* add deploy homepage ([c9da971](https://github.com/ethanneff/example/commit/c9da971))
* add more to OKRs ([5dcc968](https://github.com/ethanneff/example/commit/5dcc968))
* add release scripts ([b716b01](https://github.com/ethanneff/example/commit/b716b01))
* add router tests ([eab9108](https://github.com/ethanneff/example/commit/eab9108))
* add types to react-native-device-info ([1f0eb02](https://github.com/ethanneff/example/commit/1f0eb02))
* catch title undefined for text component ([86b0412](https://github.com/ethanneff/example/commit/86b0412))
* clean up launcher container ([6edb262](https://github.com/ethanneff/example/commit/6edb262))
* clean up tsconfig ([e3f84de](https://github.com/ethanneff/example/commit/e3f84de))
* cleanup gitignore ([d4629ee](https://github.com/ethanneff/example/commit/d4629ee))
* correct tests ([d77dc85](https://github.com/ethanneff/example/commit/d77dc85))
* correct tests with web router ([e2f5b99](https://github.com/ethanneff/example/commit/e2f5b99))
* get linting and testing working ([362ba42](https://github.com/ethanneff/example/commit/362ba42))
* hook up redux ([555a77d](https://github.com/ethanneff/example/commit/555a77d))
* removed unused files ([8271bc0](https://github.com/ethanneff/example/commit/8271bc0))
* rename containers to screens ([e5f1a60](https://github.com/ethanneff/example/commit/e5f1a60))
* same bundle id between ios and android ([5ffee89](https://github.com/ethanneff/example/commit/5ffee89))
* test android release ([1558c7a](https://github.com/ethanneff/example/commit/1558c7a))
* update tests ([9ed7782](https://github.com/ethanneff/example/commit/9ed7782))


### Features

* add app center ([6d91af3](https://github.com/ethanneff/example/commit/6d91af3))
* add base typescript ([9875b39](https://github.com/ethanneff/example/commit/9875b39))
* add button component ([29502be](https://github.com/ethanneff/example/commit/29502be))
* add card and card section ([b65cf35](https://github.com/ethanneff/example/commit/b65cf35))
* add cards ([734d911](https://github.com/ethanneff/example/commit/734d911))
* add ci dependencies ([954d493](https://github.com/ethanneff/example/commit/954d493))
* add contributing ([c4c51b6](https://github.com/ethanneff/example/commit/c4c51b6))
* add deploy scripts ([5ef3fad](https://github.com/ethanneff/example/commit/5ef3fad))
* add icon component ([ce1b63e](https://github.com/ethanneff/example/commit/ce1b63e))
* add icons ([a3abf2d](https://github.com/ethanneff/example/commit/a3abf2d))
* add icons ([60cb5b6](https://github.com/ethanneff/example/commit/60cb5b6))
* add keyboard-aware-scroll-view ([0e4ed7a](https://github.com/ethanneff/example/commit/0e4ed7a))
* add link component ([713d919](https://github.com/ethanneff/example/commit/713d919))
* add markdown component ([45dbd5f](https://github.com/ethanneff/example/commit/45dbd5f))
* add more components ([c6a3be2](https://github.com/ethanneff/example/commit/c6a3be2))
* add okr container ([8f78051](https://github.com/ethanneff/example/commit/8f78051))
* add prod tsconfig for web ([d9cfe44](https://github.com/ethanneff/example/commit/d9cfe44))
* add questionnaire container ([6086a06](https://github.com/ethanneff/example/commit/6086a06))
* add readme ([55cf4e2](https://github.com/ethanneff/example/commit/55cf4e2))
* add redux ([6f4405f](https://github.com/ethanneff/example/commit/6f4405f))
* add redux and router ([80398fd](https://github.com/ethanneff/example/commit/80398fd))
* add router component ([50e5d31](https://github.com/ethanneff/example/commit/50e5d31))
* add screen component ([625ce95](https://github.com/ethanneff/example/commit/625ce95))
* add swipe component ([295828d](https://github.com/ethanneff/example/commit/295828d))
* add text component ([9af1a74](https://github.com/ethanneff/example/commit/9af1a74))
* add textinput component ([44019fa](https://github.com/ethanneff/example/commit/44019fa))
* add theme util ([9377f9c](https://github.com/ethanneff/example/commit/9377f9c))
* add travis ([23357bc](https://github.com/ethanneff/example/commit/23357bc))
* get web working ([d833711](https://github.com/ethanneff/example/commit/d833711))
* ios and android rename ([0eebc44](https://github.com/ethanneff/example/commit/0eebc44))
* release apk ([c2aba35](https://github.com/ethanneff/example/commit/c2aba35))
* release candidate ([40dfaa7](https://github.com/ethanneff/example/commit/40dfaa7))

0 comments on commit 9131863

Please sign in to comment.