From 6575e908b7464efb85b7e06dcc35bc6da934166d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Mathieu?= Date: Tue, 29 May 2018 21:57:17 -0400 Subject: [PATCH] chore(package): release 0.5.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c64fbd18..959c9c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +## [0.5.1](https://github.com/monicahq/chandler/compare/0.5.0...0.5.1) (2018-05-30) + + +### Bug Fixes + +* iphone x layout ([#248](https://github.com/monicahq/chandler/issues/248)) ([a25b604](https://github.com/monicahq/chandler/commit/a25b604)) + +## Packages +* **package:** update react-navigation to version 2.0.4 ([#232](https://github.com/monicahq/chandler/issues/232)) ([5a2b5cd](https://github.com/monicahq/chandler/commit/5a2b5cd)), closes [#231](https://github.com/monicahq/chandler/issues/231) +* **package:** update typesafe-actions to version 2.0.4 ([#235](https://github.com/monicahq/chandler/issues/235)) ([64b0668](https://github.com/monicahq/chandler/commit/64b0668)) +* **package:** update frisbee to version 2.0.5 ([#243](https://github.com/monicahq/chandler/issues/243)) ([a5e385d](https://github.com/monicahq/chandler/commit/a5e385d)) +* **package:** update react to version 16.4.0 ([ea548ed](https://github.com/monicahq/chandler/commit/ea548ed)) +* **package:** update react-native-code-push to version 5.3.4 ([854a1d2](https://github.com/monicahq/chandler/commit/854a1d2)) +* **package:** update react-native-splash-screen to version 3.0.7 ([#245](https://github.com/monicahq/chandler/issues/245)) ([78abfbb](https://github.com/monicahq/chandler/commit/78abfbb)) +* **package:** update react-navigation to version 2.0.2 ([2f02ebd](https://github.com/monicahq/chandler/commit/2f02ebd)) + + + # [0.5.0](https://github.com/monicahq/chandler/compare/0.4.2...0.5.0) (2018-05-21) @@ -13,6 +32,9 @@ * contact relationships display ([f49a6f3](https://github.com/monicahq/chandler/commit/f49a6f3)) * login + add contact labels ([ae65b7a](https://github.com/monicahq/chandler/commit/ae65b7a)) * login react array key ([23b8463](https://github.com/monicahq/chandler/commit/23b8463)) +* **android:** checkbox icon size ([5a02013](https://github.com/monicahq/chandler/commit/5a02013)) +* search calling wrong pages ([2db911c](https://github.com/monicahq/chandler/commit/2db911c)) +* removed beta messages from the app for apple acceptation ([b3041d5](https://github.com/monicahq/chandler/commit/b3041d5)) ### Performance Improvements diff --git a/package.json b/package.json index e1ad16c8..6ace35c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monica", - "version": "0.5.0", + "version": "0.5.1", "private": true, "scripts": { "commit": "commit",