Skip to content

Commit

Permalink
release: @notifee/react-native v9.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Nov 25, 2024
1 parent a48abc1 commit 77e72bd
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions docs-react-native/react-native/docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ next: /react-native/docs/usage
previous: /react-native/docs/installation
---

## 9.1.3

- fix(android): 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

## 9.1.2

This the minimum version that supports upcoming react-native 0.76 by default.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<versions>
<version>202108261754</version>
</versions>
<lastUpdated>20241018211144</lastUpdated>
<lastUpdated>20241125190926</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f05f50a53f1a5346ec5a299160a14d84
ae74347432a07e6a9ee1d01a9eac6d96
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8f1b5059a52f2018685750b60aa75c3e5d437266
6f131d40bfe1ee11658fac7872d5deb3727489e7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22aabb015108da8d1b2dcad31e9aeb175a32fce1357b009ca2f853fd143a74f9
84566c423244803746e3e587315008ac648870d455b76f9e40ff101c06d1bbf0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c704623ec8370dec6246288f77838edd6422bf13b5e2e97a776e301705945930cf62e58ec0e276fc6d8ec8c1a7be2a28b9af34bcc5683937a50e49a287c6b912
02557115e51dee9b8f4cbed8426144f916e157be41b38b302a537f492cab0a9245a60965286ba0b7350f01ad0d3e7398b4da058ce367befd0f3c289a0dbe2ebe
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.2",
"version": "9.1.3",
"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 77e72bd

Please sign in to comment.