Skip to content

Commit ebc47e9

Browse files
chore: release 3.1.5 (#345)
Co-authored-by: nickolas-dimitrakas <219906383+nickolas-dimitrakas@users.noreply.github.com>
1 parent bec0ee4 commit ebc47e9

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- iOS sample CI: pin `Rokt-Widget` to `5.2.0` and `DcuiSchema` to `2.7.0` (avoids `2.8.x` schema floating under Rokt’s `~> 2.6` and breaking `RoktUXHelper` Swift compile); GitHub Actions stays on Xcode 16.x
1717
- Android: raise the `com.mparticle:android-core` / `android-rokt-kit` dependency floor to `[5.79.2, 6.0)` (Expo plugin kit injection and bridge `android/build.gradle`), and bump the sample app to `5.79.2`. This guarantees consumers resolve a Rokt kit built against `com.rokt:roktsdk` `4.14.5`, which observes the Activity lifecycle from process start so overlay/bottom-sheet placements display even when `Rokt.init()` runs after the host Activity has resumed (deferred / late RN initialisation)
1818

19+
## [3.1.5] - 2026-06-22
20+
21+
### Changed
22+
23+
- Bump mParticle core/rokt-kit floor to 5.79.2 (carries roktsdk 4.14.5 deferred-init fix) ([#344](https://github.com/mParticle/react-native-mparticle/pull/344))
24+
- Add opt-in deferred-init edge-case example (Android) ([#341](https://github.com/mParticle/react-native-mparticle/pull/341))
25+
- Add iOS Integration Style Unit Tests ([#338](https://github.com/mParticle/react-native-mparticle/pull/338))
26+
1927
## [3.1.4] - 2026-06-05
2028

2129
### Added
@@ -426,7 +434,8 @@ Initial rewrite as a React Native module.
426434

427435
- Initial release with core mParticle SDK integration
428436

429-
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.1.4...HEAD
437+
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.1.5...HEAD
438+
[3.1.5]: https://github.com/mParticle/react-native-mparticle/compare/3.1.4...3.1.5
430439
[3.1.4]: https://github.com/mParticle/react-native-mparticle/compare/3.1.3...3.1.4
431440
[3.1.3]: https://github.com/mParticle/react-native-mparticle/compare/3.1.2...3.1.3
432441
[3.1.2]: https://github.com/mParticle/react-native-mparticle/compare/3.1.1...3.1.2

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.4
1+
3.1.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://www.mparticle.com",
55
"license": "Apache-2.0",
66
"repository": "mParticle/react-native-mparticle",
7-
"version": "3.1.4",
7+
"version": "3.1.5",
88
"main": "lib/index.js",
99
"types": "lib/index.d.ts",
1010
"react-native": "js/index",

0 commit comments

Comments
 (0)