Skip to content

Commit cff7828

Browse files
committed
[skip ci] Publish 8.2.0
1 parent 766df76 commit cff7828

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Change Log
22

3+
## [8.2.0](https://github.com/wix/detox/tree/8.2.0) (2018-08-22)
4+
[Full Changelog](https://github.com/wix/detox/compare/8.1.6...8.2.0)
5+
6+
**Fixed Bugs**
7+
8+
- postinstall script fails [\#889](https://github.com/wix/detox/issues/889)
9+
- Error when running "detox test" for windows using detox 8 due to findstr not supporting /s in regex [\#886](https://github.com/wix/detox/issues/886)
10+
- Log plugins in ArtifactsManager are not compatible with detox.init\(... launchApp: false ...\) option. [\#856](https://github.com/wix/detox/issues/856)
11+
- Default `detox test` triggers screenshot taking mechanism, to `dev/null`, it probably shouldn't trigger anything. [\#841](https://github.com/wix/detox/issues/841)
12+
- Where is the output for the UI Hierarchy? [\#737](https://github.com/wix/detox/issues/737)
13+
14+
**Closed Issues**
15+
16+
- Postinstall script fails when just command line tools are installed [\#897](https://github.com/wix/detox/issues/897)
17+
- postinstall script fails when parent folder has a space in it [\#894](https://github.com/wix/detox/issues/894)
18+
- Unable to find alert element [\#890](https://github.com/wix/detox/issues/890)
19+
20+
**Merged Pull Requests**
21+
22+
- Updated to EarlGrey 1.15.0 [\#895](https://github.com/wix/detox/pull/895) ([rotemmiz](https://github.com/rotemmiz))
23+
- Fix typo [\#891](https://github.com/wix/detox/pull/891) ([kevinresol](https://github.com/kevinresol))
24+
- fix\(win32\): new regexp for ADB.pid which is compatible with findstr utility [\#888](https://github.com/wix/detox/pull/888) ([noomorph](https://github.com/noomorph))
25+
- fix\(win32\): new regexp for adb.unlockScreen which is compatible with findstr [\#887](https://github.com/wix/detox/pull/887) ([noomorph](https://github.com/noomorph))
26+
327
## [8.1.6](https://github.com/wix/detox/tree/8.1.6) (2018-08-13)
428
[Full Changelog](https://github.com/wix/detox/compare/8.1.5...8.1.6)
529

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.1.6",
7+
"version": "8.2.0",
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.1.6",
3+
"version": "8.2.0",
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.1.6",
13+
"detox": "^8.2.0",
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.1.6",
25+
"version": "8.2.0",
2626
"npmClient": "npm"
2727
}

0 commit comments

Comments
 (0)