Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8001b74

Browse files
committedJan 20, 2022
1.13.1
1 parent d2779bd commit 8001b74

Some content is hidden

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

73 files changed

+97
-97
lines changed
 

‎bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"qunit-assert-close": "JamesMGreene/qunit-assert-close#v1.1.1",
2121
"qunit-composite": "JamesMGreene/qunit-composite#v1.1.0",
2222
"requirejs": "2.1.14",
23-
2423
"jquery-1.8.0": "jquery#1.8.0",
2524
"jquery-1.8.1": "jquery#1.8.1",
2625
"jquery-1.8.2": "jquery#1.8.2",
@@ -68,5 +67,6 @@
6867
"jquery-3.6.0": "jquery#3.6.0",
6968
"jquery-migrate-1.4.1": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-1.4.1.tgz",
7069
"jquery-migrate-3.3.2": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.3.2.tgz"
71-
}
70+
},
71+
"version": "1.13.1"
7272
}

‎package.json

+2-2
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.13.1-pre",
5+
"version": "1.13.1",
66
"homepage": "http://jqueryui.com",
77
"author": {
88
"name": "jQuery Foundation and other contributors",
9-
"url": "https://github.com/jquery/jquery-ui/blob/main/AUTHORS.txt"
9+
"url": "https://github.com/jquery/jquery-ui/blob/1.13.1/AUTHORS.txt"
1010
},
1111
"main": "ui/widget.js",
1212
"maintainers": [

0 commit comments

Comments
 (0)