Skip to content

Commit

Permalink
Tagging the 1.10.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Mar 14, 2013
1 parent 23771d3 commit 3f21adf
Show file tree
Hide file tree
Showing 35 changed files with 2,233 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "jquery-ui",
"title": "jQuery UI",
"description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
"version": "1.10.2pre",
"version": "1.10.2",
"homepage": "http://jqueryui.com",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-ui/blob/master/AUTHORS.txt"
"url": "https://github.com/jquery/jquery-ui/blob/1.10.2/AUTHORS.txt"
},
"maintainers": [
{
Expand Down Expand Up @@ -48,7 +48,7 @@
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-ui/blob/master/MIT-LICENSE.txt"
"url": "https://github.com/jquery/jquery-ui/blob/1.10.2/MIT-LICENSE.txt"
}
],
"dependencies": {},
Expand Down
67 changes: 67 additions & 0 deletions ui.accordion.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"name": "ui.accordion",
"title": "jQuery UI Accordion",
"description": "Displays collapsible content panels for presenting information in a limited amount of space.",
"keywords": [
"ui",
"accordion",
"navigation",
"panel",
"collapse",
"expand"
],
"version": "1.10.2",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.2/AUTHORS.txt"
},
"maintainers": [
{
"name": "Scott González",
"email": "[email protected]",
"url": "http://scottgonzalez.com"
},
{
"name": "Jörn Zaefferer",
"email": "[email protected]",
"url": "http://bassistance.de"
},
{
"name": "Kris Borchers",
"email": "[email protected]",
"url": "http://krisborchers.com"
},
{
"name": "Corey Frang",
"email": "[email protected]",
"url": "http://gnarf.net"
},
{
"name": "Mike Sherov",
"email": "[email protected]",
"url": "http://mike.sherov.com"
},
{
"name": "TJ VanToll",
"email": "[email protected]",
"url": "http://tjvantoll.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.2/MIT-LICENSE.txt"
}
],
"bugs": "http://bugs.jqueryui.com/",
"homepage": "http://jqueryui.com/accordion/",
"demo": "http://jqueryui.com/accordion/",
"docs": "http://api.jqueryui.com/accordion/",
"download": "http://jqueryui.com/download/",
"dependencies": {
"jquery": ">=1.6",
"ui.core": "1.10.2",
"ui.widget": "1.10.2"
},
"category": "widget"
}
69 changes: 69 additions & 0 deletions ui.autocomplete.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"name": "ui.autocomplete",
"title": "jQuery UI Autocomplete",
"description": "Lists suggested words as the user is typing.",
"keywords": [
"ui",
"autocomplete",
"form",
"word",
"predict",
"suggest"
],
"version": "1.10.2",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.2/AUTHORS.txt"
},
"maintainers": [
{
"name": "Scott González",
"email": "[email protected]",
"url": "http://scottgonzalez.com"
},
{
"name": "Jörn Zaefferer",
"email": "[email protected]",
"url": "http://bassistance.de"
},
{
"name": "Kris Borchers",
"email": "[email protected]",
"url": "http://krisborchers.com"
},
{
"name": "Corey Frang",
"email": "[email protected]",
"url": "http://gnarf.net"
},
{
"name": "Mike Sherov",
"email": "[email protected]",
"url": "http://mike.sherov.com"
},
{
"name": "TJ VanToll",
"email": "[email protected]",
"url": "http://tjvantoll.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.2/MIT-LICENSE.txt"
}
],
"bugs": "http://bugs.jqueryui.com/",
"homepage": "http://jqueryui.com/autocomplete/",
"demo": "http://jqueryui.com/autocomplete/",
"docs": "http://api.jqueryui.com/autocomplete/",
"download": "http://jqueryui.com/download/",
"dependencies": {
"jquery": ">=1.6",
"ui.core": "1.10.2",
"ui.widget": "1.10.2",
"ui.menu": "1.10.2",
"ui.position": "1.10.2"
},
"category": "widget"
}
66 changes: 66 additions & 0 deletions ui.button.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"name": "ui.button",
"title": "jQuery UI Button",
"description": "Enhances a form with themable buttons.",
"keywords": [
"ui",
"button",
"form",
"radio",
"checkbox"
],
"version": "1.10.2",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.2/AUTHORS.txt"
},
"maintainers": [
{
"name": "Scott González",
"email": "[email protected]",
"url": "http://scottgonzalez.com"
},
{
"name": "Jörn Zaefferer",
"email": "[email protected]",
"url": "http://bassistance.de"
},
{
"name": "Kris Borchers",
"email": "[email protected]",
"url": "http://krisborchers.com"
},
{
"name": "Corey Frang",
"email": "[email protected]",
"url": "http://gnarf.net"
},
{
"name": "Mike Sherov",
"email": "[email protected]",
"url": "http://mike.sherov.com"
},
{
"name": "TJ VanToll",
"email": "[email protected]",
"url": "http://tjvantoll.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.2/MIT-LICENSE.txt"
}
],
"bugs": "http://bugs.jqueryui.com/",
"homepage": "http://jqueryui.com/button/",
"demo": "http://jqueryui.com/button/",
"docs": "http://api.jqueryui.com/button/",
"download": "http://jqueryui.com/download/",
"dependencies": {
"jquery": ">=1.6",
"ui.core": "1.10.2",
"ui.widget": "1.10.2"
},
"category": "widget"
}
61 changes: 61 additions & 0 deletions ui.core.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"name": "ui.core",
"title": "jQuery UI Core",
"description": "The core of jQuery UI, required for all interactions and widgets.",
"keywords": [
"ui",
"core"
],
"version": "1.10.2",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.2/AUTHORS.txt"
},
"maintainers": [
{
"name": "Scott González",
"email": "[email protected]",
"url": "http://scottgonzalez.com"
},
{
"name": "Jörn Zaefferer",
"email": "[email protected]",
"url": "http://bassistance.de"
},
{
"name": "Kris Borchers",
"email": "[email protected]",
"url": "http://krisborchers.com"
},
{
"name": "Corey Frang",
"email": "[email protected]",
"url": "http://gnarf.net"
},
{
"name": "Mike Sherov",
"email": "[email protected]",
"url": "http://mike.sherov.com"
},
{
"name": "TJ VanToll",
"email": "[email protected]",
"url": "http://tjvantoll.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.2/MIT-LICENSE.txt"
}
],
"bugs": "http://bugs.jqueryui.com/",
"homepage": "http://jqueryui.com/",
"demo": "http://jqueryui.com/",
"docs": "http://api.jqueryui.com/category/ui-core/",
"download": "http://jqueryui.com/download/",
"dependencies": {
"jquery": ">=1.6"
},
"category": "core"
}
66 changes: 66 additions & 0 deletions ui.datepicker.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"name": "ui.datepicker",
"title": "jQuery UI Datepicker",
"description": "Displays a calendar from an input or inline for selecting dates.",
"keywords": [
"ui",
"datepicker",
"form",
"calendar",
"date",
"i18n"
],
"version": "1.10.2",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.2/AUTHORS.txt"
},
"maintainers": [
{
"name": "Scott González",
"email": "[email protected]",
"url": "http://scottgonzalez.com"
},
{
"name": "Jörn Zaefferer",
"email": "[email protected]",
"url": "http://bassistance.de"
},
{
"name": "Kris Borchers",
"email": "[email protected]",
"url": "http://krisborchers.com"
},
{
"name": "Corey Frang",
"email": "[email protected]",
"url": "http://gnarf.net"
},
{
"name": "Mike Sherov",
"email": "[email protected]",
"url": "http://mike.sherov.com"
},
{
"name": "TJ VanToll",
"email": "[email protected]",
"url": "http://tjvantoll.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.2/MIT-LICENSE.txt"
}
],
"bugs": "http://bugs.jqueryui.com/",
"homepage": "http://jqueryui.com/datepicker/",
"demo": "http://jqueryui.com/datepicker/",
"docs": "http://api.jqueryui.com/datepicker/",
"download": "http://jqueryui.com/download/",
"dependencies": {
"jquery": ">=1.6",
"ui.core": "1.10.2"
},
"category": "widget"
}
Loading

0 comments on commit 3f21adf

Please sign in to comment.