From e70adcdfe00f311754ac010bcaae23db73cd67f2 Mon Sep 17 00:00:00 2001 From: Findeton Date: Tue, 10 Sep 2024 18:33:35 -0500 Subject: [PATCH] Release for version 10.5.1 --- Gruntfile.js | 26 +++++++++++++------------- SequentConfig.js | 4 ++-- index.html | 6 +++--- package.json | 4 ++-- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 5113af42..669b5227 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,7 +19,7 @@ 'use strict'; var pkg = require('./package.json'); -var SEQUENT_CONFIG_VERSION = '10.5.0'; +var SEQUENT_CONFIG_VERSION = '10.5.1'; //Using exclusion patterns slows down Grunt significantly //instead of creating a set of patterns like '**/*.js' and '!**/node_modules/**' @@ -229,13 +229,13 @@ module.exports = function (grunt) { {selector:'head',html:''}, {selector:'head',html:''}, {selector:'body',html:'<%= variables.booth_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:''} ] }, @@ -264,9 +264,9 @@ module.exports = function (grunt) { ], 'temp/lib.js': ['<%= dom_munger.data.libjs %>'], 'temp/app.js': ['<%= dom_munger.data.appjs %>','<%= ngtemplates.main.dest %>'], - 'dist/SequentConfig-v10.5.0.js': ['SequentConfig.js'], - 'dist/SequentThemes-v10.5.0.js': ['node_modules/common-ui/dist/SequentThemes-v10.5.0.js'], - 'dist/SequentPlugins-v10.5.0.js': ['plugins/**/*.js'] + 'dist/SequentConfig-v10.5.1.js': ['SequentConfig.js'], + 'dist/SequentThemes-v10.5.1.js': ['node_modules/common-ui/dist/SequentThemes-v10.5.1.js'], + 'dist/SequentPlugins-v10.5.1.js': ['plugins/**/*.js'] } } }, @@ -337,9 +337,9 @@ module.exports = function (grunt) { beautify: true }, files: { - 'dist/app-v10.5.0.min.js': 'temp/app.js', - 'dist/lib-v10.5.0.min.js': 'temp/lib.js', - 'dist/libnocompat-v10.5.0.min.js': 'temp/libnocompat.js', + 'dist/app-v10.5.1.min.js': 'temp/app.js', + 'dist/lib-v10.5.1.min.js': 'temp/lib.js', + 'dist/libnocompat-v10.5.1.min.js': 'temp/libnocompat.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 45657c9d..04ab2c00 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.5.0'; +var SEQUENT_CONFIG_VERSION = '10.5.1'; var SequentConfigData = { // the base url path for ajax requests, for example for sending ballots or @@ -221,7 +221,7 @@ var SequentConfigData = { title: "" }, - mainVersion: '10.5.0', + mainVersion: '10.5.1', repoVersions: [], // Number of seconds after which an authentication token expires. diff --git a/index.html b/index.html index 8dee416e..bbf1ce26 100755 --- a/index.html +++ b/index.html @@ -16,8 +16,8 @@ - - + + @@ -38,7 +38,7 @@ - + diff --git a/package.json b/package.json index 1def4ad1..e57c6dbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "voting-booth", - "version" : "10.5.0", + "version" : "10.5.1", "license": "AGPL-3.0-only", "browsers": [ "ie >= 8", @@ -52,7 +52,7 @@ "yarn": "^1.22.0" }, "dependencies": { - "common-ui": "https://github.com/sequentech/common-ui.git#10.5.0", + "common-ui": "https://github.com/sequentech/common-ui.git#10.5.1", "angular-aria": "^1.8.2", "pdfmake": "^0.1.65", "qrcode-generator": "^1.4.4"