Skip to content

Commit 441fc7e

Browse files
chore: release 2.9.2 (#310)
Co-authored-by: nickolas-dimitrakas <219906383+nickolas-dimitrakas@users.noreply.github.com>
1 parent 37d1db5 commit 441fc7e

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.9.2] - 2026-04-15
11+
12+
### Fixed
13+
14+
- Remove SPM duplicate for mParticle-Apple-SDK ([#309](https://github.com/mParticle/react-native-mparticle/pull/309))
15+
16+
### Changed
17+
18+
- Bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 ([#307](https://github.com/mParticle/react-native-mparticle/pull/307))
19+
- Bump actions/create-github-app-token from 3.0.0 to 3.1.1 ([#306](https://github.com/mParticle/react-native-mparticle/pull/306))
20+
- Bump maxim-lobanov/setup-xcode from 1.6.0 to 1.7.0 ([#299](https://github.com/mParticle/react-native-mparticle/pull/299))
21+
1022
## [2.9.1] - 2026-03-18
1123

1224
### Changed
@@ -358,7 +370,8 @@ Initial rewrite as a React Native module.
358370

359371
- Initial release with core mParticle SDK integration
360372

361-
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/2.9.1...HEAD
373+
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/2.9.2...HEAD
374+
[2.9.2]: https://github.com/mParticle/react-native-mparticle/compare/2.9.1...2.9.2
362375
[2.9.1]: https://github.com/mParticle/react-native-mparticle/compare/2.9.0...2.9.1
363376
[2.9.0]: https://github.com/mParticle/react-native-mparticle/compare/2.8.1...2.9.0
364377
[2.8.1]: https://github.com/mParticle/react-native-mparticle/compare/2.8.0...2.8.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.1
1+
2.9.2

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

0 commit comments

Comments
 (0)