Skip to content

Commit b0b2fbf

Browse files
authored
New release v3.4.3 (#173)
* test failing issue resolved * npm run lerna-bootstrap * contributor added * version 3.4.3 * npm run lerna-bootstrap * v3.4.3 * v3.4.4 * undo * Revert "undo" This reverts commit b854066. * undo to v3.4.3 * npm run lerna-bootstrap
1 parent cdd4f98 commit b0b2fbf

File tree

8 files changed

+33032
-6234
lines changed

8 files changed

+33032
-6234
lines changed

lerna.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"lerna": "3.15.0",
3-
"packages": [
4-
"packages/*"
5-
],
3+
"packages": ["packages/*"],
64
"npmClient": "npm",
7-
"version": "3.4.2"
5+
"version": "3.4.3"
86
}

package-lock.json

Lines changed: 26839 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
},
3535
"author": "Taehyun Kim <[email protected]> (https://github.com/kimxogus)",
3636
"contributors": [
37-
"Thomas Schoffelen <[email protected]>"
37+
"Thomas Schoffelen <[email protected]>",
38+
"Mohamad Arif Raja <[email protected]>"
3839
],
3940
"homepage": "https://github.com/kimxogus/react-native-version-check",
4041
"repository": {

0 commit comments

Comments
 (0)