Skip to content

Commit

Permalink
Merge pull request #131 from OneSignal/release-1.1.2
Browse files Browse the repository at this point in the history
Release 1.1.2
  • Loading branch information
brismithers committed Oct 4, 2022
2 parents 5d711bf + 8606698 commit 6a67118
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.

## October 2022
### `1.1.2` - 10/04/22
#### Fixes
- Specify `use_frameworks` on `OneSignalNotificationServiceExtension` target in iOS Podfile when applicable (i.e. the app target also specifies `use_frameworks`).

## September 2022
### `1.1.1` - 09/06/22
#### Fixes
- Fix issue where EAS release builds were no longer successfully building due to log statement

### `1.1.0` - 09/01/22
#### Changes
- No longer inject the OneSignal Gradle plugin on Android builds
#### Fixes
- Fix issue where plugin does not support monorepos

## April 2022
### `1.0.1` - 04/11/22

Expand Down
2 changes: 1 addition & 1 deletion examples/RNOneSignalExpoExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"expo-dev-client": "~0.9.5",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"onesignal-expo-plugin": "^1.1.1",
"onesignal-expo-plugin": "^1.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
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": "onesignal-expo-plugin",
"version": "1.1.1",
"version": "1.1.2",
"description": "The OneSignal Expo plugin allows you to use OneSignal without leaving the managed workflow. Developed in collaboration with SweetGreen.",
"main": "./app.plugin.js",
"scripts": {
Expand Down

0 comments on commit 6a67118

Please sign in to comment.