Skip to content

Commit a435a6e

Browse files
chore: release 3.0.0 (#313)
Co-authored-by: BrandonStalnaker <33703490+BrandonStalnaker@users.noreply.github.com> Co-authored-by: Brandon Stalnaker <brandon.stalnaker@rokt.com>
1 parent 6621345 commit a435a6e

2 files changed

Lines changed: 15 additions & 2 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+
## [3.0.0] - 2026-04-16
11+
12+
### Added
13+
14+
- Support Shoppable ads and v9 of mParticle iOS SDK ([#311](https://github.com/mParticle/react-native-mparticle/pull/311))
15+
16+
For a full guide on Shoppable ads, see [Implementation guide: Shoppable Ads (`selectShoppableAds`) and iOS payment extensions](./ExpoTestApp/README.md#implementation-guide-shoppable-ads-selectshoppableads-and-ios-payment-extensions) in the Expo test app README.
17+
18+
### Changed
19+
20+
- Add --allow-same-version to draft release workflow ([#312](https://github.com/mParticle/react-native-mparticle/pull/312))
21+
1022
## [2.9.2] - 2026-04-15
1123

1224
### Fixed
@@ -370,7 +382,8 @@ Initial rewrite as a React Native module.
370382

371383
- Initial release with core mParticle SDK integration
372384

373-
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/2.9.2...HEAD
385+
[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.0.0...HEAD
386+
[3.0.0]: https://github.com/mParticle/react-native-mparticle/compare/2.9.2...3.0.0
374387
[2.9.2]: https://github.com/mParticle/react-native-mparticle/compare/2.9.1...2.9.2
375388
[2.9.1]: https://github.com/mParticle/react-native-mparticle/compare/2.9.0...2.9.1
376389
[2.9.0]: https://github.com/mParticle/react-native-mparticle/compare/2.8.1...2.9.0

VERSION

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

0 commit comments

Comments
 (0)