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 2021/05/19 00:31:02 UTC

[incubator-flagon-useralejs] branch master updated (e9c215e -> 7bc00d0)

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

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


    from e9c215e  updates KEYS
     add d97432b  rebuild package-lock and build artifacts RE 2.2.0 RC-01
     add df143ae  tested webpack build with packed NPM test module, updated artifacts for 2.2.0 RC
     add fb09f6b  updates readme and changelog for 2.2.0 RC
     new cf544fe  Merge branch 'test' of https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs into test
     new 7bc00d0  merging 2.2.0 staging commits to master

The 2 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:
 CHANGELOG.md                                       |    13 +
 README.md                                          |    22 +-
 build/UserALEWebExtension/background.js            |    30 +-
 build/UserALEWebExtension/content.js               |    32 +-
 build/UserALEWebExtension/options.js               |    60 +-
 build/{userale-2.1.1.js => userale-2.2.0.js}       |     2 +-
 .../{userale-2.1.1.min.js => userale-2.2.0.min.js} |     2 +-
 example/index.html                                 |     4 +-
 example/webpackUserAleExample/dist/main.js         |    13 +-
 example/webpackUserAleExample/index.html           |     6 +
 example/webpackUserAleExample/index.js             |     6 +-
 example/webpackUserAleExample/package-lock.json    |  2405 -----
 example/webpackUserAleExample/package.json         |     5 +-
 package-lock.json                                  | 10247 +++++++++++++++++--
 package.json                                       |     7 +-
 test/getInitialSettings_fetchAll.html              |     2 +-
 test/getInitialSettings_userParam.html             |     2 +-
 test/main.html                                     |     2 +-
 18 files changed, 9711 insertions(+), 3149 deletions(-)
 rename build/{userale-2.1.1.js => userale-2.2.0.js} (99%)
 rename build/{userale-2.1.1.min.js => userale-2.2.0.min.js} (98%)
 delete mode 100644 example/webpackUserAleExample/package-lock.json

[incubator-flagon-useralejs] 01/02: Merge branch 'test' of https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs into test

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

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

commit cf544fe72b4fcc579f5617e94ed600b6b9afe4fe
Merge: e9c215e fb09f6b
Author: poorejc <po...@apache.org>
AuthorDate: Tue May 18 20:29:00 2021 -0400

    Merge branch 'test' of https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs into test

 CHANGELOG.md                                       |    13 +
 README.md                                          |    22 +-
 build/UserALEWebExtension/background.js            |    30 +-
 build/UserALEWebExtension/content.js               |    32 +-
 build/UserALEWebExtension/options.js               |    60 +-
 build/{userale-2.1.1.js => userale-2.2.0.js}       |     2 +-
 .../{userale-2.1.1.min.js => userale-2.2.0.min.js} |     2 +-
 example/index.html                                 |     4 +-
 example/webpackUserAleExample/dist/main.js         |    13 +-
 example/webpackUserAleExample/index.html           |     6 +
 example/webpackUserAleExample/index.js             |     6 +-
 example/webpackUserAleExample/package-lock.json    |  2405 -----
 example/webpackUserAleExample/package.json         |     5 +-
 package-lock.json                                  | 10247 +++++++++++++++++--
 package.json                                       |     7 +-
 test/getInitialSettings_fetchAll.html              |     2 +-
 test/getInitialSettings_userParam.html             |     2 +-
 test/main.html                                     |     2 +-
 18 files changed, 9711 insertions(+), 3149 deletions(-)

[incubator-flagon-useralejs] 02/02: merging 2.2.0 staging commits to master

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

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

commit 7bc00d0abf8f5b8f8d90761924c8672ebd8d28ef
Merge: e9c215e cf544fe
Author: poorejc <po...@apache.org>
AuthorDate: Tue May 18 20:30:43 2021 -0400

    merging 2.2.0 staging commits to master

 CHANGELOG.md                                       |    13 +
 README.md                                          |    22 +-
 build/UserALEWebExtension/background.js            |    30 +-
 build/UserALEWebExtension/content.js               |    32 +-
 build/UserALEWebExtension/options.js               |    60 +-
 build/{userale-2.1.1.js => userale-2.2.0.js}       |     2 +-
 .../{userale-2.1.1.min.js => userale-2.2.0.min.js} |     2 +-
 example/index.html                                 |     4 +-
 example/webpackUserAleExample/dist/main.js         |    13 +-
 example/webpackUserAleExample/index.html           |     6 +
 example/webpackUserAleExample/index.js             |     6 +-
 example/webpackUserAleExample/package-lock.json    |  2405 -----
 example/webpackUserAleExample/package.json         |     5 +-
 package-lock.json                                  | 10247 +++++++++++++++++--
 package.json                                       |     7 +-
 test/getInitialSettings_fetchAll.html              |     2 +-
 test/getInitialSettings_userParam.html             |     2 +-
 test/main.html                                     |     2 +-
 18 files changed, 9711 insertions(+), 3149 deletions(-)