Skip to content

Commit 344e4fc

Browse files
authored
Merge pull request #559 from Iterable/evan/MOB-8863-post-1.3.19-release-checklist
[MOB-8863] post 1.3.19 release checklist
2 parents a19643d + eb574cd commit 344e4fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SampleApp/javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13-
"@iterable/react-native-sdk": "^1.3.16",
13+
"@iterable/react-native-sdk": "^1.3.19",
1414
"@react-native-community/masked-view": "^0.1.10",
1515
"@react-native-community/toolbar-android": "^0.1.0-rc.2",
1616
"@react-navigation/bottom-tabs": "^5.4.5",

SampleApp/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13-
"@iterable/react-native-sdk": "^1.3.16",
13+
"@iterable/react-native-sdk": "^1.3.19",
1414
"@react-native-community/masked-view": "^0.1.10",
1515
"@react-native-community/toolbar-android": "^0.1.0-rc.2",
1616
"@react-navigation/bottom-tabs": "^5.4.5",

integration-testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"e2e:android-release": "npm run build:android-release && npm run test:android-release"
1111
},
1212
"dependencies": {
13-
"@iterable/react-native-sdk": "^1.3.16",
13+
"@iterable/react-native-sdk": "^1.3.19",
1414
"@react-native-community/masked-view": "^0.1.10",
1515
"@react-navigation/bottom-tabs": "^5.4.5",
1616
"@react-navigation/native": "^5.4.0",

0 commit comments

Comments
 (0)