Skip to content

Commit

Permalink
chore(release): v1.0.1-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrk committed Dec 2, 2020
1 parent 12dd35d commit 493e283
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Change Log

<a name="v1.0.1-alpha.0"></a>
## v1.0.1-alpha.0
###### *Dec 2, 2020*

### Bug Fixes

* **auth:** user logged out on app kill ([2d89f55](https://github.com/Cloudoki/appdoki-rn/commit/2d89f55)),
* **Feed:** wrong receiver avatar uri ([696341f](https://github.com/Cloudoki/appdoki-rn/commit/696341f)),
* **other:** app freeze on splash screen ([e463db2](https://github.com/Cloudoki/appdoki-rn/commit/e463db2)),
* **beers:** correct load more error event ([215485d](https://github.com/Cloudoki/appdoki-rn/commit/215485d)),

### Features

* **android:** status and navigation bar color sync ([190f774](https://github.com/Cloudoki/appdoki-rn/commit/190f774)),
* **other:**
* live data with cloud messaging ([3aa8ee6](https://github.com/Cloudoki/appdoki-rn/commit/3aa8ee6)),
* subscribe users topic ([901c4f9](https://github.com/Cloudoki/appdoki-rn/commit/901c4f9)),
* dialog screen ([a65da9f](https://github.com/Cloudoki/appdoki-rn/commit/a65da9f)),
* prompt updates from remote config ([0cb9bad](https://github.com/Cloudoki/appdoki-rn/commit/0cb9bad)),
* **animations:**
* fade ([ae20710](https://github.com/Cloudoki/appdoki-rn/commit/ae20710)),
* slide ([833e907](https://github.com/Cloudoki/appdoki-rn/commit/833e907)),
* **Feed:**
* pull to refresh ([4d2c7e4](https://github.com/Cloudoki/appdoki-rn/commit/4d2c7e4)),
* load more on scroll end reached ([38343b8](https://github.com/Cloudoki/appdoki-rn/commit/38343b8)),

### Performance Improvements

* **preferences:** removes useless logic for ios platform ([85b8db4](https://github.com/Cloudoki/appdoki-rn/commit/85b8db4)),
* **other:**
* consistent app feeling across platforms ([f731019](https://github.com/Cloudoki/appdoki-rn/commit/f731019)),
* end of lists messages ([d079460](https://github.com/Cloudoki/appdoki-rn/commit/d079460)),
* **ios:**
* app icons ([54f7a16](https://github.com/Cloudoki/appdoki-rn/commit/54f7a16)),
* splash screen ([3b35307](https://github.com/Cloudoki/appdoki-rn/commit/3b35307)),
* **android:**
* splash screen ([3826337](https://github.com/Cloudoki/appdoki-rn/commit/3826337)),
* app icons ([78cadcf](https://github.com/Cloudoki/appdoki-rn/commit/78cadcf)),
* **beer:** update to use new id prop ([9b8818b](https://github.com/Cloudoki/appdoki-rn/commit/9b8818b)),
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
// BEGIN VERSIONS
versionCode 3
versionCode 4
versionName "1.0.1-alpha.0"
multiDexEnabled true
}
Expand Down
2 changes: 1 addition & 1 deletion ios/appdoki/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>3</string>
<string>1606932889180</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit 493e283

Please sign in to comment.