Skip to content

Commit

Permalink
release: @notifee/react-native@9.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Dec 16, 2024
1 parent 7359069 commit 45c2d9b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion docs-react-native/react-native/docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ next: /react-native/docs/usage
previous: /react-native/docs/installation
---

## 9.1.4

- 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)

## 9.1.3

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

This fixes Notifee when used in react-native 0.76 in new architecture + release mode when
used in an android background headlessJS context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<versions>
<version>202108261754</version>
</versions>
<lastUpdated>20241125190926</lastUpdated>
<lastUpdated>20241216022806</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ae74347432a07e6a9ee1d01a9eac6d96
7d6d188ec6898a9384a27d855c5c34ff
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6f131d40bfe1ee11658fac7872d5deb3727489e7
adf5ded3af176eee9cd5217cb35530f11fe97746
Original file line number Diff line number Diff line change
@@ -1 +1 @@
84566c423244803746e3e587315008ac648870d455b76f9e40ff101c06d1bbf0
555921fbed309173f13d9be3fba19b94d98d01369a7f499562ca2d85c002c144
Original file line number Diff line number Diff line change
@@ -1 +1 @@
02557115e51dee9b8f4cbed8426144f916e157be41b38b302a537f492cab0a9245a60965286ba0b7350f01ad0d3e7398b4da058ce367befd0f3c289a0dbe2ebe
d1922f758bbaacc1c8801b75b01baedc518ea7463a973d32b4ccf787da5829231963db963f9e7bfa887d97014147630dfdab7c960a113dbc2f35acb88466bb2b
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifee/react-native",
"version": "9.1.3",
"version": "9.1.4",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "Notifee - a feature rich notifications library for React Native.",
"main": "dist/index.js",
Expand Down

0 comments on commit 45c2d9b

Please sign in to comment.