Skip to content

Commit 45c2d9b

Browse files
committed
release: @notifee/react-native@9.1.4
1 parent 7359069 commit 45c2d9b

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

docs-react-native/react-native/docs/release-notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ next: /react-native/docs/usage
55
previous: /react-native/docs/installation
66
---
77

8+
## 9.1.4
9+
10+
- fix(android): fix another new architecture issue via elimination of race condition between headlessJS task and react-native background startup that resulted in null ReactContext (#1176)
11+
812
## 9.1.3
913

10-
- fix(android): fix(android): preserve new-arch classnames used in backwards-compat logic (#1149 special credit to @mbpictures)
14+
- fix(android): preserve new-arch classnames used in backwards-compat logic (#1149 special credit to @mbpictures)
1115

1216
This fixes Notifee when used in react-native 0.76 in new architecture + release mode when
1317
used in an android background headlessJS context

packages/react-native/android/libs/app/notifee/core/maven-metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<versions>
99
<version>202108261754</version>
1010
</versions>
11-
<lastUpdated>20241125190926</lastUpdated>
11+
<lastUpdated>20241216022806</lastUpdated>
1212
</versioning>
1313
</metadata>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ae74347432a07e6a9ee1d01a9eac6d96
1+
7d6d188ec6898a9384a27d855c5c34ff
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6f131d40bfe1ee11658fac7872d5deb3727489e7
1+
adf5ded3af176eee9cd5217cb35530f11fe97746
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
84566c423244803746e3e587315008ac648870d455b76f9e40ff101c06d1bbf0
1+
555921fbed309173f13d9be3fba19b94d98d01369a7f499562ca2d85c002c144
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
02557115e51dee9b8f4cbed8426144f916e157be41b38b302a537f492cab0a9245a60965286ba0b7350f01ad0d3e7398b4da058ce367befd0f3c289a0dbe2ebe
1+
d1922f758bbaacc1c8801b75b01baedc518ea7463a973d32b4ccf787da5829231963db963f9e7bfa887d97014147630dfdab7c960a113dbc2f35acb88466bb2b

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@notifee/react-native",
3-
"version": "9.1.3",
3+
"version": "9.1.4",
44
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
55
"description": "Notifee - a feature rich notifications library for React Native.",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)