Skip to content

Commit 043a03c

Browse files
authored
Release v4.6.1 (#35272)
* Bump version to v4.6.1 * Dist
1 parent ef6a418 commit 043a03c

Some content is hidden

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

67 files changed

+2371
-2577
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141

4242
Several quick start options are available:
4343

44-
- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.6.0.zip)
44+
- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.6.1.zip)
4545
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
4646
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap`
47-
- Install with [yarn](https://yarnpkg.com/): `yarn add [email protected].0`
48-
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.6.0`
47+
- Install with [yarn](https://yarnpkg.com/): `yarn add [email protected].1`
48+
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.6.1`
4949
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
5050

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

config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ params:
4747
social_image_path: /docs/4.6/assets/brand/bootstrap-social.png
4848
social_logo_path: /docs/4.6/assets/brand/bootstrap-social-logo.png
4949

50-
current_version: "4.6.0"
51-
current_ruby_version: "4.6.0"
50+
current_version: "4.6.1"
51+
current_ruby_version: "4.6.1"
5252
docs_version: "4.6"
5353
rfs_version: "v8.1.0"
5454
github_org: "https://github.com/twbs"
@@ -62,18 +62,18 @@ params:
6262
icons: "https://icons.getbootstrap.com/"
6363

6464
download:
65-
source: "https://github.com/twbs/bootstrap/archive/v4.6.0.zip"
66-
dist: "https://github.com/twbs/bootstrap/releases/download/v4.6.0/bootstrap-4.6.0-dist.zip"
67-
dist_examples: "https://github.com/twbs/bootstrap/releases/download/v4.6.0/bootstrap-4.6.0-examples.zip"
65+
source: "https://github.com/twbs/bootstrap/archive/v4.6.1.zip"
66+
dist: "https://github.com/twbs/bootstrap/releases/download/v4.6.1/bootstrap-4.6.1-dist.zip"
67+
dist_examples: "https://github.com/twbs/bootstrap/releases/download/v4.6.1/bootstrap-4.6.1-examples.zip"
6868

6969
cdn:
7070
# See https://www.srihash.org for info on how to generate the hashes
71-
css: "https://cdn.jsdelivr.net/npm/[email protected].0/dist/css/bootstrap.min.css"
72-
css_hash: "sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l"
73-
js: "https://cdn.jsdelivr.net/npm/[email protected].0/dist/js/bootstrap.min.js"
74-
js_hash: "sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF"
75-
js_bundle: "https://cdn.jsdelivr.net/npm/[email protected].0/dist/js/bootstrap.bundle.min.js"
76-
js_bundle_hash: "sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
71+
css: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/bootstrap.min.css"
72+
css_hash: "sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn"
73+
js: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/bootstrap.min.js"
74+
js_hash: "sha384-VHvPCCyXqtD5DqJeNxl2dtTyhF78xXNXdkwX1CZeRusQfRKp+tA7hAShOK/B/fQ2"
75+
js_bundle: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/bootstrap.bundle.min.js"
76+
js_bundle_hash: "sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF"
7777
jquery: "https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"
7878
jquery_hash: "sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
7979
popper: "https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"

dist/css/bootstrap-grid.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-grid.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-grid.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-grid.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)