Skip to content

Commit 4ffc748

Browse files
committed
release: @notifee/react-native v9.1.2
1 parent c6e7eee commit 4ffc748

File tree

8 files changed

+17
-7
lines changed

8 files changed

+17
-7
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Maintainers with write access to the repo and the npm organization can publish n
8484

8585
1. Navigate to the React Native package: `cd packages/react-native`
8686
1. Update release notes [here](https://github.com/invertase/notifee/blob/main/docs-react-native/react-native/docs/release-notes.md)
87-
1. Bump version: `npm version {minor/patch} --legacy-peer-deps`
87+
1. Bump version: `npm version {major/minor/patch} --legacy-peer-deps`
8888
1. Publish to npm: `npm publish` (this generates a new core AAR)
8989
1. Commit those changes (after npm publish so new AAR files are committed)
9090
1. Tag the repo (current format is `@notifee/react-native@x.y.z`)

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

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ next: /react-native/docs/usage
55
previous: /react-native/docs/installation
66
---
77

8+
## 9.1.2
9+
10+
This the minimum version that supports upcoming react-native 0.76 by default.
11+
12+
Older notifee versions will only work if you disable disable New Architecture / disable bridgless mode
13+
14+
- fix(android): forward-port getReactContext to new arch bridgeless mode (#1127 Thanks @Eclipses-Saros!)
15+
- fix(jest): add missing createChannels method to official mock definitions (#1123)
16+
- docs(android): clarify foregroundServiceType AndroidManifest example
17+
818
## 9.1.1
919

1020
- fix(android): add guava transitive dep to module deps (#1116)

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<versions>
99
<version>202108261754</version>
1010
</versions>
11-
<lastUpdated>20241007154324</lastUpdated>
11+
<lastUpdated>20241018211144</lastUpdated>
1212
</versioning>
1313
</metadata>
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5e3b0a8c93880bb1a46781d65e6540ca
1+
f05f50a53f1a5346ec5a299160a14d84
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f7c87f50f2083bb319618ac42f3dbc581b8b968f
1+
8f1b5059a52f2018685750b60aa75c3e5d437266
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e2ed53e960866741a607036c9944282d4273870c80273159ac46128beb9bbe61
1+
22aabb015108da8d1b2dcad31e9aeb175a32fce1357b009ca2f853fd143a74f9
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c340061851a257a37f29d88002bf8903b0871cbb43cd44e91a8fbabd2f90bdc5d9112fa178ee2b9748ebab1f74aa7e3bbdeda738f308ccc60868ff7c83fcf203
1+
c704623ec8370dec6246288f77838edd6422bf13b5e2e97a776e301705945930cf62e58ec0e276fc6d8ec8c1a7be2a28b9af34bcc5683937a50e49a287c6b912

packages/react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@notifee/react-native",
3-
"version": "9.1.1",
3+
"version": "9.1.2",
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)