From 094282b241592379517de2486fc052703050f912 Mon Sep 17 00:00:00 2001 From: Gabriel Hofman Date: Sun, 27 Dec 2020 13:50:05 +0100 Subject: [PATCH] chore(release): v1.0.0 [skip ci] --- CHANGELOG.md | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..8f7c1703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,77 @@ +# Changelog + +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.0.0 (2020-12-27) + + +### Features + +* add a basic default fastlane config for Android ([e8c43c3](https://github.com/tsyirvo/react-native-starter/commit/e8c43c3610595e54c1e46ce4317295ae6ffb047d)) +* add a basic default fastlane config for iOS ([ec91bed](https://github.com/tsyirvo/react-native-starter/commit/ec91bed04373a783267f2140e3141768c214eafa)) +* add a lane to add new testers devices IDs ([6cf88ce](https://github.com/tsyirvo/react-native-starter/commit/6cf88ceedbb24e1e024d9a080252c6b89f7de85c)) +* add an utility to handle styling depending on devices sizes ([15fcd62](https://github.com/tsyirvo/react-native-starter/commit/15fcd629f7fce847e2a55d2bc4fec6d66c4fcd6b)) +* add automatic version handling for Fastlane iOS ([95527ce](https://github.com/tsyirvo/react-native-starter/commit/95527ce14aa024ff44137e2b4646043c8e84d45e)) +* add better locales management ([#129](https://github.com/tsyirvo/react-native-starter/issues/129)) ([4140902](https://github.com/tsyirvo/react-native-starter/commit/4140902db89314bb1c1c5629b1d5777c692a8f3d)) +* add commit linting ([996c011](https://github.com/tsyirvo/react-native-starter/commit/996c011a248aa89e50286fe795f7588f4568f0be)) +* add dummy firebase config files ([cb9c1d3](https://github.com/tsyirvo/react-native-starter/commit/cb9c1d328d7aac65c8c888d1705910fd1b0d53fc)) +* add Fastlane versionning for Android ([245a276](https://github.com/tsyirvo/react-native-starter/commit/245a276e7b9ff3784393e40b9e80d09d7d85734a)) +* add multiple envs for android and ios ([9c23ddf](https://github.com/tsyirvo/react-native-starter/commit/9c23ddf6504d50a9d6c6b2566313a7efe1fe828f)) +* add new primitives ([#130](https://github.com/tsyirvo/react-native-starter/issues/130)) ([5482b70](https://github.com/tsyirvo/react-native-starter/commit/5482b70addd4e7539a58da3b0a8f21d7ab154f09)) +* add screen tracking ([3089dd6](https://github.com/tsyirvo/react-native-starter/commit/3089dd60f06338101617fec18b7b405af33d583d)) +* add support for Fastlane push certificates ([a320d87](https://github.com/tsyirvo/react-native-starter/commit/a320d879fecdd9c2d475174ffa00cbf320037b9d)) +* add the Android part of the import script ([c9007e0](https://github.com/tsyirvo/react-native-starter/commit/c9007e0afff02b721d610ad5492c91aafed1f608)) +* add the ios fastlane config ([caf0070](https://github.com/tsyirvo/react-native-starter/commit/caf007028d3adb6f2c4a2d82ccdfb3d6de17c988)) +* add the stories for the theme elements ([c55b7f1](https://github.com/tsyirvo/react-native-starter/commit/c55b7f1dd07849f66e409c2c391527d256159a96)) +* autoload all stories files ([52cfd70](https://github.com/tsyirvo/react-native-starter/commit/52cfd700d7297b9fe0ab5c07f40e6760ba9c6a4f)) +* better styles on the home page ([c27cf1d](https://github.com/tsyirvo/react-native-starter/commit/c27cf1d340165bfec5a2d1a7f1208fd9cfb60e60)) +* better theme file ([7d59227](https://github.com/tsyirvo/react-native-starter/commit/7d592279b765cf7c63595598c77a067688386380)) +* configure codepush for android ([014bcc8](https://github.com/tsyirvo/react-native-starter/commit/014bcc8059061eea6975e465c44cdd91a821cb11)) +* configure codepush for ios ([52ebb22](https://github.com/tsyirvo/react-native-starter/commit/52ebb22d7fbc38d5523594ee48186db88d4202de)) +* configure firebase for android ([fc1dca4](https://github.com/tsyirvo/react-native-starter/commit/fc1dca4c3aadc61b04d6d2782a78f318734a6011)) +* configure firebase for ios ([6d617b8](https://github.com/tsyirvo/react-native-starter/commit/6d617b8450ecfebdad2ec31e7c3dc6d71dbc4c00)) +* configure storyshots to automate jest testing ([14842b5](https://github.com/tsyirvo/react-native-starter/commit/14842b5d0d6b0b7c3f682eb31f477cbd00cee745)) +* create a changelog when releasing iOS builds ([ad1affc](https://github.com/tsyirvo/react-native-starter/commit/ad1affcf1161e192f547f2008d06516f39d8a16a)) +* create a new page generator ([cf2980b](https://github.com/tsyirvo/react-native-starter/commit/cf2980b1af392d0d605c26527a7168007ccda948)) +* create a wrapper for some stories ([86d7c0c](https://github.com/tsyirvo/react-native-starter/commit/86d7c0c22144076412ebd43a6d1af91df9759399)) +* create stories for the built-in components ([39d56e7](https://github.com/tsyirvo/react-native-starter/commit/39d56e7847bbd3f59ea2c520ef44592092bb82e6)) +* create targets for each env on ios ([c770bf1](https://github.com/tsyirvo/react-native-starter/commit/c770bf1439528e90dba3279d2f4876659fa54d95)) +* fix ios build cache and prettier build output ([0be7efe](https://github.com/tsyirvo/react-native-starter/commit/0be7efe9bf6713db28e7e80e0537db9dd97faeb6)) +* integrate crashlytics ([58157b7](https://github.com/tsyirvo/react-native-starter/commit/58157b7c5815f3fc5a589f181c7aa1ee38ff503a)) +* lint the commit msg before linting the whole project ([68da934](https://github.com/tsyirvo/react-native-starter/commit/68da934a34931d0596b48c17ade5ea3cb2efe7e1)) +* log custom analytic events ([fb8a833](https://github.com/tsyirvo/react-native-starter/commit/fb8a833f7914c9251df53bf8dc516ad143346e08)) +* migrate from tslint to eslint ([5c76f87](https://github.com/tsyirvo/react-native-starter/commit/5c76f875bf988913a8c49642528df57ccf9361a5)) +* migrate to the latest detox version ([01a8c0f](https://github.com/tsyirvo/react-native-starter/commit/01a8c0fbaf53fca22a4d9cad1bd5f6dc202c3928)) +* only disable the necessary ESlint rules ([df29743](https://github.com/tsyirvo/react-native-starter/commit/df29743c0f9132c37c168abfde7cb1be997ec96c)) +* only run if file is an image ([b189bf2](https://github.com/tsyirvo/react-native-starter/commit/b189bf25bce493a7171f63a638119648defced14)) +* setup dangerjs ([3643eb8](https://github.com/tsyirvo/react-native-starter/commit/3643eb8fa4186745d342224b66d2adefa717062a)) +* setup test and ios e2e ([3cbe1c0](https://github.com/tsyirvo/react-native-starter/commit/3cbe1c06cf2ea67fa7123e235cd2452aa278966c)) +* start migrating to i18n-next ([c5ba845](https://github.com/tsyirvo/react-native-starter/commit/c5ba8450fc72b7b2635fcda887aff569d71ec8c7)) +* start of the android fastlane config ([1f97898](https://github.com/tsyirvo/react-native-starter/commit/1f978989965a732e78f24b7b942fddd40978adac)) +* start setting up android e2e testing ([2e0f912](https://github.com/tsyirvo/react-native-starter/commit/2e0f912010c56c7dad4138747c8964563c4b1f36)) +* support adding folders without nesting ([987bd94](https://github.com/tsyirvo/react-native-starter/commit/987bd94ba35416ae1d2ed2c5173c6a1154d708b8)) +* support folder nesting && filter out bad files ([6a75ecb](https://github.com/tsyirvo/react-native-starter/commit/6a75ecbae579237c753d455fdca9d3c226f94c8e)) +* support passing multiple files to the image script ([e304063](https://github.com/tsyirvo/react-native-starter/commit/e304063d77faa6b01571bfe191378c179b206416)) +* toggle storybook from the dev menu ([3516764](https://github.com/tsyirvo/react-native-starter/commit/35167645205a28e56d442864fa2ed40128c86e97)) +* update README to explain Fastlane usage ([5b1d177](https://github.com/tsyirvo/react-native-starter/commit/5b1d177e29f2f26fa5fb792a58c2da6e09bb6ff5)) +* update storybook and add basic addons examples ([b50e654](https://github.com/tsyirvo/react-native-starter/commit/b50e654ff480504c075d003d12df0b1f81448ee7)) +* update the Fastlane flows ([#139](https://github.com/tsyirvo/react-native-starter/issues/139)) ([129db04](https://github.com/tsyirvo/react-native-starter/commit/129db04abb2da20049574c4888373f5fa3a240a9)) +* update the prettier config ([3534518](https://github.com/tsyirvo/react-native-starter/commit/3534518c1c9a6537c114b7ca114ac74c0c4f97b0)) +* update the versionning handling for iOS ([f694b0c](https://github.com/tsyirvo/react-native-starter/commit/f694b0c7e782accc9bff576c7c9a815f9f2813e8)) +* use testing-library for better tests utilities ([b9a0ecd](https://github.com/tsyirvo/react-native-starter/commit/b9a0ecdd87991653fcbe65b068a7503799e6bdb1)) +* wip of adding a link to the storybook from the dev menu ([a2b678e](https://github.com/tsyirvo/react-native-starter/commit/a2b678e1a7372a2004890fcb643fb514553202fd)) + + +### Bug Fixes + +* cleanup of the elision function ([0273b95](https://github.com/tsyirvo/react-native-starter/commit/0273b956bad4f2f7b9dcb5f1ecd33dbff55dcfff)) +* fix crashing while getting the locales on iOS13 ([7837d39](https://github.com/tsyirvo/react-native-starter/commit/7837d39cc14c1f458272d01256b04d1b6609e550)) +* fix some bad danger js config ([2bcb3ec](https://github.com/tsyirvo/react-native-starter/commit/2bcb3ecf68d332de2a60c34830006f13e3735578)) +* fix spacing units ([f4b5a3f](https://github.com/tsyirvo/react-native-starter/commit/f4b5a3fec4a588f90948c6fa547cb2e9fabc568f)) +* fix the `test:staged` command ([cb8ee04](https://github.com/tsyirvo/react-native-starter/commit/cb8ee04ff821ff48346f4979590f4ac1d8bc2318)) +* make the pod install for all targets and enable flipper for the dev one ([b4090ee](https://github.com/tsyirvo/react-native-starter/commit/b4090eeb6cebf3e9d3fcd784935fea8debd88b20)) +* make the scheme shared ([41343b3](https://github.com/tsyirvo/react-native-starter/commit/41343b3968666111fe0ca4994f3a9045af55ec8b)) +* remove deleted target from podfile ([0a20dd1](https://github.com/tsyirvo/react-native-starter/commit/0a20dd1ab0699109c5f2f5dc9c08ee0d174dec68)) +* remove the useless android permissions added by rn ([8d5223d](https://github.com/tsyirvo/react-native-starter/commit/8d5223d9e73f2e0dd1de3776d820a0578edf9729)) +* update detox script ([aa4def4](https://github.com/tsyirvo/react-native-starter/commit/aa4def4677fa7da1178978211a555305b6f76837)) +* update the plist file ([ac2d865](https://github.com/tsyirvo/react-native-starter/commit/ac2d86538cd9d3aa3362e6995310e33a1d57d154))