Skip to content

Commit 28d3e86

Browse files
committed
Tagging the 1.10.1 release.
1 parent 6fe3c62 commit 28d3e86

35 files changed

+2233
-3
lines changed

package.json

+3-3
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.10.1pre",
5+
"version": "1.10.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.10.1/AUTHORS.txt"
1010
},
1111
"maintainers": [
1212
{
@@ -48,7 +48,7 @@
4848
"licenses": [
4949
{
5050
"type": "MIT",
51-
"url": "https://github.com/jquery/jquery-ui/blob/master/MIT-LICENSE.txt"
51+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.1/MIT-LICENSE.txt"
5252
}
5353
],
5454
"dependencies": {},

ui.accordion.jquery.json

+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"name": "ui.accordion",
3+
"title": "jQuery UI Accordion",
4+
"description": "Displays collapsible content panels for presenting information in a limited amount of space.",
5+
"keywords": [
6+
"ui",
7+
"accordion",
8+
"navigation",
9+
"panel",
10+
"collapse",
11+
"expand"
12+
],
13+
"version": "1.10.1",
14+
"author": {
15+
"name": "jQuery Foundation and other contributors",
16+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.1/AUTHORS.txt"
17+
},
18+
"maintainers": [
19+
{
20+
"name": "Scott González",
21+
"email": "scott.gonzalez@gmail.com",
22+
"url": "http://scottgonzalez.com"
23+
},
24+
{
25+
"name": "Jörn Zaefferer",
26+
"email": "joern.zaefferer@gmail.com",
27+
"url": "http://bassistance.de"
28+
},
29+
{
30+
"name": "Kris Borchers",
31+
"email": "kris.borchers@gmail.com",
32+
"url": "http://krisborchers.com"
33+
},
34+
{
35+
"name": "Corey Frang",
36+
"email": "gnarf37@gmail.com",
37+
"url": "http://gnarf.net"
38+
},
39+
{
40+
"name": "Mike Sherov",
41+
"email": "mike.sherov@gmail.com",
42+
"url": "http://mike.sherov.com"
43+
},
44+
{
45+
"name": "TJ VanToll",
46+
"email": "tj.vantoll@gmail.com",
47+
"url": "http://tjvantoll.com"
48+
}
49+
],
50+
"licenses": [
51+
{
52+
"type": "MIT",
53+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.1/MIT-LICENSE.txt"
54+
}
55+
],
56+
"bugs": "http://bugs.jqueryui.com/",
57+
"homepage": "http://jqueryui.com/accordion/",
58+
"demo": "http://jqueryui.com/accordion/",
59+
"docs": "http://api.jqueryui.com/accordion/",
60+
"download": "http://jqueryui.com/download/",
61+
"dependencies": {
62+
"jquery": ">=1.6",
63+
"ui.core": "1.10.1",
64+
"ui.widget": "1.10.1"
65+
},
66+
"category": "widget"
67+
}

ui.autocomplete.jquery.json

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"name": "ui.autocomplete",
3+
"title": "jQuery UI Autocomplete",
4+
"description": "Lists suggested words as the user is typing.",
5+
"keywords": [
6+
"ui",
7+
"autocomplete",
8+
"form",
9+
"word",
10+
"predict",
11+
"suggest"
12+
],
13+
"version": "1.10.1",
14+
"author": {
15+
"name": "jQuery Foundation and other contributors",
16+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.1/AUTHORS.txt"
17+
},
18+
"maintainers": [
19+
{
20+
"name": "Scott González",
21+
"email": "scott.gonzalez@gmail.com",
22+
"url": "http://scottgonzalez.com"
23+
},
24+
{
25+
"name": "Jörn Zaefferer",
26+
"email": "joern.zaefferer@gmail.com",
27+
"url": "http://bassistance.de"
28+
},
29+
{
30+
"name": "Kris Borchers",
31+
"email": "kris.borchers@gmail.com",
32+
"url": "http://krisborchers.com"
33+
},
34+
{
35+
"name": "Corey Frang",
36+
"email": "gnarf37@gmail.com",
37+
"url": "http://gnarf.net"
38+
},
39+
{
40+
"name": "Mike Sherov",
41+
"email": "mike.sherov@gmail.com",
42+
"url": "http://mike.sherov.com"
43+
},
44+
{
45+
"name": "TJ VanToll",
46+
"email": "tj.vantoll@gmail.com",
47+
"url": "http://tjvantoll.com"
48+
}
49+
],
50+
"licenses": [
51+
{
52+
"type": "MIT",
53+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.1/MIT-LICENSE.txt"
54+
}
55+
],
56+
"bugs": "http://bugs.jqueryui.com/",
57+
"homepage": "http://jqueryui.com/autocomplete/",
58+
"demo": "http://jqueryui.com/autocomplete/",
59+
"docs": "http://api.jqueryui.com/autocomplete/",
60+
"download": "http://jqueryui.com/download/",
61+
"dependencies": {
62+
"jquery": ">=1.6",
63+
"ui.core": "1.10.1",
64+
"ui.widget": "1.10.1",
65+
"ui.menu": "1.10.1",
66+
"ui.position": "1.10.1"
67+
},
68+
"category": "widget"
69+
}

