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:17:41 UTC

[cordova-electron] branch master updated (13c2616 -> 932bd67)

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

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


    from 13c2616  chore: rebuilt package-lock.json for audit fix (#94)
     new 8d6c6a0  Updated RELEASENOTES.md & version for release 1.1.1 (electron-v1.1.1)
     new 1f30786  Set VERSION to 1.2.0-dev (via coho)
     new 74eb4e0  Update JS snapshot to version 1.2.0-dev (via coho)
     new 932bd67  Update package-lock.json to version 1.2.0-dev

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 ++++++++
 cordova-lib/cordova.js | 16 +++++++---------
 2 files changed, 15 insertions(+), 9 deletions(-)


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


[cordova-electron] 04/04: Update package-lock.json to version 1.2.0-dev

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

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

commit 932bd675de59638d295aee96a111fa9a9b17b634
Author: エリス <el...@gmail.com>
AuthorDate: Tue Aug 20 18:02:11 2019 +0900

    Update package-lock.json to version 1.2.0-dev
---
 package-lock.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package-lock.json b/package-lock.json
index 0d52361..091cda0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-electron",
-  "version": "1.1.1",
+  "version": "1.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-electron] 02/04: Set VERSION to 1.2.0-dev (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 master
in repository https://gitbox.apache.org/repos/asf/cordova-electron.git

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

    Set VERSION to 1.2.0-dev (via coho)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index b9d02cb..6dffbe1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-electron",
-  "version": "1.1.1",
+  "version": "1.2.0-dev",
   "description": "electron apps as a target for cordova developers",
   "main": "bin/templates/cordova/Api.js",
   "bin": "bin/create",


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


[cordova-electron] 01/04: Updated RELEASENOTES.md & version for release 1.1.1 (electron-v1.1.1)

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

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

commit 8d6c6a0e93f02b5a6d033eafcfe98c58e6c7509e
Author: エリス <el...@gmail.com>
AuthorDate: Tue Aug 20 15:42:16 2019 +0900

    Updated RELEASENOTES.md & version for release 1.1.1 (electron-v1.1.1)
---
 RELEASENOTES.md   | 8 ++++++++
 package-lock.json | 2 +-
 package.json      | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 7fa3ff0..6a53890 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -19,6 +19,14 @@
 
 ## Release Notes for Cordova Electron
 
+### 1.1.1 (Aug 20, 2019)
+
+* [GH-94](https://github.com/apache/cordova-electron/pull/94) chore: rebuilt `package-lock.json` for audit fix
+* [GH-79](https://github.com/apache/cordova-electron/pull/79) fix: filter icons only matching requirements
+* [GH-89](https://github.com/apache/cordova-electron/pull/89) fix: prepare missing dependencies failure
+* [GH-86](https://github.com/apache/cordova-electron/pull/86) refactor: improve create test spec speed
+* [GH-85](https://github.com/apache/cordova-electron/pull/85) fix: use `spyOn` for process global var
+
 ### 1.1.0 (Jun 28, 2019)
 
 * [GH-77](https://github.com/apache/cordova-electron/pull/77) fix: display correct package version in CLI
diff --git a/package-lock.json b/package-lock.json
index 091cda0..0d52361 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-electron",
-  "version": "1.2.0-dev",
+  "version": "1.1.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 6dffbe1..b9d02cb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-electron",
-  "version": "1.2.0-dev",
+  "version": "1.1.1",
   "description": "electron apps as a target for cordova developers",
   "main": "bin/templates/cordova/Api.js",
   "bin": "bin/create",


---------------------------------------------------------------------
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.2.0-dev (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 master
in repository https://gitbox.apache.org/repos/asf/cordova-electron.git

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

    Update JS snapshot to version 1.2.0-dev (via coho)
---
 cordova-lib/cordova.js | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/cordova-lib/cordova.js b/cordova-lib/cordova.js
index d28c78c..382575b 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
@@ -21,7 +21,6 @@
 ;(function() {
 var PLATFORM_VERSION_BUILD_LABEL = '1.2.0-dev';
 // 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