From 2d4e38076d26312d9e93faa1ec82f029b5d9b550 Mon Sep 17 00:00:00 2001 From: Loren Posen Date: Mon, 3 Nov 2025 12:57:18 -0800 Subject: [PATCH 1/3] chore: update version to 2.1.0 in package.json and itblBuildInfo.ts --- package.json | 2 +- src/itblBuildInfo.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6336697df..ad25f554e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iterable/react-native-sdk", - "version": "2.1.0-beta.1", + "version": "2.1.0", "description": "Iterable SDK for React Native.", "source": "./src/index.tsx", "main": "./lib/module/index.js", diff --git a/src/itblBuildInfo.ts b/src/itblBuildInfo.ts index 097bd43d2..20694481e 100644 --- a/src/itblBuildInfo.ts +++ b/src/itblBuildInfo.ts @@ -3,5 +3,5 @@ * It contains the version of the package */ export const buildInfo = { - version: '2.1.0-beta.1', + version: '2.1.0', }; From ebf660c0056189af8a814e84826326898e379304 Mon Sep 17 00:00:00 2001 From: Loren Posen Date: Mon, 3 Nov 2025 13:03:24 -0800 Subject: [PATCH 2/3] chore: update CHANGELOG for version 2.1.0 with new features and dependency updates --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45e4a71be..9f12145b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +##2.1.0 +### Features +* SDK is now compatible with both New Architecture and Legacy Architecture. Fix + for #691, #602, #563. + +### Fixes +* Dependencies update + ## 2.1.0-beta.1 ## Fixes From c7a0ac81ba9397835260f77928edc1592a22a4e9 Mon Sep 17 00:00:00 2001 From: Loren Posen Date: Mon, 3 Nov 2025 13:10:33 -0800 Subject: [PATCH 3/3] chore: update CHANGELOG for version 2.1.0 with updates and fixes --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f12145b2..260f562fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ##2.1.0 -### Features +### Updates * SDK is now compatible with both New Architecture and Legacy Architecture. Fix for #691, #602, #563. @@ -8,7 +8,7 @@ ## 2.1.0-beta.1 -## Fixes +### Fixes - Add Temporary fix for circular paths, which break expo ([9c09743](https://github.com/Iterable/react-native-sdk/commit/9c09743)) ## 2.1.0-beta.0 @@ -22,7 +22,7 @@ ## 2.0.4 -## Updates +### Updates - Added API documentation via Netlify([1087275](https://github.com/Iterable/react-native-sdk/commit/1087275)) - Removed dependency on `react-native-vector-icons`, per issues [#513](https://github.com/Iterable/react-native-sdk/issues/513),