From 4ffc74868ddf5ee702a88f5f0c56677828b4c591 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Fri, 18 Oct 2024 16:12:19 -0500 Subject: [PATCH] release: @notifee/react-native v9.1.2 --- CONTRIBUTING.md | 2 +- docs-react-native/react-native/docs/release-notes.md | 10 ++++++++++ .../android/libs/app/notifee/core/maven-metadata.xml | 2 +- .../libs/app/notifee/core/maven-metadata.xml.md5 | 2 +- .../libs/app/notifee/core/maven-metadata.xml.sha1 | 2 +- .../libs/app/notifee/core/maven-metadata.xml.sha256 | 2 +- .../libs/app/notifee/core/maven-metadata.xml.sha512 | 2 +- packages/react-native/package.json | 2 +- 8 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dbc09d9e..860ebab6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,7 +84,7 @@ Maintainers with write access to the repo and the npm organization can publish n 1. Navigate to the React Native package: `cd packages/react-native` 1. Update release notes [here](https://github.com/invertase/notifee/blob/main/docs-react-native/react-native/docs/release-notes.md) -1. Bump version: `npm version {minor/patch} --legacy-peer-deps` +1. Bump version: `npm version {major/minor/patch} --legacy-peer-deps` 1. Publish to npm: `npm publish` (this generates a new core AAR) 1. Commit those changes (after npm publish so new AAR files are committed) 1. Tag the repo (current format is `@notifee/react-native@x.y.z`) diff --git a/docs-react-native/react-native/docs/release-notes.md b/docs-react-native/react-native/docs/release-notes.md index 99dd4b54..d430614d 100644 --- a/docs-react-native/react-native/docs/release-notes.md +++ b/docs-react-native/react-native/docs/release-notes.md @@ -5,6 +5,16 @@ next: /react-native/docs/usage previous: /react-native/docs/installation --- +## 9.1.2 + +This the minimum version that supports upcoming react-native 0.76 by default. + +Older notifee versions will only work if you disable disable New Architecture / disable bridgless mode + +- fix(android): forward-port getReactContext to new arch bridgeless mode (#1127 Thanks @Eclipses-Saros!) +- fix(jest): add missing createChannels method to official mock definitions (#1123) +- docs(android): clarify foregroundServiceType AndroidManifest example + ## 9.1.1 - fix(android): add guava transitive dep to module deps (#1116) 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 cec0eda0..ae8713b7 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 - 20241007154324 + 20241018211144 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 bd376b4e..4ecc1637 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 @@ -5e3b0a8c93880bb1a46781d65e6540ca \ No newline at end of file +f05f50a53f1a5346ec5a299160a14d84 \ 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 589b9f7a..76114b14 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 @@ -f7c87f50f2083bb319618ac42f3dbc581b8b968f \ No newline at end of file +8f1b5059a52f2018685750b60aa75c3e5d437266 \ 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 605ac1a8..7b2e7396 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 @@ -e2ed53e960866741a607036c9944282d4273870c80273159ac46128beb9bbe61 \ No newline at end of file +22aabb015108da8d1b2dcad31e9aeb175a32fce1357b009ca2f853fd143a74f9 \ 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 7907d82e..79cbf265 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 @@ -c340061851a257a37f29d88002bf8903b0871cbb43cd44e91a8fbabd2f90bdc5d9112fa178ee2b9748ebab1f74aa7e3bbdeda738f308ccc60868ff7c83fcf203 \ No newline at end of file +c704623ec8370dec6246288f77838edd6422bf13b5e2e97a776e301705945930cf62e58ec0e276fc6d8ec8c1a7be2a28b9af34bcc5683937a50e49a287c6b912 \ No newline at end of file diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 6860d526..6957de18 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@notifee/react-native", - "version": "9.1.1", + "version": "9.1.2", "author": "Invertase (http://invertase.io)", "description": "Notifee - a feature rich notifications library for React Native.", "main": "dist/index.js",