Skip to content

Commit

Permalink
[skip ci] Publish 9.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemmiz committed Nov 16, 2018
1 parent bc0d6db commit b0e3b0f
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 18 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log

## [9.0.7](https://github.com/wix/detox/tree/9.0.7) (2018-11-15)
## [9.1.2](https://github.com/wix/detox/tree/9.1.2) (2018-11-17)
[Full Changelog](https://github.com/wix/detox/compare/9.0.7...9.1.2)

**Enhancements**

- Detox configuration should allow ability to specify app apk path and androidTest apk path [\#571](https://github.com/wix/Detox/issues/571)
- New Actions: `tapBackspaceKey` and `tapReturnKey` [\#1044](https://github.com/wix/Detox/pull/1044) ([michaelgmcd](https://github.com/michaelgmcd))

## [9.0.7](https://github.com/wix/detox/tree/9.0.7) (2018-11-14)
[Full Changelog](https://github.com/wix/detox/compare/v9.0.6...9.0.7)

**Enhancements**
Expand Down Expand Up @@ -685,7 +693,7 @@
- Re-add matcher generation commits and add traits matcher to generated code [\#348](https://github.com/wix/Detox/pull/348) ([DanielMSchmidt](https://github.com/DanielMSchmidt))

## [detox@5.9.0](https://github.com/wix/detox/tree/detox@5.9.0) (2017-10-18)
[Full Changelog](https://github.com/wix/detox/compare/detox-cli@1.0.3...detox@5.9.0)
[Full Changelog](https://github.com/wix/detox/compare/detox@5.8.4...detox@5.9.0)

**Enhancements**

Expand All @@ -702,11 +710,11 @@
- Create a build matrix to support multiple version of React Native and OSs [\#345](https://github.com/wix/Detox/pull/345) ([rotemmiz](https://github.com/rotemmiz))
- Basic support for Jest runner [\#335](https://github.com/wix/Detox/pull/335) ([Kureev](https://github.com/Kureev))

## [detox-cli@1.0.3](https://github.com/wix/detox/tree/detox-cli@1.0.3) (2017-10-17)
[Full Changelog](https://github.com/wix/detox/compare/detox@5.8.4...detox-cli@1.0.3)

## [detox@5.8.4](https://github.com/wix/detox/tree/detox@5.8.4) (2017-10-17)
[Full Changelog](https://github.com/wix/detox/compare/detox@5.8.3...detox@5.8.4)
[Full Changelog](https://github.com/wix/detox/compare/detox-cli@1.0.3...detox@5.8.4)

## [detox-cli@1.0.3](https://github.com/wix/detox/tree/detox-cli@1.0.3) (2017-10-17)
[Full Changelog](https://github.com/wix/detox/compare/detox@5.8.3...detox-cli@1.0.3)

**Fixed Bugs**

Expand Down
2 changes: 1 addition & 1 deletion detox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "detox",
"description": "E2E tests and automation for mobile",
"version": "9.0.8",
"version": "9.1.2",
"bin": {
"detox": "local-cli/detox.js"
},
Expand Down
4 changes: 2 additions & 2 deletions detox/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "detox-test",
"version": "9.0.8",
"version": "9.1.2",
"private": true,
"scripts": {
"test": ":",
Expand All @@ -18,7 +18,7 @@
"react-native": "0.56.0"
},
"devDependencies": {
"detox": "^9.0.8",
"detox": "^9.1.2",
"express": "^4.15.3",
"jest": "^22.3.0",
"lodash": "^4.14.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-native-android/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "detox-demo-native-android",
"version": "9.0.8",
"version": "9.1.2",
"private": true,
"scripts": {
"packager": "react-native start",
"detox-server": "detox run-server",
"e2e": "mocha e2e --opts ./e2e/mocha.opts"
},
"devDependencies": {
"detox": "^9.0.8",
"detox": "^9.1.2",
"mocha": "^4.0.0"
},
"detox": {}
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-native-ios/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "detox-demo-native-ios",
"version": "9.0.8",
"version": "9.1.2",
"private": true,
"devDependencies": {
"detox": "^9.0.8",
"detox": "^9.1.2",
"mocha": "^4.0.0"
},
"detox": {
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-react-native-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-react-native-jest",
"version": "9.0.8",
"version": "9.1.2",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand All @@ -14,7 +14,7 @@
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"detox": "^9.0.8",
"detox": "^9.1.2",
"jest": "21.2.1",
"react-test-renderer": "16.0.0-beta.5"
},
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": "9.0.8",
"version": "9.1.2",
"private": true,
"scripts": {
"start": "react-native start"
Expand All @@ -10,7 +10,7 @@
"react-native": "0.51.1"
},
"devDependencies": {
"detox": "^9.0.8",
"detox": "^9.1.2",
"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 @@ -10,7 +10,7 @@
"examples/demo-react-native-jest",
"generation"
],
"version": "9.0.8",
"version": "9.1.2",
"npmClient": "npm",
"command": {
"publish": {
Expand Down

0 comments on commit b0e3b0f

Please sign in to comment.