From 83219cc8ce451f1d4894023e965cf6cc60b20da2 Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Thu, 15 Aug 2019 13:25:46 +0300 Subject: [PATCH 1/5] release: cut the 6.0.0 release --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf4cad3..dda3bed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +# [6.0.0](https://github.com/NativeScript/nativescript-dev-appium/compare/5.3.0...6.0.0) (2019-08-15) + + +### Bug Fixes + +* **image-helper:** increase image name ([#237](https://github.com/NativeScript/nativescript-dev-appium/issues/237)) ([c075af8](https://github.com/NativeScript/nativescript-dev-appium/commit/c075af8)) +* provide mandatory automation name for Android ([#242](https://github.com/NativeScript/nativescript-dev-appium/issues/242)) ([032229f](https://github.com/NativeScript/nativescript-dev-appium/commit/032229f)) +* remove duplicated property ([#243](https://github.com/NativeScript/nativescript-dev-appium/issues/243)) ([ec2c558](https://github.com/NativeScript/nativescript-dev-appium/commit/ec2c558)) +* typos ([65c6aa3](https://github.com/NativeScript/nativescript-dev-appium/commit/65c6aa3)) +* **setOrientation:** calc view port according to automation name ([#244](https://github.com/NativeScript/nativescript-dev-appium/issues/244)) ([620a9e8](https://github.com/NativeScript/nativescript-dev-appium/commit/620a9e8)) + + +### Features + +* image-helper ([#236](https://github.com/NativeScript/nativescript-dev-appium/issues/236)) ([0d2c9fd](https://github.com/NativeScript/nativescript-dev-appium/commit/0d2c9fd)) +* resolve symlinked storages ([#235](https://github.com/NativeScript/nativescript-dev-appium/issues/235)) ([ef270c9](https://github.com/NativeScript/nativescript-dev-appium/commit/ef270c9)) + + + # [6.0.0](https://github.com/NativeScript/nativescript-dev-appium/compare/5.3.0...6.0.0) (2019-08-08) diff --git a/package.json b/package.json index b1ce790..8988766 100644 --- a/package.json +++ b/package.json @@ -58,4 +58,4 @@ "test": "mocha --timeout 999999", "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md" } -} \ No newline at end of file +} From db7fc9c87b485bd41a419a74750369e76ac09e9a Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Thu, 8 Aug 2019 11:21:03 +0300 Subject: [PATCH 2/5] release: cut the 6.0.0 release --- CHANGELOG.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dda3bed..e78b4eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,16 @@ -# [6.0.0](https://github.com/NativeScript/nativescript-dev-appium/compare/5.3.0...6.0.0) (2019-08-15) +# [6.0.0](https://github.com/NativeScript/nativescript-dev-appium/compare/5.3.0...6.0.0) (2019-08-08) ### Bug Fixes -* **image-helper:** increase image name ([#237](https://github.com/NativeScript/nativescript-dev-appium/issues/237)) ([c075af8](https://github.com/NativeScript/nativescript-dev-appium/commit/c075af8)) +* **image-helper:** set image name counter ([#237](https://github.com/NativeScript/nativescript-dev-appium/issues/237)) ([c075af8](https://github.com/NativeScript/nativescript-dev-appium/commit/c075af8)) * provide mandatory automation name for Android ([#242](https://github.com/NativeScript/nativescript-dev-appium/issues/242)) ([032229f](https://github.com/NativeScript/nativescript-dev-appium/commit/032229f)) * remove duplicated property ([#243](https://github.com/NativeScript/nativescript-dev-appium/issues/243)) ([ec2c558](https://github.com/NativeScript/nativescript-dev-appium/commit/ec2c558)) * typos ([65c6aa3](https://github.com/NativeScript/nativescript-dev-appium/commit/65c6aa3)) * **setOrientation:** calc view port according to automation name ([#244](https://github.com/NativeScript/nativescript-dev-appium/issues/244)) ([620a9e8](https://github.com/NativeScript/nativescript-dev-appium/commit/620a9e8)) -### Features - -* image-helper ([#236](https://github.com/NativeScript/nativescript-dev-appium/issues/236)) ([0d2c9fd](https://github.com/NativeScript/nativescript-dev-appium/commit/0d2c9fd)) -* resolve symlinked storages ([#235](https://github.com/NativeScript/nativescript-dev-appium/issues/235)) ([ef270c9](https://github.com/NativeScript/nativescript-dev-appium/commit/ef270c9)) - - - - -# [6.0.0](https://github.com/NativeScript/nativescript-dev-appium/compare/5.3.0...6.0.0) (2019-08-08) ### Features @@ -65,7 +56,6 @@ Now: `driver.imageHelper.options.isDeviceSpecific = false;` - # [5.3.0](https://github.com/NativeScript/nativescript-dev-appium/compare/v5.2.0...v5.3.0) (2019-06-10) From 74487a432822dc09271fc0446e3e0b9020b3e263 Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Thu, 8 Aug 2019 11:42:25 +0300 Subject: [PATCH 3/5] release: cut the 6.0.0 release --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e78b4eb..6c244c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # [6.0.0](https://github.com/NativeScript/nativescript-dev-appium/compare/5.3.0...6.0.0) (2019-08-08) -### Bug Fixes +### Features * **image-helper:** set image name counter ([#237](https://github.com/NativeScript/nativescript-dev-appium/issues/237)) ([c075af8](https://github.com/NativeScript/nativescript-dev-appium/commit/c075af8)) * provide mandatory automation name for Android ([#242](https://github.com/NativeScript/nativescript-dev-appium/issues/242)) ([032229f](https://github.com/NativeScript/nativescript-dev-appium/commit/032229f)) @@ -13,7 +13,7 @@ -### Features +### BREAKING CHANGES: * driver.getOrientation() * driver.setOrientation(orientation: DeviceOrientation) From ce6fa8df513639f1c301094165bd87c0ed858fa1 Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Fri, 16 Aug 2019 10:35:35 +0300 Subject: [PATCH 4/5] release: cut the 6.0.0 release --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c244c8..9dde875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,11 @@ # [6.0.0](https://github.com/NativeScript/nativescript-dev-appium/compare/5.3.0...6.0.0) (2019-08-08) -### Features +### Bug Fixes * **image-helper:** set image name counter ([#237](https://github.com/NativeScript/nativescript-dev-appium/issues/237)) ([c075af8](https://github.com/NativeScript/nativescript-dev-appium/commit/c075af8)) * provide mandatory automation name for Android ([#242](https://github.com/NativeScript/nativescript-dev-appium/issues/242)) ([032229f](https://github.com/NativeScript/nativescript-dev-appium/commit/032229f)) * remove duplicated property ([#243](https://github.com/NativeScript/nativescript-dev-appium/issues/243)) ([ec2c558](https://github.com/NativeScript/nativescript-dev-appium/commit/ec2c558)) -* typos ([65c6aa3](https://github.com/NativeScript/nativescript-dev-appium/commit/65c6aa3)) * **setOrientation:** calc view port according to automation name ([#244](https://github.com/NativeScript/nativescript-dev-appium/issues/244)) ([620a9e8](https://github.com/NativeScript/nativescript-dev-appium/commit/620a9e8)) From ed2f1984a3e94ac03bf3d376716704adb131e95d Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Fri, 16 Aug 2019 10:36:18 +0300 Subject: [PATCH 5/5] chore: fix title --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dde875..f60915b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,7 @@ * **setOrientation:** calc view port according to automation name ([#244](https://github.com/NativeScript/nativescript-dev-appium/issues/244)) ([620a9e8](https://github.com/NativeScript/nativescript-dev-appium/commit/620a9e8)) - - -### BREAKING CHANGES: +### Features * driver.getOrientation() * driver.setOrientation(orientation: DeviceOrientation)