Skip to content

Commit c37ca0a

Browse files
committed
prepare v10.5.4
1 parent 2fee936 commit c37ca0a

10 files changed

+16
-32373
lines changed

Gruntfile.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
var pkg = require('./package.json');
22-
var SEQUENT_CONFIG_VERSION = '10.5.3';
22+
var SEQUENT_CONFIG_VERSION = '10.5.4';
2323

2424
//Using exclusion patterns slows down Grunt significantly
2525
//instead of creating a set of patterns like '**/*.js' and '!**/node_modules/**'
@@ -165,10 +165,10 @@ module.exports = function (grunt) {
165165
options: {
166166
remove: ['script[data-remove!="false"]','link[data-remove!="false"]'],
167167
append: [
168-
{selector:'body',html:'<script src="/libnocompat-v10.5.3.js"></script>'},
168+
{selector:'body',html:'<script src="/libnocompat-v10.5.4.js"></script>'},
169169
{selector:'body',html:'<!--All the source code of this program under copyright. Take a look at the license details at https://github.com/sequent/sequent-core-common/blob/master/README.md -->'},
170-
{selector:'body',html:'<script src="/appCommon-v10.5.3.js"></script>'},
171-
{selector:'body',html:'<script src="/SequentPlugins-v10.5.3.js"></script>'},
170+
{selector:'body',html:'<script src="/appCommon-v10.5.4.js"></script>'},
171+
{selector:'body',html:'<script src="/SequentPlugins-v10.5.4.js"></script>'},
172172
{selector:'head',html:'<link rel="stylesheet" id="theme" href="/themes/default/app.min.css">'}
173173
]
174174
},
@@ -194,14 +194,14 @@ module.exports = function (grunt) {
194194
'temp/libnocompat.js': ['<%= dom_munger.data.libnocompatjs %>'],
195195
'temp/lib.js': ['<%= dom_munger.data.libjs %>'],
196196
'temp/app.js': ['<%= dom_munger.data.appjs %>','<%= ngtemplates.main.dest %>'],
197-
'dist/SequentConfig-v10.5.3.js': ['SequentConfig.js'],
198-
'dist/SequentThemes-v10.5.3.js': ['SequentThemes.js'],
199-
'dist/SequentPlugins-v10.5.3.js': ['plugins/**/*.js']
197+
'dist/SequentConfig-v10.5.4.js': ['SequentConfig.js'],
198+
'dist/SequentThemes-v10.5.4.js': ['SequentThemes.js'],
199+
'dist/SequentPlugins-v10.5.4.js': ['plugins/**/*.js']
200200
}
201201
},
202202
postUglify: {
203203
files: {
204-
'dist/libCommon-v10.5.3.js': ['dist/libCommon-v10.5.3.js', 'node_modules/i18next/dist/umd/i18next.js']
204+
'dist/libCommon-v10.5.4.js': ['dist/libCommon-v10.5.4.js', 'node_modules/i18next/dist/umd/i18next.js']
205205
}
206206
},
207207
},
@@ -223,7 +223,7 @@ module.exports = function (grunt) {
223223
main: {
224224
files: {
225225
'temp/app.js':['temp/app.js'],
226-
'dist/appCommon-v10.5.3.js': ['temp/app.js'],
226+
'dist/appCommon-v10.5.4.js': ['temp/app.js'],
227227
'temp/lib.js': ['temp/lib.js'],
228228
'temp/libnocompat.js': ['temp/libnocompat.js']
229229
}
@@ -237,9 +237,9 @@ module.exports = function (grunt) {
237237
beautify: true,
238238
},
239239
files: {
240-
//'dist/appCommon-v10.5.3.js': 'temp/app.js',
241-
'dist/libCommon-v10.5.3.js': ['temp/lib.js'],
242-
'dist/libnocompat-v10.5.3.js': 'temp/libnocompat.js',
240+
//'dist/appCommon-v10.5.4.js': 'temp/app.js',
241+
'dist/libCommon-v10.5.4.js': ['temp/lib.js'],
242+
'dist/libnocompat-v10.5.4.js': 'temp/libnocompat.js',
243243
'dist/avWidgets.js': 'avWidgets.js',
244244

245245
"dist/locales/moment/es.js": "node_modules/moment/locale/es.js",

SequentConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* in this same file, which you might want to edit and tune if needed.
2121
*/
2222

23-
var SEQUENT_CONFIG_VERSION = '10.5.3';
23+
var SEQUENT_CONFIG_VERSION = '10.5.4';
2424

2525
var SequentConfigData = {
2626
// the base url path for ajax requests, for example for sending ballots or
@@ -236,7 +236,7 @@ var SequentConfigData = {
236236
title: ""
237237
},
238238

239-
mainVersion: '10.5.3',
239+
mainVersion: '10.5.4',
240240
repoVersions: [],
241241

242242
// Number of seconds after which an authentication token expires.

dist/SequentConfig-v10.5.3.js

Lines changed: 0 additions & 258 deletions
This file was deleted.

0 commit comments

Comments
 (0)