You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/01/16 02:13:12 UTC

[1/2] cordova-plugin-test-framework git commit: CB-10368 Updated version and RELEASENOTES.md for release 1.1.1

Repository: cordova-plugin-test-framework
Updated Branches:
  refs/heads/master c75448f2a -> c1c38f589


CB-10368 Updated version and RELEASENOTES.md for release 1.1.1


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/commit/c431d127
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/tree/c431d127
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/diff/c431d127

Branch: refs/heads/master
Commit: c431d1270b97f268d44e855086f3455befccd489
Parents: c75448f
Author: Steve Gill <st...@gmail.com>
Authored: Fri Jan 15 16:35:06 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Jan 15 16:35:06 2016 -0800

----------------------------------------------------------------------
 RELEASENOTES.md | 3 +++
 package.json    | 2 +-
 plugin.xml      | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/c431d127/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 413fbf5..a13efd9 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,9 @@
 -->
 # Release Notes
 
+### 1.1.1 (Jan 15, 2016)
+* CB-10318 Do not wrap test title
+
 ### 1.1.0 (Nov 18, 2015)
 * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
 * [CB-8973](https://issues.apache.org/jira/browse/CB-8973): Changed the functionality of making the `log` appear and disappear

http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/c431d127/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index ce61e7e..c6e2065 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-test-framework",
-  "version": "1.1.1-dev",
+  "version": "1.1.1",
   "description": "Cordova Test Framework Plugin",
   "cordova": {
     "id": "cordova-plugin-test-framework",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/c431d127/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 73cd529..8053cf2 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-test-framework"
-    version="1.1.1-dev">
+    version="1.1.1">
     <name>Test Framework</name>
     <description>Cordova Test Framework Plugin</description>
     <license>Apache 2.0</license>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] cordova-plugin-test-framework git commit: CB-10368 Incremented plugin version.

Posted by st...@apache.org.
CB-10368 Incremented plugin version.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/commit/c1c38f58
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/tree/c1c38f58
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/diff/c1c38f58

Branch: refs/heads/master
Commit: c1c38f5890c1306e32539c78c130d98ca21ade44
Parents: c431d12
Author: Steve Gill <st...@gmail.com>
Authored: Fri Jan 15 16:58:32 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Jan 15 16:58:32 2016 -0800

----------------------------------------------------------------------
 package.json | 2 +-
 plugin.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/c1c38f58/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c6e2065..8d530ea 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-test-framework",
-  "version": "1.1.1",
+  "version": "1.1.2-dev",
   "description": "Cordova Test Framework Plugin",
   "cordova": {
     "id": "cordova-plugin-test-framework",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/c1c38f58/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 8053cf2..b5a4029 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-test-framework"
-    version="1.1.1">
+    version="1.1.2-dev">
     <name>Test Framework</name>
     <description>Cordova Test Framework Plugin</description>
     <license>Apache 2.0</license>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org