Skip to content

Commit 22274d4

Browse files
chore: release 3.2.0 (#352)
Co-authored-by: denischilik <225006499+denischilik@users.noreply.github.com>
1 parent 72235e0 commit 22274d4

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.2.0] - 2026-06-25
22+
23+
### Added
24+
25+
- Expose device-based consent APIs in React Native bridge ([#351](https://github.com/mParticle/react-native-mparticle/pull/351))
26+
2127
## [3.1.5] - 2026-06-22
2228

2329
### Changed
@@ -436,7 +442,8 @@ Initial rewrite as a React Native module.
436442

437443
- Initial release with core mParticle SDK integration
438444

439-
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.1.5...HEAD
445+
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.2.0...HEAD
446+
[3.2.0]: https://github.com/mParticle/react-native-mparticle/compare/3.1.5...3.2.0
440447
[3.1.5]: https://github.com/mParticle/react-native-mparticle/compare/3.1.4...3.1.5
441448
[3.1.4]: https://github.com/mParticle/react-native-mparticle/compare/3.1.3...3.1.4
442449
[3.1.3]: https://github.com/mParticle/react-native-mparticle/compare/3.1.2...3.1.3

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.5
1+
3.2.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.1.5",
7+
"version": "3.2.0",
88
"main": "lib/index.js",
99
"types": "lib/index.d.ts",
1010
"react-native": "js/index",

0 commit comments

Comments
 (0)