You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/08/20 09:18:01 UTC

[cordova-electron] branch 1.1.x updated (32dd1c4 -> e7398bb)

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

erisu pushed a change to branch 1.1.x
in repository https://gitbox.apache.org/repos/asf/cordova-electron.git.


    omit 32dd1c4  Set VERSION to 1.1.0 (via coho)
    omit d3046ea  Update JS snapshot to version 1.1.0 (via coho)
     add 924742c  Set VERSION to 1.2.0-dev (via coho)
     add 8b7745f  Update JS snapshot to version 1.2.0-dev (via coho)
     add de08c6b  Update package-lock.json to version 1.2.0-dev
     add 339778a  fix: use spyOn for process global var (#85)
     add e451533  refactor: improve create test spec speed (#86)
     add 46e2106  fix: prepare missing dependencies failure (#89)
     add 2182fef  fix: filter icons only matching requirements (#79)
     add 13c2616  chore: rebuilt package-lock.json for audit fix (#94)
     add 8d6c6a0  Updated RELEASENOTES.md & version for release 1.1.1 (electron-v1.1.1)
     new d0f50cb  Update JS snapshot to version 1.1.0 (via coho)
     new 4bf12db  Set VERSION to 1.1.0 (via coho)
     new 5f289a3  Update JS snapshot to version 1.1.1 (via coho)
     new e7398bb  Set VERSION to 1.1.1 (via coho)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (32dd1c4)
            \
             N -- N -- N   refs/heads/1.1.x (e7398bb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 4 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:
 RELEASENOTES.md                                    |   8 +
 VERSION                                            |   2 +-
 bin/templates/cordova/lib/PackageJsonParser.js     |  18 +-
 bin/templates/cordova/lib/prepare.js               |  36 +-
 cordova-lib/cordova.js                             |  18 +-
 package-lock.json                                  | 737 ++++++++++-----------
 package.json                                       |   2 +-
 tests/spec/unit/create.spec.js                     |  51 +-
 .../cordova/lib/PackageJsonParser.spec.js          |  11 +
 .../spec/unit/templates/cordova/lib/build.spec.js  |   8 +-
 .../spec/unit/templates/cordova/lib/clean.spec.js  |  12 +-
 .../unit/templates/cordova/lib/prepare.spec.js     | 126 ++--
 tests/spec/unit/templates/cordova/lib/run.spec.js  |  12 +-
 13 files changed, 546 insertions(+), 495 deletions(-)


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


[cordova-electron] 02/04: Set VERSION to 1.1.0 (via coho)

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

erisu pushed a commit to branch 1.1.x
in repository https://gitbox.apache.org/repos/asf/cordova-electron.git

commit 4bf12db57dcb80539fce2cf601c38f28f87da46d
Author: エリス <el...@gmail.com>
AuthorDate: Fri Jun 28 11:37:57 2019 +0900

    Set VERSION to 1.1.0 (via coho)
---
 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VERSION b/VERSION
index 0c64b5c..9084fa2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.2.0-dev
+1.1.0


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


[cordova-electron] 04/04: Set VERSION to 1.1.1 (via coho)

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

erisu pushed a commit to branch 1.1.x
in repository https://gitbox.apache.org/repos/asf/cordova-electron.git

commit e7398bb5cba07ff097c3f930156806c038b7b4e8
Author: エリス <el...@gmail.com>
AuthorDate: Tue Aug 20 16:07:03 2019 +0900

    Set VERSION to 1.1.1 (via coho)
---
 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VERSION b/VERSION
index 9084fa2..524cb55 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.0
+1.1.1


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


[cordova-electron] 03/04: Update JS snapshot to version 1.1.1 (via coho)

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

erisu pushed a commit to branch 1.1.x
in repository https://gitbox.apache.org/repos/asf/cordova-electron.git

commit 5f289a33ec089100e8097b1118e70a041207c73c
Author: エリス <el...@gmail.com>
AuthorDate: Tue Aug 20 16:07:02 2019 +0900

    Update JS snapshot to version 1.1.1 (via coho)
---
 cordova-lib/cordova.js | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/cordova-lib/cordova.js b/cordova-lib/cordova.js
index 71c8d3a..21c03b0 100644
--- a/cordova-lib/cordova.js
+++ b/cordova-lib/cordova.js
@@ -1,5 +1,5 @@
 // Platform: electron
-// 4f6abd672e0362767fd4b6fe0b477b1e4c25e1e1
+// 74fdba8b327b2a13b4366dd141b52def96d4cb56
 /*
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -8,9 +8,9 @@
  to you under the Apache License, Version 2.0 (the
  "License"); you may not use this file except in compliance
  with the License.  You may obtain a copy of the License at
- 
+
      http://www.apache.org/licenses/LICENSE-2.0
- 
+
  Unless required by applicable law or agreed to in writing,
  software distributed under the License is distributed on an
  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -19,9 +19,8 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '1.1.0';
+var PLATFORM_VERSION_BUILD_LABEL = '1.1.1';
 // file: src/scripts/require.js
-
 var require;
 var define;
 
@@ -863,7 +862,7 @@ module.exports = channel;
 
 });
 
-// file: /Users/erisu/release/cordova/cordova-electron/cordova-js-src/confighelper.js
+// file: ../cordova-electron/cordova-js-src/confighelper.js
 define("cordova/confighelper", function(require, exports, module) {
 
 let config;
@@ -936,7 +935,7 @@ exports.readConfig = readConfig;
 
 });
 
-// file: /Users/erisu/release/cordova/cordova-electron/cordova-js-src/exec.js
+// file: ../cordova-electron/cordova-js-src/exec.js
 define("cordova/exec", function(require, exports, module) {
 
 /* global require, module, console */
@@ -1284,7 +1283,7 @@ exports.reset();
 
 });
 
-// file: /Users/erisu/release/cordova/cordova-electron/cordova-js-src/platform.js
+// file: ../cordova-electron/cordova-js-src/platform.js
 define("cordova/platform", function(require, exports, module) {
 
 module.exports = {
@@ -1607,7 +1606,6 @@ utils.alert = function (msg) {
 
 window.cordova = require('cordova');
 // file: src/scripts/bootstrap.js
-
 require('cordova/init');
 
-})();
\ No newline at end of file
+})();


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


[cordova-electron] 01/04: Update JS snapshot to version 1.1.0 (via coho)

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

erisu pushed a commit to branch 1.1.x
in repository https://gitbox.apache.org/repos/asf/cordova-electron.git

commit d0f50cbe84d53c04a7092308779aae857dceb378
Author: エリス <el...@gmail.com>
AuthorDate: Fri Jun 28 11:37:56 2019 +0900

    Update JS snapshot to version 1.1.0 (via coho)
---
 cordova-lib/cordova.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cordova-lib/cordova.js b/cordova-lib/cordova.js
index d28c78c..71c8d3a 100644
--- a/cordova-lib/cordova.js
+++ b/cordova-lib/cordova.js
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '1.2.0-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '1.1.0';
 // file: src/scripts/require.js
 
 var require;


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