Skip to content

Commit

Permalink
Tagging the 1.10.0-beta.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Dec 13, 2012
1 parent 1f5dd8d commit 114bcb1
Show file tree
Hide file tree
Showing 35 changed files with 1,893 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.0pre",
"version": "1.10.0-beta.1",
"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.0-beta.1/AUTHORS.txt"
},
"maintainers": [
{
Expand Down Expand Up @@ -38,7 +38,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.0-beta.1/MIT-LICENSE.txt"
}
],
"dependencies": {},
Expand Down
57 changes: 57 additions & 0 deletions ui.accordion.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"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.0-beta.1",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/AUTHORS.txt"
},
"maintainers": [
{
"name": "Scott González",
"email": "scott.gonzalez@gmail.com",
"url": "http://scottgonzalez.com"
},
{
"name": "Jörn Zaefferer",
"email": "joern.zaefferer@gmail.com",
"url": "http://bassistance.de"
},
{
"name": "Kris Borchers",
"email": "kris.borchers@gmail.com",
"url": "http://krisborchers.com"
},
{
"name": "Corey Frang",
"email": "gnarf37@gmail.com",
"url": "http://gnarf.net"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/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.0-beta.1",
"ui.widget": "1.10.0-beta.1"
},
"category": "widget"
}
59 changes: 59 additions & 0 deletions ui.autocomplete.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"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.0-beta.1",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/AUTHORS.txt"
},
"maintainers": [
{
"name": "Scott González",
"email": "scott.gonzalez@gmail.com",
"url": "http://scottgonzalez.com"
},
{
"name": "Jörn Zaefferer",
"email": "joern.zaefferer@gmail.com",
"url": "http://bassistance.de"
},
{
"name": "Kris Borchers",
"email": "kris.borchers@gmail.com",
"url": "http://krisborchers.com"
},
{
"name": "Corey Frang",
"email": "gnarf37@gmail.com",
"url": "http://gnarf.net"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/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.0-beta.1",
"ui.widget": "1.10.0-beta.1",
"ui.menu": "1.10.0-beta.1",
"ui.position": "1.10.0-beta.1"
},
"category": "widget"
}
56 changes: 56 additions & 0 deletions ui.button.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"name": "ui.button",
"title": "jQuery UI Button",
"description": "Enhances a form with themable buttons.",
"keywords": [
"ui",
"button",
"form",
"radio",
"checkbox"
],
"version": "1.10.0-beta.1",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/AUTHORS.txt"
},
"maintainers": [
{
"name": "Scott González",
"email": "scott.gonzalez@gmail.com",
"url": "http://scottgonzalez.com"
},
{
"name": "Jörn Zaefferer",
"email": "joern.zaefferer@gmail.com",
"url": "http://bassistance.de"
},
{
"name": "Kris Borchers",
"email": "kris.borchers@gmail.com",
"url": "http://krisborchers.com"
},
{
"name": "Corey Frang",
"email": "gnarf37@gmail.com",
"url": "http://gnarf.net"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/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.0-beta.1",
"ui.widget": "1.10.0-beta.1"
},
"category": "widget"
}
51 changes: 51 additions & 0 deletions ui.core.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"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.0-beta.1",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/AUTHORS.txt"
},
"maintainers": [
{
"name": "Scott González",
"email": "scott.gonzalez@gmail.com",
"url": "http://scottgonzalez.com"
},
{
"name": "Jörn Zaefferer",
"email": "joern.zaefferer@gmail.com",
"url": "http://bassistance.de"
},
{
"name": "Kris Borchers",
"email": "kris.borchers@gmail.com",
"url": "http://krisborchers.com"
},
{
"name": "Corey Frang",
"email": "gnarf37@gmail.com",
"url": "http://gnarf.net"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/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"
}
56 changes: 56 additions & 0 deletions ui.datepicker.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"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.0-beta.1",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/AUTHORS.txt"
},
"maintainers": [
{
"name": "Scott González",
"email": "scott.gonzalez@gmail.com",
"url": "http://scottgonzalez.com"
},
{
"name": "Jörn Zaefferer",
"email": "joern.zaefferer@gmail.com",
"url": "http://bassistance.de"
},
{
"name": "Kris Borchers",
"email": "kris.borchers@gmail.com",
"url": "http://krisborchers.com"
},
{
"name": "Corey Frang",
"email": "gnarf37@gmail.com",
"url": "http://gnarf.net"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/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.0-beta.1"
},
"category": "widget"
}
60 changes: 60 additions & 0 deletions ui.dialog.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"name": "ui.dialog",
"title": "jQuery UI Dialog",
"description": "Displays customizable dialog windows.",
"keywords": [
"ui",
"dialog",
"modal",
"alert",
"popup"
],
"version": "1.10.0-beta.1",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/AUTHORS.txt"
},
"maintainers": [
{
"name": "Scott González",
"email": "scott.gonzalez@gmail.com",
"url": "http://scottgonzalez.com"
},
{
"name": "Jörn Zaefferer",
"email": "joern.zaefferer@gmail.com",
"url": "http://bassistance.de"
},
{
"name": "Kris Borchers",
"email": "kris.borchers@gmail.com",
"url": "http://krisborchers.com"
},
{
"name": "Corey Frang",
"email": "gnarf37@gmail.com",
"url": "http://gnarf.net"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/MIT-LICENSE.txt"
}
],
"bugs": "http://bugs.jqueryui.com/",
"homepage": "http://jqueryui.com/dialog/",
"demo": "http://jqueryui.com/dialog/",
"docs": "http://api.jqueryui.com/dialog/",
"download": "http://jqueryui.com/download/",
"dependencies": {
"jquery": ">=1.6",
"ui.core": "1.10.0-beta.1",
"ui.widget": "1.10.0-beta.1",
"ui.button": "1.10.0-beta.1",
"ui.draggable": "1.10.0-beta.1",
"ui.position": "1.10.0-beta.1",
"ui.resizable": "1.10.0-beta.1"
},
"category": "widget"
}
Loading

0 comments on commit 114bcb1

Please sign in to comment.