From 15834d12c6a5f7b8c9026c4f77ce71ecbff788e2 Mon Sep 17 00:00:00 2001 From: Eduardo Robles Elvira Date: Tue, 11 Apr 2023 17:26:33 +0200 Subject: [PATCH] Release for version 7.3.0 --- Gruntfile.js | 28 ++++++++++++++-------------- SequentConfig.js | 4 ++-- SequentPluginsConfig.js | 2 +- index.html | 8 ++++---- package.json | 4 ++-- 5 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 837e7ef..790592b 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,7 +19,7 @@ 'use strict'; var pkg = require('./package.json'); -var SEQUENT_CONFIG_VERSION = '7.2.0'; +var SEQUENT_CONFIG_VERSION = '7.3.0'; //Using exclusion patterns slows down Grunt significantly //instead of creating a set of patterns like '**/*.js' and '!**/node_modules/**' @@ -292,13 +292,13 @@ module.exports = function (grunt) { remove: ['script[data-remove!="false"]','link[data-remove!="false"]'], append: [ {selector:'body',html:'<%= variables.elections_html_body_include %>'}, - {selector:'body',html:''}, + {selector:'body',html:''}, {selector:'body',html:''}, - {selector:'body',html:''}, - {selector:'body',html:''}, - {selector:'body',html:''}, - {selector:'body',html:''}, - {selector:'body',html:''}, + {selector:'body',html:''}, + {selector:'body',html:''}, + {selector:'body',html:''}, + {selector:'body',html:''}, + {selector:'body',html:''}, {selector:'head',html:''}, {selector:'head',html:''}, {selector:'head',html:''} @@ -332,9 +332,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 %>','<%= ngtemplates.common.dest %>'], - 'dist/SequentConfig-v7.2.0.js': ['SequentConfig.js'], - 'dist/SequentThemes-v7.2.0.js': ['node_modules/common-ui/dist/SequentThemes-v7.2.0.js'], - 'dist/SequentPlugins-v7.2.0.js': [ + 'dist/SequentConfig-v7.3.0.js': ['SequentConfig.js'], + 'dist/SequentThemes-v7.3.0.js': ['node_modules/common-ui/dist/SequentThemes-v7.3.0.js'], + 'dist/SequentPlugins-v7.3.0.js': [ 'SequentPluginsConfig.js', 'plugins/**/*.js', '!plugins/**/*-spec.js' @@ -406,10 +406,10 @@ module.exports = function (grunt) { beautify: true }, files: { - 'dist/app-v7.2.0.min.js': 'temp/app.js', - 'dist/lib-v7.2.0.min.js': 'temp/lib.js', - 'dist/libnocompat-v7.2.0.min.js': 'temp/libnocompat.js', - 'dist/libcompat-v7.2.0.min.js': 'temp/libcompat.js', + 'dist/app-v7.3.0.min.js': 'temp/app.js', + 'dist/lib-v7.3.0.min.js': 'temp/lib.js', + 'dist/libnocompat-v7.3.0.min.js': 'temp/libnocompat.js', + 'dist/libcompat-v7.3.0.min.js': 'temp/libcompat.js', 'dist/avWidgets.min.js': 'avWidgets.js', "dist/locales/moment/en.js": "node_modules/moment/locale/en-gb.js", diff --git a/SequentConfig.js b/SequentConfig.js index c07197b..ff31ddc 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 = '7.2.0'; +var SEQUENT_CONFIG_VERSION = '7.3.0'; var SequentConfigData = { // the base url path for ajax requests, for example for sending ballots or @@ -223,7 +223,7 @@ var SequentConfigData = { title: "" }, - mainVersion: '7.2.0', + mainVersion: '7.3.0', repoVersions: [] }; diff --git a/SequentPluginsConfig.js b/SequentPluginsConfig.js index 26e561e..0119c26 100644 --- a/SequentPluginsConfig.js +++ b/SequentPluginsConfig.js @@ -1,4 +1,4 @@ -var SEQUENT_PLUGINS_CONFIG_VERSION = '7.2.0'; +var SEQUENT_PLUGINS_CONFIG_VERSION = '7.3.0'; angular.module('SequentPluginsConfig', []) .factory('PluginsConfigService', function() { return {}; diff --git a/index.html b/index.html index 217e1b3..384bb27 100755 --- a/index.html +++ b/index.html @@ -15,8 +15,8 @@ - - + + @@ -33,10 +33,10 @@ - + - + diff --git a/package.json b/package.json index 1ea946d..2578b0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "election-portal", - "version" : "7.2.0", + "version" : "7.3.0", "license": "AGPL-3.0-only", "author": { "name": "Sequent Tech Inc and others", @@ -51,7 +51,7 @@ "yarn": "^1.22.0" }, "dependencies": { - "common-ui": "https://github.com/sequentech/common-ui.git#7.2.0", + "common-ui": "https://github.com/sequentech/common-ui.git#7.3.0", "angular-aria": "^1.8.2" }, "resolutions": {