You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2022/04/07 04:23:07 UTC

[incubator-flagon-useralejs] branch test updated (099cdad -> d8b4556)

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

poorejc pushed a change to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


    from 099cdad  adds basic instructions to react-app README
     add bcd47b2  docs update for 2.3.0-RC-01
     add 1e36687  bumps dev dependencies, and updates versioning to 2.3.0
     add d8b4556  updates versioning for browser plugin to 2.3.0

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   10 +
 NOTICE                                             |    2 +-
 README.md                                          |   18 +-
 build/UserALEWebExtension/background.js            |   34 +-
 build/UserALEWebExtension/content.js               |   36 +-
 build/UserALEWebExtension/manifest.json            |    2 +-
 build/UserALEWebExtension/options.js               |   64 +-
 build/{userale-2.2.0.js => userale-2.3.0.js}       |    2 +-
 .../{userale-2.2.0.min.js => userale-2.3.0.min.js} |    2 +-
 doap-userale.js.rdf                                |    6 +-
 example/index.html                                 |    4 +-
 example/index.js                                   |    1 -
 example/log-label-example/index.html               |    2 +-
 example/webpackUserAleExample/index.js             |    2 +-
 package-lock.json                                  | 1988 ++++++++++++--------
 package.json                                       |   12 +-
 src/UserALEWebExtension/globals.js                 |    4 +-
 src/UserALEWebExtension/manifest.json              |    2 +-
 test/getInitialSettings_fetchAll.html              |    2 +-
 test/getInitialSettings_userParam.html             |    2 +-
 test/main.html                                     |    2 +-
 21 files changed, 1286 insertions(+), 911 deletions(-)
 rename build/{userale-2.2.0.js => userale-2.3.0.js} (99%)
 rename build/{userale-2.2.0.min.js => userale-2.3.0.min.js} (99%)