Skip to content

Commit

Permalink
[skip ci] Publish 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemmiz committed Jul 26, 2018
1 parent 2871cf3 commit efcac27
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [8.1.1](https://github.com/wix/detox/tree/8.1.1) (2018-07-26)
[Full Changelog](https://github.com/wix/detox/compare/8.1.0...8.1.1)

**Merged Pull Requests**

- hotfix: revert log level debug to verbose due to Mocha incompatibility [\#859](https://github.com/wix/detox/pull/859) ([noomorph](https://github.com/noomorph))

## [8.1.0](https://github.com/wix/detox/tree/8.1.0) (2018-07-26)
[Full Changelog](https://github.com/wix/detox/compare/8.0.0...8.1.0)

Expand All @@ -16,7 +23,6 @@

- fix: adds grep fallback for win32 [\#858](https://github.com/wix/detox/pull/858) ([noomorph](https://github.com/noomorph))
- Printing environment variables before `jest` test command [\#852](https://github.com/wix/detox/pull/852) ([noomorph](https://github.com/noomorph))
- Add region to s3 upload [\#847](https://github.com/wix/detox/pull/847) ([yershalom](https://github.com/yershalom))
- Replace ":" with "-" in generated artifacts directories for better filesystem compatibility \(on Win and Mac\) [\#846](https://github.com/wix/detox/pull/846) ([noomorph](https://github.com/noomorph))
- Make detox.init\(\) stricter - should log error as soon as it happens [\#840](https://github.com/wix/detox/pull/840) ([noomorph](https://github.com/noomorph))
- Allow execution of post-install scripts on paths with space [\#824](https://github.com/wix/detox/pull/824) ([bltavares](https://github.com/bltavares))
Expand Down
2 changes: 1 addition & 1 deletion detox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "8.1.0",
"version": "8.1.1",
"bin": {
"detox": "local-cli/detox.js"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "8.1.0",
"version": "8.1.1",
"private": true,
"scripts": {
"start": "react-native start"
Expand All @@ -10,7 +10,7 @@
"react-native": "0.51.1"
},
"devDependencies": {
"detox": "^8.1.0",
"detox": "^8.1.1",
"mocha": "^4.0.1"
},
"detox": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
]
}
},
"version": "8.1.0",
"version": "8.1.1",
"npmClient": "npm"
}

0 comments on commit efcac27

Please sign in to comment.