Skip to content

Commit

Permalink
[skip ci] Publish 7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoNatan committed Mar 27, 2018
1 parent 7650996 commit 9bb2705
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 37 deletions.
81 changes: 48 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,38 @@
- Fixes broken AndroidDriver explicit exportGlobals flow [\#545](https://github.com/wix/detox/pull/545) ([rotemmiz](https://github.com/rotemmiz))

## [7.0.0](https://github.com/wix/detox/tree/7.0.0) (2018-01-26)
[Full Changelog](https://github.com/wix/detox/compare/6.0.4...7.0.0)
[Full Changelog](https://github.com/wix/detox/compare/v7.0.0-alpha.1...7.0.0)

**Merged Pull Requests**

- export platform specific objects through proxy [\#374](https://github.com/wix/detox/pull/374) ([trofima](https://github.com/trofima))

## [v7.0.0-alpha.1](https://github.com/wix/detox/tree/v7.0.0-alpha.1) (2018-01-24)
[Full Changelog](https://github.com/wix/detox/compare/v7.0.0-alpha.0...v7.0.0-alpha.1)

**Fixed Bugs**

- Android test apk build path not aligned when using flavors [\#522](https://github.com/wix/detox/issues/522)

**Merged Pull Requests**

- Fixed section link in doc [\#539](https://github.com/wix/detox/pull/539) ([Brianwebb22](https://github.com/Brianwebb22))
- Fixes \#522: Android test apk path is now aligned with build flavors [\#537](https://github.com/wix/detox/pull/537) ([rotemmiz](https://github.com/rotemmiz))
- Correct grammar in docs [\#533](https://github.com/wix/detox/pull/533) ([tharax](https://github.com/tharax))
- Fix homepage in detox & detox-server package.json [\#531](https://github.com/wix/detox/pull/531) ([hectahertz](https://github.com/hectahertz))
- Update docs to fix hyperlink [\#519](https://github.com/wix/detox/pull/519) ([tharax](https://github.com/tharax))
- Fix wrong path to install Android script [\#514](https://github.com/wix/detox/pull/514) ([ygorbarboza](https://github.com/ygorbarboza))
- Add docusaurus for website [\#491](https://github.com/wix/detox/pull/491) ([DanielMSchmidt](https://github.com/DanielMSchmidt))

## [v7.0.0-alpha.0](https://github.com/wix/detox/tree/v7.0.0-alpha.0) (2018-01-11)
[Full Changelog](https://github.com/wix/detox/compare/6.0.4...v7.0.0-alpha.0)

**Enhancements**

- Add automatic code formatting via prettier [\#223](https://github.com/wix/detox/issues/223)

**Fixed Bugs**

- Android test apk build path not aligned when using flavors [\#522](https://github.com/wix/detox/issues/522)
- atIndex\(\) seems to be broken on Android [\#498](https://github.com/wix/detox/issues/498)
- Getting Started also requires adding babel-polyfill [\#481](https://github.com/wix/detox/issues/481)
- Test release on Android: app-release-androidTest.apk: No such file or directory [\#455](https://github.com/wix/detox/issues/455)
Expand All @@ -98,28 +121,20 @@

**Merged Pull Requests**

- Fixed section link in doc [\#539](https://github.com/wix/detox/pull/539) ([Brianwebb22](https://github.com/Brianwebb22))
- Fixes \#522: Android test apk path is now aligned with build flavors [\#537](https://github.com/wix/detox/pull/537) ([rotemmiz](https://github.com/rotemmiz))
- Correct grammar in docs [\#533](https://github.com/wix/detox/pull/533) ([tharax](https://github.com/tharax))
- Fix homepage in detox & detox-server package.json [\#531](https://github.com/wix/detox/pull/531) ([hectahertz](https://github.com/hectahertz))
- Update docs to fix hyperlink [\#519](https://github.com/wix/detox/pull/519) ([tharax](https://github.com/tharax))
- Fix wrong path to install Android script [\#514](https://github.com/wix/detox/pull/514) ([ygorbarboza](https://github.com/ygorbarboza))
- Added support for emulators \<= API lvl 23 [\#506](https://github.com/wix/detox/pull/506) ([simonracz](https://github.com/simonracz))
- Fixed atIndex\(0\) for Android. [\#504](https://github.com/wix/detox/pull/504) ([simonracz](https://github.com/simonracz))
- Mention running on iOS device is not yet supported [\#499](https://github.com/wix/detox/pull/499) ([fdnhkj](https://github.com/fdnhkj))
- Update AndroidDriver.js [\#497](https://github.com/wix/detox/pull/497) ([Crash--](https://github.com/Crash--))
- Fix error message to not state false information [\#495](https://github.com/wix/detox/pull/495) ([DanielMSchmidt](https://github.com/DanielMSchmidt))
- Add quotes around xcode version output [\#493](https://github.com/wix/detox/pull/493) ([DanielMSchmidt](https://github.com/DanielMSchmidt))
- Generation: Add Android Matchers to generated code [\#492](https://github.com/wix/detox/pull/492) ([DanielMSchmidt](https://github.com/DanielMSchmidt))
- Add docusaurus for website [\#491](https://github.com/wix/detox/pull/491) ([DanielMSchmidt](https://github.com/DanielMSchmidt))
- Remove excessive curly bracket [\#490](https://github.com/wix/detox/pull/490) ([dluksza](https://github.com/dluksza))
- Generation: Move DetoxAction invocations to generated code [\#479](https://github.com/wix/detox/pull/479) ([DanielMSchmidt](https://github.com/DanielMSchmidt))
- Fix typo in docs/Troubleshooting.RunningTests.md [\#475](https://github.com/wix/detox/pull/475) ([douglasnomizo](https://github.com/douglasnomizo))
- FIxed broken setURLBlacklist on Android [\#474](https://github.com/wix/detox/pull/474) ([rotemmiz](https://github.com/rotemmiz))
- \[BREAKING\] Upgrade to gradle 4.1 and android gradle plugin 3 [\#468](https://github.com/wix/detox/pull/468) ([rotemmiz](https://github.com/rotemmiz))
- Generation: Add generation for external files [\#465](https://github.com/wix/detox/pull/465) ([DanielMSchmidt](https://github.com/DanielMSchmidt))
- Fix the link to Android Support Status page [\#461](https://github.com/wix/detox/pull/461) ([kkhaidukov](https://github.com/kkhaidukov))
- export platform specific objects through proxy [\#374](https://github.com/wix/detox/pull/374) ([trofima](https://github.com/trofima))

## [6.0.4](https://github.com/wix/detox/tree/6.0.4) (2017-12-13)
[Full Changelog](https://github.com/wix/detox/compare/6.0.2...6.0.4)
Expand Down Expand Up @@ -511,19 +526,19 @@
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@2.0.2)

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-05-29)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@5.0.12)

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-05-29)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@2.0.1)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@5.0.12)

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-05-29)
[Full Changelog](https://github.com/wix/detox/compare/detox-server@1.2.3[email protected])
[Full Changelog](https://github.com/wix/detox/compare/detox-server@2.0.1[email protected])

## [detox-server@1.2.3](https://github.com/wix/detox/tree/detox-server@1.2.3) (2017-05-28)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@1.2.3)
## [detox-server@2.0.1](https://github.com/wix/detox/tree/detox-server@2.0.1) (2017-05-29)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@2.0.1)

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-05-28)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@5.0.10)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@5.0.10)

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-05-28)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@1.2.3)

**Merged Pull Requests**

Expand Down Expand Up @@ -554,7 +569,7 @@
- Update README.md [\#117](https://github.com/wix/detox/pull/117) ([dassir](https://github.com/dassir))

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-04-20)
[Full Changelog](https://github.com/wix/detox/compare/detox[email protected][email protected])
[Full Changelog](https://github.com/wix/detox/compare/detox@5.0.5[email protected])

**Closed Issues**

Expand All @@ -572,11 +587,11 @@
- fix demo app config [\#104](https://github.com/wix/detox/pull/104) ([doronpr](https://github.com/doronpr))
- wix mobile open source config file [\#101](https://github.com/wix/detox/pull/101) ([bogobogo](https://github.com/bogobogo))

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-03-23)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@1.2.2)

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-03-23)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@5.0.5)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@5.0.5)

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-03-23)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@1.2.2)

**Enhancements**

Expand All @@ -597,13 +612,13 @@
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@5.0.2)

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-03-16)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@5.0.1)

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-03-16)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@1.0.1)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@5.0.1)

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-03-16)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@1.2.1)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@1.2.1)

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-03-16)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@1.0.1)

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-03-09)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@4.3.2)
Expand Down Expand Up @@ -649,13 +664,13 @@
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@4.1.3)

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-01-19)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@4.1.2)

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-01-19)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@1.1.1)
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@4.1.2)

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-01-19)
[Full Changelog](https://github.com/wix/detox/compare/[email protected])
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@4.1.1)

## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-01-19)
[Full Changelog](https://github.com/wix/detox/compare/[email protected])

**Enhancements**

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.0",
"version": "7.3.2",
"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": "7.3.0",
"version": "7.3.2",
"private": true,
"scripts": {
"start": "react-native start"
Expand All @@ -10,7 +10,7 @@
"react-native": "0.49.3"
},
"devDependencies": {
"detox": "^7.3.0",
"detox": "^7.3.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 @@ -23,6 +23,6 @@
]
}
},
"version": "7.3.0",
"version": "7.3.2",
"npmClient": "npm"
}

0 comments on commit 9bb2705

Please sign in to comment.