You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by dp...@apache.org on 2020/06/22 07:11:26 UTC

[cordova-ios] branch master updated (048c1ca -> e6e90e0)

This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git.


    from 048c1ca  Set $PROJECT_NAME properly when installing plugins (#910)
     add 1bfeb91  Add release notes for v6.1.0
     add e7bc393  Added 6.1.0 to CDVAvailability.h (via coho).
     new cebb253  Set VERSION to 6.2.0-dev (via coho)
     new e6e90e0  Update JS snapshot to version 6.2.0-dev (via coho)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CordovaLib/Classes/Public/CDVAvailability.h |  3 ++-
 CordovaLib/VERSION                          |  2 +-
 CordovaLib/cordova.js                       |  2 +-
 RELEASENOTES.md                             | 11 +++++++++++
 bin/templates/scripts/cordova/Api.js        |  2 +-
 package-lock.json                           |  2 +-
 package.json                                |  2 +-
 7 files changed, 18 insertions(+), 6 deletions(-)


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


[cordova-ios] 02/02: Update JS snapshot to version 6.2.0-dev (via coho)

Posted by dp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit e6e90e07d1b04bf5fcafc14578f1c4fb8bd86386
Author: Darryl Pogue <da...@ayogo.com>
AuthorDate: Mon Jun 22 00:07:16 2020 -0700

    Update JS snapshot to version 6.2.0-dev (via coho)
---
 CordovaLib/cordova.js | 2 +-
 package-lock.json     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index 734b3c3..51c783d 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '6.1.0-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '6.2.0-dev';
 // file: src/scripts/require.js
 var require;
 var define;
diff --git a/package-lock.json b/package-lock.json
index 2c11d10..c1d453a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-ios",
-  "version": "6.1.0-dev",
+  "version": "6.2.0-dev",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {


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


[cordova-ios] 01/02: Set VERSION to 6.2.0-dev (via coho)

Posted by dp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit cebb253a6a3f67c658331fa9e49205aa46f795b5
Author: Darryl Pogue <da...@ayogo.com>
AuthorDate: Mon Jun 22 00:07:13 2020 -0700

    Set VERSION to 6.2.0-dev (via coho)
---
 CordovaLib/VERSION                   | 2 +-
 bin/templates/scripts/cordova/Api.js | 2 +-
 package.json                         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index 4b740cb..f67d718 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-6.1.0-dev
+6.2.0-dev
diff --git a/bin/templates/scripts/cordova/Api.js b/bin/templates/scripts/cordova/Api.js
index f9ab038..ae8d097 100644
--- a/bin/templates/scripts/cordova/Api.js
+++ b/bin/templates/scripts/cordova/Api.js
@@ -26,7 +26,7 @@
  *  This workflow would not have the `package.json` file.
  */
 // Coho updates this line
-const VERSION = '6.1.0-dev';
+const VERSION = '6.2.0-dev';
 
 const fs = require('fs-extra');
 const path = require('path');
diff --git a/package.json b/package.json
index 03b0781..c5ef8df 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-ios",
-  "version": "6.1.0-dev",
+  "version": "6.2.0-dev",
   "description": "cordova-ios release",
   "main": "bin/templates/scripts/cordova/Api.js",
   "repository": "github:apache/cordova-ios",


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