diff options
| author | XhmikosR <[email protected]> | 2021-05-05 22:32:12 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-05 22:32:12 +0300 |
| commit | bf0936748602c8109fd916c64b4560799fa1c3f8 (patch) | |
| tree | d88687012f32cff8e7039bdc2d470565aa83cc59 /js/src/base-component.js | |
| parent | 48ae5a7149d30d7d80cecbaaabaa88f7679c9172 (diff) | |
| download | bootstrap-bf0936748602c8109fd916c64b4560799fa1c3f8.tar.xz bootstrap-bf0936748602c8109fd916c64b4560799fa1c3f8.zip | |
Release v5.0.0 (#33647)v5.0.0
* Bump version to 5.0.0
* Fix npm tag
* Dist
Diffstat (limited to 'js/src/base-component.js')
| -rw-r--r-- | js/src/base-component.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/base-component.js b/js/src/base-component.js index 77d54faad..a0bb62319 100644 --- a/js/src/base-component.js +++ b/js/src/base-component.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.0-beta3): base-component.js + * Bootstrap (v5.0.0): base-component.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -14,7 +14,7 @@ import EventHandler from './dom/event-handler' * ------------------------------------------------------------------------ */ -const VERSION = '5.0.0-beta3' +const VERSION = '5.0.0' class BaseComponent { constructor(element) { |
