Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-07-19 18:43:58 +0300
committerGitHub <noreply@github.com>2022-07-19 18:43:58 +0300
commitedf9c40956d19e6ab3f9151bfe0dfac6be06fa21 (patch)
treeaa08e0842ee3260dda2a5eddc52d346bdc4c0508 /site
parentf451b4161e4e499f5d1b743802302e6b19a5dc4c (diff)
Release v5.2.0 (#36768)v5.2.0
* Bump version to 5.2.0 * Dist * Update masthead.html
Diffstat (limited to 'site')
-rw-r--r--site/data/docs-versions.yml2
-rw-r--r--site/layouts/partials/home/masthead.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/data/docs-versions.yml b/site/data/docs-versions.yml
index c497304055..4b3f4836f3 100644
--- a/site/data/docs-versions.yml
+++ b/site/data/docs-versions.yml
@@ -48,7 +48,7 @@
- group: v5.x
baseurl: "https://getbootstrap.com/docs"
- description: "Current major release. Last update was v5.2.0-beta1."
+ description: "Current major release. Last update was v5.2.0."
versions:
- v: "5.0"
- v: "5.1"
diff --git a/site/layouts/partials/home/masthead.html b/site/layouts/partials/home/masthead.html
index 6a7356eddd..ed43f5cda4 100644
--- a/site/layouts/partials/home/masthead.html
+++ b/site/layouts/partials/home/masthead.html
@@ -1,7 +1,7 @@
<div class="bd-masthead mb-3" id="content">
<div class="container-xxl bd-gutter">
<div class="col-md-8 mx-auto text-center">
- <a class="d-flex flex-column flex-lg-row justify-content-center align-items-center mb-4 text-dark lh-sm text-decoration-none" href="https://blog.getbootstrap.com/2022/05/13/bootstrap-5-2-0-beta/">
+ <a class="d-flex flex-column flex-lg-row justify-content-center align-items-center mb-4 text-dark lh-sm text-decoration-none" href="https://blog.getbootstrap.com/2022/07/19/bootstrap-5-2-0/">
<strong class="d-sm-inline-block p-2 me-2 mb-2 mb-lg-0 rounded-3 masthead-notice">New in v5.2</strong>
<span class="text-muted">CSS variables, responsive offcanvas, new utilities, and more!</span>
</a>