From 404e73c578c412e908e90c17621c5e1fba2c756e Mon Sep 17 00:00:00 2001 From: Eduardo Robles Elvira Date: Thu, 6 Jan 2022 17:39:19 +0100 Subject: [PATCH] Release for version 5.0.5 --- Gruntfile.js | 28 ++++++++++++++-------------- avConfig.js | 2 +- avPluginsConfig.js | 2 +- index.html | 8 ++++---- package.json | 4 ++-- 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index de93e8d..a02c774 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,7 +19,7 @@ 'use strict'; var pkg = require('./package.json'); -var AV_CONFIG_VERSION = '5.0.4'; +var AV_CONFIG_VERSION = '5.0.5'; //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/avConfig-v5.0.4.js': ['avConfig.js'], - 'dist/avThemes-v5.0.4.js': ['node_modules/agora-gui-common/dist/avThemes-v5.0.4.js'], - 'dist/avPlugins-v5.0.4.js': [ + 'dist/avConfig-v5.0.5.js': ['avConfig.js'], + 'dist/avThemes-v5.0.5.js': ['node_modules/agora-gui-common/dist/avThemes-v5.0.5.js'], + 'dist/avPlugins-v5.0.5.js': [ 'avPluginsConfig.js', 'plugins/**/*.js', '!plugins/**/*-spec.js' @@ -401,10 +401,10 @@ module.exports = function (grunt) { beautify: true }, files: { - 'dist/app-v5.0.4.min.js': 'temp/app.js', - 'dist/lib-v5.0.4.min.js': 'temp/lib.js', - 'dist/libnocompat-v5.0.4.min.js': 'temp/libnocompat.js', - 'dist/libcompat-v5.0.4.min.js': 'temp/libcompat.js', + 'dist/app-v5.0.5.min.js': 'temp/app.js', + 'dist/lib-v5.0.5.min.js': 'temp/lib.js', + 'dist/libnocompat-v5.0.5.min.js': 'temp/libnocompat.js', + 'dist/libcompat-v5.0.5.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/avConfig.js b/avConfig.js index fb7d532..1b4b6d7 100644 --- a/avConfig.js +++ b/avConfig.js @@ -20,7 +20,7 @@ * in this same file, which you might want to edit and tune if needed. */ -var AV_CONFIG_VERSION = '5.0.4'; +var AV_CONFIG_VERSION = '5.0.5'; var avConfigData = { // the base url path for ajax requests, for example for sending ballots or diff --git a/avPluginsConfig.js b/avPluginsConfig.js index 3cf7e18..6fb691f 100644 --- a/avPluginsConfig.js +++ b/avPluginsConfig.js @@ -1,4 +1,4 @@ -var AV_PLUGINS_CONFIG_VERSION = '5.0.4'; +var AV_PLUGINS_CONFIG_VERSION = '5.0.5'; angular.module('avPluginsConfig', []) .factory('PluginsConfigService', function() { return {}; diff --git a/index.html b/index.html index 4415339..011c134 100755 --- a/index.html +++ b/index.html @@ -15,8 +15,8 @@ - - + + @@ -33,10 +33,10 @@ - + - + diff --git a/package.json b/package.json index 2d3eba4..8761ec1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agora-gui-elections", - "version" : "5.0.4", + "version" : "5.0.5", "license": "AGPL-3.0-only", "author": { "name": "Agora Voting SL and others", @@ -51,7 +51,7 @@ "yarn": "^1.22.0" }, "dependencies": { - "agora-gui-common": "https://github.com/agoravoting/agora-gui-common.git#5.0.4", + "agora-gui-common": "https://github.com/agoravoting/agora-gui-common.git#5.0.5", "angular-aria": "^1.8.2" }, "resolutions": {