-
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.
## [9.1.7](https://github.com/invertase/notifee/compare/@notifee/[email protected]...@notifee/[email protected]) (2024-12-17) ### Bug Fixes * **ios:** copy iOS NotifeeCore library more carefully during build ([68f230f](68f230f))
- Loading branch information
1 parent
68f230f
commit 090ab68
Showing
2 changed files
with
7 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -3,6 +3,12 @@ title: Releases | |
description: Notifee API releases | ||
--- | ||
|
||
## [9.1.7](https://github.com/invertase/notifee/compare/@notifee/[email protected]...@notifee/[email protected]) (2024-12-17) | ||
|
||
### Bug Fixes | ||
|
||
* **ios:** copy iOS NotifeeCore library more carefully during build ([68f230f](https://github.com/invertase/notifee/commit/68f230f32ec75e993521b0feb8f9358fb008d3e5)) | ||
|
||
## [9.1.6](https://github.com/invertase/notifee/compare/@notifee/[email protected]...@notifee/[email protected]) (2024-12-17) | ||
|
||
### Bug Fixes | ||
|
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": "9.1.6", | ||
"version": "9.1.7", | ||
"author": "Invertase <[email protected]> (http://invertase.io)", | ||
"description": "Notifee - a feature rich notifications library for React Native.", | ||
"main": "dist/index.js", | ||
|