From 1e942b7902ce4d87ab58220fecc0c7bb9bcbaca3 Mon Sep 17 00:00:00 2001 From: denischilik <225006499+denischilik@users.noreply.github.com> Date: Thu, 25 Jun 2026 21:08:42 +0000 Subject: [PATCH] chore: bump version to 3.2.0 --- CHANGELOG.md | 9 ++++++++- VERSION | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ad8f4..be96454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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 - 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) +## [3.2.0] - 2026-06-25 + +### Added + +- Expose device-based consent APIs in React Native bridge ([#351](https://github.com/mParticle/react-native-mparticle/pull/351)) + ## [3.1.5] - 2026-06-22 ### Changed @@ -436,7 +442,8 @@ Initial rewrite as a React Native module. - Initial release with core mParticle SDK integration -[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.1.5...HEAD +[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.2.0...HEAD +[3.2.0]: https://github.com/mParticle/react-native-mparticle/compare/3.1.5...3.2.0 [3.1.5]: https://github.com/mParticle/react-native-mparticle/compare/3.1.4...3.1.5 [3.1.4]: https://github.com/mParticle/react-native-mparticle/compare/3.1.3...3.1.4 [3.1.3]: https://github.com/mParticle/react-native-mparticle/compare/3.1.2...3.1.3 diff --git a/VERSION b/VERSION index 3ad0595..944880f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.5 +3.2.0 diff --git a/package.json b/package.json index a2dfaf9..ed04a51 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "homepage": "https://www.mparticle.com", "license": "Apache-2.0", "repository": "mParticle/react-native-mparticle", - "version": "3.1.5", + "version": "3.2.0", "main": "lib/index.js", "types": "lib/index.d.ts", "react-native": "js/index",