Skip to content

Commit

Permalink
Last changes before Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Fernandez committed May 29, 2020
1 parent bbc7fc0 commit 71b7b9c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ addAssignees: true
# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
- sfernandez11
- ignaciosantise
- guidoprinc
- felire

Expand All @@ -18,7 +17,6 @@ numberOfReviewers: 0
# A list of assignees, overrides reviewers if set
assignees:
- sfernandez11
- ignaciosantise
- guidoprinc
- felire

Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -19,15 +23,15 @@ 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

## [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

Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @ignaciosantise @guidoprinc @sfernandez11
* @guidoprinc @sfernandez11
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ This project was written by [Wolox](http://www.wolox.com.ar). It is mantained by
<a href="https://github.com/sfernandez11"><img src="https://avatars3.githubusercontent.com/u/8583214?s=460&v=4" title="sfernandez11" width="80" height="80"></a>
<a href="https://github.com/guidoprinc"><img src="https://avatars3.githubusercontent.com/u/28304582?s=460&v=4" title="guidoprinc" width="80" height="80"></a>
<a href="https://github.com/felire"><img src="https://avatars3.githubusercontent.com/u/11776795?s=460&v=4" title="felire" width="80" height="80"></a>
<a href="https://github.com/ignaciosantise"><img src="https://avatars3.githubusercontent.com/u/25931366?s=460&v=4" title="ignaciosantise" width="80" height="80"></a>

![Wolox](https://raw.githubusercontent.com/Wolox/press-kit/master/logos/logo_banner.png).

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": "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"
Expand Down

0 comments on commit 71b7b9c

Please sign in to comment.