Skip to content

Commit

Permalink
Merge pull request #178 from OneSignal/rel/1.3.2
Browse files Browse the repository at this point in the history
Release 1.3.2
  • Loading branch information
brismithers authored Apr 18, 2023
2 parents fafe3d1 + 4a58bd1 commit 88f0684
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## April 2023
### `1.3.2` - 04/18/23
#### Changes
- Update iOS generation to write xcode project via expo mod rather than directly to file system.
- Bump qs from 6.5.2 to 6.5.3
- Bump decode-uri-component from 0.2.0 to 0.2.2
- Bump @xmldom/xmldom from 0.7.5 to 0.7.10
- Bump multiple dependency versions in OneSignal Example App (ua-parser-js, decode-uri-component, @sideway/formula, @xmldom/xmldom)

## March 2023
### `1.3.1` - 03/03/23
#### Changes
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.3.1",
"onesignal-expo-plugin": "^1.3.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.3.1",
"version": "1.3.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 88f0684

Please sign in to comment.