-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: version bump and docs for @notifee/[email protected]
- Loading branch information
Showing
3 changed files
with
61 additions
and
8 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,8 @@ 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}` | ||
1. Bump version: `npm version {minor/patch} --legacy-peer-deps` | ||
1. Commit those changes | ||
1. Tag the repo (current format is `@notifee/[email protected]`) | ||
1. Push the release notes / version / tag to the repo: `git push --tags` | ||
1. Create a release on the repo: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@notifee/react-native", | ||
"version": "7.8.0", | ||
"version": "7.8.1", | ||
"author": "Invertase <[email protected]> (http://invertase.io)", | ||
"description": "Notifee - a feature rich notifications library for React Native.", | ||
"main": "dist/index.js", | ||
|