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 2020/07/01 14:19:18 UTC

[cordova-common] branch 4.0.x updated (13e0697 -> f2c2a8d)

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

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


    from 13e0697  chore: add missing LICENSE & NOTICE files
     add f872a26  Increment package version to 4.0.2-dev
     add bcf29de  test: cleanup by removing unused test fixtures (#145)
     add b2070f1  update nyc -> ^15.1.0 in devDependencies (#146)
     add b5ba4db  cleanup: remove trailing whitespace (#147)
     add a18bf0e  (ios) fix: resolve correct path to app info plist when multiple plist files are present (#144).
     add 87167bd  Merge pull request #148 from dpa99c/GH-144
     add f2c2a8d  Updated RELEASENOTES.md & version for release 4.0.2 (common-v4.0.2)

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |    4 +-
 .github/ISSUE_TEMPLATE.md                          |    4 +-
 .github/ISSUE_TEMPLATE/BUG_REPORT.md               |    4 +-
 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md          |    8 +-
 CONTRIBUTING.md                                    |    2 +-
 RELEASENOTES.md                                    |    7 +
 package-lock.json                                  |  363 +-
 package.json                                       |    4 +-
 spec/ConfigChanges/ConfigFile.spec.js              |    2 +-
 .../{windows/bom_test.xml => windows-bom-test.xml} |    0
 .../projects/windows/CordovaApp_TemporaryKey.pfx   |  Bin 2504 -> 0 bytes
 spec/fixtures/projects/windows/TestApp.jsproj      |   81 -
 spec/fixtures/projects/windows/TestApp.projitems   |   34 -
 spec/fixtures/projects/windows/TestApp.sln         |   46 -
 .../fixtures/projects/windows/www/cordova-2.6.0.js | 8075 --------------------
 spec/fixtures/projects/windows/www/css/index.css   |  115 -
 spec/fixtures/projects/windows/www/img/logo.png    |  Bin 11600 -> 0 bytes
 .../projects/windows/www/img/smalllogo.png         |  Bin 2831 -> 0 bytes
 .../projects/windows/www/img/splashscreen.png      |  Bin 24855 -> 0 bytes
 .../projects/windows/www/img/storelogo.png         |  Bin 4052 -> 0 bytes
 spec/fixtures/projects/windows/www/index.html      |   42 -
 spec/fixtures/projects/windows/www/js/index.js     |   49 -
 spec/util/xml-helpers.spec.js                      |    2 +-
 src/ConfigChanges/ConfigFile.js                    |    5 +-
 24 files changed, 252 insertions(+), 8595 deletions(-)
 rename spec/fixtures/projects/{windows/bom_test.xml => windows-bom-test.xml} (100%)
 delete mode 100644 spec/fixtures/projects/windows/CordovaApp_TemporaryKey.pfx
 delete mode 100644 spec/fixtures/projects/windows/TestApp.jsproj
 delete mode 100644 spec/fixtures/projects/windows/TestApp.projitems
 delete mode 100644 spec/fixtures/projects/windows/TestApp.sln
 delete mode 100644 spec/fixtures/projects/windows/www/cordova-2.6.0.js
 delete mode 100644 spec/fixtures/projects/windows/www/css/index.css
 delete mode 100644 spec/fixtures/projects/windows/www/img/logo.png
 delete mode 100644 spec/fixtures/projects/windows/www/img/smalllogo.png
 delete mode 100644 spec/fixtures/projects/windows/www/img/splashscreen.png
 delete mode 100644 spec/fixtures/projects/windows/www/img/storelogo.png
 delete mode 100644 spec/fixtures/projects/windows/www/index.html
 delete mode 100644 spec/fixtures/projects/windows/www/js/index.js


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