Skip to content

Commit

Permalink
chore(release): v1.0.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrk committed Mar 23, 2021
1 parent 00fc5c5 commit 1f020f6
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 6 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

<a name="v1.0.1-alpha.1"></a>
## [v1.0.1-alpha.1](https://github.com/Cloudoki/appdoki-rn/compare/v1.0.1-alpha.0...v1.0.1-alpha.1)
###### *Mar 23, 2021*

### Bug Fixes

* **BottomSheetScreen:** flash when opening ([5d779d4](https://github.com/Cloudoki/appdoki-rn/commit/5d779d4)),

### Features

* **other:**
* BottomSheetScreen ([60ab774](https://github.com/Cloudoki/appdoki-rn/commit/60ab774)),
* adds get next week day util ([72a2aad](https://github.com/Cloudoki/appdoki-rn/commit/72a2aad)),
* adds Picker and TimePicker ([c036eac](https://github.com/Cloudoki/appdoki-rn/commit/c036eac)),
* Preferences screen and Clockify reminder ([6dc8e17](https://github.com/Cloudoki/appdoki-rn/commit/6dc8e17)),

### Performance Improvements

* **other:** disable RNScreens because of degraded performance ([fab4c7b](https://github.com/Cloudoki/appdoki-rn/commit/fab4c7b)),


<a name="v1.0.1-alpha.0"></a>
## v1.0.1-alpha.0
###### *Dec 2, 2020*
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
// BEGIN VERSIONS
versionCode 4
versionName "1.0.1-alpha.0"
versionCode 5
versionName "1.0.1-alpha.1"
multiDexEnabled true
}
splits {
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "appdoki",
"displayName": "appdoki",
"version": "1.0.1-alpha.0"
"version": "1.0.1-alpha.1"
}
4 changes: 2 additions & 2 deletions ios/appdoki/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1-alpha.0</string>
<string>1.0.1-alpha.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1606932889180</string>
<string>1616526018277</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appdoki-rn",
"version": "1.0.1-alpha.0",
"version": "1.0.1-alpha.1",
"homepage": "https://github.com/Cloudoki/appdoki-rn.git#readme",
"bugs": {
"url": "https://github.com/Cloudoki/appdoki-rn/issues"
Expand Down

0 comments on commit 1f020f6

Please sign in to comment.