Skip to content

Commit f20fece

Browse files
authored
Prepare v5.1.0. (#34674)
1 parent 7fcc2f4 commit f20fece

File tree

383 files changed

+4864
-3376
lines changed

Some content is hidden

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

383 files changed

+4864
-3376
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://getbootstrap.com/">
3-
<img src="https://getbootstrap.com/docs/5.0/assets/brand/bootstrap-logo-shadow.png" alt="Bootstrap logo" width="200" height="165">
3+
<img src="https://getbootstrap.com/docs/5.1/assets/brand/bootstrap-logo-shadow.png" alt="Bootstrap logo" width="200" height="165">
44
</a>
55
</p>
66

@@ -9,7 +9,7 @@
99
<p align="center">
1010
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
1111
<br>
12-
<a href="https://getbootstrap.com/docs/5.0/"><strong>Explore Bootstrap docs »</strong></a>
12+
<a href="https://getbootstrap.com/docs/5.1/"><strong>Explore Bootstrap docs »</strong></a>
1313
<br>
1414
<br>
1515
<a href="https://github.com/twbs/bootstrap/issues/new?template=bug_report.md">Report bug</a>
@@ -46,14 +46,14 @@ Our default branch is for development of our Bootstrap 5 release. Head to the [`
4646

4747
Several quick start options are available:
4848

49-
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.0.2.zip)
49+
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.1.0.zip)
5050
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
5151
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap`
5252
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap`
53-
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.0.2`
53+
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.1.0`
5454
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
5555

56-
Read the [Getting started page](https://getbootstrap.com/docs/5.0/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
56+
Read the [Getting started page](https://getbootstrap.com/docs/5.1/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
5757

5858

5959
## Status

config.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ publishDir: "_site"
2525
module:
2626
mounts:
2727
- source: dist
28-
target: static/docs/5.0/dist
28+
target: static/docs/5.1/dist
2929
- source: site/assets
3030
target: assets
3131
- source: site/content
@@ -36,20 +36,20 @@ module:
3636
target: layouts
3737
- source: site/static
3838
target: static
39-
- source: site/static/docs/5.0/assets/img/favicons/apple-touch-icon.png
39+
- source: site/static/docs/5.1/assets/img/favicons/apple-touch-icon.png
4040
target: static/apple-touch-icon.png
41-
- source: site/static/docs/5.0/assets/img/favicons/favicon.ico
41+
- source: site/static/docs/5.1/assets/img/favicons/favicon.ico
4242
target: static/favicon.ico
4343

4444
params:
4545
description: "The most popular HTML, CSS, and JS library in the world."
4646
authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors"
47-
social_image_path: /docs/5.0/assets/brand/bootstrap-social.png
48-
social_logo_path: /docs/5.0/assets/brand/bootstrap-social-logo.png
47+
social_image_path: /docs/5.1/assets/brand/bootstrap-social.png
48+
social_logo_path: /docs/5.1/assets/brand/bootstrap-social-logo.png
4949

50-
current_version: "5.0.2"
51-
current_ruby_version: "5.0.2"
52-
docs_version: "5.0"
50+
current_version: "5.1.0"
51+
current_ruby_version: "5.1.0"
52+
docs_version: "5.1"
5353
rfs_version: "9.0.3"
5454
github_org: "https://github.com/twbs"
5555
repo: "https://github.com/twbs/bootstrap"
@@ -61,19 +61,19 @@ params:
6161
icons: "https://icons.getbootstrap.com/"
6262

6363
download:
64-
source: "https://github.com/twbs/bootstrap/archive/v5.0.2.zip"
65-
dist: "https://github.com/twbs/bootstrap/releases/download/v5.0.2/bootstrap-5.0.2-dist.zip"
66-
dist_examples: "https://github.com/twbs/bootstrap/releases/download/v5.0.2/bootstrap-5.0.2-examples.zip"
64+
source: "https://github.com/twbs/bootstrap/archive/v5.1.0.zip"
65+
dist: "https://github.com/twbs/bootstrap/releases/download/v5.1.0/bootstrap-5.1.0-dist.zip"
66+
dist_examples: "https://github.com/twbs/bootstrap/releases/download/v5.1.0/bootstrap-5.1.0-examples.zip"
6767

6868
cdn:
6969
# See https://www.srihash.org for info on how to generate the hashes
70-
css: "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
71-
css_hash: "sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
72-
css_rtl: "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css"
73-
css_rtl_hash: "sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N"
74-
js: "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js"
75-
js_hash: "sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
76-
js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
77-
js_bundle_hash: "sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
70+
css: "https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css"
71+
css_hash: "sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We"
72+
css_rtl: "https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.rtl.min.css"
73+
css_rtl_hash: "sha384-XfhC/Sid4FIGSXYebcOtcSCRFkd/zZzAMVipf0bNWucloRvcKK2/dpVWodQbQ1Ek"
74+
js: "https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.min.js"
75+
js_hash: "sha384-cn7l7gDp0eyniUwwAZgrzD06kc/tftFf19TOAs2zVinnD/C7E91j9yyk5//jjpt/"
76+
js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.bundle.min.js"
77+
js_bundle_hash: "sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj"
7878
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
7979
popper_hash: "sha384-eMNCOe7tC1doHpGoWe/6oMVemdAVTMs2xqW4mwXrXsW0L84Iytr2wi5v2QjrP/xp"

0 commit comments

Comments
 (0)