Skip to content

Commit

Permalink
[skip ci] Publish 7.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemmiz committed May 1, 2018
1 parent a0fd6a9 commit 363d714
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 15 deletions.
34 changes: 24 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [7.3.5](https://github.com/wix/detox/tree/7.3.5) (2018-05-01)
[Full Changelog](https://github.com/wix/detox/compare/7.3.4...7.3.5)

**Closed Issues**

- Please include expo app setup in Introduction.GettingStarted.md [\#698](https://github.com/wix/detox/issues/698)
- Missing package name and version [\#696](https://github.com/wix/detox/issues/696)
- \[iOS\] when .tap\(\) in test, device.reloadReactNative\(\) stalls indefinitely [\#691](https://github.com/wix/detox/issues/691)

**Merged Pull Requests**

- Migrate from Travis CI to Jenkins [\#701](https://github.com/wix/detox/pull/701) ([yershalom](https://github.com/yershalom))
- Add no window option for running android emulator with no window [\#690](https://github.com/wix/detox/pull/690) ([yershalom](https://github.com/yershalom))

## [7.3.4](https://github.com/wix/detox/tree/7.3.4) (2018-04-25)
[Full Changelog](https://github.com/wix/detox/compare/7.3.3...7.3.4)

Expand Down Expand Up @@ -249,7 +263,7 @@
- Add change log generation when publishing a version [\#409](https://github.com/wix/detox/issues/409)

## [5.10.1](https://github.com/wix/detox/tree/5.10.1) (2017-11-15)
[Full Changelog](https://github.com/wix/detox/compare/detox[email protected].0...5.10.1)
[Full Changelog](https://github.com/wix/detox/compare/detox@5.10.0...5.10.1)

**Fixed Bugs**

Expand All @@ -259,11 +273,11 @@

- New demo project for react native jest [\#370](https://github.com/wix/detox/pull/370) ([SMJ93](https://github.com/SMJ93))

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-11-13)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@2.1.0)

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-11-13)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@5.10.0)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@5.10.0)

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-11-13)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@2.1.0)

**Enhancements**

Expand Down Expand Up @@ -303,7 +317,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))

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

**Enhancements**

Expand All @@ -320,11 +334,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))

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

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

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-10-17)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@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
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "7.3.4",
"version": "7.3.5",
"bin": {
"detox": "local-cli/detox.js"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/demo-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "7.3.4",
"version": "7.3.5",
"private": true,
"scripts": {
"start": "react-native start"
Expand All @@ -10,7 +10,7 @@
"react-native": "0.51.1"
},
"devDependencies": {
"detox": "^7.3.4",
"detox": "^7.3.5",
"mocha": "^4.0.1"
},
"detox": {
Expand Down Expand Up @@ -44,4 +44,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
]
}
},
"version": "7.3.4",
"version": "7.3.5",
"npmClient": "npm"
}

0 comments on commit 363d714

Please sign in to comment.