Skip to content

Commit a90c6b2

Browse files
chore: release 3.1.4 (#337)
Co-authored-by: BrandonStalnaker <33703490+BrandonStalnaker@users.noreply.github.com>
1 parent 4ae1903 commit a90c6b2

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.4] - 2026-06-05
19+
20+
### Added
21+
22+
- Java enum for MPCommerceEventActionType was base 1 ([#336](https://github.com/mParticle/react-native-mparticle/pull/336))
23+
1824
## [3.1.3] - 2026-06-02
1925

2026
### Added
@@ -419,7 +425,8 @@ Initial rewrite as a React Native module.
419425

420426
- Initial release with core mParticle SDK integration
421427

422-
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.1.3...HEAD
428+
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.1.4...HEAD
429+
[3.1.4]: https://github.com/mParticle/react-native-mparticle/compare/3.1.3...3.1.4
423430
[3.1.3]: https://github.com/mParticle/react-native-mparticle/compare/3.1.2...3.1.3
424431
[3.1.2]: https://github.com/mParticle/react-native-mparticle/compare/3.1.1...3.1.2
425432
[3.1.1]: https://github.com/mParticle/react-native-mparticle/compare/3.1.0...3.1.1

VERSION

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

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

0 commit comments

Comments
 (0)