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 2019/06/22 18:32:34 UTC

[incubator-flagon-useralejs] branch FLAGON-339 updated: [FLAGON-339] Updates to package.json, including JSDOM version, and versioning

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

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


The following commit(s) were added to refs/heads/FLAGON-339 by this push:
     new 33db83f  [FLAGON-339] Updates to package.json, including JSDOM version, and versioning
33db83f is described below

commit 33db83f1429f8b3a1dde3b1847ce99e78887e939
Author: poorejc <po...@apache.org>
AuthorDate: Sat Jun 22 14:32:26 2019 -0400

    [FLAGON-339] Updates to package.json, including JSDOM version, and versioning
---
 doap-userale.js.rdf | 4 ++--
 example/README.md   | 2 +-
 example/index.html  | 4 ++--
 package.json        | 6 +++---
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doap-userale.js.rdf b/doap-userale.js.rdf
index de771f9..9c1df1f 100755
--- a/doap-userale.js.rdf
+++ b/doap-userale.js.rdf
@@ -36,9 +36,9 @@
         <category rdf:resource="https://projects.apache.org/projects.html?category#Library" />
         <release>
             <Version>
-                <name>2.0.0 release</name>
+                <name>2.1.0 release</name>
                 <created>2018-06-21</created>
-                <revision>2.0.0</revision>
+                <revision>2.1.0</revision>
             </Version>
         </release>
         <repository>
diff --git a/example/README.md b/example/README.md
index 3ada5bb..ca54321 100755
--- a/example/README.md
+++ b/example/README.md
@@ -20,7 +20,7 @@ $npm run example:watch
 ## Running the Example
 
 Open index.html in your favorite html editor (Notepad++,Brackets,etc.). Modify the "src" line of the UserALE.js script tag so that it 
-refers to the filepath of your useralejs-2.0.0.min.js script ("file:///...[your file path].../build/userale-2.0.0.min.js").
+refers to the filepath of your useralejs-2.1.0.min.js script ("file:///...[your file path].../build/userale-2.1.0.min.js").
 
 Save the index.html file, then open index.html in your browser (you can drag it directly into a tab). You will see a very simple HTML Webpage with a button labeled, "Click Me!".
 
diff --git a/example/index.html b/example/index.html
index f263ea8..d7e3a07 100644
--- a/example/index.html
+++ b/example/index.html
@@ -18,10 +18,10 @@ limitations under the License.
 <head>
   <title>UserAleJS - Example Page</title>
   <script
-    src="file:///{your file path}/incubator-flagon-useralejs/build/userale-2.0.0.min.js"
+    src="file:///{your file path}/incubator-flagon-useralejs/build/userale-2.1.0.min.js"
     data-url="http://localhost:8000/"
     data-user="example-user"
-    data-version="2.0.0"
+    data-version="2.1.0"
     data-tool="Apache UserALE.js Example"
   ></script>
 <!--Try out a UserALE.js filter!
diff --git a/package.json b/package.json
index d00d818..b60e23e 100755
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
 {
   "name": "flagon-useralejs",
-  "version": "2.0.0",
+  "version": "2.1.0",
   "description": "UserALE.js is the UserALE client for DOM and JavaScript-based applications. It automatically attaches event handlers to log every user interaction on a web page, including rich JS single-page apps.",
-  "main": "build/userale-2.0.0.js",
+  "main": "build/userale-2.1.0.js",
   "scripts": {
     "pretest": "gulp lint",
     "test": "gulp test",
@@ -57,7 +57,7 @@
     "gulp-rename": "^1.2.2",
     "gulp-replace": "^0.5.4",
     "gulp-uglify": "^3.0.1",
-    "jsdom": "^8.4.0",
+    "jsdom": "^15.1.1",
     "nodemon": "^1.9.2",
     "rollup": "^1.15.5",
     "rollup-plugin-json": "^4.0.0",