From fcd03a3a106d0e41a78ea3541f0cef0f9cd4524b Mon Sep 17 00:00:00 2001 From: Eduardo Robles Elvira Date: Thu, 14 Apr 2022 17:05:07 +0200 Subject: [PATCH] Release for version 6.0.0 --- Gruntfile.js | 28 ++++++++++++++-------------- SequentConfig.js | 4 ++-- index.html | 8 ++++---- package.json | 4 ++-- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4fef36e9..8a6dd5b9 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,7 +19,7 @@ 'use strict'; var pkg = require('./package.json'); -var SEQUENT_CONFIG_VERSION = '6.0.0-beta.1'; +var SEQUENT_CONFIG_VERSION = '6.0.0'; //Using exclusion patterns slows down Grunt significantly //instead of creating a set of patterns like '**/*.js' and '!**/node_modules/**' @@ -318,13 +318,13 @@ module.exports = function (grunt) { remove: ['script[data-remove!="false"]','link[data-remove!="false"]'], append: [ {selector:'body',html:'<%= variables.admin_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:''}, @@ -368,9 +368,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-v6.0.0-beta.1.js': ['SequentConfig.js'], - 'dist/SequentThemes-v6.0.0-beta.1.js': ['node_modules/common-ui/dist/SequentThemes-v6.0.0-beta.1.js'], - 'dist/SequentPlugins-v6.0.0-beta.1.js': [ + 'dist/SequentConfig-v6.0.0.js': ['SequentConfig.js'], + 'dist/SequentThemes-v6.0.0.js': ['node_modules/common-ui/dist/SequentThemes-v6.0.0.js'], + 'dist/SequentPlugins-v6.0.0.js': [ 'SequentPluginsConfig.js', 'plugins/**/*.js', '!plugins/**/*-spec.js' @@ -422,10 +422,10 @@ module.exports = function (grunt) { beautify: true }, files: { - 'dist/app-v6.0.0-beta.1.min.js': 'temp/app.js', - 'dist/lib-v6.0.0-beta.1.min.js': 'temp/lib.js', - 'dist/libnocompat-v6.0.0-beta.1.min.js': 'temp/libnocompat.js', - 'dist/libcompat-v6.0.0-beta.1.min.js': 'temp/libcompat.js', + 'dist/app-v6.0.0.min.js': 'temp/app.js', + 'dist/lib-v6.0.0.min.js': 'temp/lib.js', + 'dist/libnocompat-v6.0.0.min.js': 'temp/libnocompat.js', + 'dist/libcompat-v6.0.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 fe070650..8520f535 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 = '6.0.0-beta.1'; +var SEQUENT_CONFIG_VERSION = '6.0.0'; var SequentConfigData = { // the base url path for ajax requests, for example for sending ballots or @@ -219,7 +219,7 @@ var SequentConfigData = { title: "" }, - mainVersion: '6.0.0-beta.1', + mainVersion: '6.0.0', repoVersions: [] }; diff --git a/index.html b/index.html index 3f4e7573..7a78a766 100755 --- a/index.html +++ b/index.html @@ -16,8 +16,8 @@ - - + + @@ -37,10 +37,10 @@ - + - + diff --git a/package.json b/package.json index a5b0c3af..0a23b626 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-console", - "version" : "6.0.0-beta.1", + "version" : "6.0.0", "license": "AGPL-3.0-only", "author": { "name": "Sequent Tech Inc and others", @@ -53,7 +53,7 @@ "yarn": "^1.22.0" }, "dependencies": { - "common-ui": "https://github.com/sequentech/common-ui.git#6.0.0-beta.1", + "common-ui": "https://github.com/sequentech/common-ui.git#6.0.0", "ansi_up": "^5.1.0", "jasmine-spec-reporter": "^7.0.0", "pdfmake": "^0.1.65"