Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
chore(version): updated to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokto committed Jun 4, 2018
1 parent bf4280a commit 43a609f
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 24 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="0.6.0"></a>
# [0.6.0](https://github.com/monicahq/chandler/compare/0.5.1...0.6.0) (2018-06-04)


### Bug Fixes

* validation of a local network url ([#271](https://github.com/monicahq/chandler/issues/271)) ([bf4280a](https://github.com/monicahq/chandler/commit/bf4280a))

### Features

* add the ability to add notes ([#265](https://github.com/monicahq/chandler/issues/265)) ([49f68e3](https://github.com/monicahq/chandler/commit/49f68e3))
* add the ability to edit a note ([#252](https://github.com/monicahq/chandler/issues/252)) ([2f5126f](https://github.com/monicahq/chandler/commit/2f5126f))



<a name="0.5.1"></a>
## [0.5.1](https://github.com/monicahq/chandler/compare/0.5.0...0.5.1) (2018-05-30)

Expand Down
10 changes: 5 additions & 5 deletions android/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ GEM
dotenv (2.4.0)
emoji_regex (0.1.1)
excon (0.62.0)
faraday (0.15.1)
faraday (0.15.2)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
faraday (>= 0.7.4)
http-cookie (~> 1.0.0)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
fastimage (2.1.3)
fastlane (2.96.1)
fastlane (2.97.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.3, < 3.0.0)
babosa (>= 1.0.2, < 2.0.0)
Expand All @@ -50,7 +50,7 @@ GEM
multipart-post (~> 2.0.0)
plist (>= 3.1.0, < 4.0.0)
public_suffix (~> 2.0.0)
rubyzip (>= 1.1.0, < 2.0.0)
rubyzip (>= 1.2.1, < 2.0.0)
security (= 0.1.3)
simctl (~> 1.6.3)
slack-notifier (>= 2.0.0, < 3.0.0)
Expand Down Expand Up @@ -99,7 +99,7 @@ GEM
multi_xml (0.6.0)
multipart-post (2.0.0)
nanaimo (0.2.5)
naturally (2.1.0)
naturally (2.2.0)
os (0.9.6)
plist (3.4.0)
public_suffix (2.0.5)
Expand Down Expand Up @@ -131,7 +131,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
unicode-display_width (1.3.2)
unicode-display_width (1.3.3)
word_wrap (1.0.0)
xcodeproj (1.5.9)
CFPropertyList (>= 2.3.3, < 4.0)
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ android {
applicationId "com.monicahq.app"
minSdkVersion 16
targetSdkVersion 27
versionCode 7
versionName "0.5.0"
versionCode 9
versionName "0.6.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
13 changes: 12 additions & 1 deletion android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
default_platform(:android)

platform :android do
desc "Submit a new Beta Build to Android Play store"
desc "Submit a new Alpha Build to Android Play store"
lane :alpha do
increment_version_code
gradle(task: "assembleRelease")
Expand All @@ -23,6 +23,17 @@ platform :android do
)
end

desc "Submit a new Beta Build to Android Play store"
lane :beta do
increment_version_code
gradle(task: "assembleRelease")

supply(
track: "beta",
apk: "#{lane_context[SharedValues::GRADLE_APK_OUTPUT_PATH]}"
)
end

lane :version do |options|
android_set_version_name(
version_name: options[:version],
Expand Down
5 changes: 5 additions & 0 deletions android/fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ or alternatively using `brew cask install fastlane`
```
fastlane android alpha
```
Submit a new Alpha Build to Android Play store
### android beta
```
fastlane android beta
```
Submit a new Beta Build to Android Play store
### android version
```
Expand Down
1 change: 1 addition & 0 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# org.gradle.parallel=true

android.useDeprecatedNdk=true
android.enableAapt2=false

MONICA_RELEASE_STORE_FILE=../mobile-credentials/android/monica-release.keystore
MONICA_RELEASE_KEY_ALIAS=monica-alias
10 changes: 5 additions & 5 deletions ios/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ GEM
dotenv (2.4.0)
emoji_regex (0.1.1)
excon (0.62.0)
faraday (0.15.1)
faraday (0.15.2)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
faraday (>= 0.7.4)
http-cookie (~> 1.0.0)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
fastimage (2.1.3)
fastlane (2.96.1)
fastlane (2.97.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.3, < 3.0.0)
babosa (>= 1.0.2, < 2.0.0)
Expand All @@ -50,7 +50,7 @@ GEM
multipart-post (~> 2.0.0)
plist (>= 3.1.0, < 4.0.0)
public_suffix (~> 2.0.0)
rubyzip (>= 1.1.0, < 2.0.0)
rubyzip (>= 1.2.1, < 2.0.0)
security (= 0.1.3)
simctl (~> 1.6.3)
slack-notifier (>= 2.0.0, < 3.0.0)
Expand Down Expand Up @@ -97,7 +97,7 @@ GEM
multi_xml (0.6.0)
multipart-post (2.0.0)
nanaimo (0.2.5)
naturally (2.1.0)
naturally (2.2.0)
os (0.9.6)
plist (3.4.0)
public_suffix (2.0.5)
Expand Down Expand Up @@ -129,7 +129,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
unicode-display_width (1.3.2)
unicode-display_width (1.3.3)
word_wrap (1.0.0)
xcodeproj (1.5.9)
CFPropertyList (>= 2.3.3, < 4.0)
Expand Down
4 changes: 2 additions & 2 deletions ios/Monica-tvOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.0</string>
<string>0.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>23</string>
<string>25</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/Monica-tvOSTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.0</string>
<string>0.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>23</string>
<string>25</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions ios/Monica.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1816,7 +1816,7 @@
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_ENTITLEMENTS = Monica/Monica.entitlements;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 23;
CURRENT_PROJECT_VERSION = 25;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = MVHSH3DLRY;
HEADER_SEARCH_PATHS = (
Expand Down Expand Up @@ -1853,7 +1853,7 @@
CODE_SIGN_ENTITLEMENTS = Monica/Monica.entitlements;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 23;
CURRENT_PROJECT_VERSION = 25;
DEVELOPMENT_TEAM = MVHSH3DLRY;
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand Down
4 changes: 2 additions & 2 deletions ios/Monica/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.5.0</string>
<string>0.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>23</string>
<string>25</string>
<key>CodePushDeploymentKey</key>
<string>i2oKT3PzZCZzwbJSF7Yb3HIo35lhH103vGVHM</string>
<key>ITSAppUsesNonExemptEncryption</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/MonicaTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.0</string>
<string>0.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>23</string>
<string>25</string>
</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": "monica",
"version": "0.5.1",
"version": "0.6.0",
"private": true,
"scripts": {
"commit": "commit",
Expand Down

0 comments on commit 43a609f

Please sign in to comment.