Skip to content

Commit

Permalink
Bump version 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dallas62 committed Jan 24, 2021
1 parent a4c6459 commit e1a3f3d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

### Fixed

## [7.2.0] 2021-01-24

### Features

- (Android) Handle localization for notification title and body [1837](https://github.com/zo0r/react-native-push-notification/pull/1837)

## [7.1.1] 2021-01-20

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions example/android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<resources>
<string name="app_name">example</string>
<string name="loc_key_title">Exemple title loc_key</string>
<string name="loc_key_message">Exemple message loc_key: %1$s</string>
</resources>
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@react-native-community/push-notification-ios": "^1.7.0",
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-push-notification": "zo0r/react-native-push-notification#master"
"react-native-push-notification": "zo0r/react-native-push-notification#dev"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-push-notification",
"version": "7.1.1",
"version": "7.2.0",
"description": "React Native Local and Remote Notifications",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e1a3f3d

Please sign in to comment.