From d674d89373f9fdb0494008d7530a1fa1d15feaab Mon Sep 17 00:00:00 2001 From: BrandonStalnaker <33703490+BrandonStalnaker@users.noreply.github.com> Date: Thu, 16 Apr 2026 17:30:47 +0000 Subject: [PATCH 1/2] chore: bump version to 3.0.0 --- CHANGELOG.md | 13 ++++++++++++- VERSION | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57d320b..8e4d7a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] - 2026-04-16 + +### Added + +- Support Shoppable ads and v9 of mParticle iOS SDK ([#311](https://github.com/mParticle/react-native-mparticle/pull/311)) + +### Changed + +- Add --allow-same-version to draft release workflow ([#312](https://github.com/mParticle/react-native-mparticle/pull/312)) + ## [2.9.2] - 2026-04-15 ### Fixed @@ -370,7 +380,8 @@ Initial rewrite as a React Native module. - Initial release with core mParticle SDK integration -[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/2.9.2...HEAD +[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.0.0...HEAD +[3.0.0]: https://github.com/mParticle/react-native-mparticle/compare/2.9.2...3.0.0 [2.9.2]: https://github.com/mParticle/react-native-mparticle/compare/2.9.1...2.9.2 [2.9.1]: https://github.com/mParticle/react-native-mparticle/compare/2.9.0...2.9.1 [2.9.0]: https://github.com/mParticle/react-native-mparticle/compare/2.8.1...2.9.0 diff --git a/VERSION b/VERSION index 5d9ade1..4a36342 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.2 +3.0.0 From 42ffef16b41a713db987ce64b3f09e4457098356 Mon Sep 17 00:00:00 2001 From: Brandon Stalnaker Date: Thu, 16 Apr 2026 15:35:03 -0400 Subject: [PATCH 2/2] update changelong --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e4d7a6..2a06f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support Shoppable ads and v9 of mParticle iOS SDK ([#311](https://github.com/mParticle/react-native-mparticle/pull/311)) +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. + ### Changed - Add --allow-same-version to draft release workflow ([#312](https://github.com/mParticle/react-native-mparticle/pull/312))