From df4a0c8b215d978dfab090f4026f04a99c02750b Mon Sep 17 00:00:00 2001 From: Eduardo Robles Elvira Date: Sat, 30 Apr 2022 09:21:59 +0200 Subject: [PATCH] Release for version 5.1.0 --- 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 c2350df..9907d58 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,7 +19,7 @@ 'use strict'; var pkg = require('./package.json'); -var AV_CONFIG_VERSION = '5.0.9'; +var AV_CONFIG_VERSION = '5.1.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/avConfig-v5.0.9.js': ['avConfig.js'], - 'dist/avThemes-v5.0.9.js': ['node_modules/agora-gui-common/dist/avThemes-v5.0.9.js'], - 'dist/avPlugins-v5.0.9.js': [ + 'dist/avConfig-v5.1.0.js': ['avConfig.js'], + 'dist/avThemes-v5.1.0.js': ['node_modules/agora-gui-common/dist/avThemes-v5.1.0.js'], + 'dist/avPlugins-v5.1.0.js': [ 'avPluginsConfig.js', 'plugins/**/*.js', '!plugins/**/*-spec.js' @@ -401,10 +401,10 @@ module.exports = function (grunt) { beautify: true }, files: { - 'dist/app-v5.0.9.min.js': 'temp/app.js', - 'dist/lib-v5.0.9.min.js': 'temp/lib.js', - 'dist/libnocompat-v5.0.9.min.js': 'temp/libnocompat.js', - 'dist/libcompat-v5.0.9.min.js': 'temp/libcompat.js', + 'dist/app-v5.1.0.min.js': 'temp/app.js', + 'dist/lib-v5.1.0.min.js': 'temp/lib.js', + 'dist/libnocompat-v5.1.0.min.js': 'temp/libnocompat.js', + 'dist/libcompat-v5.1.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/avConfig.js b/avConfig.js index 4e21c85..073ced3 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.9'; +var AV_CONFIG_VERSION = '5.1.0'; var avConfigData = { // the base url path for ajax requests, for example for sending ballots or diff --git a/avPluginsConfig.js b/avPluginsConfig.js index 96b65b6..327d32c 100644 --- a/avPluginsConfig.js +++ b/avPluginsConfig.js @@ -1,4 +1,4 @@ -var AV_PLUGINS_CONFIG_VERSION = '5.0.9'; +var AV_PLUGINS_CONFIG_VERSION = '5.1.0'; angular.module('avPluginsConfig', []) .factory('PluginsConfigService', function() { return {}; diff --git a/index.html b/index.html index 7605095..3b7d52c 100755 --- a/index.html +++ b/index.html @@ -15,8 +15,8 @@ - - + + @@ -33,10 +33,10 @@ - + - + diff --git a/package.json b/package.json index 28d81f2..eb160cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agora-gui-elections", - "version" : "5.0.9", + "version" : "5.1.0", "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.1.x", + "agora-gui-common": "https://github.com/agoravoting/agora-gui-common.git#5.1.0", "angular-aria": "^1.8.2" }, "resolutions": {