Skip to content

Commit 4b0a4d7

Browse files
chore: release 2.9.0 (#289)
Co-authored-by: jamesnrokt <182576425+jamesnrokt@users.noreply.github.com> Co-authored-by: James Newman <james.newman@rokt.com>
1 parent 68c5a6d commit 4b0a4d7

3 files changed

Lines changed: 27 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,32 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [2.9.0] - 2026-03-06
99

1010
### Added
1111

12-
- Add SPM hybrid bridge for mParticle-Apple-SDK iOS dependency (#283)
13-
- Add Expo config plugin for mParticle integration (#270)
12+
- Add SPM hybrid bridge for mParticle-Apple-SDK iOS dependency ([#283](https://github.com/mParticle/react-native-mparticle/pull/283))
13+
- Add Expo config plugin for mParticle integration and create Expo test app ([#270](https://github.com/mParticle/react-native-mparticle/pull/270))
14+
15+
### Changed
16+
17+
- Release process ([#288](https://github.com/mParticle/react-native-mparticle/pull/288))
18+
- Add trunk ([#285](https://github.com/mParticle/react-native-mparticle/pull/285))
19+
- Bump fast-xml-parser from 4.5.3 to 4.5.4 in /sample ([#282](https://github.com/mParticle/react-native-mparticle/pull/282))
20+
- Update sample app to ease testing ([#279](https://github.com/mParticle/react-native-mparticle/pull/279))
21+
- Bump futureware-tech/simulator-action from 4 to 5 ([#281](https://github.com/mParticle/react-native-mparticle/pull/281))
22+
- Update release workflow for npm OIDC authentication and bump up node version ([#273](https://github.com/mParticle/react-native-mparticle/pull/273))
23+
- Update mParticle android sdk to version 5.76.1 in sample app ([#276](https://github.com/mParticle/react-native-mparticle/pull/276))
24+
- Bump actions/checkout from 4 to 6 ([#268](https://github.com/mParticle/react-native-mparticle/pull/268))
25+
- Bump actions/setup-node from 6.0.0 to 6.2.0 ([#274](https://github.com/mParticle/react-native-mparticle/pull/274))
26+
- Bump actions/setup-node from 5.0.0 to 6.0.0 ([#263](https://github.com/mParticle/react-native-mparticle/pull/263))
27+
- Bump actions/setup-node from 4.4.0 to 5.0.0 ([#258](https://github.com/mParticle/react-native-mparticle/pull/258))
1428

1529
### Fixed
1630

17-
- Fix React Native Codegen issue with version 0.84 (#284)
18-
- Prevent app crash in Release builds on iOS (#286)
19-
- Log nil bridge before addUIBlock in New Architecture (#287)
31+
- Log nil bridge before addUIBlock in New Architecture ([#287](https://github.com/mParticle/react-native-mparticle/pull/287))
32+
- Prevent app crash in Release builds ([#286](https://github.com/mParticle/react-native-mparticle/pull/286))
33+
- React Native Codegen issue with version 0.84 ([#284](https://github.com/mParticle/react-native-mparticle/pull/284))
2034

2135
## [2.8.1] - 2025-09-04
2236

@@ -331,7 +345,8 @@ Initial rewrite as a React Native module.
331345

332346
- Initial release with core mParticle SDK integration
333347

334-
[Unreleased]: https://github.com/mParticle/react-native-mparticle/compare/2.8.1...HEAD
348+
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/2.9.0...HEAD
349+
[2.9.0]: https://github.com/mParticle/react-native-mparticle/compare/2.8.1...2.9.0
335350
[2.8.1]: https://github.com/mParticle/react-native-mparticle/compare/2.8.0...2.8.1
336351
[2.8.0]: https://github.com/mParticle/react-native-mparticle/compare/v2.7.13...2.8.0
337352
[2.7.13]: https://github.com/mParticle/react-native-mparticle/compare/v2.7.12...v2.7.13

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.1
1+
2.9.0

package.json

Lines changed: 4 additions & 4 deletions
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": "2.8.1",
7+
"version": "2.9.0",
88
"main": "lib/index.js",
99
"types": "lib/index.d.ts",
1010
"react-native": "js/index",
@@ -30,9 +30,9 @@
3030
"plugin"
3131
],
3232
"publishConfig": {
33-
"access": "public",
34-
"provenance": true,
35-
"registry": "https://registry.npmjs.org"
33+
"access": "public",
34+
"provenance": true,
35+
"registry": "https://registry.npmjs.org"
3636
},
3737
"dependencies": {},
3838
"peerDependencies": {

0 commit comments

Comments
 (0)