Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit e1a3f3d

Browse files
committed
Bump version 7.2.0
1 parent a4c6459 commit e1a3f3d

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
1212

1313
### Fixed
1414

15+
## [7.2.0] 2021-01-24
16+
17+
### Features
18+
19+
- (Android) Handle localization for notification title and body [1837](https://github.com/zo0r/react-native-push-notification/pull/1837)
20+
1521
## [7.1.1] 2021-01-20
1622

1723
### Fixed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
<resources>
22
<string name="app_name">example</string>
3+
<string name="loc_key_title">Exemple title loc_key</string>
4+
<string name="loc_key_message">Exemple message loc_key: %1$s</string>
35
</resources>

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@react-native-community/push-notification-ios": "^1.7.0",
1515
"react": "16.13.1",
1616
"react-native": "0.63.3",
17-
"react-native-push-notification": "zo0r/react-native-push-notification#master"
17+
"react-native-push-notification": "zo0r/react-native-push-notification#dev"
1818
},
1919
"devDependencies": {
2020
"@babel/core": "^7.9.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-push-notification",
3-
"version": "7.1.1",
3+
"version": "7.2.0",
44
"description": "React Native Local and Remote Notifications",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)