From 627bf544ea02d123c7f633dc351ce82963558b86 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sat, 20 Jul 2024 03:10:03 +0100 Subject: [PATCH] Docs: Update url and version to 2.21.1 --- build/site-set-version.js | 1 + docs/index.md | 4 ++-- docs/intro.md | 6 +++--- docs/resources/example-add.html | 4 ++-- docs/resources/example-fail.html | 4 ++-- docs/resources/example-index.html | 4 ++-- 6 files changed, 12 insertions(+), 11 deletions(-) diff --git a/build/site-set-version.js b/build/site-set-version.js index 831792e95..1c54ca311 100644 --- a/build/site-set-version.js +++ b/build/site-set-version.js @@ -15,6 +15,7 @@ const files = { ], 'docs/intro.md': [...cdnLinks], 'docs/resources/example-add.html': [...cdnLinks], + 'docs/resources/example-fail.html': [...cdnLinks], 'docs/resources/example-index.html': [...cdnLinks] }; diff --git a/docs/index.md b/docs/index.md index adde8a6cf..b411366e7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -74,11 +74,11 @@ ok 1 add > two numbers ## Current Release -

v2.21.0 (changelog)

+

v2.21.1 (changelog)

These are the official [release channels](intro.md#download) for QUnit: -* Download: [`qunit-2.21.0.js`](https://code.jquery.com/qunit/qunit-2.21.0.js) and [`qunit-2.21.0.css`](https://code.jquery.com/qunit/qunit-2.21.0.css) +* Download: [`qunit-2.21.1.js`](https://code.jquery.com/qunit/qunit-2.21.1.js) and [`qunit-2.21.1.css`](https://code.jquery.com/qunit/qunit-2.21.1.css) * npm: `npm install --save-dev qunit` * Yarn: `yarn add --dev qunit` diff --git a/docs/intro.md b/docs/intro.md index d8883143b..8d4e87765 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -47,14 +47,14 @@ These are the official release channels for QUnit releases: * Download: - You can save the [`qunit-2.21.0.js`](https://code.jquery.com/qunit/qunit-2.21.0.js) and [`qunit-2.21.0.css`](https://code.jquery.com/qunit/qunit-2.21.0.css) files directly from the jQuery CDN. + You can save the [`qunit-2.21.1.js`](https://code.jquery.com/qunit/qunit-2.21.1.js) and [`qunit-2.21.1.css`](https://code.jquery.com/qunit/qunit-2.21.1.css) files directly from the jQuery CDN. For older versions, browse the [release archives](https://releases.jquery.com/qunit/). Or download them via the terminal, and save them in your Git repository. ```bash - curl -o qunit.css 'https://code.jquery.com/qunit/qunit-2.21.0.css' - curl -o qunit.js 'https://code.jquery.com/qunit/qunit-2.21.0.js' + curl -o qunit.css 'https://code.jquery.com/qunit/qunit-2.21.1.css' + curl -o qunit.js 'https://code.jquery.com/qunit/qunit-2.21.1.js' ``` * npm Registry: diff --git a/docs/resources/example-add.html b/docs/resources/example-add.html index c828dd1ad..a91a0494c 100644 --- a/docs/resources/example-add.html +++ b/docs/resources/example-add.html @@ -2,11 +2,11 @@ QUnit - +
- + + +