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

Commit

Permalink
chore(release): v0.1.0 - Jan 29, 2018, 4:45 AM [skip ci]
Browse files Browse the repository at this point in the history
<a name="0.1.0"></a>
# [0.1.0](v0.0.2...v0.1.0) (2018-01-29)

### Bug Fixes

* patch react-native-offline-mode ([eaa9c58](eaa9c58))
* **auth:** fix authentication flow ([92d5e0b](92d5e0b))
* **build:** downgrade semantic release plugins and update CI congigs ([7bdce6e](7bdce6e))

### Features

* **auth:** create homepage screen ([b13309d](b13309d))
* **auth:** create login screen ([c089a97](c089a97))
* **auth:** create sign up screen ([44588ef](44588ef))
* **components:** create ActivitySpinner common component ([383942b](383942b))
* **components:** create Form common component ([81a6745](81a6745))
* **components:** create LoadingIndicator common component ([94290e4](94290e4))
* **components:** create LogoWrapper common component ([fb9e5b7](fb9e5b7))
* **containers:** create Screen template for containers ([d7025a1](d7025a1))
* **intro:** wire up the app intro ([a6a91b3](a6a91b3))
* **models:** create user model and enable use of fixturesAPI ([c3fb68f](c3fb68f))
* **navigation:** create drawer menu ([4f75cd6](4f75cd6))
* **navigation:** create the root container ([30cadcd](30cadcd))
* **offline:** create network problem page ([6f114b9](6f114b9))
* **profile:** create profile page ([e2f8a68](e2f8a68))
* **redux:** wire up redux ([1880986](1880986))
* **services:** create API and fixturesAPI services ([5b5bf12](5b5bf12))
* **theme:** create app theme ([6bb0a40](6bb0a40))
* create initial app intro page ([f9518a9](f9518a9))
* implement sign out ([05e828d](05e828d))
  • Loading branch information
semantic-release-bot committed Jan 29, 2018
1 parent 7bdce6e commit 34727cc
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 16 deletions.
33 changes: 33 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
<a name="0.1.0"></a>
# [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))

<a name="0.0.2"></a>
## [0.0.2](https://github.com/akhenda/AlphaRN/compare/v0.0.1...v0.0.2) (2018-01-26)

Expand Down
30 changes: 15 additions & 15 deletions ios/AlphaRN/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.0.2</string>
<string>0.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>3</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand All @@ -36,19 +36,7 @@
</dict>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string/>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<string></string>
<key>UIAppFonts</key>
<array>
<string>Entypo.ttf</string>
Expand All @@ -64,5 +52,17 @@
<string>SimpleLineIcons.ttf</string>
<string>Zocial.ttf</string>
</array>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AlphaRN",
"version": "0.0.2",
"version": "0.1.0",
"private": true,
"scripts": {
"gc": "git add . && git-cz",
Expand Down

0 comments on commit 34727cc

Please sign in to comment.