From 913186325992923a768ff38c0de6330924d02ffa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Dec 2018 19:43:32 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 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)) --- CHANGELOG.md | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..2bb182165 --- /dev/null +++ b/CHANGELOG.md @@ -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))