Skip to content

Commit de793ec

Browse files
authored
Merge pull request #865 from Iterable/feature/SDK-489-release-2-2-2
[SDK-489] release-2-2-2
2 parents 55ac386 + 3663fdb commit de793ec

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
1-
## 2.2.0
1+
## 2.2.2
2+
### Updates
3+
- Added `baseline-browser-mapping`
4+
- Updated React Native library compatibility to 0.81
5+
6+
### Fixes
7+
- Added temporary fix for Xcode 26.4 compatibility
8+
([a7768d4](https://github.com/Iterable/react-native-sdk/commit/a7768d4)) in
9+
example app
210

11+
## 2.2.1
12+
### Updates
13+
- Updated React Native library compatibility to 0.79.7
14+
15+
## 2.2.0
316
### Updates
417
- Updated Android SDK version to [3.6.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.6.2)
518
- Updated iOS SDK version to [6.6.3](https://github.com/Iterable/swift-sdk/releases/tag/6.6.3)
@@ -17,7 +30,7 @@
1730
### Fixes
1831
- Created a standalone `IterableLogger` to avoid circular dependencies
1932
- [SDK-151] Fixed "cannot read property authtoken of undefined" error
20-
- Fixed Android `retryInterval` not being updated on re-initialization.
33+
- Fixed Android `retryInterval` not being updated on re-initialization
2134

2235
## 2.1.0
2336
### Updates

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ For quick reference, the following table lists the versions of the [Android SDK]
124124
125125
| RN SDK Version | Android SDK Version | iOS SDK Version |
126126
| --------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | --------------- |
127+
| [2.2.2](https://www.npmjs.com/package/@iterable/react-native-sdk/v/2.2.2) | [3.6.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.6.2) | [6.6.3](https://github.com/Iterable/swift-sdk/releases/tag/6.6.3)
128+
| [2.2.1](https://www.npmjs.com/package/@iterable/react-native-sdk/v/2.2.1) | [3.6.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.6.2) | [6.6.3](https://github.com/Iterable/swift-sdk/releases/tag/6.6.3)
127129
| [2.2.0](https://www.npmjs.com/package/@iterable/react-native-sdk/v/2.2.0) | [3.6.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.6.2) | [6.6.3](https://github.com/Iterable/swift-sdk/releases/tag/6.6.3)
128130
| [2.1.0](https://www.npmjs.com/package/@iterable/react-native-sdk/v/2.1.0) | [3.5.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.5.2) | [6.5.4](https://github.com/Iterable/swift-sdk/releases/tag/6.5.4)
129131
| [2.0.4](https://www.npmjs.com/package/@iterable/react-native-sdk/v/2.0.4) | [3.5.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.5.2) | [6.5.4](https://github.com/Iterable/swift-sdk/releases/tag/6.5.4)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iterable/react-native-sdk",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Iterable SDK for React Native.",
55
"source": "./src/index.tsx",
66
"main": "./lib/module/index.js",
@@ -27,6 +27,7 @@
2727
"!android/gradlew",
2828
"!android/gradlew.bat",
2929
"!android/local.properties",
30+
"!**/*.test.{js,ts,tsx}",
3031
"!**/__tests__",
3132
"!**/__fixtures__",
3233
"!**/__mocks__",

src/itblBuildInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
* It contains the version of the package
44
*/
55
export const buildInfo = {
6-
version: '2.2.1',
6+
version: '2.2.2',
77
};

0 commit comments

Comments
 (0)