Skip to content

Commit

Permalink
Merge pull request #137 from OneSignal/release-1.2.0
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
brismithers committed Oct 26, 2022
2 parents ae4df3d + af7da13 commit aed57eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.

## October 2022
### `1.2.0` - 10/25/22
#### Changes
- Add `smallIcons` and `largeIcons` configuration options to the plugin, which allows an app to specify large and small notification icons to package within the Android build.
- Bump jpeg-js from 0.4.3 to 0.4.4
- Bump simple-plist from 1.3.0 to 1.3.1

### `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`).
Expand Down
4 changes: 2 additions & 2 deletions examples/RNOneSignalExpoExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"expo-dev-client": "~0.9.5",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"onesignal-expo-plugin": "^1.1.2",
"onesignal-expo-plugin": "^1.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-onesignal": "^4.3.9",
"react-native-onesignal": "^4.4.1",
"react-native-web": "0.17.7"
},
"devDependencies": {
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.2",
"version": "1.2.0",
"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 aed57eb

Please sign in to comment.