Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsyirvo committed Jan 4, 2021
1 parent d459f73 commit e1b4727
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.1.0](https://github.com/tsyirvo/react-native-starter/compare/v1.0.0...v1.1.0) (2021-01-04)


### Features

* create the deploy workflow ([e153d9e](https://github.com/tsyirvo/react-native-starter/commit/e153d9ef1389aec5fb7feb8f1f38e4d2251253f5))
* create the quality workflow ([c1a58f9](https://github.com/tsyirvo/react-native-starter/commit/c1a58f942b1c5ca0d93a6f5cff92ccfa91feb490))
* create the tag and release workflow ([d459f73](https://github.com/tsyirvo/react-native-starter/commit/d459f730575aa7eb7367fe27d00e93bb3ab6314b))

## 1.0.0 (2020-12-27)


Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 26819354
versionName "1.0.0"
versionName "1.1.0"
multiDexEnabled true

resValue "string", "build_config_package", "ninja.gab.rnStarter"
Expand Down
2 changes: 1 addition & 1 deletion ios/development-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.0</string>
<string>1.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/rnStarter/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.0</string>
<string>1.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/staging-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.0</string>
<string>1.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</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": "rn-starter",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit e1b4727

Please sign in to comment.