Skip to content

Commit

Permalink
v10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d4vidi committed Jan 13, 2019
1 parent 41480c3 commit 93d6e33
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 12 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [10.0.0]((https://github.com/wix/detox/tree/9.1.2)) (2019-01-13)
[Full Changelog](https://github.com/wix/detox/compare/9.1.2...10.0.0)

**Enhancements**
- Android: Introduce Kotlin (v1.3.0 as the default version).
- Android: Rewrite of the JS-timers idling resource in Kotlin (`ReactNativeTimersIdlingResource`).

**Fixed Bugs**
- Idle timer shadows busy timers at rare cases [\#1115](https://github.com/wix/Detox/issues/1115)

## [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)

Expand Down Expand Up @@ -1191,4 +1201,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
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.1.2",
"version": "10.0.0",
"private": true,
"scripts": {
"test": ":",
Expand All @@ -18,7 +18,7 @@
"react-native": "0.56.0"
},
"devDependencies": {
"detox": "^9.1.2",
"detox": "^10.0.0",
"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.1.2",
"version": "10.0.0",
"private": true,
"scripts": {
"packager": "react-native start",
"detox-server": "detox run-server",
"e2e": "mocha e2e --opts ./e2e/mocha.opts"
},
"devDependencies": {
"detox": "^9.1.2",
"detox": "^10.0.0",
"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.1.2",
"version": "10.0.0",
"private": true,
"devDependencies": {
"detox": "^9.1.2",
"detox": "^10.0.0",
"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.1.2",
"version": "10.0.0",
"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.1.2",
"detox": "^10.0.0",
"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.1.2",
"version": "10.0.0",
"private": true,
"scripts": {
"start": "react-native start"
Expand All @@ -10,7 +10,7 @@
"react-native": "0.51.1"
},
"devDependencies": {
"detox": "^9.1.2",
"detox": "^10.0.0",
"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.1.2",
"version": "10.0.0",
"npmClient": "npm",
"command": {
"publish": {
Expand Down

0 comments on commit 93d6e33

Please sign in to comment.