CB-11832 Updated version and RELEASENOTES.md for release 1.2.2
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/bf41b516 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/bf41b516 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/bf41b516 Branch: refs/heads/1.2.x Commit: bf41b516cb85c44b69fba658c4abca423c7c6469 Parents: 76b1319 Author: Steve Gill <[email protected]> Authored: Thu Sep 8 23:38:54 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Thu Sep 8 23:38:54 2016 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 11 ++++++++++- package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/bf41b516/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 34dc077..9c20672 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,8 +20,17 @@ --> # Release Notes +### 1.2.2 (Sep 08, 2016) +* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies +* [CB-11482](https://issues.apache.org/jira/browse/CB-11482) Fix unreliable tests on **Android** +* [CB-11531](https://issues.apache.org/jira/browse/CB-11531) Restart `Accelerometer` on `CyanogenMod 13` +* Add badges for paramedic builds on Jenkins +* Add pull request template. +* [CB-11188](https://issues.apache.org/jira/browse/CB-11188) `cordova-plugin-device-motion-tests` are failing in CI +* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md + ### 1.2.1 (Apr 15, 2016) -* CB-10636 Add `JSHint` for plugins +* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins ### 1.2.0 (Nov 18, 2015) * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/bf41b516/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 358c60c..7fbf01f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device-motion", - "version": "1.2.2-dev", + "version": "1.2.2", "description": "Cordova Device Motion Plugin", "cordova": { "id": "cordova-plugin-device-motion", http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/bf41b516/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 9e46d75..1f3dfc3 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-device-motion" - version="1.2.2-dev"> + version="1.2.2"> <name>Device Motion</name> <description>Cordova Device Motion Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/bf41b516/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index d93e5ff..cce2b45 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-device-motion-tests" - version="1.2.2-dev"> + version="1.2.2"> <name>Cordova Device Motion Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
