From 4c8fcf069f51611007e8a7cd71dc19bc080d5d5c Mon Sep 17 00:00:00 2001 From: Findeton Date: Wed, 28 Sep 2022 12:55:26 -0500 Subject: [PATCH] Release for version 6.1.6 --- Gruntfile.js | 20 +++++++++---------- SequentConfig.js | 4 ++-- ...nfig-v6.1.5.js => SequentConfig-v6.1.6.js} | 4 ++-- ...ins-v6.1.5.js => SequentPlugins-v6.1.6.js} | 0 ...emes-v6.1.5.js => SequentThemes-v6.1.6.js} | 0 ...ppCommon-v6.1.5.js => appCommon-v6.1.6.js} | 0 dist/index.html | 2 +- ...ibCommon-v6.1.5.js => libCommon-v6.1.6.js} | 4 ++-- ...compat-v6.1.5.js => libnocompat-v6.1.6.js} | 0 package.json | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) rename dist/{SequentConfig-v6.1.5.js => SequentConfig-v6.1.6.js} (99%) rename dist/{SequentPlugins-v6.1.5.js => SequentPlugins-v6.1.6.js} (100%) rename dist/{SequentThemes-v6.1.5.js => SequentThemes-v6.1.6.js} (100%) rename dist/{appCommon-v6.1.5.js => appCommon-v6.1.6.js} (100%) rename dist/{libCommon-v6.1.5.js => libCommon-v6.1.6.js} (99%) rename dist/{libnocompat-v6.1.5.js => libnocompat-v6.1.6.js} (100%) diff --git a/Gruntfile.js b/Gruntfile.js index 0d78d10e..f82a9071 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,7 +19,7 @@ 'use strict'; var pkg = require('./package.json'); -var SEQUENT_CONFIG_VERSION = '6.1.5'; +var SEQUENT_CONFIG_VERSION = '6.1.6'; //Using exclusion patterns slows down Grunt significantly //instead of creating a set of patterns like '**/*.js' and '!**/node_modules/**' @@ -165,10 +165,10 @@ module.exports = function (grunt) { options: { remove: ['script[data-remove!="false"]','link[data-remove!="false"]'], append: [ - {selector:'body',html:''}, + {selector:'body',html:''}, {selector:'body',html:''}, - {selector:'body',html:''}, - {selector:'body',html:''}, + {selector:'body',html:''}, + {selector:'body',html:''}, {selector:'head',html:''} ] }, @@ -194,9 +194,9 @@ module.exports = function (grunt) { 'temp/libnocompat.js': ['<%= dom_munger.data.libnocompatjs %>'], 'temp/lib.js': ['<%= dom_munger.data.libjs %>'], 'temp/app.js': ['<%= dom_munger.data.appjs %>','<%= ngtemplates.main.dest %>'], - 'dist/SequentConfig-v6.1.5.js': ['SequentConfig.js'], - 'dist/SequentThemes-v6.1.5.js': ['SequentThemes.js'], - 'dist/SequentPlugins-v6.1.5.js': ['plugins/**/*.js'] + 'dist/SequentConfig-v6.1.6.js': ['SequentConfig.js'], + 'dist/SequentThemes-v6.1.6.js': ['SequentThemes.js'], + 'dist/SequentPlugins-v6.1.6.js': ['plugins/**/*.js'] } } }, @@ -229,9 +229,9 @@ module.exports = function (grunt) { beautify: true }, files: { - 'dist/appCommon-v6.1.5.js': 'temp/app.js', - 'dist/libCommon-v6.1.5.js': 'temp/lib.js', - 'dist/libnocompat-v6.1.5.js': 'temp/libnocompat.js', + 'dist/appCommon-v6.1.6.js': 'temp/app.js', + 'dist/libCommon-v6.1.6.js': 'temp/lib.js', + 'dist/libnocompat-v6.1.6.js': 'temp/libnocompat.js', 'dist/avWidgets.js': 'avWidgets.js', "dist/locales/moment/es.js": "node_modules/moment/locale/es.js", diff --git a/SequentConfig.js b/SequentConfig.js index ef98c0f4..568f16d4 100644 --- a/SequentConfig.js +++ b/SequentConfig.js @@ -20,7 +20,7 @@ * in this same file, which you might want to edit and tune if needed. */ -var SEQUENT_CONFIG_VERSION = '6.1.5'; +var SEQUENT_CONFIG_VERSION = '6.1.6'; var SequentConfigData = { // the base url path for ajax requests, for example for sending ballots or @@ -232,7 +232,7 @@ var SequentConfigData = { title: "" }, - mainVersion: '6.1.5', + mainVersion: '6.1.6', repoVersions: [] }; diff --git a/dist/SequentConfig-v6.1.5.js b/dist/SequentConfig-v6.1.6.js similarity index 99% rename from dist/SequentConfig-v6.1.5.js rename to dist/SequentConfig-v6.1.6.js index ef98c0f4..568f16d4 100644 --- a/dist/SequentConfig-v6.1.5.js +++ b/dist/SequentConfig-v6.1.6.js @@ -20,7 +20,7 @@ * in this same file, which you might want to edit and tune if needed. */ -var SEQUENT_CONFIG_VERSION = '6.1.5'; +var SEQUENT_CONFIG_VERSION = '6.1.6'; var SequentConfigData = { // the base url path for ajax requests, for example for sending ballots or @@ -232,7 +232,7 @@ var SequentConfigData = { title: "" }, - mainVersion: '6.1.5', + mainVersion: '6.1.6', repoVersions: [] }; diff --git a/dist/SequentPlugins-v6.1.5.js b/dist/SequentPlugins-v6.1.6.js similarity index 100% rename from dist/SequentPlugins-v6.1.5.js rename to dist/SequentPlugins-v6.1.6.js diff --git a/dist/SequentThemes-v6.1.5.js b/dist/SequentThemes-v6.1.6.js similarity index 100% rename from dist/SequentThemes-v6.1.5.js rename to dist/SequentThemes-v6.1.6.js diff --git a/dist/appCommon-v6.1.5.js b/dist/appCommon-v6.1.6.js similarity index 100% rename from dist/appCommon-v6.1.5.js rename to dist/appCommon-v6.1.6.js diff --git a/dist/index.html b/dist/index.html index a4a77d88..fc8c8072 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,2 +1,2 @@ Sequent Tech
Page is taking some time to load, wait a moment please. If it takes too long, please check that you have javascript activated, try with another browser or contact us.
For security reasons, your browser is unsupported. Please use a newer web browser (if you are using Internet Explorer, use version 9 or newer).
\ No newline at end of file + so in the compiled app e2e tests are not expected work. -->
Page is taking some time to load, wait a moment please. If it takes too long, please check that you have javascript activated, try with another browser or contact us.
For security reasons, your browser is unsupported. Please use a newer web browser (if you are using Internet Explorer, use version 9 or newer).
\ No newline at end of file diff --git a/dist/libCommon-v6.1.5.js b/dist/libCommon-v6.1.6.js similarity index 99% rename from dist/libCommon-v6.1.5.js rename to dist/libCommon-v6.1.6.js index 3b04519d..908fa3b5 100644 --- a/dist/libCommon-v6.1.5.js +++ b/dist/libCommon-v6.1.6.js @@ -10332,7 +10332,7 @@ function(window, angular) { return secondStr && result.push(parseInt(secondStr, 10)), result; } function configFromRFC2822(config) { - var obsOffset, hm, m = rfc2822.exec(config._i.replace(/\([^()]*\)|[\n\t]/g, " ").replace(/(\s\s+)/g, " ").replace(/^\s\s*/, "").replace(/\s\s*$/, "")); + var obsOffset, hm, m = rfc2822.exec(config._i.replace(/\([^)]*\)|[\n\t]/g, " ").replace(/(\s\s+)/g, " ").replace(/^\s\s*/, "").replace(/\s\s*$/, "")); m ? (hm = extractFromRFC2822Strings(m[4], m[3], m[2], m[5], m[6], m[7]), function(weekdayStr, parsedInput, config) { return !weekdayStr || defaultLocaleWeekdaysShort.indexOf(weekdayStr) === new Date(parsedInput[0], parsedInput[1], parsedInput[2]).getDay() || (getParsingFlags(config).weekdayMismatch = !0, void (config._isValid = !1)); @@ -11374,7 +11374,7 @@ function(window, angular) { config._d = new Date(1e3 * parseFloat(input)); }), addParseToken("x", function(input, array, config) { config._d = new Date(toInt(input)); - }), hooks.version = "2.29.4", hookCallback = createLocal, hooks.fn = proto, hooks.min = function() { + }), hooks.version = "2.29.2", hookCallback = createLocal, hooks.fn = proto, hooks.min = function() { return pickBy("isBefore", [].slice.call(arguments, 0)); }, hooks.max = function() { return pickBy("isAfter", [].slice.call(arguments, 0)); diff --git a/dist/libnocompat-v6.1.5.js b/dist/libnocompat-v6.1.6.js similarity index 100% rename from dist/libnocompat-v6.1.5.js rename to dist/libnocompat-v6.1.6.js diff --git a/package.json b/package.json index 26e55571..4305afd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "common-ui", - "version" : "6.1.5", + "version" : "6.1.6", "license": "AGPL-3.0-only", "author": { "name": "Sequent Tech Inc and others",