Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit eb338f5

Browse files
committed
Update tested jQuery UI from 1.13.2 to 1.13.3, fix copyright notices
1 parent 1476852 commit eb338f5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Welcome! Thanks for your interest in contributing to download.jqueryui.com. You're **almost** in the right place. More information on how to contribute to this and all other jQuery Foundation projects is over at [contribute.jquery.org](https://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [to our websites](https://contribute.jquery.org/web-sites/).
1+
Welcome! Thanks for your interest in contributing to `jquery-ui-themeroller`. You're **almost** in the right place. More information on how to contribute to this and all other jQuery projects is over at [contribute.jquery.org](https://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [to our websites](https://contribute.jquery.org/web-sites/).
22

33
You may also want to take a look at our [commit & pull request guide](https://contribute.jquery.org/commits-and-pull-requests/) and [style guides](https://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](https://contribute.jquery.org/cla).
44

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright jQuery Foundation and other contributors, https://jquery.org/
1+
Copyright OpenJS Foundation and other contributors, https://jquery.org/
22

33
This software consists of voluntary contributions made by many
44
individuals. For exact contribution history, see the revision history

test/fixtures/jquery-ui-1.13.2/base/theme.css renamed to test/fixtures/jquery-ui-1.13.3/base/theme.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*!
2-
* jQuery UI CSS Framework 1.13.2
2+
* jQuery UI CSS Framework 1.13.3
33
* https://jqueryui.com
44
*
5-
* Copyright jQuery Foundation and other contributors
5+
* Copyright OpenJS Foundation and other contributors
66
* Released under the MIT license.
77
* https://jquery.org/license
88
*

test/fixtures/jquery-ui-1.13.2/themes/smoothness.css renamed to test/fixtures/jquery-ui-1.13.3/themes/smoothness.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*!
2-
* jQuery UI CSS Framework 1.13.2
2+
* jQuery UI CSS Framework 1.13.3
33
* https://jqueryui.com
44
*
5-
* Copyright jQuery Foundation and other contributors
5+
* Copyright OpenJS Foundation and other contributors
66
* Released under the MIT license.
77
* https://jquery.org/license
88
*

test/themeroller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const dirname = path.dirname( fileURLToPath( import.meta.url ) );
99
describe( "ThemeRoller", function() {
1010
let theme;
1111

12-
[ "1.12.1", "1.13.2" ].forEach( ( jQueryUiVersion ) => {
12+
[ "1.12.1", "1.13.3" ].forEach( ( jQueryUiVersion ) => {
1313
describe( `with jQuery UI ${ jQueryUiVersion }`, function() {
1414
beforeEach( async function() {
1515
const baseThemeCss = await fs.readFile( `${ dirname }/fixtures/jquery-ui-${ jQueryUiVersion }/base/theme.css`, "utf-8" );

0 commit comments

Comments
 (0)