From 71b7b9c8e44da6eac9bd341d8318979488ee5ae0 Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Date: Fri, 29 May 2020 19:24:50 -0300 Subject: [PATCH] Last changes before Release v1.1.0 --- .github/auto_assign.yml | 2 -- CHANGELOG.md | 8 ++++++-- CODEOWNERS | 2 +- README.md | 1 - package.json | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 64ed3934..2af6b067 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -7,7 +7,6 @@ addAssignees: true # A list of reviewers to be added to pull requests (GitHub user name) reviewers: - sfernandez11 - - ignaciosantise - guidoprinc - felire @@ -18,7 +17,6 @@ numberOfReviewers: 0 # A list of assignees, overrides reviewers if set assignees: - sfernandez11 - - ignaciosantise - guidoprinc - felire diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f6a855..dbbf996a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [1.1.0] - 2020-05-29 + +- Migrated React Navigation configuration to [v5](https://reactnavigation.org/) + ## [1.0.1] - 2020-05-04 - Re-uploaded bootstrap version due to internet connection error @@ -19,7 +23,7 @@ All notable changes to this project will be documented in this file. ## [0.8.0] - 2020-04-08 - Added multiple env configuration (Debug, QA, Stage and Production) for Android and iOS projects -- Removed unused targets from iOS project and Podfile ([Ruby script](generators/app/tasks/appSetup/scriptIosConfig.rb)) +- Removed unused targets from iOS project and Podfile ([Ruby script](generators/app/tasks/scriptIosConfig.rb)) - Added configuration to use [firebaseFilesScript](generators/app/templates/googleServicesConfig/firebaseFilesScript.sh) script for Android and iOS projects to automatically copy Google services files - Added secret files to `.gitignore` - Added new Wolmo RN icons for Android and iOS projects @@ -27,7 +31,7 @@ All notable changes to this project will be documented in this file. ## [0.7.3] - 2020-04-03 - Fixed Push Notifications config on `AndroidManifest` -- Added again (temporary) the lane to change the `bundleId (update_bundle_identifier)` and a `TODO` in [editBundleIdentifier](generators/app/tasks/appSetup/editBundleIdentifier.js) task +- Added again (temporary) the lane to change the `bundleId (update_bundle_identifier)` and a `TODO` in [editBundleIdentifier](generators/app/tasks/editBundleIdentifier.js) task ## [0.7.2] - 2020-04-03 diff --git a/CODEOWNERS b/CODEOWNERS index c3a6fc96..93e304d6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @ignaciosantise @guidoprinc @sfernandez11 \ No newline at end of file +* @guidoprinc @sfernandez11 \ No newline at end of file diff --git a/README.md b/README.md index e64468a4..14c1d230 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,6 @@ This project was written by [Wolox](http://www.wolox.com.ar). It is mantained by - ![Wolox](https://raw.githubusercontent.com/Wolox/press-kit/master/logos/logo_banner.png). diff --git a/package.json b/package.json index f1879ae7..901c48cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-wolmo-bootstrap-rn", - "version": "1.0.1", + "version": "1.1.0", "description": "A project generator for react native applications with some boilerplates already configured and ready to use.", "files": [ "generators"