From dc7b39be5b52c5886b6cef2be2aa4242ecff533e Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Fri, 14 Jun 2019 18:47:21 +0200 Subject: [PATCH] chore(release): 2.0.3 (version string + release notes) --- RELEASENOTES.md | 13 +++++++++++++ package.json | 2 +- plugin.xml | 2 +- tests/package.json | 2 +- tests/plugin.xml | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 12d40082..83eef7bf 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,19 @@ --> # Release Notes +### 2.0.3 (Jun 14, 2019) + +- build: add .gitattributes to force LF (instead of possible CRLF on Windows) ([`02ae405`](https://github.com/apache/cordova-plugin-device/commit/02ae405)) +- build: add .npmignore to remove unneeded files from npm package ([`8dbe703`](https://github.com/apache/cordova-plugin-device/commit/8dbe703)) +- docs: remove outdated translations ([`db4e1f1`](https://github.com/apache/cordova-plugin-device/commit/db4e1f1)) +- ci(travis): Remove android 4.4 that SauceLabs removed ([`594fa61`](https://github.com/apache/cordova-plugin-device/commit/594fa61)) +- ci(travis): Update Travis CI configuration for new paramedic ([#97](https://github.com/apache/cordova-plugin-device/issues/97)) ([`db0ad32`](https://github.com/apache/cordova-plugin-device/commit/db0ad32)) +- feat: update typings ([#90](https://github.com/apache/cordova-plugin-device/issues/90)) ([`52a0655`](https://github.com/apache/cordova-plugin-device/commit/52a0655), [`61ad76c`](https://github.com/apache/cordova-plugin-device/commit/61ad76c)) +- chore(github): Add or update GitHub pull request and issue template ([`e213286`](https://github.com/apache/cordova-plugin-device/commit/e213286)) +- docs: remove JIRA link ([`2d12d55`](https://github.com/apache/cordova-plugin-device/commit/2d12d55)) +- ci(travis): also accept terms for android sdk `android-27` ([`f870c9b`](https://github.com/apache/cordova-plugin-device/commit/f870c9b)) +- fix: [CB-14106](https://issues.apache.org/jira/browse/CB-14106) - device.model is different on simulator and on real device ([#80](https://github.com/apache/cordova-plugin-device/issues/80)) ([`d65cdf6`](https://github.com/apache/cordova-plugin-device/commit/d65cdf6)) + ### 2.0.2 (Apr 12, 2018) * [CB-13893](https://issues.apache.org/jira/browse/CB-13893) **iOS** delete `libz.tbd` from device plugin diff --git a/package.json b/package.json index 3aff6394..d429ba66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device", - "version": "2.0.3-dev", + "version": "2.0.3", "description": "Cordova Device Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index b03dafbf..1adf4a42 100644 --- a/plugin.xml +++ b/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-device" - version="2.0.3-dev"> + version="2.0.3"> Device Cordova Device Plugin Apache 2.0 diff --git a/tests/package.json b/tests/package.json index 0fa99787..7d7c905f 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device-tests", - "version": "1.1.6-dev", + "version": "2.0.3", "description": "", "cordova": { "id": "cordova-plugin-device-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index e0cac0bf..a170a6f8 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-device-tests" - version="2.0.3-dev"> + version="2.0.3"> Cordova Device Plugin Tests Apache 2.0