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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to