Skip to content

Commit

Permalink
chore: release notes 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helenaford committed Apr 25, 2022
1 parent 32bff66 commit 2ff64bb
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.2.1
- **[Android]**: Fixes a build issue introduced in version 5.2.0 (PR [#384](https://github.com/invertase/notifee/pull/384)).

## 5.2.0
- **[Android]**: Fixes a compiling issue for some project configurations with error message "Project with path ':app' could not be found in project ':notifee_react-native'" (Fixes [#288](https://github.com/invertase/notifee/issues/288)).
- **[Android]**: Fixes an issue where the current version of Notifee does not build when using an expo managed app with the expo plugin (Fixes [#314](https://github.com/invertase/notifee/issues/314)).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<versions>
<version>202108261754</version>
</versions>
<lastUpdated>20220422100430</lastUpdated>
<lastUpdated>20220425100328</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f2f205d2f5d3b1f743ca100259272a9d
8584e570664821f245943d3ea38133ef
Original file line number Diff line number Diff line change
@@ -1 +1 @@
65832b3e8c9a2556c8aa83d76ad7c954222b4e60
0ccf24f040c1c86e12b799389512615e6948d32f
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aa5f544553daee50646bb4d0babd01c411a20e6ab24a4ef1b6d6dd37bdbe8c34
1152fd2469977d6dea9b811c594ae546daba7ea456e8eae214a932dd20a30247
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a19102908126417bdc7bc612bb5452e89108d647f98331d006615dc5048423b86f13c0b212c51036096fedaecca9adb87b7a4497eb06853c9b4401697676f04a
e52251a6de9f6b572d51887fe141aba9c7c89b562a2ce441993a7c67e47baddff4474ee6dade04dc578e178d0000fa62bf3ff7e46032e6f9f079451d3c58e9c0
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.2.0",
"version": "5.2.1",
"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 2ff64bb

Please sign in to comment.