From 723c86c77f86a8dde5bdc87a2845346b965568cf Mon Sep 17 00:00:00 2001 From: "@Salakar" Date: Mon, 3 Aug 2020 09:45:52 +0000 Subject: [PATCH] chore(release): release packages - @react-native-firebase/admob@7.4.0 - @react-native-firebase/analytics@7.4.0 - @react-native-firebase/app@8.3.0 - @react-native-firebase/auth@8.3.0 - @react-native-firebase/crashlytics@8.2.0 - @react-native-firebase/database@7.4.0 - @react-native-firebase/dynamic-links@7.4.0 - @react-native-firebase/firestore@7.5.0 - @react-native-firebase/functions@7.3.0 - @react-native-firebase/iid@7.3.0 - @react-native-firebase/in-app-messaging@7.3.0 - @react-native-firebase/messaging@7.6.0 - @react-native-firebase/ml-natural-language@7.3.0 - @react-native-firebase/ml-vision@7.3.0 - @react-native-firebase/perf@7.3.0 - @react-native-firebase/remote-config@8.1.0 - @react-native-firebase/storage@7.3.0 - @react-native-firebase/template@6.9.0 - react-native-firebase-tests@8.2.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8de131580e..c7c3c4a587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.6.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/messaging@7.5.0...@react-native-firebase/messaging@7.6.0) (2020-08-03) + +### Bug Fixes + +- **messaging:** added missing `from` property in Remote Message type ([#4030](https://github.com/invertase/react-native-firebase/issues/4030)) ([ce39abf](https://github.com/invertase/react-native-firebase/commit/ce39abf9c0affe00ea13e2ad1580ac42bbb54a30)) + +### Features + +- use latest android & ios Firebase SDKs version ([#3956](https://github.com/invertase/react-native-firebase/issues/3956)) ([e7b4bb3](https://github.com/invertase/react-native-firebase/commit/e7b4bb31b05985c044b1f01625a43e364bb653ef)) +- **messaging,android:** save notification payload for messages that arrive in the foreground ([#3896](https://github.com/invertase/react-native-firebase/issues/3896)) ([ff768fc](https://github.com/invertase/react-native-firebase/commit/ff768fce54b2185a67958ea7d253a18ba40404b8)) + # [7.5.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/messaging@7.4.2...@react-native-firebase/messaging@7.5.0) (2020-07-23) ### Features diff --git a/package.json b/package.json index 494f2b30ec..b892b0c54e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/messaging", - "version": "7.5.0", + "version": "7.6.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - React Native Firebase provides native integration of Firebase Cloud Messaging (FCM) for both Android & iOS. FCM is a cost free service, allowing for server-device and device-device communication. The React Native Firebase Messaging module provides a simple JavaScript API to interact with FCM.", "main": "lib/index.js",