-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: @notifee/react-native v9.1.2
- Loading branch information
Showing
8 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]`) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5e3b0a8c93880bb1a46781d65e6540ca | ||
f05f50a53f1a5346ec5a299160a14d84 |
2 changes: 1 addition & 1 deletion
2
packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
f7c87f50f2083bb319618ac42f3dbc581b8b968f | ||
8f1b5059a52f2018685750b60aa75c3e5d437266 |
2 changes: 1 addition & 1 deletion
2
packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
e2ed53e960866741a607036c9944282d4273870c80273159ac46128beb9bbe61 | ||
22aabb015108da8d1b2dcad31e9aeb175a32fce1357b009ca2f853fd143a74f9 |
2 changes: 1 addition & 1 deletion
2
packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
c340061851a257a37f29d88002bf8903b0871cbb43cd44e91a8fbabd2f90bdc5d9112fa178ee2b9748ebab1f74aa7e3bbdeda738f308ccc60868ff7c83fcf203 | ||
c704623ec8370dec6246288f77838edd6422bf13b5e2e97a776e301705945930cf62e58ec0e276fc6d8ec8c1a7be2a28b9af34bcc5683937a50e49a287c6b912 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> (http://invertase.io)", | ||
"description": "Notifee - a feature rich notifications library for React Native.", | ||
"main": "dist/index.js", | ||
|