Skip to content

Commit 3ec453d

Browse files
committed
Build: Add jQuery UI 1.14.1, remove 1.14.0
1 parent 31a5409 commit 3ec453d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use the config file to define which jQueryUI version DownloadBuilder should serv
3232
```
3333
"jqueryUi": [
3434
{
35-
"version": "1.14.0"
35+
"version": "1.14.1"
3636
"dependsOn": "jQuery 1.12+ / 2.2+ / 3.6+ / 4.0+",
3737
"label": "Stable",
3838
"stable": true

config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"jqueryUi": [
77
{
8-
"version": "1.14.0",
8+
"version": "1.14.1",
99
"dependsOn": "jQuery 1.12+ / 2.2+ / 3.6+ / 4.0+",
1010
"label": "Stable",
1111
"stable": true

lib/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Config = module.exports = function() {
1010
// Validate jqueryUi, eg:
1111
// "jqueryUi": [
1212
// {
13-
// "version": "1.14.0",
13+
// "version": "1.14.1",
1414
// "dependsOn": "jQuery 1.12+ / 2.2+ / 3.6+ / 4.0+",
1515
// "label": "Stable",
1616
// "stable": true

test/fixtures/jquery-ui-1.14.0/themes/smoothness.css test/fixtures/jquery-ui-1.14.1/themes/smoothness.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery UI CSS Framework 1.14.0
2+
* jQuery UI CSS Framework 1.14.1
33
* https://jqueryui.com
44
*
55
* Copyright OpenJS Foundation and other contributors

test/themeroller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ QUnit.module( "themeroller", function() {
4242
return cssSource.replace( /\n\s*\* To view and modify this theme, visit https?:\/\/jqueryui\.com\/themeroller\/[^\n]+\n/, "\n" );
4343
}
4444

45-
[ "1.12.1", "1.13.3", "1.14.0" ].forEach( ( jQueryUiVersion ) => {
45+
[ "1.12.1", "1.13.3", "1.14.1" ].forEach( ( jQueryUiVersion ) => {
4646
let theme;
4747

4848
QUnit.module( `with jQuery UI ${ jQueryUiVersion }`, function( hooks ) {

0 commit comments

Comments
 (0)