From c10d1f5a81424999ed63249b1769a7d658927d36 Mon Sep 17 00:00:00 2001 From: Eduardo Robles Elvira Date: Wed, 1 May 2024 15:23:58 +0200 Subject: [PATCH] Release for version 10.4.2 --- Gruntfile.js | 22 +++++++++---------- SequentConfig.js | 4 ++-- ...ig-v10.4.1.js => SequentConfig-v10.4.2.js} | 4 ++-- ...s-v10.4.1.js => SequentPlugins-v10.4.2.js} | 0 ...es-v10.4.1.js => SequentThemes-v10.4.2.js} | 0 ...Common-v10.4.1.js => appCommon-v10.4.2.js} | 0 dist/index.html | 2 +- ...Common-v10.4.1.js => libCommon-v10.4.2.js} | 0 ...mpat-v10.4.1.js => libnocompat-v10.4.2.js} | 0 package.json | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) rename dist/{SequentConfig-v10.4.1.js => SequentConfig-v10.4.2.js} (99%) rename dist/{SequentPlugins-v10.4.1.js => SequentPlugins-v10.4.2.js} (100%) rename dist/{SequentThemes-v10.4.1.js => SequentThemes-v10.4.2.js} (100%) rename dist/{appCommon-v10.4.1.js => appCommon-v10.4.2.js} (100%) rename dist/{libCommon-v10.4.1.js => libCommon-v10.4.2.js} (100%) rename dist/{libnocompat-v10.4.1.js => libnocompat-v10.4.2.js} (100%) diff --git a/Gruntfile.js b/Gruntfile.js index c9909f4e..3970d82c 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,7 +19,7 @@ 'use strict'; var pkg = require('./package.json'); -var SEQUENT_CONFIG_VERSION = '10.4.1'; +var SEQUENT_CONFIG_VERSION = '10.4.2'; //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,14 +194,14 @@ 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-v10.4.1.js': ['SequentConfig.js'], - 'dist/SequentThemes-v10.4.1.js': ['SequentThemes.js'], - 'dist/SequentPlugins-v10.4.1.js': ['plugins/**/*.js'] + 'dist/SequentConfig-v10.4.2.js': ['SequentConfig.js'], + 'dist/SequentThemes-v10.4.2.js': ['SequentThemes.js'], + 'dist/SequentPlugins-v10.4.2.js': ['plugins/**/*.js'] } }, postUglify: { files: { - 'dist/libCommon-v10.4.1.js': ['dist/libCommon-v10.4.1.js', 'node_modules/i18next/dist/umd/i18next.js'] + 'dist/libCommon-v10.4.2.js': ['dist/libCommon-v10.4.2.js', 'node_modules/i18next/dist/umd/i18next.js'] } }, }, @@ -236,9 +236,9 @@ module.exports = function (grunt) { beautify: true }, files: { - 'dist/appCommon-v10.4.1.js': 'temp/app.js', - 'dist/libCommon-v10.4.1.js': ['temp/lib.js'], - 'dist/libnocompat-v10.4.1.js': 'temp/libnocompat.js', + 'dist/appCommon-v10.4.2.js': 'temp/app.js', + 'dist/libCommon-v10.4.2.js': ['temp/lib.js'], + 'dist/libnocompat-v10.4.2.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 9a2131f1..549b5224 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 = '10.4.1'; +var SEQUENT_CONFIG_VERSION = '10.4.2'; var SequentConfigData = { // the base url path for ajax requests, for example for sending ballots or @@ -236,7 +236,7 @@ var SequentConfigData = { title: "" }, - mainVersion: '10.4.1', + mainVersion: '10.4.2', repoVersions: [], // Number of seconds after which an authentication token expires. diff --git a/dist/SequentConfig-v10.4.1.js b/dist/SequentConfig-v10.4.2.js similarity index 99% rename from dist/SequentConfig-v10.4.1.js rename to dist/SequentConfig-v10.4.2.js index 9a2131f1..549b5224 100644 --- a/dist/SequentConfig-v10.4.1.js +++ b/dist/SequentConfig-v10.4.2.js @@ -20,7 +20,7 @@ * in this same file, which you might want to edit and tune if needed. */ -var SEQUENT_CONFIG_VERSION = '10.4.1'; +var SEQUENT_CONFIG_VERSION = '10.4.2'; var SequentConfigData = { // the base url path for ajax requests, for example for sending ballots or @@ -236,7 +236,7 @@ var SequentConfigData = { title: "" }, - mainVersion: '10.4.1', + mainVersion: '10.4.2', repoVersions: [], // Number of seconds after which an authentication token expires. diff --git a/dist/SequentPlugins-v10.4.1.js b/dist/SequentPlugins-v10.4.2.js similarity index 100% rename from dist/SequentPlugins-v10.4.1.js rename to dist/SequentPlugins-v10.4.2.js diff --git a/dist/SequentThemes-v10.4.1.js b/dist/SequentThemes-v10.4.2.js similarity index 100% rename from dist/SequentThemes-v10.4.1.js rename to dist/SequentThemes-v10.4.2.js diff --git a/dist/appCommon-v10.4.1.js b/dist/appCommon-v10.4.2.js similarity index 100% rename from dist/appCommon-v10.4.1.js rename to dist/appCommon-v10.4.2.js diff --git a/dist/index.html b/dist/index.html index b5b9bad9..4b1e9d87 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-v10.4.1.js b/dist/libCommon-v10.4.2.js similarity index 100% rename from dist/libCommon-v10.4.1.js rename to dist/libCommon-v10.4.2.js diff --git a/dist/libnocompat-v10.4.1.js b/dist/libnocompat-v10.4.2.js similarity index 100% rename from dist/libnocompat-v10.4.1.js rename to dist/libnocompat-v10.4.2.js diff --git a/package.json b/package.json index a150d700..679199f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "common-ui", - "version" : "10.4.1", + "version" : "10.4.2", "license": "AGPL-3.0-only", "author": { "name": "Sequent Tech Inc and others",