Skip to content

Commit 3b0674a

Browse files
chore: prepare for 6.0.0
## [6.0.0](5.3.0...6.0.0) (2025-12-24) ### ⚠ BREAKING CHANGES * remove support for React Native old architecture (#553) ### Features * remove support for React Native old architecture ([#553](#553)) ([4956640](4956640))
1 parent 4956640 commit 3b0674a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [6.0.0](https://github.com/customerio/customerio-reactnative/compare/5.3.0...6.0.0) (2025-12-24)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* remove support for React Native old architecture (#553)
6+
7+
### Features
8+
9+
* remove support for React Native old architecture ([#553](https://github.com/customerio/customerio-reactnative/issues/553)) ([4956640](https://github.com/customerio/customerio-reactnative/commit/495664072c744d4a2005bce243b2a6b5564d2c0f))
10+
111
## [5.3.0](https://github.com/customerio/customerio-reactnative/compare/5.2.0...5.3.0) (2025-12-04)
212

313
### Features

android/src/main/res/values/customer_io_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
This will be updated by update-version script with React Native package version
1010
whenever new version of React Native package is released
1111
-->
12-
<string name="customer_io_react_native_sdk_client_version">5.3.0</string>
12+
<string name="customer_io_react_native_sdk_client_version">6.0.0</string>
1313
</resources>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "customerio-reactnative",
3-
"version": "5.3.0",
3+
"version": "6.0.0",
44
"description": "Official Customer.io SDK using React Native. Track customers and send messages to your iOS/Android apps.",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)