Skip to content

Commit 7a4f665

Browse files
committed
Release for version 10.5.2
1 parent 9531bfb commit 7a4f665

10 files changed

+17
-17
lines changed

Gruntfile.js

Lines changed: 11 additions & 11 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.1';
22+
var SEQUENT_CONFIG_VERSION = '10.5.2';
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.1.js"></script>'},
168+
{selector:'body',html:'<script src="/libnocompat-v10.5.2.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.1.js"></script>'},
171-
{selector:'body',html:'<script src="/SequentPlugins-v10.5.1.js"></script>'},
170+
{selector:'body',html:'<script src="/appCommon-v10.5.2.js"></script>'},
171+
{selector:'body',html:'<script src="/SequentPlugins-v10.5.2.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.1.js': ['SequentConfig.js'],
198-
'dist/SequentThemes-v10.5.1.js': ['SequentThemes.js'],
199-
'dist/SequentPlugins-v10.5.1.js': ['plugins/**/*.js']
197+
'dist/SequentConfig-v10.5.2.js': ['SequentConfig.js'],
198+
'dist/SequentThemes-v10.5.2.js': ['SequentThemes.js'],
199+
'dist/SequentPlugins-v10.5.2.js': ['plugins/**/*.js']
200200
}
201201
},
202202
postUglify: {
203203
files: {
204-
'dist/libCommon-v10.5.1.js': ['dist/libCommon-v10.5.1.js', 'node_modules/i18next/dist/umd/i18next.js']
204+
'dist/libCommon-v10.5.2.js': ['dist/libCommon-v10.5.2.js', 'node_modules/i18next/dist/umd/i18next.js']
205205
}
206206
},
207207
},
@@ -236,9 +236,9 @@ module.exports = function (grunt) {
236236
beautify: true
237237
},
238238
files: {
239-
'dist/appCommon-v10.5.1.js': 'temp/app.js',
240-
'dist/libCommon-v10.5.1.js': ['temp/lib.js'],
241-
'dist/libnocompat-v10.5.1.js': 'temp/libnocompat.js',
239+
'dist/appCommon-v10.5.2.js': 'temp/app.js',
240+
'dist/libCommon-v10.5.2.js': ['temp/lib.js'],
241+
'dist/libnocompat-v10.5.2.js': 'temp/libnocompat.js',
242242
'dist/avWidgets.js': 'avWidgets.js',
243243

244244
"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.1';
23+
var SEQUENT_CONFIG_VERSION = '10.5.2';
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.1',
239+
mainVersion: '10.5.2',
240240
repoVersions: [],
241241

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

dist/SequentConfig-v10.5.1.js renamed to dist/SequentConfig-v10.5.2.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.1';
23+
var SEQUENT_CONFIG_VERSION = '10.5.2';
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.1',
239+
mainVersion: '10.5.2',
240240
repoVersions: [],
241241

242242
// Number of seconds after which an authentication token expires.
File renamed without changes.
File renamed without changes.
File renamed without changes.

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<!DOCTYPE html><html id="ng-app" ng-app="common-ui"><head><title>Sequent Tech</title><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"><base href="/"><meta charset="utf-8"><link rel="stylesheet" id="theme" href="/themes/default/app.min.css"></head><body><!-- Livereload script for development only (stripped during dist build) --><!-- IE8 bind workaround (needed for less) --><!-- JS from node modules --><!-- Add New Bower Component JS Above --><!-- JS from Vendor Components --><!-- Add New Vendor Component JS Above --><!-- Configuration file JS --><!-- Themes JS --><!-- Main App JS --><!-- registration --><!-- ui --><!-- for security, we do not include the dynamic directive in the app,
2-
so in the compiled app e2e tests are not expected work. --><!-- IE10 viewport hack for Surface/desktop Windows 8 bug --><!-- IE9 console workaround --><!-- Add New Component JS Above --><div id="no-js">Page is taking some time to load, wait a moment please. If it takes too long, please check that you have javascript activated, try with another browser or contact us.</div><div id="unsupported-browser">For security reasons, your browser is unsupported. Please use a newer web browser (if you are using Internet Explorer, use version 9 or newer).</div><div><!-- Shown while loading --><div id="angular-preloading" class="avb-start-loading"></div><!-- Main content --><div id="content"><!-- This is where angular injects its content --><div ui-view=""></div></div></div><script src="/libnocompat-v10.5.1.js"></script><!--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 --><script src="/appCommon-v10.5.1.js"></script><script src="/SequentPlugins-v10.5.1.js"></script></body></html>
2+
so in the compiled app e2e tests are not expected work. --><!-- IE10 viewport hack for Surface/desktop Windows 8 bug --><!-- IE9 console workaround --><!-- Add New Component JS Above --><div id="no-js">Page is taking some time to load, wait a moment please. If it takes too long, please check that you have javascript activated, try with another browser or contact us.</div><div id="unsupported-browser">For security reasons, your browser is unsupported. Please use a newer web browser (if you are using Internet Explorer, use version 9 or newer).</div><div><!-- Shown while loading --><div id="angular-preloading" class="avb-start-loading"></div><!-- Main content --><div id="content"><!-- This is where angular injects its content --><div ui-view=""></div></div></div><script src="/libnocompat-v10.5.2.js"></script><!--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 --><script src="/appCommon-v10.5.2.js"></script><script src="/SequentPlugins-v10.5.2.js"></script></body></html>
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "common-ui",
3-
"version" : "10.5.1",
3+
"version" : "10.5.2",
44
"license": "AGPL-3.0-only",
55
"author": {
66
"name": "Sequent Tech Inc and others",

0 commit comments

Comments
 (0)