Skip to content

Commit 7c23346

Browse files
chore: release 3.3.0 (#359)
Co-authored-by: thomson-t <125323226+thomson-t@users.noreply.github.com>
1 parent 6e881eb commit 7c23346

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- 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
1919
- 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)
2020

21+
## [3.3.0] - 2026-07-24
22+
23+
### Added
24+
25+
- Support mParticle Android SDK 6 ([#358](https://github.com/mParticle/react-native-mparticle/pull/358))
26+
2127
## [3.2.0] - 2026-06-25
2228

2329
### Added
@@ -442,7 +448,8 @@ Initial rewrite as a React Native module.
442448

443449
- Initial release with core mParticle SDK integration
444450

445-
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.2.0...HEAD
451+
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.3.0...HEAD
452+
[3.3.0]: https://github.com/mParticle/react-native-mparticle/compare/3.2.0...3.3.0
446453
[3.2.0]: https://github.com/mParticle/react-native-mparticle/compare/3.1.5...3.2.0
447454
[3.1.5]: https://github.com/mParticle/react-native-mparticle/compare/3.1.4...3.1.5
448455
[3.1.4]: https://github.com/mParticle/react-native-mparticle/compare/3.1.3...3.1.4

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0
1+
3.3.0

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.2.0",
7+
"version": "3.3.0",
88
"main": "lib/index.js",
99
"types": "lib/index.d.ts",
1010
"react-native": "js/index",

0 commit comments

Comments
 (0)