From 8001b74a66c589c96b3eaaae6c80db600adc085a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Thu, 20 Jan 2022 13:59:41 +0100 Subject: [PATCH] 1.13.1 --- bower.json | 4 ++-- package.json | 4 ++-- themes/base/accordion.css | 2 +- themes/base/all.css | 2 +- themes/base/autocomplete.css | 2 +- themes/base/base.css | 2 +- themes/base/button.css | 2 +- themes/base/checkboxradio.css | 2 +- themes/base/controlgroup.css | 2 +- themes/base/core.css | 2 +- themes/base/datepicker.css | 2 +- themes/base/dialog.css | 2 +- themes/base/draggable.css | 2 +- themes/base/menu.css | 2 +- themes/base/progressbar.css | 2 +- themes/base/resizable.css | 2 +- themes/base/selectable.css | 2 +- themes/base/selectmenu.css | 2 +- themes/base/slider.css | 2 +- themes/base/sortable.css | 2 +- themes/base/spinner.css | 2 +- themes/base/tabs.css | 2 +- themes/base/theme.css | 2 +- themes/base/tooltip.css | 2 +- ui/data.js | 2 +- ui/disable-selection.js | 2 +- ui/effect.js | 4 ++-- ui/effects/effect-blind.js | 2 +- ui/effects/effect-bounce.js | 2 +- ui/effects/effect-clip.js | 2 +- ui/effects/effect-drop.js | 2 +- ui/effects/effect-explode.js | 2 +- ui/effects/effect-fade.js | 2 +- ui/effects/effect-fold.js | 2 +- ui/effects/effect-highlight.js | 2 +- ui/effects/effect-puff.js | 2 +- ui/effects/effect-pulsate.js | 2 +- ui/effects/effect-scale.js | 2 +- ui/effects/effect-shake.js | 2 +- ui/effects/effect-size.js | 2 +- ui/effects/effect-slide.js | 2 +- ui/effects/effect-transfer.js | 2 +- ui/focusable.js | 2 +- ui/form-reset-mixin.js | 2 +- ui/jquery-patch.js | 2 +- ui/keycode.js | 2 +- ui/labels.js | 2 +- ui/position.js | 2 +- ui/scroll-parent.js | 2 +- ui/tabbable.js | 2 +- ui/unique-id.js | 2 +- ui/version.js | 2 +- ui/widget.js | 2 +- ui/widgets/accordion.js | 4 ++-- ui/widgets/autocomplete.js | 4 ++-- ui/widgets/button.js | 4 ++-- ui/widgets/checkboxradio.js | 4 ++-- ui/widgets/controlgroup.js | 4 ++-- ui/widgets/datepicker.js | 6 +++--- ui/widgets/dialog.js | 4 ++-- ui/widgets/draggable.js | 4 ++-- ui/widgets/droppable.js | 4 ++-- ui/widgets/menu.js | 4 ++-- ui/widgets/mouse.js | 4 ++-- ui/widgets/progressbar.js | 4 ++-- ui/widgets/resizable.js | 4 ++-- ui/widgets/selectable.js | 4 ++-- ui/widgets/selectmenu.js | 4 ++-- ui/widgets/slider.js | 4 ++-- ui/widgets/sortable.js | 4 ++-- ui/widgets/spinner.js | 4 ++-- ui/widgets/tabs.js | 4 ++-- ui/widgets/tooltip.js | 4 ++-- 73 files changed, 97 insertions(+), 97 deletions(-) diff --git a/bower.json b/bower.json index 9366cbfe834..445abfe4018 100644 --- a/bower.json +++ b/bower.json @@ -20,7 +20,6 @@ "qunit-assert-close": "JamesMGreene/qunit-assert-close#v1.1.1", "qunit-composite": "JamesMGreene/qunit-composite#v1.1.0", "requirejs": "2.1.14", - "jquery-1.8.0": "jquery#1.8.0", "jquery-1.8.1": "jquery#1.8.1", "jquery-1.8.2": "jquery#1.8.2", @@ -68,5 +67,6 @@ "jquery-3.6.0": "jquery#3.6.0", "jquery-migrate-1.4.1": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-1.4.1.tgz", "jquery-migrate-3.3.2": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.3.2.tgz" - } + }, + "version": "1.13.1" } diff --git a/package.json b/package.json index 04b01c0282d..3c1a3c43d6a 100644 --- a/package.json +++ b/package.json @@ -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.13.1-pre", + "version": "1.13.1", "homepage": "http://jqueryui.com", "author": { "name": "jQuery Foundation and other contributors", - "url": "https://github.com/jquery/jquery-ui/blob/main/AUTHORS.txt" + "url": "https://github.com/jquery/jquery-ui/blob/1.13.1/AUTHORS.txt" }, "main": "ui/widget.js", "maintainers": [ diff --git a/themes/base/accordion.css b/themes/base/accordion.css index baffce488b1..bbe3d6d07c6 100644 --- a/themes/base/accordion.css +++ b/themes/base/accordion.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Accordion @VERSION + * jQuery UI Accordion 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/all.css b/themes/base/all.css index b31adc80f1d..1ce519a3790 100644 --- a/themes/base/all.css +++ b/themes/base/all.css @@ -1,5 +1,5 @@ /*! - * jQuery UI CSS Framework @VERSION + * jQuery UI CSS Framework 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/autocomplete.css b/themes/base/autocomplete.css index 7fcb2829ef4..19a843de5bc 100644 --- a/themes/base/autocomplete.css +++ b/themes/base/autocomplete.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Autocomplete @VERSION + * jQuery UI Autocomplete 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/base.css b/themes/base/base.css index 3b33e9bc001..d670009e63d 100644 --- a/themes/base/base.css +++ b/themes/base/base.css @@ -1,5 +1,5 @@ /*! - * jQuery UI CSS Framework @VERSION + * jQuery UI CSS Framework 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/button.css b/themes/base/button.css index 4a3a57d484c..bcd92515bda 100644 --- a/themes/base/button.css +++ b/themes/base/button.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Button @VERSION + * jQuery UI Button 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/checkboxradio.css b/themes/base/checkboxradio.css index a41125e2318..7b5a672ff18 100644 --- a/themes/base/checkboxradio.css +++ b/themes/base/checkboxradio.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Checkboxradio @VERSION + * jQuery UI Checkboxradio 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/controlgroup.css b/themes/base/controlgroup.css index 35e442e174b..f55207341d2 100644 --- a/themes/base/controlgroup.css +++ b/themes/base/controlgroup.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Controlgroup @VERSION + * jQuery UI Controlgroup 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/core.css b/themes/base/core.css index ffb533379a5..6cb2e14c40d 100644 --- a/themes/base/core.css +++ b/themes/base/core.css @@ -1,5 +1,5 @@ /*! - * jQuery UI CSS Framework @VERSION + * jQuery UI CSS Framework 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/datepicker.css b/themes/base/datepicker.css index 91da063a65b..d206578e3d1 100644 --- a/themes/base/datepicker.css +++ b/themes/base/datepicker.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Datepicker @VERSION + * jQuery UI Datepicker 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/dialog.css b/themes/base/dialog.css index 7146fe95364..e5086eb3422 100644 --- a/themes/base/dialog.css +++ b/themes/base/dialog.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Dialog @VERSION + * jQuery UI Dialog 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/draggable.css b/themes/base/draggable.css index f2000c45656..dddbcb6d17e 100644 --- a/themes/base/draggable.css +++ b/themes/base/draggable.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Draggable @VERSION + * jQuery UI Draggable 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/menu.css b/themes/base/menu.css index 0f01a0caed6..57c655ee1cc 100644 --- a/themes/base/menu.css +++ b/themes/base/menu.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Menu @VERSION + * jQuery UI Menu 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/progressbar.css b/themes/base/progressbar.css index 2eff6ae93d4..598bdc2b616 100644 --- a/themes/base/progressbar.css +++ b/themes/base/progressbar.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Progressbar @VERSION + * jQuery UI Progressbar 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/resizable.css b/themes/base/resizable.css index 318c6ebddaf..707378d542f 100644 --- a/themes/base/resizable.css +++ b/themes/base/resizable.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Resizable @VERSION + * jQuery UI Resizable 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/selectable.css b/themes/base/selectable.css index f0790f47113..122be21b586 100644 --- a/themes/base/selectable.css +++ b/themes/base/selectable.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Selectable @VERSION + * jQuery UI Selectable 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/selectmenu.css b/themes/base/selectmenu.css index 3299f9e4dbf..0eda3637a5a 100644 --- a/themes/base/selectmenu.css +++ b/themes/base/selectmenu.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Selectmenu @VERSION + * jQuery UI Selectmenu 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/slider.css b/themes/base/slider.css index 724d513c2ac..9242153ff92 100644 --- a/themes/base/slider.css +++ b/themes/base/slider.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Slider @VERSION + * jQuery UI Slider 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/sortable.css b/themes/base/sortable.css index 7931b451e54..6a1438ce81d 100644 --- a/themes/base/sortable.css +++ b/themes/base/sortable.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Sortable @VERSION + * jQuery UI Sortable 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/spinner.css b/themes/base/spinner.css index c3908106fa3..64649f783d1 100644 --- a/themes/base/spinner.css +++ b/themes/base/spinner.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Spinner @VERSION + * jQuery UI Spinner 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/tabs.css b/themes/base/tabs.css index 06ae1a8b200..ef58f1015f5 100644 --- a/themes/base/tabs.css +++ b/themes/base/tabs.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Tabs @VERSION + * jQuery UI Tabs 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/theme.css b/themes/base/theme.css index a37d2c97a85..a2e9a8229de 100644 --- a/themes/base/theme.css +++ b/themes/base/theme.css @@ -1,5 +1,5 @@ /*! - * jQuery UI CSS Framework @VERSION + * jQuery UI CSS Framework 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/themes/base/tooltip.css b/themes/base/tooltip.css index 809b148a29e..6eef08aa1a1 100644 --- a/themes/base/tooltip.css +++ b/themes/base/tooltip.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Tooltip @VERSION + * jQuery UI Tooltip 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/data.js b/ui/data.js index 441bbda5398..c0fcedc7d5d 100644 --- a/ui/data.js +++ b/ui/data.js @@ -1,5 +1,5 @@ /*! - * jQuery UI :data @VERSION + * jQuery UI :data 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/disable-selection.js b/ui/disable-selection.js index 5112b2dc488..9f6bf815c9f 100644 --- a/ui/disable-selection.js +++ b/ui/disable-selection.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Disable Selection @VERSION + * jQuery UI Disable Selection 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/effect.js b/ui/effect.js index 37ce230c362..f8acb728a92 100644 --- a/ui/effect.js +++ b/ui/effect.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Effects @VERSION + * jQuery UI Effects 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -402,7 +402,7 @@ if ( $.uiBackCompat !== false ) { } $.extend( $.effects, { - version: "@VERSION", + version: "1.13.1", define: function( name, mode, effect ) { if ( !effect ) { diff --git a/ui/effects/effect-blind.js b/ui/effects/effect-blind.js index 858c6d3fdbb..fb682963cf2 100644 --- a/ui/effects/effect-blind.js +++ b/ui/effects/effect-blind.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Effects Blind @VERSION + * jQuery UI Effects Blind 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/effects/effect-bounce.js b/ui/effects/effect-bounce.js index 8cb18f82c1e..0ac0e839acf 100644 --- a/ui/effects/effect-bounce.js +++ b/ui/effects/effect-bounce.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Effects Bounce @VERSION + * jQuery UI Effects Bounce 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/effects/effect-clip.js b/ui/effects/effect-clip.js index ca25ef370a1..c8ace468ce0 100644 --- a/ui/effects/effect-clip.js +++ b/ui/effects/effect-clip.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Effects Clip @VERSION + * jQuery UI Effects Clip 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/effects/effect-drop.js b/ui/effects/effect-drop.js index 9d620e97478..fa891f3f21a 100644 --- a/ui/effects/effect-drop.js +++ b/ui/effects/effect-drop.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Effects Drop @VERSION + * jQuery UI Effects Drop 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/effects/effect-explode.js b/ui/effects/effect-explode.js index 2b8a000e64f..e92a2fe3b47 100644 --- a/ui/effects/effect-explode.js +++ b/ui/effects/effect-explode.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Effects Explode @VERSION + * jQuery UI Effects Explode 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/effects/effect-fade.js b/ui/effects/effect-fade.js index 56d6a0caef7..58ebf88df99 100644 --- a/ui/effects/effect-fade.js +++ b/ui/effects/effect-fade.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Effects Fade @VERSION + * jQuery UI Effects Fade 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/effects/effect-fold.js b/ui/effects/effect-fold.js index ad19bfb264b..b3243dbeb68 100644 --- a/ui/effects/effect-fold.js +++ b/ui/effects/effect-fold.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Effects Fold @VERSION + * jQuery UI Effects Fold 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/effects/effect-highlight.js b/ui/effects/effect-highlight.js index 8d852de3da8..50a1afa72d5 100644 --- a/ui/effects/effect-highlight.js +++ b/ui/effects/effect-highlight.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Effects Highlight @VERSION + * jQuery UI Effects Highlight 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/effects/effect-puff.js b/ui/effects/effect-puff.js index 70e9acd0b0b..d1b9dd9d3da 100644 --- a/ui/effects/effect-puff.js +++ b/ui/effects/effect-puff.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Effects Puff @VERSION + * jQuery UI Effects Puff 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/effects/effect-pulsate.js b/ui/effects/effect-pulsate.js index de5f80a10f2..0b40f1a07b5 100644 --- a/ui/effects/effect-pulsate.js +++ b/ui/effects/effect-pulsate.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Effects Pulsate @VERSION + * jQuery UI Effects Pulsate 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/effects/effect-scale.js b/ui/effects/effect-scale.js index b9a983efd53..1da6358b6ee 100644 --- a/ui/effects/effect-scale.js +++ b/ui/effects/effect-scale.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Effects Scale @VERSION + * jQuery UI Effects Scale 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/effects/effect-shake.js b/ui/effects/effect-shake.js index cf51d66b62e..b37d52c3fc5 100644 --- a/ui/effects/effect-shake.js +++ b/ui/effects/effect-shake.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Effects Shake @VERSION + * jQuery UI Effects Shake 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/effects/effect-size.js b/ui/effects/effect-size.js index 4c67635900f..df6da07d104 100644 --- a/ui/effects/effect-size.js +++ b/ui/effects/effect-size.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Effects Size @VERSION + * jQuery UI Effects Size 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/effects/effect-slide.js b/ui/effects/effect-slide.js index 52244219aab..7d93ac31c2d 100644 --- a/ui/effects/effect-slide.js +++ b/ui/effects/effect-slide.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Effects Slide @VERSION + * jQuery UI Effects Slide 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/effects/effect-transfer.js b/ui/effects/effect-transfer.js index 3c5252781e9..160848adaa5 100644 --- a/ui/effects/effect-transfer.js +++ b/ui/effects/effect-transfer.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Effects Transfer @VERSION + * jQuery UI Effects Transfer 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/focusable.js b/ui/focusable.js index 5c15425661e..9ed3f85c98a 100644 --- a/ui/focusable.js +++ b/ui/focusable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Focusable @VERSION + * jQuery UI Focusable 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/form-reset-mixin.js b/ui/form-reset-mixin.js index b0a917fd585..590a6c5ee69 100644 --- a/ui/form-reset-mixin.js +++ b/ui/form-reset-mixin.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Form Reset Mixin @VERSION + * jQuery UI Form Reset Mixin 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/jquery-patch.js b/ui/jquery-patch.js index edb6896c196..8362c3bdb36 100644 --- a/ui/jquery-patch.js +++ b/ui/jquery-patch.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Support for jQuery core 1.8.x and newer @VERSION + * jQuery UI Support for jQuery core 1.8.x and newer 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/keycode.js b/ui/keycode.js index 61eb40a060a..989563f3394 100644 --- a/ui/keycode.js +++ b/ui/keycode.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Keycode @VERSION + * jQuery UI Keycode 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/labels.js b/ui/labels.js index 854e5fd4ab6..b2cc01543de 100644 --- a/ui/labels.js +++ b/ui/labels.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Labels @VERSION + * jQuery UI Labels 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/position.js b/ui/position.js index 68b0f19c04f..2f5da8742dd 100644 --- a/ui/position.js +++ b/ui/position.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Position @VERSION + * jQuery UI Position 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/scroll-parent.js b/ui/scroll-parent.js index 813c3721bde..242bbb82e74 100644 --- a/ui/scroll-parent.js +++ b/ui/scroll-parent.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Scroll Parent @VERSION + * jQuery UI Scroll Parent 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/tabbable.js b/ui/tabbable.js index fc5c837cba1..e936f6c3eb1 100644 --- a/ui/tabbable.js +++ b/ui/tabbable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Tabbable @VERSION + * jQuery UI Tabbable 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/unique-id.js b/ui/unique-id.js index 518ba7a0cba..b3acdff7022 100644 --- a/ui/unique-id.js +++ b/ui/unique-id.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Unique ID @VERSION + * jQuery UI Unique ID 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/version.js b/ui/version.js index 1767ec7b518..fc3e1d035c2 100644 --- a/ui/version.js +++ b/ui/version.js @@ -15,6 +15,6 @@ $.ui = $.ui || {}; -return $.ui.version = "@VERSION"; +return $.ui.version = "1.13.1"; } ); diff --git a/ui/widget.js b/ui/widget.js index 69240f92ceb..59cf7130e7d 100644 --- a/ui/widget.js +++ b/ui/widget.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Widget @VERSION + * jQuery UI Widget 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors diff --git a/ui/widgets/accordion.js b/ui/widgets/accordion.js index 11278192503..b14bf2f7af7 100644 --- a/ui/widgets/accordion.js +++ b/ui/widgets/accordion.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Accordion @VERSION + * jQuery UI Accordion 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -40,7 +40,7 @@ "use strict"; return $.widget( "ui.accordion", { - version: "@VERSION", + version: "1.13.1", options: { active: 0, animate: {}, diff --git a/ui/widgets/autocomplete.js b/ui/widgets/autocomplete.js index a7b6f52bd19..dcc2df3f2ac 100644 --- a/ui/widgets/autocomplete.js +++ b/ui/widgets/autocomplete.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Autocomplete @VERSION + * jQuery UI Autocomplete 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -40,7 +40,7 @@ "use strict"; $.widget( "ui.autocomplete", { - version: "@VERSION", + version: "1.13.1", defaultElement: "", options: { appendTo: null, diff --git a/ui/widgets/button.js b/ui/widgets/button.js index c7cbb4f04ab..398c4ef5530 100644 --- a/ui/widgets/button.js +++ b/ui/widgets/button.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Button @VERSION + * jQuery UI Button 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -42,7 +42,7 @@ "use strict"; $.widget( "ui.button", { - version: "@VERSION", + version: "1.13.1", defaultElement: "