Skip to content

Commit 3958947

Browse files
committed
Bump version to 5.2.3
1 parent 7e3074c commit 3958947

35 files changed

+48
-48
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ 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.2.2.zip)
49+
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.2.3.zip)
5050
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
51-
- Install with [npm](https://www.npmjs.com/): `npm install [email protected].2`
52-
- Install with [yarn](https://yarnpkg.com/): `yarn add [email protected].2`
53-
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.2.2`
51+
- Install with [npm](https://www.npmjs.com/): `npm install [email protected].3`
52+
- Install with [yarn](https://yarnpkg.com/): `yarn add [email protected].3`
53+
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.2.3`
5454
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
5555

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

config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ params:
5252
description: "Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins."
5353
authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors"
5454

55-
current_version: "5.2.2"
56-
current_ruby_version: "5.2.2"
55+
current_version: "5.2.3"
56+
current_ruby_version: "5.2.3"
5757
docs_version: "5.2"
5858
rfs_version: "v9.0.6"
5959
github_org: "https://github.com/twbs"
@@ -66,19 +66,19 @@ params:
6666
swag: "https://cottonbureau.com/people/bootstrap"
6767

6868
download:
69-
source: "https://github.com/twbs/bootstrap/archive/v5.2.2.zip"
70-
dist: "https://github.com/twbs/bootstrap/releases/download/v5.2.2/bootstrap-5.2.2-dist.zip"
71-
dist_examples: "https://github.com/twbs/bootstrap/releases/download/v5.2.2/bootstrap-5.2.2-examples.zip"
69+
source: "https://github.com/twbs/bootstrap/archive/v5.2.3.zip"
70+
dist: "https://github.com/twbs/bootstrap/releases/download/v5.2.3/bootstrap-5.2.3-dist.zip"
71+
dist_examples: "https://github.com/twbs/bootstrap/releases/download/v5.2.3/bootstrap-5.2.3-examples.zip"
7272

7373
cdn:
7474
# See https://www.srihash.org for info on how to generate the hashes
75-
css: "https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.min.css"
75+
css: "https://cdn.jsdelivr.net/npm/[email protected].3/dist/css/bootstrap.min.css"
7676
css_hash: "sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
77-
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.rtl.min.css"
77+
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].3/dist/css/bootstrap.rtl.min.css"
7878
css_rtl_hash: "sha384-7mQhpDl5nRA5nY9lr8F1st2NbIly/8WqhjTp+0oFxEA/QUuvlbF6M1KXezGBh3Nb"
79-
js: "https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.min.js"
79+
js: "https://cdn.jsdelivr.net/npm/[email protected].3/dist/js/bootstrap.min.js"
8080
js_hash: "sha384-IDwe1+LCz02ROU9k972gdyvl+AESN10+x7tBKgc9I5HFtuNz0wWnPclzo6p9vxnk"
81-
js_bundle: "https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js"
81+
js_bundle: "https://cdn.jsdelivr.net/npm/[email protected].3/dist/js/bootstrap.bundle.min.js"
8282
js_bundle_hash: "sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
8383
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
8484
popper_hash: "sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3"

js/index.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* Bootstrap (v5.2.2): index.esm.js
3+
* Bootstrap (v5.2.3): index.esm.js
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
* --------------------------------------------------------------------------
66
*/

js/index.umd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* Bootstrap (v5.2.2): index.umd.js
3+
* Bootstrap (v5.2.3): index.umd.js
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
* --------------------------------------------------------------------------
66
*/

js/src/alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* Bootstrap (v5.2.2): alert.js
3+
* Bootstrap (v5.2.3): alert.js
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
* --------------------------------------------------------------------------
66
*/

js/src/base-component.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* Bootstrap (v5.2.2): base-component.js
3+
* Bootstrap (v5.2.3): base-component.js
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
* --------------------------------------------------------------------------
66
*/
@@ -14,7 +14,7 @@ import Config from './util/config'
1414
* Constants
1515
*/
1616

17-
const VERSION = '5.2.2'
17+
const VERSION = '5.2.3'
1818

1919
/**
2020
* Class definition

js/src/button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* Bootstrap (v5.2.2): button.js
3+
* Bootstrap (v5.2.3): button.js
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
* --------------------------------------------------------------------------
66
*/

js/src/carousel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* Bootstrap (v5.2.2): carousel.js
3+
* Bootstrap (v5.2.3): carousel.js
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
* --------------------------------------------------------------------------
66
*/

js/src/collapse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* Bootstrap (v5.2.2): collapse.js
3+
* Bootstrap (v5.2.3): collapse.js
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
* --------------------------------------------------------------------------
66
*/

js/src/dom/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* Bootstrap (v5.2.2): dom/data.js
3+
* Bootstrap (v5.2.3): dom/data.js
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
* --------------------------------------------------------------------------
66
*/

0 commit comments

Comments
 (0)