Skip to content

Commit b37eb9f

Browse files
authored
Merge pull request #761 from Iterable/MOB-12360-release-2-0-4
[MOB-12360] release-2-0-4
2 parents 6614c24 + d274c0f commit b37eb9f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.0.4
2+
3+
## Updates
4+
- Added API documentation via Netlify([1087275](https://github.com/Iterable/react-native-sdk/commit/1087275))
5+
- Removed dependency on `react-native-vector-icons`, per issues
6+
[#513](https://github.com/Iterable/react-native-sdk/issues/513),
7+
[#683](https://github.com/Iterable/react-native-sdk/issues/683) and
8+
[#675](https://github.com/Iterable/react-native-sdk/issues/675)
9+
([6ece6e0](https://github.com/Iterable/react-native-sdk/commit/6ece6e0))
10+
- Updated dependencies
11+
112
## 2.0.3
213

314
### Updates

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.0.3",
3+
"version": "2.0.4",
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.0.3',
6+
version: '2.0.4',
77
};

0 commit comments

Comments
 (0)