aboutsummaryrefslogtreecommitdiff
path: root/js/dist/util
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2023-09-14 16:19:27 +0200
committerGitHub <[email protected]>2023-09-14 17:19:27 +0300
commit344e912d04b5b6a04482113eff20ab416ff01048 (patch)
tree2ae38dafc00be38456073cae9b204b9546ad3d7c /js/dist/util
parent317cb2ae094ec0edcfc38a1af9bd51880389ca65 (diff)
downloadbootstrap-344e912d04b5b6a04482113eff20ab416ff01048.tar.xz
bootstrap-344e912d04b5b6a04482113eff20ab416ff01048.zip
Release v5.3.2 (#39173)
* Bump version to 5.3.2 * Dist
Diffstat (limited to 'js/dist/util')
-rw-r--r--js/dist/util/backdrop.js2
-rw-r--r--js/dist/util/component-functions.js2
-rw-r--r--js/dist/util/config.js2
-rw-r--r--js/dist/util/focustrap.js2
-rw-r--r--js/dist/util/index.js2
-rw-r--r--js/dist/util/sanitizer.js2
-rw-r--r--js/dist/util/scrollbar.js2
-rw-r--r--js/dist/util/swipe.js2
-rw-r--r--js/dist/util/template-factory.js2
9 files changed, 9 insertions, 9 deletions
diff --git a/js/dist/util/backdrop.js b/js/dist/util/backdrop.js
index b20098f6d..eab4190e1 100644
--- a/js/dist/util/backdrop.js
+++ b/js/dist/util/backdrop.js
@@ -1,5 +1,5 @@
/*!
- * Bootstrap backdrop.js v5.3.1 (https://getbootstrap.com/)
+ * Bootstrap backdrop.js v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
diff --git a/js/dist/util/component-functions.js b/js/dist/util/component-functions.js
index 39acfa068..8e5640dc9 100644
--- a/js/dist/util/component-functions.js
+++ b/js/dist/util/component-functions.js
@@ -1,5 +1,5 @@
/*!
- * Bootstrap component-functions.js v5.3.1 (https://getbootstrap.com/)
+ * Bootstrap component-functions.js v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
diff --git a/js/dist/util/config.js b/js/dist/util/config.js
index d737d58e3..8858c1c6d 100644
--- a/js/dist/util/config.js
+++ b/js/dist/util/config.js
@@ -1,5 +1,5 @@
/*!
- * Bootstrap config.js v5.3.1 (https://getbootstrap.com/)
+ * Bootstrap config.js v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
diff --git a/js/dist/util/focustrap.js b/js/dist/util/focustrap.js
index 91b2c3a2e..143943085 100644
--- a/js/dist/util/focustrap.js
+++ b/js/dist/util/focustrap.js
@@ -1,5 +1,5 @@
/*!
- * Bootstrap focustrap.js v5.3.1 (https://getbootstrap.com/)
+ * Bootstrap focustrap.js v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
diff --git a/js/dist/util/index.js b/js/dist/util/index.js
index 345e4eac0..2ded9ed1d 100644
--- a/js/dist/util/index.js
+++ b/js/dist/util/index.js
@@ -1,5 +1,5 @@
/*!
- * Bootstrap index.js v5.3.1 (https://getbootstrap.com/)
+ * Bootstrap index.js v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
diff --git a/js/dist/util/sanitizer.js b/js/dist/util/sanitizer.js
index 7b98112bf..487c06b6d 100644
--- a/js/dist/util/sanitizer.js
+++ b/js/dist/util/sanitizer.js
@@ -1,5 +1,5 @@
/*!
- * Bootstrap sanitizer.js v5.3.1 (https://getbootstrap.com/)
+ * Bootstrap sanitizer.js v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
diff --git a/js/dist/util/scrollbar.js b/js/dist/util/scrollbar.js
index 97cf4b90b..5434d8c7a 100644
--- a/js/dist/util/scrollbar.js
+++ b/js/dist/util/scrollbar.js
@@ -1,5 +1,5 @@
/*!
- * Bootstrap scrollbar.js v5.3.1 (https://getbootstrap.com/)
+ * Bootstrap scrollbar.js v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
diff --git a/js/dist/util/swipe.js b/js/dist/util/swipe.js
index 038d5ed26..d7d822954 100644
--- a/js/dist/util/swipe.js
+++ b/js/dist/util/swipe.js
@@ -1,5 +1,5 @@
/*!
- * Bootstrap swipe.js v5.3.1 (https://getbootstrap.com/)
+ * Bootstrap swipe.js v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
diff --git a/js/dist/util/template-factory.js b/js/dist/util/template-factory.js
index d072ed011..a7e1d8f53 100644
--- a/js/dist/util/template-factory.js
+++ b/js/dist/util/template-factory.js
@@ -1,5 +1,5 @@
/*!
- * Bootstrap template-factory.js v5.3.1 (https://getbootstrap.com/)
+ * Bootstrap template-factory.js v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/