From 95531243c03cc44563efde2133d7c80d1ba2ae0a Mon Sep 17 00:00:00 2001 From: Eduardo Robles Elvira Date: Tue, 6 Jun 2023 16:09:14 +0200 Subject: [PATCH] Release for version 8.0.0 --- Gruntfile.js | 20 +++++++++---------- SequentConfig.js | 4 ++-- ...fig-vmaster.js => SequentConfig-v8.0.0.js} | 4 ++-- ...ns-vmaster.js => SequentPlugins-v8.0.0.js} | 0 ...mes-vmaster.js => SequentThemes-v8.0.0.js} | 0 ...pCommon-vmaster.js => appCommon-v8.0.0.js} | 0 dist/index.html | 2 +- ...bCommon-vmaster.js => libCommon-v8.0.0.js} | 0 ...ompat-vmaster.js => libnocompat-v8.0.0.js} | 0 package.json | 2 +- 10 files changed, 16 insertions(+), 16 deletions(-) rename dist/{SequentConfig-vmaster.js => SequentConfig-v8.0.0.js} (99%) rename dist/{SequentPlugins-vmaster.js => SequentPlugins-v8.0.0.js} (100%) rename dist/{SequentThemes-vmaster.js => SequentThemes-v8.0.0.js} (100%) rename dist/{appCommon-vmaster.js => appCommon-v8.0.0.js} (100%) rename dist/{libCommon-vmaster.js => libCommon-v8.0.0.js} (100%) rename dist/{libnocompat-vmaster.js => libnocompat-v8.0.0.js} (100%) diff --git a/Gruntfile.js b/Gruntfile.js index 09d64281..9d7f3fc7 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,7 +19,7 @@ 'use strict'; var pkg = require('./package.json'); -var SEQUENT_CONFIG_VERSION = 'master'; +var SEQUENT_CONFIG_VERSION = '8.0.0'; //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-vmaster.js': ['SequentConfig.js'], - 'dist/SequentThemes-vmaster.js': ['SequentThemes.js'], - 'dist/SequentPlugins-vmaster.js': ['plugins/**/*.js'] + 'dist/SequentConfig-v8.0.0.js': ['SequentConfig.js'], + 'dist/SequentThemes-v8.0.0.js': ['SequentThemes.js'], + 'dist/SequentPlugins-v8.0.0.js': ['plugins/**/*.js'] } } }, @@ -230,9 +230,9 @@ module.exports = function (grunt) { beautify: true }, files: { - 'dist/appCommon-vmaster.js': 'temp/app.js', - 'dist/libCommon-vmaster.js': 'temp/lib.js', - 'dist/libnocompat-vmaster.js': 'temp/libnocompat.js', + 'dist/appCommon-v8.0.0.js': 'temp/app.js', + 'dist/libCommon-v8.0.0.js': 'temp/lib.js', + 'dist/libnocompat-v8.0.0.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 5f31f9e6..306a61bc 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 = 'master'; +var SEQUENT_CONFIG_VERSION = '8.0.0'; var SequentConfigData = { // the base url path for ajax requests, for example for sending ballots or @@ -232,7 +232,7 @@ var SequentConfigData = { title: "" }, - mainVersion: "master", + mainVersion: '8.0.0', repoVersions: [] }; diff --git a/dist/SequentConfig-vmaster.js b/dist/SequentConfig-v8.0.0.js similarity index 99% rename from dist/SequentConfig-vmaster.js rename to dist/SequentConfig-v8.0.0.js index 5f31f9e6..306a61bc 100644 --- a/dist/SequentConfig-vmaster.js +++ b/dist/SequentConfig-v8.0.0.js @@ -20,7 +20,7 @@ * in this same file, which you might want to edit and tune if needed. */ -var SEQUENT_CONFIG_VERSION = 'master'; +var SEQUENT_CONFIG_VERSION = '8.0.0'; var SequentConfigData = { // the base url path for ajax requests, for example for sending ballots or @@ -232,7 +232,7 @@ var SequentConfigData = { title: "" }, - mainVersion: "master", + mainVersion: '8.0.0', repoVersions: [] }; diff --git a/dist/SequentPlugins-vmaster.js b/dist/SequentPlugins-v8.0.0.js similarity index 100% rename from dist/SequentPlugins-vmaster.js rename to dist/SequentPlugins-v8.0.0.js diff --git a/dist/SequentThemes-vmaster.js b/dist/SequentThemes-v8.0.0.js similarity index 100% rename from dist/SequentThemes-vmaster.js rename to dist/SequentThemes-v8.0.0.js diff --git a/dist/appCommon-vmaster.js b/dist/appCommon-v8.0.0.js similarity index 100% rename from dist/appCommon-vmaster.js rename to dist/appCommon-v8.0.0.js diff --git a/dist/index.html b/dist/index.html index 25cb9f36..5f7263b8 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-vmaster.js b/dist/libCommon-v8.0.0.js similarity index 100% rename from dist/libCommon-vmaster.js rename to dist/libCommon-v8.0.0.js diff --git a/dist/libnocompat-vmaster.js b/dist/libnocompat-v8.0.0.js similarity index 100% rename from dist/libnocompat-vmaster.js rename to dist/libnocompat-v8.0.0.js diff --git a/package.json b/package.json index e379249b..18ee2a1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "common-ui", - "version": "6.0.0", + "version" : "8.0.0", "license": "AGPL-3.0-only", "author": { "name": "Sequent Tech Inc and others",