Skip to content

Commit 2e975e2

Browse files
committed
chore: release version 2.2.0 with JWT flow
1 parent a2245a2 commit 2e975e2

File tree

3 files changed

+10
-22
lines changed

3 files changed

+10
-22
lines changed

CHANGELOG.md

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
1-
## 2.2.0-alpha.2
2-
3-
### Updates
4-
* Changed `onJWTError` to `onJwtError`
5-
* Changed `IterableRetryBackoff` enum keys to be lowercase for consistency
6-
across application
7-
8-
### Fixes
9-
* Fixed Android `retryInterval` not being updated on re-initialization.
10-
11-
## 2.2.0-alpha.1
12-
13-
### Updates
14-
* [SDK-149] Added logout functionality
15-
16-
### Fixes
17-
* [SDK-151] Fixed "cannot read property authtoken of undefined" error
18-
19-
## 2.2.0-alpha.0
1+
## 2.2.0
202

213
### Updates
224
- Updated Android SDK version to [3.6.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.6.2)
@@ -27,13 +9,19 @@
279
- Added `onJwtError` and `retryPolicy` for control over JWT flow
2810
- Moved all native calls to `IterableApi.ts`
2911
- Added JWT example to our example app
12+
- Changed `onJWTError` to `onJwtError`
13+
- Changed `IterableRetryBackoff` enum keys to be lowercase for consistency
14+
across application
15+
- [SDK-149] Added logout functionality
3016

3117
### Fixes
3218
- Created a standalone `IterableLogger` to avoid circular dependencies
19+
- [SDK-151] Fixed "cannot read property authtoken of undefined" error
20+
- Fixed Android `retryInterval` not being updated on re-initialization.
3321

3422
## 2.1.0
3523
### Updates
36-
* SDK is now compatible with both New Architecture and Legacy Architecture. Fix
24+
- SDK is now compatible with both New Architecture and Legacy Architecture. Fix
3725
for #691, #602, #563.
3826

3927
### Fixes

package.json

Lines changed: 1 addition & 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.0-alpha.1",
3+
"version": "2.2.0",
44
"description": "Iterable SDK for React Native.",
55
"source": "./src/index.tsx",
66
"main": "./lib/module/index.js",

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.0-alpha.1',
6+
version: '2.2.0',
77
};

0 commit comments

Comments
 (0)