From 4523f089d0035b3fd6fa7687305abd76f4ec22f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 12 Feb 2015 13:40:29 -0500 Subject: [PATCH 1/4] Config: Released 1.11.3 --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 76519531..29c06632 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "jqueryUi": [ { - "version": "1.11.2", + "version": "1.11.3", "dependsOn": "jQuery1.6+", "label": "Stable", "stable": true From c3249e3f0ef488b56205c3d2f5ea7712ccff2481 Mon Sep 17 00:00:00 2001 From: Rafael Xavier de Souza Date: Thu, 12 Feb 2015 18:25:37 -0200 Subject: [PATCH 2/4] 2.0.23 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 303d3486..09ad4fd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "download.jqueryui.com", - "version": "2.0.19", + "version": "2.0.23", "dependencies": { "archiver": "0.4.1", "async": "0.1.22", From e17e16b603a89203bc507906b9946f5fe265ca75 Mon Sep 17 00:00:00 2001 From: Bili Xu Date: Sat, 7 Mar 2015 22:53:06 +0800 Subject: [PATCH 3/4] Gruntfile: Skip "Building API documentation" if `!jqueryUi.docs` Ref #262 Ref #264 --- Gruntfile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index a4e72d97..7153820a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -308,6 +308,9 @@ function prepare( jqueryUi ) { return function( callback ) { async.series([ function() { + if ( !jqueryUi.docs ) { + return callback(); + } grunt.log.writeln( "Building API documentation for jQuery UI" ); if ( !fs.existsSync( "tmp/api.jqueryui.com/config.json" ) ) { grunt.file.copy( "tmp/api.jqueryui.com/config-sample.json", "tmp/api.jqueryui.com/config.json" ); From 544b90c791bf6233ce859e952668547e61469614 Mon Sep 17 00:00:00 2001 From: Rafael Xavier de Souza Date: Wed, 11 Mar 2015 11:37:28 -0300 Subject: [PATCH 4/4] Config: Released 1.11.4 --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 29c06632..83cc5d5f 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "jqueryUi": [ { - "version": "1.11.3", + "version": "1.11.4", "dependsOn": "jQuery1.6+", "label": "Stable", "stable": true