From 7bcf89be59b4a7ca471f67a4ce95cb1b4fed72b8 Mon Sep 17 00:00:00 2001 From: Gabriel Hofman Date: Mon, 4 Jan 2021 13:16:52 +0000 Subject: [PATCH] chore(release): v1.1.0 --- CHANGELOG.md | 7 +++++++ android/app/build.gradle | 2 +- ios/development-Info.plist | 2 +- ios/rnStarter/Info.plist | 2 +- ios/staging-Info.plist | 2 +- package.json | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f7c1703..5ddfc880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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 + +* migrate to Github Actions ([#140](https://github.com/tsyirvo/react-native-starter/issues/140)) ([64a38f0](https://github.com/tsyirvo/react-native-starter/commit/64a38f0a1268179c2e608261fbd778b03fc65eb8)) + ## 1.0.0 (2020-12-27) diff --git a/android/app/build.gradle b/android/app/build.gradle index 9c2904b6..def4230c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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" diff --git a/ios/development-Info.plist b/ios/development-Info.plist index 19eb845f..b3a85cae 100644 --- a/ios/development-Info.plist +++ b/ios/development-Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.0 + 1.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/ios/rnStarter/Info.plist b/ios/rnStarter/Info.plist index 6d2b4aa5..1a68afe7 100644 --- a/ios/rnStarter/Info.plist +++ b/ios/rnStarter/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.0 + 1.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/ios/staging-Info.plist b/ios/staging-Info.plist index ce3570f4..82f286c7 100644 --- a/ios/staging-Info.plist +++ b/ios/staging-Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.0 + 1.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/package.json b/package.json index 55f3dc67..63b7adf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rn-starter", - "version": "1.0.0", + "version": "1.1.0", "private": true, "repository": { "type": "git",