Skip to content

Commit d67f1ef

Browse files
authored
Merge pull request #506 from urbanairship/release-15.2.5
Release 15.2.5
2 parents 8ddd431 + 71beff2 commit d67f1ef

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-8
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# React Native Module Changelog
22

3+
## Version 15.2.5 - May 3, 2023
4+
5+
Patch release that fixes an issue with modifying attributes on iOS. Apps that are using
6+
15.0+ that modify attributes should update.
7+
8+
### Changes
9+
- Fixed modifying attributes on iOS
10+
11+
312
## Version 15.2.4 - April 28, 2023
413

514
Patch release that fixes a issue with modifying attributes on Android and an issue with
6-
`NotificationResponseEvent` not being received if a push with a deep link is opened.
15+
`NotificationResponseEvent` not being received if a push with a deep link is opened. Apps that are using
16+
15.0+ that modify attributes should update.
717

818
### Changes
919
- Fixed modifying attributes on Android

android/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Airship_targetSdkVersion=31
44
Airship_compileSdkVersion=31
55
Airship_ndkversion=21.4.7075529
66

7-
Airship_airshipProxyVersion=2.0.7
7+
Airship_airshipProxyVersion=2.0.8
88

99
# workaround for now, used for HMS
1010
Airship_airshipVersion=16.9.2

example/ios/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PODS:
1616
- Airship/Core
1717
- Airship/PreferenceCenter (16.11.3):
1818
- Airship/Core
19-
- AirshipFrameworkProxy (2.0.7):
19+
- AirshipFrameworkProxy (2.0.8):
2020
- Airship (= 16.11.3)
2121
- Airship/MessageCenter (= 16.11.3)
2222
- Airship/PreferenceCenter (= 16.11.3)
@@ -319,7 +319,7 @@ PODS:
319319
- React-logger (0.71.1):
320320
- glog
321321
- react-native-airship (15.2.4):
322-
- AirshipFrameworkProxy (= 2.0.7)
322+
- AirshipFrameworkProxy (= 2.0.8)
323323
- React-Core
324324
- react-native-safe-area-context (4.5.0):
325325
- RCT-Folly
@@ -583,7 +583,7 @@ EXTERNAL SOURCES:
583583

584584
SPEC CHECKSUMS:
585585
Airship: c70eed50e429f97f5adb285423c7291fb7a032ae
586-
AirshipFrameworkProxy: 393033df78ce5bd7f2faf4668d145f6d0a778060
586+
AirshipFrameworkProxy: 7bc4130c668c6c98e2d4c60fe4c9eb61a999be99
587587
boost: 57d2868c099736d80fcd648bf211b4431e51a558
588588
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
589589
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
@@ -617,7 +617,7 @@ SPEC CHECKSUMS:
617617
React-jsiexecutor: 60cf272aababc5212410e4249d17cea14fc36caa
618618
React-jsinspector: ff56004b0c974b688a6548c156d5830ad751ae07
619619
React-logger: 60a0b5f8bed667ecf9e24fecca1f30d125de6d75
620-
react-native-airship: bfdc6c4e1dcbc62c86a0619783bf06ef1009d83f
620+
react-native-airship: bc612d662fdd571b391b980583d7749169f430d4
621621
react-native-safe-area-context: 39c2d8be3328df5d437ac1700f4f3a4f75716acc
622622
React-perflogger: ec8eef2a8f03ecfa6361c2c5fb9197ef4a29cc85
623623
React-RCTActionSheet: a0c023b86cf4c862fa9c4eb0f6f91fbe878fb2de

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ua/react-native-airship",
3-
"version": "15.2.4",
3+
"version": "15.2.5",
44
"description": "Airship plugin for React Native apps.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

react-native-airship.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ Pod::Spec.new do |s|
3636

3737

3838

39-
s.dependency "AirshipFrameworkProxy", "2.0.7"
39+
s.dependency "AirshipFrameworkProxy", "2.0.8"
4040

4141
end

0 commit comments

Comments
 (0)