Skip to content

Commit e1d79bb

Browse files
authored
Merge pull request #773 from Iterable/new-arch/MOB-12216-ga-release
[MOB-12216] new arch ga release
2 parents 91937fe + c7a0ac8 commit e1d79bb

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
##2.1.0
2+
### Updates
3+
* SDK is now compatible with both New Architecture and Legacy Architecture. Fix
4+
for #691, #602, #563.
5+
6+
### Fixes
7+
* Dependencies update
8+
19
## 2.1.0-beta.1
210

3-
## Fixes
11+
### Fixes
412
- Add Temporary fix for circular paths, which break expo ([9c09743](https://github.com/Iterable/react-native-sdk/commit/9c09743))
513

614
## 2.1.0-beta.0
@@ -14,7 +22,7 @@
1422

1523
## 2.0.4
1624

17-
## Updates
25+
### Updates
1826
- Added API documentation via Netlify([1087275](https://github.com/Iterable/react-native-sdk/commit/1087275))
1927
- Removed dependency on `react-native-vector-icons`, per issues
2028
[#513](https://github.com/Iterable/react-native-sdk/issues/513),

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.1.0-beta.1",
3+
"version": "2.1.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.1.0-beta.1',
6+
version: '2.1.0',
77
};

0 commit comments

Comments
 (0)