From 34727ccc7c473fdadcd34a20b6a017354caf8843 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Jan 2018 04:45:10 -0800 Subject: [PATCH] chore(release): v0.1.0 - Jan 29, 2018, 4:45 AM [skip ci] # [0.1.0](https://github.com/akhenda/AlphaRN/compare/v0.0.2...v0.1.0) (2018-01-29) ### Bug Fixes * patch react-native-offline-mode ([eaa9c58](https://github.com/akhenda/AlphaRN/commit/eaa9c58)) * **auth:** fix authentication flow ([92d5e0b](https://github.com/akhenda/AlphaRN/commit/92d5e0b)) * **build:** downgrade semantic release plugins and update CI congigs ([7bdce6e](https://github.com/akhenda/AlphaRN/commit/7bdce6e)) ### Features * **auth:** create homepage screen ([b13309d](https://github.com/akhenda/AlphaRN/commit/b13309d)) * **auth:** create login screen ([c089a97](https://github.com/akhenda/AlphaRN/commit/c089a97)) * **auth:** create sign up screen ([44588ef](https://github.com/akhenda/AlphaRN/commit/44588ef)) * **components:** create ActivitySpinner common component ([383942b](https://github.com/akhenda/AlphaRN/commit/383942b)) * **components:** create Form common component ([81a6745](https://github.com/akhenda/AlphaRN/commit/81a6745)) * **components:** create LoadingIndicator common component ([94290e4](https://github.com/akhenda/AlphaRN/commit/94290e4)) * **components:** create LogoWrapper common component ([fb9e5b7](https://github.com/akhenda/AlphaRN/commit/fb9e5b7)) * **containers:** create Screen template for containers ([d7025a1](https://github.com/akhenda/AlphaRN/commit/d7025a1)) * **intro:** wire up the app intro ([a6a91b3](https://github.com/akhenda/AlphaRN/commit/a6a91b3)) * **models:** create user model and enable use of fixturesAPI ([c3fb68f](https://github.com/akhenda/AlphaRN/commit/c3fb68f)) * **navigation:** create drawer menu ([4f75cd6](https://github.com/akhenda/AlphaRN/commit/4f75cd6)) * **navigation:** create the root container ([30cadcd](https://github.com/akhenda/AlphaRN/commit/30cadcd)) * **offline:** create network problem page ([6f114b9](https://github.com/akhenda/AlphaRN/commit/6f114b9)) * **profile:** create profile page ([e2f8a68](https://github.com/akhenda/AlphaRN/commit/e2f8a68)) * **redux:** wire up redux ([1880986](https://github.com/akhenda/AlphaRN/commit/1880986)) * **services:** create API and fixturesAPI services ([5b5bf12](https://github.com/akhenda/AlphaRN/commit/5b5bf12)) * **theme:** create app theme ([6bb0a40](https://github.com/akhenda/AlphaRN/commit/6bb0a40)) * create initial app intro page ([f9518a9](https://github.com/akhenda/AlphaRN/commit/f9518a9)) * implement sign out ([05e828d](https://github.com/akhenda/AlphaRN/commit/05e828d)) --- docs/CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ ios/AlphaRN/Info.plist | 30 +++++++++++++++--------------- package.json | 2 +- 3 files changed, 49 insertions(+), 16 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ac82acf..5dd6fc1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,36 @@ + +# [0.1.0](https://github.com/akhenda/AlphaRN/compare/v0.0.2...v0.1.0) (2018-01-29) + + +### Bug Fixes + +* patch react-native-offline-mode ([eaa9c58](https://github.com/akhenda/AlphaRN/commit/eaa9c58)) +* **auth:** fix authentication flow ([92d5e0b](https://github.com/akhenda/AlphaRN/commit/92d5e0b)) +* **build:** downgrade semantic release plugins and update CI congigs ([7bdce6e](https://github.com/akhenda/AlphaRN/commit/7bdce6e)) + + +### Features + +* **auth:** create homepage screen ([b13309d](https://github.com/akhenda/AlphaRN/commit/b13309d)) +* **auth:** create login screen ([c089a97](https://github.com/akhenda/AlphaRN/commit/c089a97)) +* **auth:** create sign up screen ([44588ef](https://github.com/akhenda/AlphaRN/commit/44588ef)) +* **components:** create ActivitySpinner common component ([383942b](https://github.com/akhenda/AlphaRN/commit/383942b)) +* **components:** create Form common component ([81a6745](https://github.com/akhenda/AlphaRN/commit/81a6745)) +* **components:** create LoadingIndicator common component ([94290e4](https://github.com/akhenda/AlphaRN/commit/94290e4)) +* **components:** create LogoWrapper common component ([fb9e5b7](https://github.com/akhenda/AlphaRN/commit/fb9e5b7)) +* **containers:** create Screen template for containers ([d7025a1](https://github.com/akhenda/AlphaRN/commit/d7025a1)) +* **intro:** wire up the app intro ([a6a91b3](https://github.com/akhenda/AlphaRN/commit/a6a91b3)) +* **models:** create user model and enable use of fixturesAPI ([c3fb68f](https://github.com/akhenda/AlphaRN/commit/c3fb68f)) +* **navigation:** create drawer menu ([4f75cd6](https://github.com/akhenda/AlphaRN/commit/4f75cd6)) +* **navigation:** create the root container ([30cadcd](https://github.com/akhenda/AlphaRN/commit/30cadcd)) +* **offline:** create network problem page ([6f114b9](https://github.com/akhenda/AlphaRN/commit/6f114b9)) +* **profile:** create profile page ([e2f8a68](https://github.com/akhenda/AlphaRN/commit/e2f8a68)) +* **redux:** wire up redux ([1880986](https://github.com/akhenda/AlphaRN/commit/1880986)) +* **services:** create API and fixturesAPI services ([5b5bf12](https://github.com/akhenda/AlphaRN/commit/5b5bf12)) +* **theme:** create app theme ([6bb0a40](https://github.com/akhenda/AlphaRN/commit/6bb0a40)) +* create initial app intro page ([f9518a9](https://github.com/akhenda/AlphaRN/commit/f9518a9)) +* implement sign out ([05e828d](https://github.com/akhenda/AlphaRN/commit/05e828d)) + ## [0.0.2](https://github.com/akhenda/AlphaRN/compare/v0.0.1...v0.0.2) (2018-01-26) diff --git a/ios/AlphaRN/Info.plist b/ios/AlphaRN/Info.plist index 215fd1f..d296f72 100644 --- a/ios/AlphaRN/Info.plist +++ b/ios/AlphaRN/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.0.2 + 0.1.0 CFBundleSignature ???? CFBundleVersion - 2 + 3 LSRequiresIPhoneOS NSAppTransportSecurity @@ -36,19 +36,7 @@ NSLocationWhenInUseUsageDescription - - UIRequiredDeviceCapabilities - - armv7 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UIViewControllerBasedStatusBarAppearance - + UIAppFonts Entypo.ttf @@ -64,5 +52,17 @@ SimpleLineIcons.ttf Zocial.ttf + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UIViewControllerBasedStatusBarAppearance + diff --git a/package.json b/package.json index 39419ed..9deaff1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "AlphaRN", - "version": "0.0.2", + "version": "0.1.0", "private": true, "scripts": { "gc": "git add . && git-cz",