From 7144ab1be9edd2f0a06ed8bfef960935ba1a4c38 Mon Sep 17 00:00:00 2001 From: Loren Posen Date: Thu, 16 Oct 2025 12:47:36 -0700 Subject: [PATCH 1/3] chore: update version to 2.0.4 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 bb356a6f5..7a49b12ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iterable/react-native-sdk", - "version": "2.0.3", + "version": "2.0.4", "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 0cdaa2c54..5af8adaf2 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.0.3', + version: '2.0.4', }; From d32bdd2119c86e7cdfae04c93a447579abf003a8 Mon Sep 17 00:00:00 2001 From: Loren Posen Date: Thu, 16 Oct 2025 13:00:40 -0700 Subject: [PATCH 2/3] chore: update CHANGELOG for version 2.0.4 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c08e0ed2b..9c24bb007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 2.0.4 + +## 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), + [#683](https://github.com/Iterable/react-native-sdk/issues/683) and + [#675](https://github.com/Iterable/react-native-sdk/issues/675) + ([6ece6e0](https://github.com/Iterable/react-native-sdk/commit/6ece6e0)) +- Updated dependencies +- Added unit tests + ## 2.0.3 ### Updates From d274c0f884b0a0114fa04b42a090efc5e6a8f23d Mon Sep 17 00:00:00 2001 From: Loren Posen Date: Thu, 16 Oct 2025 13:30:46 -0700 Subject: [PATCH 3/3] chore: update CHANGELOG to remove unit tests entry for version 2.0.4 --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c24bb007..a89e153e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ [#675](https://github.com/Iterable/react-native-sdk/issues/675) ([6ece6e0](https://github.com/Iterable/react-native-sdk/commit/6ece6e0)) - Updated dependencies -- Added unit tests ## 2.0.3