Skip to content

Commit 7816556

Browse files
chore: release 3.1.3 (#335)
Co-authored-by: BrandonStalnaker <33703490+BrandonStalnaker@users.noreply.github.com>
1 parent c6bce8a commit 7816556

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
@@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

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

18+
## [3.1.3] - 2026-06-02
19+
20+
### Added
21+
22+
- Add pinningDisabled option in Expo ([#334](https://github.com/mParticle/react-native-mparticle/pull/334))
23+
1824
## [3.1.2] - 2026-05-28
1925

2026
### Fixed
@@ -413,7 +419,8 @@ Initial rewrite as a React Native module.
413419

414420
- Initial release with core mParticle SDK integration
415421

416-
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.1.2...HEAD
422+
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.1.3...HEAD
423+
[3.1.3]: https://github.com/mParticle/react-native-mparticle/compare/3.1.2...3.1.3
417424
[3.1.2]: https://github.com/mParticle/react-native-mparticle/compare/3.1.1...3.1.2
418425
[3.1.1]: https://github.com/mParticle/react-native-mparticle/compare/3.1.0...3.1.1
419426
[3.1.0]: https://github.com/mParticle/react-native-mparticle/compare/3.0.0...3.1.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.2
1+
3.1.3

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

0 commit comments

Comments
 (0)