From f7c5444db532ae04be41be129d755e860f2694fd Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 12 Jul 2022 15:38:55 +0300 Subject: [PATCH] Bump version to 4.6.2. --- README.md | 6 +++--- config.yml | 16 ++++++++-------- js/index.js | 2 +- js/src/alert.js | 4 ++-- js/src/button.js | 4 ++-- js/src/carousel.js | 4 ++-- js/src/collapse.js | 4 ++-- js/src/dropdown.js | 4 ++-- js/src/modal.js | 4 ++-- js/src/popover.js | 4 ++-- js/src/scrollspy.js | 4 ++-- js/src/tab.js | 4 ++-- js/src/toast.js | 4 ++-- js/src/tools/sanitizer.js | 2 +- js/src/tooltip.js | 4 ++-- js/src/util.js | 2 +- package-lock.json | 4 ++-- package.js | 2 +- package.json | 2 +- scss/bootstrap-grid.scss | 2 +- scss/bootstrap-reboot.scss | 2 +- scss/bootstrap.scss | 2 +- site/data/docs-versions.yml | 2 +- 23 files changed, 44 insertions(+), 44 deletions(-) diff --git a/README.md b/README.md index 4bdf215ce19a..d7b707f1ba89 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ Several quick start options are available: -- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.6.1.zip) +- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.6.2.zip) - Clone the repo: `git clone https://github.com/twbs/bootstrap.git` - Install with [npm](https://www.npmjs.com/): `npm install bootstrap` -- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@4.6.1` -- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.6.1` +- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@4.6.2` +- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.6.2` - Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass` 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. diff --git a/config.yml b/config.yml index e5bea20906bc..9f94a1ed8467 100644 --- a/config.yml +++ b/config.yml @@ -54,8 +54,8 @@ params: social_image_path: /docs/4.6/assets/brand/bootstrap-social.png social_logo_path: /docs/4.6/assets/brand/bootstrap-social-logo.png - current_version: "4.6.1" - current_ruby_version: "4.6.1" + current_version: "4.6.2" + current_ruby_version: "4.6.2" docs_version: "4.6" rfs_version: "v8.1.0" github_org: "https://github.com/twbs" @@ -69,17 +69,17 @@ params: icons: "https://icons.getbootstrap.com/" download: - source: "https://github.com/twbs/bootstrap/archive/v4.6.1.zip" - dist: "https://github.com/twbs/bootstrap/releases/download/v4.6.1/bootstrap-4.6.1-dist.zip" - dist_examples: "https://github.com/twbs/bootstrap/releases/download/v4.6.1/bootstrap-4.6.1-examples.zip" + source: "https://github.com/twbs/bootstrap/archive/v4.6.2.zip" + dist: "https://github.com/twbs/bootstrap/releases/download/v4.6.2/bootstrap-4.6.2-dist.zip" + dist_examples: "https://github.com/twbs/bootstrap/releases/download/v4.6.2/bootstrap-4.6.2-examples.zip" cdn: # See https://www.srihash.org for info on how to generate the hashes - css: "https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" + css: "https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" css_hash: "sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" - js: "https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.min.js" + js: "https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.min.js" js_hash: "sha384-VHvPCCyXqtD5DqJeNxl2dtTyhF78xXNXdkwX1CZeRusQfRKp+tA7hAShOK/B/fQ2" - js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js" + js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js" js_bundle_hash: "sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" jquery: "https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" jquery_hash: "sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" diff --git a/js/index.js b/js/index.js index e2d1e6c7847a..e51762b62706 100644 --- a/js/index.js +++ b/js/index.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.6.1): index.js + * Bootstrap (v4.6.2): index.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/alert.js b/js/src/alert.js index 8902c407dc96..8a5b7ddfccf3 100644 --- a/js/src/alert.js +++ b/js/src/alert.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.6.1): alert.js + * Bootstrap (v4.6.2): alert.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -13,7 +13,7 @@ import Util from './util' */ const NAME = 'alert' -const VERSION = '4.6.1' +const VERSION = '4.6.2' const DATA_KEY = 'bs.alert' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' diff --git a/js/src/button.js b/js/src/button.js index 509fec8bcf0c..307d787287e0 100644 --- a/js/src/button.js +++ b/js/src/button.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.6.1): button.js + * Bootstrap (v4.6.2): button.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -12,7 +12,7 @@ import $ from 'jquery' */ const NAME = 'button' -const VERSION = '4.6.1' +const VERSION = '4.6.2' const DATA_KEY = 'bs.button' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' diff --git a/js/src/carousel.js b/js/src/carousel.js index 18732d087f17..aed44e14d135 100644 --- a/js/src/carousel.js +++ b/js/src/carousel.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.6.1): carousel.js + * Bootstrap (v4.6.2): carousel.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -13,7 +13,7 @@ import Util from './util' */ const NAME = 'carousel' -const VERSION = '4.6.1' +const VERSION = '4.6.2' const DATA_KEY = 'bs.carousel' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' diff --git a/js/src/collapse.js b/js/src/collapse.js index 0b9651c3289f..2257ffc96a52 100644 --- a/js/src/collapse.js +++ b/js/src/collapse.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.6.1): collapse.js + * Bootstrap (v4.6.2): collapse.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -13,7 +13,7 @@ import Util from './util' */ const NAME = 'collapse' -const VERSION = '4.6.1' +const VERSION = '4.6.2' const DATA_KEY = 'bs.collapse' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' diff --git a/js/src/dropdown.js b/js/src/dropdown.js index 1403fd9ee2ff..6d776eacd27b 100644 --- a/js/src/dropdown.js +++ b/js/src/dropdown.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.6.1): dropdown.js + * Bootstrap (v4.6.2): dropdown.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -14,7 +14,7 @@ import Util from './util' */ const NAME = 'dropdown' -const VERSION = '4.6.1' +const VERSION = '4.6.2' const DATA_KEY = 'bs.dropdown' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' diff --git a/js/src/modal.js b/js/src/modal.js index 2856654d8327..a447b4b6139d 100644 --- a/js/src/modal.js +++ b/js/src/modal.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.6.1): modal.js + * Bootstrap (v4.6.2): modal.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -13,7 +13,7 @@ import Util from './util' */ const NAME = 'modal' -const VERSION = '4.6.1' +const VERSION = '4.6.2' const DATA_KEY = 'bs.modal' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' diff --git a/js/src/popover.js b/js/src/popover.js index 499b7e7b4043..3602c9b7f651 100644 --- a/js/src/popover.js +++ b/js/src/popover.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.6.1): popover.js + * Bootstrap (v4.6.2): popover.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -13,7 +13,7 @@ import Tooltip from './tooltip' */ const NAME = 'popover' -const VERSION = '4.6.1' +const VERSION = '4.6.2' const DATA_KEY = 'bs.popover' const EVENT_KEY = `.${DATA_KEY}` const JQUERY_NO_CONFLICT = $.fn[NAME] diff --git a/js/src/scrollspy.js b/js/src/scrollspy.js index 8537e6ec42fb..9611537c0e4d 100644 --- a/js/src/scrollspy.js +++ b/js/src/scrollspy.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.6.1): scrollspy.js + * Bootstrap (v4.6.2): scrollspy.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -13,7 +13,7 @@ import Util from './util' */ const NAME = 'scrollspy' -const VERSION = '4.6.1' +const VERSION = '4.6.2' const DATA_KEY = 'bs.scrollspy' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' diff --git a/js/src/tab.js b/js/src/tab.js index 9c2e22d088d3..589e0a3f3d32 100644 --- a/js/src/tab.js +++ b/js/src/tab.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.6.1): tab.js + * Bootstrap (v4.6.2): tab.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -13,7 +13,7 @@ import Util from './util' */ const NAME = 'tab' -const VERSION = '4.6.1' +const VERSION = '4.6.2' const DATA_KEY = 'bs.tab' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' diff --git a/js/src/toast.js b/js/src/toast.js index c6c64cfd70f2..78ef5ceefd6c 100644 --- a/js/src/toast.js +++ b/js/src/toast.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.6.1): toast.js + * Bootstrap (v4.6.2): toast.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -13,7 +13,7 @@ import Util from './util' */ const NAME = 'toast' -const VERSION = '4.6.1' +const VERSION = '4.6.2' const DATA_KEY = 'bs.toast' const EVENT_KEY = `.${DATA_KEY}` const JQUERY_NO_CONFLICT = $.fn[NAME] diff --git a/js/src/tools/sanitizer.js b/js/src/tools/sanitizer.js index 4bc5b70836a6..c66fe89de3f6 100644 --- a/js/src/tools/sanitizer.js +++ b/js/src/tools/sanitizer.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.6.1): tools/sanitizer.js + * Bootstrap (v4.6.2): tools/sanitizer.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/tooltip.js b/js/src/tooltip.js index b8612ab8aec6..874567db4afa 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.6.1): tooltip.js + * Bootstrap (v4.6.2): tooltip.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -15,7 +15,7 @@ import Util from './util' */ const NAME = 'tooltip' -const VERSION = '4.6.1' +const VERSION = '4.6.2' const DATA_KEY = 'bs.tooltip' const EVENT_KEY = `.${DATA_KEY}` const JQUERY_NO_CONFLICT = $.fn[NAME] diff --git a/js/src/util.js b/js/src/util.js index 38aff85b4f16..d2f7b5afc49d 100644 --- a/js/src/util.js +++ b/js/src/util.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.6.1): util.js + * Bootstrap (v4.6.2): util.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/package-lock.json b/package-lock.json index 06f21149d14f..1591764d988d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bootstrap", - "version": "4.6.1", + "version": "4.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bootstrap", - "version": "4.6.1", + "version": "4.6.2", "funding": [ { "type": "github", diff --git a/package.js b/package.js index cd3cd378f026..707a0b90ff8c 100644 --- a/package.js +++ b/package.js @@ -5,7 +5,7 @@ Package.describe({ name: 'twbs:bootstrap', // https://atmospherejs.com/twbs/bootstrap summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.', - version: '4.6.1', + version: '4.6.2', git: 'https://github.com/twbs/bootstrap.git' }) diff --git a/package.json b/package.json index 32cb80039f80..d1b6c763983e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap", "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", - "version": "4.6.1", + "version": "4.6.2", "config": { "version_short": "4.6" }, diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss index 76e3362f7998..1d529a6618f4 100644 --- a/scss/bootstrap-grid.scss +++ b/scss/bootstrap-grid.scss @@ -1,5 +1,5 @@ /*! - * Bootstrap Grid v4.6.1 (https://getbootstrap.com/) + * Bootstrap Grid v4.6.2 (https://getbootstrap.com/) * Copyright 2011-2022 The Bootstrap Authors * Copyright 2011-2022 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) diff --git a/scss/bootstrap-reboot.scss b/scss/bootstrap-reboot.scss index e7de5e1dc729..8a5fcf0032d4 100644 --- a/scss/bootstrap-reboot.scss +++ b/scss/bootstrap-reboot.scss @@ -1,5 +1,5 @@ /*! - * Bootstrap Reboot v4.6.1 (https://getbootstrap.com/) + * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/) * Copyright 2011-2022 The Bootstrap Authors * Copyright 2011-2022 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss index 89c4caea7b36..ff38ed033451 100644 --- a/scss/bootstrap.scss +++ b/scss/bootstrap.scss @@ -1,5 +1,5 @@ /*! - * Bootstrap v4.6.1 (https://getbootstrap.com/) + * Bootstrap v4.6.2 (https://getbootstrap.com/) * Copyright 2011-2022 The Bootstrap Authors * Copyright 2011-2022 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) diff --git a/site/data/docs-versions.yml b/site/data/docs-versions.yml index ec2320cce17d..8417f30cb579 100644 --- a/site/data/docs-versions.yml +++ b/site/data/docs-versions.yml @@ -36,7 +36,7 @@ - group: v4.x baseurl: "https://getbootstrap.com/docs" - description: "Current major release and its minor versions. Last update was v4.6.1." + description: "Current major release and its minor versions. Last update was v4.6.2." versions: - v: "4.0" - v: "4.1"