Skip to content

Commit 043e400

Browse files
committed
[skip ci] Publish 8.2.3
1 parent d53142f commit 043e400

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

detox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/"
66
},
7-
"version": "8.2.2",
7+
"version": "8.2.3",
88
"bin": {
99
"detox": "local-cli/detox.js"
1010
},

examples/demo-react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "8.2.2",
3+
"version": "8.2.3",
44
"private": true,
55
"scripts": {
66
"start": "react-native start"
@@ -10,7 +10,7 @@
1010
"react-native": "0.51.1"
1111
},
1212
"devDependencies": {
13-
"detox": "^8.2.2",
13+
"detox": "^8.2.3",
1414
"mocha": "^4.0.1"
1515
},
1616
"detox": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
]
2323
}
2424
},
25-
"version": "8.2.2",
25+
"version": "8.2.3",
2626
"npmClient": "npm"
2727
}

0 commit comments

Comments
 (0)