Skip to content

Commit

Permalink
release: @notifee/react-native v9.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Oct 18, 2024
1 parent c6e7eee commit 4ffc748
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down
10 changes: 10 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,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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<versions>
<version>202108261754</version>
</versions>
<lastUpdated>20241007154324</lastUpdated>
<lastUpdated>20241018211144</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5e3b0a8c93880bb1a46781d65e6540ca
f05f50a53f1a5346ec5a299160a14d84
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f7c87f50f2083bb319618ac42f3dbc581b8b968f
8f1b5059a52f2018685750b60aa75c3e5d437266
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e2ed53e960866741a607036c9944282d4273870c80273159ac46128beb9bbe61
22aabb015108da8d1b2dcad31e9aeb175a32fce1357b009ca2f853fd143a74f9
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c340061851a257a37f29d88002bf8903b0871cbb43cd44e91a8fbabd2f90bdc5d9112fa178ee2b9748ebab1f74aa7e3bbdeda738f308ccc60868ff7c83fcf203
c704623ec8370dec6246288f77838edd6422bf13b5e2e97a776e301705945930cf62e58ec0e276fc6d8ec8c1a7be2a28b9af34bcc5683937a50e49a287c6b912
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.1",
"version": "9.1.2",
"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 4ffc748

Please sign in to comment.