Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroHc committed May 31, 2020
1 parent 082442a commit 1a70cad
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# Changelog

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/Foodie-DAAM/foodie/compare/v1.0.0...v1.1.0) (2020-05-31)


### Features

* Allow users to update their profile data. ([d4cf2fb](https://github.com/Foodie-DAAM/foodie/commit/d4cf2fb06a3321db3607b317a1aae75022ae97a9))
* Users can now rate recipes ([082442a](https://github.com/Foodie-DAAM/foodie/commit/082442a13e797e4148c8cc213fc8fd9ba79e8872))


### Bug Fixes

* Drawer menu now respects dark theme, and labels are now correctly translated ([b7cbdc0](https://github.com/Foodie-DAAM/foodie/commit/b7cbdc07f7dfc433aa5bf15874b349c68a1f840a))

## 1.0.0 (2020-05-28)
Initial release.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Foodie",
"slug": "foodie",
"description": "All your favourite recipes just a click away",
"version": "1.0.0",
"version": "1.1.0",
"sdkVersion": "37.0.0",
"icon": "./assets/icon.png",
"githubUrl": "https://github.com/Foodie-DAAM/foodie",
Expand All @@ -27,7 +27,7 @@
],
"ios": {
"bundleIdentifier": "net.sandrohc.foodie",
"buildNumber": "1.0.0",
"buildNumber": "1.1.0",
"supportsTablet": true,
"config": {
"googleSignIn": {
Expand All @@ -37,7 +37,7 @@
},
"android": {
"package": "net.sandrohc.foodie",
"versionCode": 370010000,
"versionCode": 370010100,
"config": {
"googleSignIn": {
"apiKey": "AIzaSyDMdUbrpsRRw-hdd9L1FoX0PNemBNfHEXA",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.1.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit 1a70cad

Please sign in to comment.