Skip to content

Commit

Permalink
chore: release 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
helenaford committed Mar 9, 2022
1 parent c3022f9 commit fe0375b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions docs/react-native/docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ next: /react-native/docs/usage
previous: /react-native/docs/installation
---

## 5.0.2
- **[iOS]**: Fixes an issue with `NotificationSettings` returning the wrong property name for `authorizationStatus` on iOS (Fixes [#333](https://github.com/invertase/notifee/issues/315)).

## 5.0.1
- **[Android]**: Fixes an issue where quick actions always opens the app on Android 12 (Fixes [#315](https://github.com/invertase/notifee/issues/315)).
- **[Android]**: Fixes an issue where a quick action with an id of `default` failed to open the app.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<versions>
<version>202108261754</version>
</versions>
<lastUpdated>20220302122031</lastUpdated>
<lastUpdated>20220309105539</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f35a3fa69fc1c2ea2594551d590d29bc
596ee2aa8ad9d1623be9dbae7baafa94
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3ca305166904c416866bc31493e80949df45774b
df7c82dc2d05cbb7069a4172f3f2b06bdec4976d
Original file line number Diff line number Diff line change
@@ -1 +1 @@
69df89b8326e68ce4edecb1250338567b87112468140057130eec81e0c605d59
4f2cec81c0545049d1c50142e327f56476f614dd922b027e5b57c314ddde3e12
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6c495cee27970fe59a19e452415bce2b4768be076dedbecb9a9afaedc33c866887e556bea5765a3b99eebcd6ef5a4d5100acc0ab58210cb6b7856854a441213e
a56393d0fba95432ac034e0396516510be116ce41fae2f7a5045550e9b2af675bcc281577b4102f6f5699ac820e23c63377f7df9ef513609733ff2f5fcf0efd7
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": "5.0.1",
"version": "5.0.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 fe0375b

Please sign in to comment.