Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 874945e

Browse files
committed
1.11.1
1 parent bf898ab commit 874945e

File tree

96 files changed

+2698
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+2698
-84
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"jquery-mousewheel": "3.1.12",
1515
"jshint": "2.4.4",
1616
"qunit": "1.14.0",
17-
1817
"jquery-1.6.0": "jquery#1.6.0",
1918
"jquery-1.6.1": "jquery#1.6.1",
2019
"jquery-1.6.2": "jquery#1.6.2",
@@ -37,5 +36,6 @@
3736
"jquery-2.0.1": "jquery#2.0.1",
3837
"jquery-2.0.2": "jquery#2.0.2",
3938
"jquery-2.0.3": "jquery#2.0.3"
40-
}
39+
},
40+
"version": "1.11.1"
4141
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "jquery-ui",
33
"title": "jQuery UI",
44
"description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
5-
"version": "1.11.1-pre",
5+
"version": "1.11.1",
66
"homepage": "http://jqueryui.com",
77
"author": {
88
"name": "jQuery Foundation and other contributors",
9-
"url": "https://github.com/jquery/jquery-ui/blob/master/AUTHORS.txt"
9+
"url": "https://github.com/jquery/jquery-ui/blob/1.11.1/AUTHORS.txt"
1010
},
1111
"maintainers": [
1212
{
@@ -53,7 +53,7 @@
5353
"licenses": [
5454
{
5555
"type": "MIT",
56-
"url": "https://github.com/jquery/jquery-ui/blob/master/LICENSE.txt"
56+
"url": "https://github.com/jquery/jquery-ui/blob/1.11.1/LICENSE.txt"
5757
}
5858
],
5959
"scripts": {

themes/base/accordion.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery UI Accordion @VERSION
2+
* jQuery UI Accordion 1.11.1
33
* http://jqueryui.com
44
*
55
* Copyright 2014 jQuery Foundation and other contributors

themes/base/all.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery UI CSS Framework @VERSION
2+
* jQuery UI CSS Framework 1.11.1
33
* http://jqueryui.com
44
*
55
* Copyright 2014 jQuery Foundation and other contributors

themes/base/autocomplete.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery UI Autocomplete @VERSION
2+
* jQuery UI Autocomplete 1.11.1
33
* http://jqueryui.com
44
*
55
* Copyright 2014 jQuery Foundation and other contributors

themes/base/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery UI CSS Framework @VERSION
2+
* jQuery UI CSS Framework 1.11.1
33
* http://jqueryui.com
44
*
55
* Copyright 2014 jQuery Foundation and other contributors

themes/base/button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery UI Button @VERSION
2+
* jQuery UI Button 1.11.1
33
* http://jqueryui.com
44
*
55
* Copyright 2014 jQuery Foundation and other contributors

themes/base/core.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery UI CSS Framework @VERSION
2+
* jQuery UI CSS Framework 1.11.1
33
* http://jqueryui.com
44
*
55
* Copyright 2014 jQuery Foundation and other contributors

themes/base/datepicker.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery UI Datepicker @VERSION
2+
* jQuery UI Datepicker 1.11.1
33
* http://jqueryui.com
44
*
55
* Copyright 2014 jQuery Foundation and other contributors

themes/base/dialog.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery UI Dialog @VERSION
2+
* jQuery UI Dialog 1.11.1
33
* http://jqueryui.com
44
*
55
* Copyright 2014 jQuery Foundation and other contributors

0 commit comments

Comments
 (0)