ui.button.jquery.json

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"name": "ui.button",
3+
"title": "jQuery UI Button",
4+
"description": "Enhances a form with themable buttons.",
5+
"keywords": [
6+
"ui",
7+
"button",
8+
"form",
9+
"radio",
10+
"checkbox"
11+
],
12+
"version": "1.10.1",
13+
"author": {
14+
"name": "jQuery Foundation and other contributors",
15+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.1/AUTHORS.txt"
16+
},
17+
"maintainers": [
18+
{
19+
"name": "Scott González",
20+
"email": "scott.gonzalez@gmail.com",
21+
"url": "http://scottgonzalez.com"
22+
},
23+
{
24+
"name": "Jörn Zaefferer",
25+
"email": "joern.zaefferer@gmail.com",
26+
"url": "http://bassistance.de"
27+
},
28+
{
29+
"name": "Kris Borchers",
30+
"email": "kris.borchers@gmail.com",
31+
"url": "http://krisborchers.com"
32+
},
33+
{
34+
"name": "Corey Frang",
35+
"email": "gnarf37@gmail.com",
36+
"url": "http://gnarf.net"
37+
},
38+
{
39+
"name": "Mike Sherov",
40+
"email": "mike.sherov@gmail.com",
41+
"url": "http://mike.sherov.com"
42+
},
43+
{
44+
"name": "TJ VanToll",
45+
"email": "tj.vantoll@gmail.com",
46+
"url": "http://tjvantoll.com"
47+
}
48+
],
49+
"licenses": [
50+
{
51+
"type": "MIT",
52+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.1/MIT-LICENSE.txt"
53+
}
54+
],
55+
"bugs": "http://bugs.jqueryui.com/",
56+
"homepage": "http://jqueryui.com/button/",
57+
"demo": "http://jqueryui.com/button/",
58+
"docs": "http://api.jqueryui.com/button/",
59+
"download": "http://jqueryui.com/download/",
60+
"dependencies": {
61+
"jquery": ">=1.6",
62+
"ui.core": "1.10.1",
63+
"ui.widget": "1.10.1"
64+
},
65+
"category": "widget"
66+
}

ui.core.jquery.json

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"name": "ui.core",
3+
"title": "jQuery UI Core",
4+
"description": "The core of jQuery UI, required for all interactions and widgets.",
5+
"keywords": [
6+
"ui",
7+
"core"
8+
],
9+
"version": "1.10.1",
10+
"author": {
11+
"name": "jQuery Foundation and other contributors",
12+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.1/AUTHORS.txt"
13+
},
14+
"maintainers": [
15+
{
16+
"name": "Scott González",
17+
"email": "scott.gonzalez@gmail.com",
18+
"url": "http://scottgonzalez.com"
19+
},
20+
{
21+
"name": "Jörn Zaefferer",
22+
"email": "joern.zaefferer@gmail.com",
23+
"url": "http://bassistance.de"
24+
},
25+
{
26+
"name": "Kris Borchers",
27+
"email": "kris.borchers@gmail.com",
28+
"url": "http://krisborchers.com"
29+
},
30+
{
31+
"name": "Corey Frang",
32+
"email": "gnarf37@gmail.com",
33+
"url": "http://gnarf.net"
34+
},
35+
{
36+
"name": "Mike Sherov",
37+
"email": "mike.sherov@gmail.com",
38+
"url": "http://mike.sherov.com"
39+
},
40+
{
41+
"name": "TJ VanToll",
42+
"email": "tj.vantoll@gmail.com",
43+
"url": "http://tjvantoll.com"
44+
}
45+
],
46+
"licenses": [
47+
{
48+
"type": "MIT",
49+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.1/MIT-LICENSE.txt"
50+
}
51+
],
52+
"bugs": "http://bugs.jqueryui.com/",
53+
"homepage": "http://jqueryui.com/",
54+
"demo": "http://jqueryui.com/",
55+
"docs": "http://api.jqueryui.com/category/ui-core/",
56+
"download": "http://jqueryui.com/download/",
57+
"dependencies": {
58+
"jquery": ">=1.6"
59+
},
60+
"category": "core"
61+
}

ui.datepicker.jquery.json

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"name": "ui.datepicker",
3+
"title": "jQuery UI Datepicker",
4+
"description": "Displays a calendar from an input or inline for selecting dates.",
5+
"keywords": [
6+
"ui",
7+
"datepicker",
8+
"form",
9+
"calendar",
10+
"date",
11+
"i18n"
12+
],
13+
"version": "1.10.1",
14+
"author": {
15+
"name": "jQuery Foundation and other contributors",
16+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.1/AUTHORS.txt"
17+
},
18+
"maintainers": [
19+
{
20+
"name": "Scott González",
21+
"email": "scott.gonzalez@gmail.com",
22+
"url": "http://scottgonzalez.com"
23+
},
24+
{
25+
"name": "Jörn Zaefferer",
26+
"email": "joern.zaefferer@gmail.com",
27+
"url": "http://bassistance.de"
28+
},
29+
{
30+
"name": "Kris Borchers",
31+
"email": "kris.borchers@gmail.com",
32+
"url": "http://krisborchers.com"
33+
},
34+
{
35+
"name": "Corey Frang",
36+
"email": "gnarf37@gmail.com",
37+
"url": "http://gnarf.net"
38+
},
39+
{
40+
"name": "Mike Sherov",
41+
"email": "mike.sherov@gmail.com",
42+
"url": "http://mike.sherov.com"
43+
},
44+
{
45+
"name": "TJ VanToll",
46+
"email": "tj.vantoll@gmail.com",
47+
"url": "http://tjvantoll.com"
48+
}
49+
],
50+
"licenses": [
51+
{
52+
"type": "MIT",
53+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.1/MIT-LICENSE.txt"
54+
}
55+
],
56+
"bugs": "http://bugs.jqueryui.com/",
57+
"homepage": "http://jqueryui.com/datepicker/",
58+
"demo": "http://jqueryui.com/datepicker/",
59+
"docs": "http://api.jqueryui.com/datepicker/",
60+
"download": "http://jqueryui.com/download/",
61+
"dependencies": {
62+
"jquery": ">=1.6",
63+
"ui.core": "1.10.1"
64+
},
65+
"category": "widget"
66+
}

0 commit comments

Comments
 (0)