diff --git a/docs-react-native/react-native/docs/release-notes.md b/docs-react-native/react-native/docs/release-notes.md index ef6546cb..e8b8acdb 100644 --- a/docs-react-native/react-native/docs/release-notes.md +++ b/docs-react-native/react-native/docs/release-notes.md @@ -5,7 +5,7 @@ next: /react-native/docs/usage previous: /react-native/docs/installation --- -## 7.7.0-0 +## 7.7.0 - **[Android]**: Fixes an issue with foreground `PRESS` event being treated as a background event (Fixes [#621](https://github.com/invertase/notifee/issues/621)). - **[Android]**: Fixes an issue where the event details of a notification were incorrect and were from another notification (Fixes [#637](https://github.com/invertase/notifee/issues/637) and [#651](https://github.com/invertase/notifee/issues/651)). diff --git a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml index 5dbca3ad..c01130f0 100644 --- a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml +++ b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml @@ -8,6 +8,6 @@ 202108261754 - 20230323140212 + 20230415115001 diff --git a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.md5 b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.md5 index 9ed8ff4c..fe72d5fa 100644 --- a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.md5 +++ b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.md5 @@ -1 +1 @@ -09bc8c5cf2faeb489646683b1f219413 \ No newline at end of file +0d1348f3235bb8c98c9b73e7c3cb65c5 \ No newline at end of file diff --git a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha1 b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha1 index 79dbe855..9a55be99 100644 --- a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha1 +++ b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha1 @@ -1 +1 @@ -a8e4a1b0cc5af955fe9894e7cc2c80bcc6fcc104 \ No newline at end of file +5ece6fd2c35836043b4496e73395740ff5630701 \ No newline at end of file diff --git a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha256 b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha256 index 5d3d73a1..d4a253d4 100644 --- a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha256 +++ b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha256 @@ -1 +1 @@ -55c19344759afec6547d7c44d7eada59dc666fff9e1e400c5c3cf6982db8e054 \ No newline at end of file +e0570f8068276dc5757feabb3459c2a82f68981b837e9c7d68cd080966064511 \ No newline at end of file diff --git a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha512 b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha512 index cecfbba1..b05f44e9 100644 --- a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha512 +++ b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha512 @@ -1 +1 @@ -eb0fa58caedb0a46c526936e33e7252301a487c95ba7db16f2c6bead66308c7ae95b58a403ff8a0b1bf5dc272223acd17daee3502634dccb013d2ea5fd7fb92e \ No newline at end of file +ecc87df1b3fc5318d41b9fa5ec0c47320177b3a0ea24f972c78fbadd647ec75f1f342b718c039d6744c132c112c647bf34adf34d6946bd7a98ee49e9f8c79379 \ No newline at end of file diff --git a/packages/react-native/package.json b/packages/react-native/package.json index f6a8149a..aad76252 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@notifee/react-native", - "version": "7.7.0-0", + "version": "7.7.0", "author": "Invertase (http://invertase.io)", "description": "Notifee - a feature rich notifications library for React Native.", "main": "dist/index.js",